﻿@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%;
  text-align: center;
}
.hxq_banner .hxq_sub_banner_h_ul {
  display: inline-block;
  font-size: 0;
  text-align: center;
  background: url(../images/banner01.png) no-repeat center;
  width: 53px;
  height: 16px;
  padding: 1px 0;
}
.hxq_banner .hxq_sub_banner_h_ul > li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.hxq_banner .hxq_sub_banner_h_ul > li.on {
  background: url(../images/banner00.png) no-repeat center;
}
.hxq_sub_banner .hxq_sub_banner_b,
.hxq_sub_banner li {
  height: 375px;
}
.hxq_in_banner .hxq_sub_banner_b,
.hxq_in_banner li {
  height: 375px;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown {
  clear: both;
  font-family: "Microsoft YaHei", serif;
  overflow: hidden;
  font-size: 14px;
  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: 40px;
  line-height: 40px;
  color: #666;
}
.sub_updown a span {
  display: inline-block;
  width: 96px;
  margin: 0 15px 0 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #0166b6;
}
.sub_updown a[href]:hover {
  color: #f24d4d;
}
.sub_updown a[href]:hover span {
  cursor: pointer;
  background: #f24d4d;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑", serif;
  font-size: 18px;
}
.paginator a,
.paginator span {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 3px;
  color: #fff;
  vertical-align: middle;
  background: #f13a3a;
}
.paginator a em {
  display: block;
  width: 38px;
  height: 38px;
}
.paginator a[href]:hover {
  color: #fff;
  background: #0166b6;
}
.paginator span {
  color: #fff;
  background: #0166b6;
}
.hxq_syy em {
  background: url(../images/fenye01.png) no-repeat center;
}
.hxq_xyy em {
  background: url(../images/fenye02.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: 1000px;
}
/* 清楚浮动 */
.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_w1000 {
  width: 1000px;
  margin: 0 auto;
}
.hxq_w1003 {
  width: 1003px;
  margin: 0 auto;
}
/* 返回顶部 */
.hxq_back_top {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0;
  z-index: 99999;
}
.hxq_back_top div {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
.hxq_back_top div a {
  position: absolute;
  bottom: 100px;
  right: 20px;
  height: 40px;
  width: 40px;
  display: none;
  background: #0166b6;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}
.hxq_back_top div a:hover {
  background: #f13a3a;
}
.hxq_back_top div a img {
  height: 40%;
  margin-top: 30%;
}
/* 返回顶部 */
/*头部*/
.hxq_header {
  z-index: 500;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_header_logo {
  float: left;
  margin: 16px 0 0 0;
}
.hxq_header_logo a {
  display: block;
}
.hxq_header_logo a img {
  vertical-align: middle;
}
.hxq_header_search {
  float: right;
  margin: 37px 0 0 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_header_search:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_search > span {
  float: left;
  width: 280px;
  border: 1px solid #e5e5e5;
}
.hxq_header_search > span input {
  margin: 0 10px;
  height: 38px;
  width: 260px;
  line-height: 38px;
  font-size: 14px;
  color: #f13a3a;
}
.hxq_header_search > a {
  float: left;
  width: 46px;
  height: 40px;
  background: #0166b6 url(../images/search00.png) no-repeat center;
}
.hxq_header_search > a:hover {
  background-color: #f13a3a;
}
.hxq_header1 {
  height: 115px;
}
.hxq_header1 > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_header1 > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header2 {
  height: 44px;
  line-height: 44px;
  background: #0166b6;
}
.hxq_header2 > div {
  width: 1140px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_header2 > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_nav_ul {
  *zoom: 1;
  zoom: 1;
}
.hxq_header_nav_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_nav_ul > li {
  position: relative;
  float: left;
  width: 125px;
  background: url(../images/nav00.png) no-repeat right center;
}
.hxq_header_nav_ul > li > a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.hxq_header_nav_ul > li:hover {
  background: #f13a3a;
}
.hxq_header_nav_ul > li:hover > a {
  background: url(../images/nav01.png) no-repeat 8px center;
}
.hxq_header_nav_ul > li.on {
  background: #f13a3a;
}
.hxq_header_nav_ul > li.on > a {
  background: url(../images/nav01.png) no-repeat 5px center;
}
.hxq_header_nav_ul > li.next_hover {
  background-image: none;
}
.hxq_nav_select {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  width: 100%;
  display: none;
  background: #fff;
  text-align: center;
}
.hxq_nav_select dd a {
  padding: 10px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.hxq_nav_select dd:hover a {
  color: #fff;
  background: #f13a3a;
}
.hxq_nav_select dd.on a {
  color: #fff;
  background: #f13a3a;
}
/*底部*/
.hxq_footer {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_foo1 {
  padding: 30px 0 20px 0;
  background: #0088d2;
}
.hxq_foo1 > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_foo1 > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_foo1_lt {
  float: left;
  width: 405px;
  *zoom: 1;
  zoom: 1;
}
.hxq_foo1_lt:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_foo1_lt > img {
  float: left;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
.hxq_foo1_lt a {
  color: #fff;
}
.hxq_foo1_lt a:hover {
  color: yellow;
}
.hxq_foo1_lt > div {
  overflow: hidden;
}
.hxq_foo1_lt > div h2 {
  padding: 0 0 3px 0;
  line-height: 36px;
}
.hxq_foo1_lt > div h2 a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.hxq_foo1_lt > div > div {
  padding: 20px 0 0 0;
  height: 48px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.hxq_foo1_rt {
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.hxq_foo1_rt img {
  vertical-align: middle;
}
.hxq_foo1_rt a {
  color: #fff;
}
.hxq_foo1_rt a:hover {
  color: yellow;
}
.hxq_foo_link {
  font-size: 14px;
  line-height: 30px;
}
.hxq_foo1_btn {
  padding: 5px 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_foo1_btn:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_foo1_btn a {
  float: left;
  width: 20px;
  height: 20px;
}
.hxq_foo1_btn span {
  float: left;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
.hxq_foo1_btn .sy {
  background: url(../images/sy00.png) no-repeat center;
}
.hxq_foo1_btn .sy:hover {
  background: url(../images/sy01.png) no-repeat center;
}
.hxq_foo1_btn .sc {
  background: url(../images/sc00.png) no-repeat center;
}
.hxq_foo1_btn .sc:hover {
  background: url(../images/sc01.png) no-repeat center;
}
#bdfx {
  position: relative;
}
#bdfx a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}
#bdfx a:hover {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
#bdfx .bds_weixin {
  background: url(../images/wx00.png) no-repeat center;
}
#bdfx .bds_weixin:hover {
  background: url(../images/wx01.png) no-repeat center;
}
#bdfx img {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 41px;
  z-index: 20;
}
#bdfx:hover img {
  display: block;
}
.hxq_foo2 {
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  background: #0088d2;
  border-top: 1px solid #199fe8;
}
.hxq_foo2 a {
  color: #fff;
}
.hxq_foo2 a:hover {
  color: yellow;
}
.hxq_foo2 > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_foo2 > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.foo_phone {
  display: inline-block;
  padding: 0 30px 0 28px;
  background: url(../images/foo00.png) no-repeat left center;
}
.foo_web {
  display: inline-block;
  padding: 0 30px 0 33px;
  background: url(../images/foo01.png) no-repeat left center;
}
.foo_addr {
  display: inline-block;
  padding: 0 30px 0 22px;
  background: url(../images/foo02.png) no-repeat left center;
}
.hxq_foo3 {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  background: #323232;
}
.hxq_foo3 a {
  color: #fff;
}
.hxq_foo3 a:hover {
  color: yellow;
}
.hxq_foo3 > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_foo3 > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*首页区内业务*/
.hxq_in_yw {
  padding: 20px 0 0 0;
  height: 54px;
  line-height: 54px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_in_yw > div {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_yw > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_yw_lt {
  float: left;
  margin: 0 34px 0 0;
  height: 54px;
  width: 140px;
  background: #f13a3a;
}
.hxq_in_yw_lt h2 a {
  display: block;
  color: #fff;
  text-indent: 56px;
  font-weight: normal;
  background: url(../images/in_yw00.png) no-repeat 15px center;
}
.hxq_in_yw_lt:hover {
  background: #0166b6;
}
.hxq_in_yw_rt {
  overflow: hidden;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_yw_rt:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_yw_rt_lt {
  height: 54px;
  overflow: hidden;
}
.hxq_in_yw_rt_rt {
  float: right;
  min-width: 5px;
  min-height: 30px;
  margin: 0 16px 0 10px;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_yw_rt_rt:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_yw_rt_rt a {
  float: left;
}
.hxq_in_yw_rt_rt .prev {
  height: 54px;
  width: 30px;
  background: url(../images/in_yw01.png) no-repeat center;
}
.hxq_in_yw_rt_rt .prev:hover {
  background: url(../images/in_yw04.png) no-repeat center;
}
.hxq_in_yw_rt_rt .next {
  height: 54px;
  width: 30px;
  background: url(../images/in_yw02.png) no-repeat center;
}
.hxq_in_yw_rt_rt .next:hover {
  background: url(../images/in_yw03.png) no-repeat center;
}
.hxq_in_yw_ul > li {
  *zoom: 1;
  zoom: 1;
}
.hxq_in_yw_ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_yw_ul > li > span {
  float: right;
  font-size: 12px;
  color: #666;
}
.hxq_in_yw_ul > li h3 a {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.hxq_in_yw_ul > li h3 a:hover {
  color: #f13a3a;
}
/*首页关于*/
.hxq_in_gy {
  padding: 40px 0 0 0;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_in_gy > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_gy > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_h1 {
  *zoom: 1;
  zoom: 1;
}
.hxq_in_h1:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_h1 h2 {
  float: left;
  height: 30px;
  line-height: 30px;
}
.hxq_in_h1 h2 a {
  display: block;
  padding: 0 0 0 20px;
  background: url(../images/in_h00.png) no-repeat left center;
  font-weight: normal;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_h1 h2 a:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_h1 h2 a em {
  float: left;
  font-size: 22px;
  color: #0166b6;
}
.hxq_in_h1 h2 a span {
  float: left;
  font-szie: 18px;
  color: #999;
  text-transform: uppercase;
}
.hxq_in_h1 h2 a[href]:hover em {
  color: #f13a3a;
}
.hxq_in_h1 h2 a[href]:hover span {
  color: #f13a3a;
}
.hxq_in_gy_b {
  padding: 30px 0;
}
.hxq_in_gy_ul {
  background: url(../images/in_gy14.png) repeat-x left 42px;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_gy_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_gy_ul > li {
  float: left;
  padding: 0 10px;
  width: 85px;
  margin: 0 30px;
  background: #fff;
}
.hxq_in_gy_ul > li h2 a {
  display: block;
}
.hxq_in_gy_ul > li h2 a > em {
  display: block;
  width: 85px;
  height: 85px;
  background: url(../images/in_gy00.png) no-repeat center;
}
.hxq_in_gy_ul > li h2 a > em strong {
  display: block;
  width: 85px;
  height: 85px;
}
.hxq_in_gy_ul > li h2 a > span {
  display: block;
  margin: 10px 0 0 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.hxq_in_gy_ul > li h2 a:hover > em {
  background: url(../images/in_gy01.png) no-repeat center;
}
.hxq_in_gy_ul > li h2 a:hover > span {
  color: #0166b6;
}
.hxq_in_gy_ul > li h2 a:hover .in_gy1 {
  background: url(../images/in_gy02.png) no-repeat center;
}
.hxq_in_gy_ul > li h2 a:hover .in_gy2 {
  background: url(../images/in_gy05.png) no-repeat center;
}
.hxq_in_gy_ul > li h2 a:hover .in_gy3 {
  background: url(../images/in_gy07.png) no-repeat center;
}
.hxq_in_gy_ul > li h2 a:hover .in_gy4 {
  background: url(../images/in_gy09.png) no-repeat center;
}
.hxq_in_gy_ul > li h2 a:hover .in_gy5 {
  background: url(../images/in_gy11.png) no-repeat center;
}
.hxq_in_gy_ul > li h2 a:hover .in_gy6 {
  background: url(../images/in_gy13.png) no-repeat center;
}
.in_gy1 {
  background: url(../images/in_gy03.png) no-repeat center;
}
.in_gy2 {
  background: url(../images/in_gy04.png) no-repeat center;
}
.in_gy3 {
  background: url(../images/in_gy06.png) no-repeat center;
}
.in_gy4 {
  background: url(../images/in_gy08.png) no-repeat center;
}
.in_gy5 {
  background: url(../images/in_gy10.png) no-repeat center;
}
.in_gy6 {
  background: url(../images/in_gy12.png) no-repeat center;
}
/*首页新闻*/
.hxq_in_xw {
  padding: 30px 0;
  background: #f9f9f9;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_in_xw > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_xw > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_xw_b {
  padding: 30px 0 0 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_xw_b:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_xw_b_lt {
  float: left;
  width: 635px;
  background: #fff;
}
.hxq_in_xw_b_lt > div {
  padding: 10px 25px;
}
.hxq_in_xw_one {
  *zoom: 1;
  zoom: 1;
}
.hxq_in_xw_one:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_xw_one > a {
  float: left;
  padding: 9px;
  margin: 0 20px 0 0;
  border: 1px solid #eee;
}
.hxq_in_xw_one > a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hxq_in_xw_one > a img {
  vertical-align: middle;
}
.hxq_in_xw_one > div h3 {
  padding: 5px 0 0 0;
}
.hxq_in_xw_one > div h3 a {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.hxq_in_xw_one > div h3 a:hover {
  font-weight: bold;
  color: #0166b6;
}
.hxq_in_xw_one > div > span {
  display: block;
  padding: 10px 0 0 0;
  height: 56px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.hxq_in_xw_one > div > em {
  padding: 10px 0 0 0;
  display: block;
  line-height: 28px;
}
.hxq_in_xw_one > div > em span {
  float: left;
  font-size: 12px;
  color: #666;
}
.hxq_in_xw_one > div > em a {
  float: right;
  font-size: 14px;
  color: #f13a3a;
}
.hxq_in_xw_one > div > em a:hover {
  color: #0166b6;
}
.hxq_in_xw_ul {
  padding: 0px 0 0 0;
}
.hxq_in_xw_ul > li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #b3b3b3;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_xw_ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_xw_ul > li > span {
  float: right;
  font-size: 14px;
  color: #666;
}
.hxq_in_xw_ul > li > h3 a {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.hxq_in_xw_ul > li > h3 a:hover {
  color: #0166b6;
}
.hxq_in_xw_b_rt {
  float: right;
  width: 340px;
}
.hxq_in_kj1 {
  float: left;
  width: 170px;
  height: 180px;
  background: #0166b6;
}
.hxq_in_kj1 h2 {
  padding: 25px 0 0 18px;
  line-height: 30px;
}
.hxq_in_kj1 h2 a {
  color: #fff;
  font-weight: normal;
  font-size: 22px;
}
.hxq_in_kj1 h2 a:hover {
  color: yellow;
}
.hxq_in_kj1 > em {
  display: block;
  padding: 0 0 0 18px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.hxq_in_kj2 {
  position: relative;
  float: left;
  width: 170px;
  height: 180px;
  background: url(../images/in_kj00.jpg) no-repeat center;
}
.hxq_in_kj2 > a {
  background: url(../images/transparent.png) left bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_in_kj2 > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/in_kj01.png) left top;
}
.hxq_in_kj2 > div h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -21px;
  height: 42px;
  line-height: 42px;
}
.hxq_in_kj2 > div h2 a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-indent: 65px;
  background: url(../images/in_kj02.png) no-repeat 30px center;
}
.hxq_in_kj3 {
  position: relative;
  float: left;
  width: 170px;
  height: 180px;
  background: url(../images/in_kj04.jpg) no-repeat center;
}
.hxq_in_kj3 > a {
  background: url(../images/transparent.png) left bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_in_kj3 > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/in_kj01.png) left top;
}
.hxq_in_kj3 > div h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -21px;
  height: 42px;
  line-height: 42px;
}
.hxq_in_kj3 > div h2 a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-indent: 60px;
  background: url(../images/in_kj03.png) no-repeat 22px center;
}
.hxq_in_kj4 {
  float: left;
  width: 170px;
  height: 180px;
  background: #f13a3a;
}
.hxq_in_kj4 h2 {
  padding: 25px 0 0 18px;
  line-height: 30px;
}
.hxq_in_kj4 h2 a {
  color: #fff;
  font-weight: normal;
  font-size: 22px;
}
.hxq_in_kj4 h2 a:hover {
  color: yellow;
}
.hxq_in_kj4 > em {
  display: block;
  padding: 0 0 0 18px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
/*首页案例*/
.hxq_in_al {
  padding: 30px 0;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_in_al > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_al > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_al_h {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url(../images/in_h01.png) repeat-x left 14px;
}
.hxq_in_al_h h2 {
  padding: 0 30px;
  display: inline-block;
  background: #fff;
}
.hxq_in_al_h h2 a {
  display: block;
  font-weight: normal;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_al_h h2 a:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_al_h h2 a > em {
  float: left;
  font-size: 22px;
  color: #333;
}
.hxq_in_al_h h2 a > span {
  float: left;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.hxq_in_al_h h2 a:hover em {
  color: #f13a3a;
}
.hxq_in_al_h h2 a:hover span {
  color: #f13a3a;
}
.hxq_in_al_b {
  position: relative;
  margin: 30px 0 0 0;
}
.hxq_in_al_slide_b {
  position: relative;
  overflow: hidden;
  height: 170px;
}
.hxq_in_al_ul {
  width: 1100px;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_al_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_al_ul > li {
  position: relative;
  float: left;
  margin: 0 8px 0 0;
  width: 244px;
  height: 170px;
}
.hxq_in_al_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_al_ul > li > em {
  display: block;
}
.hxq_in_al_ul > li > em img {
  vertical-align: middle;
}
.hxq_in_al_ul > li > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url(../images/in_al00.png) left top;
}
.hxq_in_al_ul > li > div h3 a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
.hxq_in_al_ul > li:hover > em img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hxq_in_al_ul > li:hover > div h3 a {
  color: yellow;
}
.hxq_in_al_slide_h {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 30;
  width: 100%;
}
.hxq_in_al_slide_h a {
  position: absolute;
  top: 0;
  width: 34px;
  height: 34px;
}
.hxq_in_al_slide_h .prev {
  left: -50px;
  background: url(../images/in_al01.png) no-repeat center;
}
.hxq_in_al_slide_h .prev:hover {
  background: url(../images/in_al03.png) no-repeat center;
}
.hxq_in_al_slide_h .next {
  right: -50px;
  background: url(../images/in_al04.png) no-repeat center;
}
.hxq_in_al_slide_h .next:hover {
  background: url(../images/in_al02.png) no-repeat center;
}
/*友情链接*/
.hxq_in_yq {
  padding: 10px 0 30px 0;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_in_yq > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_yq > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_yq_b {
  position: relative;
  overflow: hidden;
  height: 52px;
  padding: 30px 0 0 0;
}
.hxq_in_yq_ul {
  width: 1050px;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_yq_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_yq_ul > li {
  float: left;
  margin: 0 13px 0 0;
}
.hxq_in_yq_ul > li a {
  display: block;
}
.hxq_in_yq_ul > li a img {
  vertical-align: middle;
}
.hxq_in_yq_ul > li a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*子页框架*/
.hxq_subpage_h {
  background: url(../images/subpage00.png) no-repeat center 50px;
}
.hxq_subpage_h > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_subpage_h > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_subpage_mbx {
  padding: 10px 0 0 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  *zoom: 1;
  zoom: 1;
}
.hxq_subpage_mbx a {
  color: #333;
}
.hxq_subpage_mbx a:hover {
  color: #036fce;
}
.hxq_subpage_mbx:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_subpage_mbx > em {
  float: right;
  padding: 0 0 0 22px;
  background: url(../images/mbx00.png) no-repeat left center;
}
.hxq_subpage_hh {
  position: relative;
  overflow: hidden;
  margin: 60px 0 0 0;
  width: 1000px;
  height: 117px;
  background: url(../images/subpage01.png) no-repeat center;
}
.hxq_subpage_title {
  float: left;
  width: 93px;
  height: 93px;
  margin: 10px 10px 0 36px;
}
.hxq_subpage_title > em {
  display: block;
  height: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}
.hxq_subpage_nav {
  position: relative;
  overflow: hidden;
  margin: 58px 0 0 0;
}
.hxq_subpage_nav_b {
  position: relative;
  overflow: hidden;
  height: 40px;
  width: 770px;
  margin: 0 auto;
}
.hxq_subpage_nav_ul1 {
  width: 800px;
  *zoom: 1;
  zoom: 1;
}
.hxq_subpage_nav_ul1:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_subpage_nav_ul1 > li {
  float: left;
  margin: 0 10px 0 0;
}
.hxq_subpage_nav_ul1 > li h2 a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}
.hxq_subpage_nav_ul1 > li:hover h2 a {
  font-weight: bold;
  color: #f13a3a;
  background: url(../images/subpage02.png) no-repeat center;
}
.hxq_subpage_nav_ul1 > li.on h2 a {
  font-weight: bold;
  color: #f13a3a;
  background: url(../images/subpage02.png) no-repeat center;
}
.hxq_subpage_nav_h {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
}
.hxq_subpage_nav_h a {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
}
.hxq_subpage_nav_h .prev {
  left: 5px;
  background: url(../images/nav02.png) no-repeat center;
}
.hxq_subpage_nav_h .prev:hover {
  background: url(../images/nav03.png) no-repeat center;
}
.hxq_subpage_nav_h .next {
  right: 5px;
  background: url(../images/nav05.png) no-repeat center;
}
.hxq_subpage_nav_h .next:hover {
  background: url(../images/nav04.png) no-repeat center;
}
.hxq_subpage_b > div {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_subpage_b > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_subpage_content {
  min-height: 400px;
  *zoom: 1;
  zoom: 1;
}
.hxq_subpage_content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_jj {
  padding: 30px 0 50px 0;
  font-size: 14px;
  color: #333;
  line-height: 2;
  *zoom: 1;
  zoom: 1;
}
.hxq_jj a {
  font-weight: bold;
  color: #0166b6;
}
.hxq_jj a:hover {
  color: #f13a3a;
}
.hxq_jj img {
  max-width: 100% !important;
  height: auto;
  vertical-align: middle;
}
.hxq_jj:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*列表*/
.hxq_lb {
  padding: 30px 0;
}
.hxq_lb_box {
  position: relative;
  overflow: hidden;
  padding: 0 0 30px 0;
  min-height: 400px;
}
.hxq_qyry_ul {
  width: 1100px;
  margin-top: -30px;
  *zoom: 1;
  zoom: 1;
}
.hxq_qyry_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_qyry_ul > li {
  position: relative;
  float: left;
  margin: 30px 26px 0 0;
}
.hxq_qyry_ul > li > a {
  background: url(../images/transparent.png) left bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_qyry_ul > li > img {
  vertical-align: middle;
}
.hxq_qyry_ul > li > h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: url(../images/ry01.png) repeat left bottom;
}
.hxq_qyry_ul > li > h3 a {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}
.hxq_qyry_ul > li > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: url(../images/ry02.png) no-repeat center;
  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;
}
.hxq_qyry_ul > li > div > em {
  display: block;
  padding: 55px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.hxq_qyry_ul > li:hover > div {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
/*详细*/
.hxq_xx {
  padding: 30px 0;
}
.hxq_xx_h {
  padding: 10px 0 15px 0;
}
.hxq_xx_h h1 {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #0166b6;
  font-weight: bold;
}
.hxq_xx_xx {
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  border-bottom: 1px solid #d4d3d6;
}
.hxq_xx_xx a {
  color: #333;
}
.hxq_xx_xx a:hover {
  color: #f24d4d;
}
.hxq_ry_img {
  padding: 30px 0 10px 0;
  text-align: center;
}
.hxq_xx_content {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  line-height: 2;
  min-height: 50px;
  *zoom: 1;
  zoom: 1;
}
.hxq_xx_content a {
  font-weight: bold;
  color: #0166b6;
}
.hxq_xx_content a:hover {
  color: #f13a3a;
}
.hxq_xx_content img {
  max-width: 100% !important;
  height: auto;
  vertical-align: middle;
}
.hxq_xx_content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_shangxia {
  padding: 10px 0;
}
/*视频*/
.hxq_sp_ul {
  width: 1100px;
  margin-top: -30px;
  *zoom: 1;
  zoom: 1;
}
.hxq_sp_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_sp_ul > li {
  position: relative;
  float: left;
  margin: 30px 26px 0 0;
}
.hxq_sp_ul > li > a {
  background: url(../images/transparent.png) left bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_sp_ul > li > img {
  vertical-align: middle;
}
.hxq_sp_ul > li > h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: url(../images/ry01.png) repeat left bottom;
}
.hxq_sp_ul > li > h3 a {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}
.hxq_sp_ul > li > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: url(../images/sp00.png) no-repeat center;
  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;
}
.hxq_sp_ul > li > div > em {
  display: block;
  padding: 130px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.hxq_sp_ul > li:hover > div {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
/*新闻*/
.hxq_xw_ul1 > li {
  *zoom: 1;
  zoom: 1;
}
.hxq_xw_ul1 > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_xw_ul1 > li > a {
  float: left;
  margin: 0 25px 0 0;
}
.hxq_xw_ul1 > li > a img {
  vertical-align: middle;
}
.hxq_xw_ul1 > li > a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hxq_xw_ul1 > li > div h3 {
  line-height: 30px;
}
.hxq_xw_ul1 > li > div h3 a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.hxq_xw_ul1 > li > div h3 a:hover {
  color: #0166b6;
}
.hxq_xw_ul1 > li > div span {
  display: block;
  padding: 15px 0 0 0;
  height: 60px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.hxq_xw_ul1 > li > div em {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.hxq_xw_ul1 > li > div > strong {
  display: block;
  padding: 10px 0 0 0;
  font-weight: normal;
  line-height: 30px;
}
.hxq_xw_ul1 > li > div > strong a {
  font-size: 14px;
  color: #f13a3a;
}
.hxq_xw_ul1 > li > div > strong a:hover {
  color: #0166b6;
}
.hxq_xw_ul2 {
  width: 1100px;
  *zoom: 1;
  zoom: 1;
}
.hxq_xw_ul2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_xw_ul2 > li {
  float: left;
  margin: 40px 59px 0 0;
  width: 470px;
  *zoom: 1;
  zoom: 1;
}
.hxq_xw_ul2 > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_xw_ul2 > li:hover .hxq_xw_lt {
  color: #fff;
  background: #f13a3a;
}
.hxq_xw_ul2 > li:hover .hxq_xw_lt em {
  border-color: #fff;
}
.hxq_xw_lt {
  float: left;
  width: 112px;
  height: 105px;
  margin: 0 25px 0 0;
  background: #f8f8f8;
  text-align: right;
  color: #333;
}
.hxq_xw_lt em {
  display: inline-block;
  padding: 15px 0 0 0;
  margin: 0 22px 0 0;
  width: 32px;
  text-align: right;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 2px solid #c7c7c7;
}
.hxq_xw_lt span {
  display: block;
  padding: 15px 0 0 0;
  margin: 0 22px 0 0;
  font-size: 24px;
  line-height: 28px;
}
.hxq_xw_rt {
  overflow: hidden;
}
.hxq_xw_rt h3 {
  padding: 5px 0 0 0;
  line-height: 30px;
}
.hxq_xw_rt h3 a {
  font-size: 18px;
  color: #333;
}
.hxq_xw_rt h3 a:hover {
  color: #0166b6;
}
.hxq_xw_rt > span {
  display: block;
  padding: 10px 0 0 0;
  height: 60px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.hxq_tj_h {
  padding: 30px 0 0 0;
}
.hxq_tj_h > em {
  display: block;
  height: 62px;
  background: url(../images/tj00.png) no-repeat center;
}
.hxq_tj_b {
  padding: 30px 0 0 0;
  position: relative;
  overflow: hidden;
  min-height: 50px;
}
.hxq_tj_ul {
  width: 1100px;
  *zoom: 1;
  zoom: 1;
}
.hxq_tj_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_tj_ul > li {
  float: left;
  margin: 0 105px 0 0;
  width: 445px;
  height: 40px;
  line-height: 40px;
  *zoom: 1;
  zoom: 1;
}
.hxq_tj_ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_tj_ul > li > span {
  float: right;
  font-size: 14px;
  color: #333;
}
.hxq_tj_ul > li h3 {
  padding: 0 0 0 25px;
  background: url(../images/tj01.png) no-repeat left center;
}
.hxq_tj_ul > li h3 a {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
.hxq_tj_ul > li h3 a:hover {
  color: #f24d4d;
}
/*招标*/
.hxq_zb_ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}
.hxq_zb_ul > li > div {
  height: 30px;
  line-height: 30px;
  *zoom: 1;
  zoom: 1;
}
.hxq_zb_ul > li > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zb_ul > li > div > span {
  float: right;
  font-size: 14px;
  color: #666;
}
.hxq_zb_ul > li > div h3 a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.hxq_zb_ul > li > div h3 a:hover {
  color: #0166b6;
}
.hxq_zb_ul > li > span {
  display: block;
  padding: 10px 0 0 0;
  height: 60px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.hxq_subpage_nav {
  padding: 0 0 20px 0;
}
.hxq_subpage_hhh {
  position: relative;
}
.hxq_subpage_nav2_h {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
}
.hxq_subpage_nav2_h a {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
}
.hxq_subpage_nav2_h .prev {
  left: 5px;
  background: url(../images/nav20.png) no-repeat center;
}
.hxq_subpage_nav2_h .prev:hover {
  background: url(../images/nav22.png) no-repeat center;
}
.hxq_subpage_nav2_h .next {
  right: 5px;
  background: url(../images/nav21.png) no-repeat center;
}
.hxq_subpage_nav2_h .next:hover {
  background: url(../images/nav23.png) no-repeat center;
}
.hxq_subpage_nav2_b {
  position: relative;
  overflow: hidden;
  max-height: 137px;
  width: 890px;
  margin: 0 auto;
}
.hxq_subpage_nav2_ul {
  text-align: center;
}
.hxq_subpage_nav2_ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.hxq_subpage_nav2_ul > li h2 a {
  display: block;
  padding: 0 10px;
  width: 100px;
  height: 136px;
  text-align: center;
  border: 1px solid transparent;
  border-top: none;
}
.hxq_subpage_nav2_ul > li h2 a em {
  display: inline-block;
  padding: 56px 0 0 0;
  line-height: 34px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #cdcbcb;
}
.hxq_subpage_nav2_ul > li:hover h2 a {
  border: 1px solid #f13a3a;
  border-top: none;
  background: url(../images/subpage03.png) no-repeat center top;
}
.hxq_subpage_nav2_ul > li:hover h2 a em {
  padding: 75px 0 0 0;
}
.hxq_subpage_nav2_ul > li.on h2 a {
  border: 1px solid #f13a3a;
  border-top: none;
  background: url(../images/subpage03.png) no-repeat center top;
}
.hxq_subpage_nav2_ul > li.on h2 a em {
  padding: 75px 0 0 0;
}
/*联系方式*/
.hxq_lxfs {
  padding: 60px 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_lxfs:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_lxfs_h {
  height: 36px;
  line-height: 36px;
  background: url(../images/lxfs03.png) no-repeat 48px bottom;
  *zoom: 1;
  zoom: 1;
}
.hxq_lxfs_h:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_lxfs_h > em {
  float: left;
  margin: 0 10px 0 0;
  width: 38px;
  height: 36px;
}
.hxq_lxfs_h > span {
  float: left;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.hxq_lxfs_h > strong {
  float: left;
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #d8d8db;
  font-weight: normal;
  text-transform: uppercase;
}
.hxq_lxfs_lt {
  float: left;
  width: 400px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.hxq_lxfs_rt {
  float: right;
  width: 550px;
}
.lxfs1 {
  background: url(../images/lxfs00.png) no-repeat center;
}
.lxfs2 {
  background: url(../images/lxfs01.png) no-repeat center;
}
.lxfs3 {
  background: url(../images/lxfs02.png) no-repeat center;
}
/*网站地图*/
.hxq_sitemap_link {
  padding: 50px 0;
  text-align: center;
}
.hxq_sitemap_link dl {
  display: inline-block;
  margin: 0 4px;
  width: 131px;
  vertical-align: top;
}
.hxq_sitemap_link dt {
  padding: 0 0 20px 0;
}
.hxq_sitemap_link dt a {
  display: block;
  width: 131px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: url(../images/sitemap00.png) no-repeat center;
}
.hxq_sitemap_link dt a:hover {
  background: url(../images/sitemap01.png) no-repeat center;
}
.hxq_sitemap_link dd {
  padding: 8px 0;
}
.hxq_sitemap_link dd a {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.hxq_sitemap_link dd a:hover {
  color: #f13a3a;
}
/*在线应聘*/
.hxq_zxyp_ul > li {
  margin: 25px 0 0 0;
}
.hxq_zxyp_ul > li.on .hxq_zxyp_h > span {
  background: url(../images/yp02.png) no-repeat 180px center;
}
.hxq_zxyp_ul > li.on .hxq_zxyp_b {
  display: block;
}
.hxq_zxyp_h {
  position: relative;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #cbcbcb;
  *zoom: 1;
  zoom: 1;
}
.hxq_zxyp_h > a {
  background: url(../images/transparent.png) left bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_zxyp_h:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxyp_h > span {
  float: right;
  padding: 0 65px 0 0;
  font-size: 14px;
  color: #333;
  background: url(../images/yp03.png) no-repeat 180px center;
}
.hxq_zxyp_h > em {
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #0166b6;
  font-weight: bold;
}
.hxq_zxyp_h:hover > span {
  color: #f13a3a;
}
.hxq_zxyp_h:hover > em {
  color: #f13a3a;
}
.hxq_zxyp_b {
  position: relative;
  overflow: hidden;
  display: none;
}
.hxq_zxyp_b > div {
  padding: 20px 0;
}
.hxq_zxyp_content {
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.hxq_zxyp_btn {
  text-align: right;
  font-size: 0;
}
.hxq_zxyp_btn a {
  display: inline-block;
  margin: 0 0 0 15px;
  width: 131px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #0166b6;
  font-size: 18px;
  background: url(../images/yp00.png) no-repeat center;
}
.hxq_zxyp_btn a:hover {
  color: #f13a3a;
  background: url(../images/yp01.png) no-repeat center;
}
/*弹出视频*/
.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;
  height: 530px;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1008;
  background: #eee;
  margin-left: -400px;
  margin-top: -265px;
}
.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;
}

.hxq_ewmpc {
  position: fixed;
  bottom: 160px;
  right: 10px;
  z-index: 9999;
}


.hxq_subpage_h .l_xz{
	overflow: hidden;
	margin-top: 45px;
	padding-bottom: 30px;
}
.hxq_subpage_h .l_xz ul{
	margin-left: 135px;
	padding-bottom: 30px;
}
.hxq_subpage_h .l_xz ul li{
	width: 729px;
	height: 62px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 62px;
	background: url(../images/xz.png)no-repeat center left;
	padding-left: 20px;
	font-family: "微软雅黑";
}
.hxq_subpage_h .l_xz ul li a{
	float: left;
	font-size: 18px;
	color: #333;
}
.hxq_subpage_h .l_xz ul li a:hover{
	color: #0166b6;
}
.hxq_subpage_h .l_xz ul li span{
	float: right;
	font-size: 16px;
	color: #666666;
	
}
.pchf {
	overflow: hidden;
}
/* swipper轮播 */
.swiper3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

	.swiper3 .swiper-slide{
		text-align: center;
		font-size: 18px;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

.swiper3 .swiper-slide img {
	width: 100%;
	height: 100%;
}