@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 {
  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: 16px;
  height: 16px;
  cursor: pointer;
}
.hxq_banner .hxq_sub_banner_h_ul > li > em {
  position: absolute;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.hxq_banner .hxq_sub_banner_h_ul > li > em > strong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: currentColor;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 16px dotted;
  border-width: 0rem;
}
.hxq_banner .hxq_sub_banner_h_ul > li.on > em > strong {
  color: red;
}
.hxq_sub_banner li {
  height: 449px;
}
.hxq_in_banner li {
  height: 449px;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown {
  clear: both;
  font-family: "Microsoft YaHei", serif;
  overflow: hidden;
  font-size: 12px;
  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: block;
  height: 34px;
  line-height: 36px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.sub_updown a span {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #fff;
  width: 80px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  background: #1983d3;
}
.sub_updown a[href]:hover {
  color: #06f;
}
.sub_updown a[href] span {
  cursor: pointer;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑", serif;
  font-size: 12px;
}
.paginator a {
  color: #444;
  padding: 2px 6px;
  border: 1px solid #ccc;
}
.paginator a,
.paginator span {
  margin: 0 3px;
}
.paginator a[href]:hover {
  color: #f00;
}
.paginator span {
  border: 1px solid #ccc !important;
  color: #f00 !important;
  padding: 2px 6px !important;
  font-weight: normal !important;
}
/*选中需要全部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: "微软雅黑";
}
/* 清楚浮动 */
.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_gaba {
  display: inline-block;
  line-height: 0.34666667rem;
  padding-left: 0.33333333rem;
  min-height: 0.26666667rem !important;
  background: url(../images/bah_10.png) no-repeat left center;
  -moz-background-size: auto 96%;
    -o-background-size: auto 96%;
       background-size: auto 96%;
}
/*图标字体*/
@font-face {
  font-family: 'iconfont';
  /* project id："182804" */
  src: url('//at.alicdn.com/t/font_b690euwywgj02j4i.eot');
  src: url('//at.alicdn.com/t/font_b690euwywgj02j4i.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_b690euwywgj02j4i.woff') format('woff'), url('//at.alicdn.com/t/font_b690euwywgj02j4i.ttf') format('truetype'), url('//at.alicdn.com/t/font_b690euwywgj02j4i.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*图标字体*/
/* 返回顶部 */
.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: #006ebd;
  -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 img {
  height: 40%;
  margin-top: 30%;
}
/* 返回顶部 */
/*公共结束*/
.hxq_banner img {
  width: 100%;
  vertical-align: middle;
}
body {
  padding: 0 0 1.46666667rem 0;
}
.hxq_edit {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
.hxq_edit a {
  font-weight: bold;
  color: #f2e404;
}
.hxq_edit img {
  max-width: 100% !important;
  height: auto;
  vertical-align: middle;
}
/*首页头部*/
.hxq_in_header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.hxq_in_header > div {
  padding: 0 0.32rem;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_header > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_header > div > a {
  margin: 0.26666667rem 0 0 0;
  float: right;
  width: 0.93333333rem;
}
.hxq_in_header > div > a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_banner_paging span {
  opacity: 1;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  background: transparent;
}
.hxq_banner_paging span.swiper-pagination-bullet-active {
  background: #1176ff;
  border: 1px solid #1176ff;
}
/*首页快捷*/
.hxq_in_kj {
  padding: 0.46666667rem 0.32rem;
}
.hxq_in_kj_ul {
  font-size: 0;
  text-align: center;
}
.hxq_in_kj_ul > li {
  display: inline-block;
  margin: 0 0.10666667rem;
}
.hxq_in_kj_ul > li:nth-child(1) {
  margin-left: 0;
}
.hxq_in_kj_ul > li:nth-last-child(1) {
  margin-right: 0;
}
.hxq_in_kj_ul > li h2 a {
  display: block;
  height: 2rem;
}
.hxq_in_kj_ul > li h2 a img {
  height: 100%;
  vertical-align: middle;
}
/*首页产品*/
.hxq_in_cp {
  padding: 0.13333333rem 0.32rem 0;
}
.hxq_in_cp_h h2 {
  text-align: center;
  font-size: 0;
}
.hxq_in_cp_h h2 a {
  display: inline-block;
  vertical-align: middle;
}
.hxq_in_cp_h h2 a > span {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
}
.hxq_in_cp_h h2 a > em {
  display: inline-block;
  margin: 5px 0 0 0;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.04rem;
  background: #006ebd;
}
.hxq_in_cp_b {
  padding: 0.4rem 0;
}
.hxq_in_cp_ul {
  *zoom: 1;
  zoom: 1;
}
.hxq_in_cp_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_cp_ul > li > a {
  display: block;
}
.hxq_in_cp_ul > li > a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_in_cp_ul > li h3 {
  background: #006ebd url(../images/in_cp00.png) no-repeat 96% center;
  -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
       background-size: 20px auto;
}
.hxq_in_cp_ul > li h3 a {
  display: block;
  padding: 0.2rem 0 0.2rem 0.33333333rem;
  width: 70%;
  height: 24px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/*首页简介*/
.hxq_in_jj {
  padding: 0.4rem 0 0 0;
}
.hxq_in_jj_h {
  height: 3.46666667rem;
  background: url(../images/in_jj00.png) no-repeat center bottom;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
}
.hxq_in_jj_h h2 a {
  display: block;
  margin: 0 0 0 2.2rem;
  width: 6.13333333rem;
}
.hxq_in_jj_h h2 a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_in_jj_b {
  margin-top: -1px;
  padding: 0 0.32rem;
  background: #006ebd;
}
.hxq_in_jj_b > div {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.hxq_in_jj_b > div a {
  color: yellow;
  font-weight: bold;
}
.hxq_in_jj_b1 {
  margin-top: -1px;
  height: 1.93333333rem;
  background: url(../images/in_jj02.png) no-repeat center top;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
}
.hxq_in_jj_b1 div {
  padding: 0 0.32rem;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_jj_b1 div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_jj_b1 div a {
  float: right;
  margin: 0.4rem 0 0 0;
  display: block;
  width: 1.97333333rem;
}
.hxq_in_jj_b1 div a img {
  width: 100%;
  vertical-align: middle;
}
/*首页新闻*/
.hxq_in_xw {
  margin: -0.66666667rem 0 0 0;
  padding: 0 0.32rem;
}
.hxq_in_xw_h {
  padding: 0 0 0.4rem 0;
}
.hxq_in_xw_h h2 a {
  display: block;
  width: 4rem;
}
.hxq_in_xw_h h2 a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_in_xw_b {
  width: 10rem;
  margin-left: -0.32rem;
  padding: 0.32rem;
  background: #f7f9f8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.hxq_in_xw_ul {
  margin-top: -0.4rem;
}
.hxq_in_xw_ul > li {
  position: relative;
  margin: 0.4rem 0 0 0;
  padding: 0.2rem;
  background: #fff;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_xw_ul > li > a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_in_xw_ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_xw_ul > li > div {
  position: relative;
}
.hxq_in_xw_ul > li > div > a {
  float: left;
  width: 100px;
  margin: 0 0.26666667rem 0 0;
}
.hxq_in_xw_ul > li > div > a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_in_xw_ul > li > div > div {
  position: relative;
  overflow: hidden;
  padding: 0 0.8rem 0 0;
}
.hxq_in_xw_ul > li > div > div h3 {
  padding: 0.13333333rem 0 0 0;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_in_xw_ul > li > div > div h3 a {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.hxq_in_xw_ul > li > div > div > span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #006dc2;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_in_xw_ul > li > div > div > em {
  display: block;
  padding: 0.06666667rem 0 0 0;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_in_xw_ul > li > i {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 0.53333333rem;
}
.hxq_in_xw_ul > li > i img {
  width: 100%;
  vertical-align: middle;
}
/*底部*/
.hxq_footer {
  padding: 0.26666667rem 0.06666667rem;
  font-size: 12px;
  text-align: center;
  color: #666;
  background: #f7f9f8;
}
.hxq_footer a {
  color: #666;
}
.hxq_footer_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9992;
  width: 100%;
  height: 1.46666667rem;
  background: #252525;
}
.hxq_footer_nav_ul > li {
  float: left;
  width: 25%;
}
.hxq_footer_nav_ul > li a {
  display: block;
  text-align: center;
  height: 1.46666667rem;
  line-height: 1.46666667rem;
}
.hxq_footer_nav_ul > li a img {
  height: 70%;
  vertical-align: middle;
}
/*一级*/
.hxq_nav_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.hxq_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9995;
  width: 120px;
  height: 100%;
  background: rgba(6, 88, 199, 0.4);
  -webkit-transform: translate(200px, 0);
     -moz-transform: translate(200px, 0);
      -ms-transform: translate(200px, 0);
       -o-transform: translate(200px, 0);
          transform: translate(200px, 0);
  -webkit-transition: all .3s 0s;
  -o-transition: all .3s 0s;
  -moz-transition: all .3s 0s;
  transition: all .3s 0s;
}
.hxq_nav.on {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.hxq_nav_h {
  position: absolute;
  top: 0.26666667rem;
  left: -1.06666667rem;
}
.hxq_nav_h a {
  display: block;
  width: 0.8rem;
}
.hxq_nav_h a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_nav_content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 114px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
}
.hxq_nav_ul {
  margin: 0.66666667rem 0 0 0;
}
.hxq_nav_ul > li a {
  display: block;
  margin-left: -6px;
  border-left: 6px solid transparent;
  padding: 0.33333333rem 0 0.26666667rem 0;
}
.hxq_nav_ul > li a > em {
  display: block;
  width: 30px;
  margin: 0 auto;
  text-align: center;
}
.hxq_nav_ul > li a > em img {
  width: 100%;
  vertical-align: middle;
}
.hxq_nav_ul > li a > span {
  display: block;
  padding: 0.13333333rem 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.hxq_nav_ul > li .hover {
  display: none;
}
.hxq_nav_ul > li.on img {
  display: none;
}
.hxq_nav_ul > li.on .hover {
  display: block;
}
.hxq_nav_ul > li.on a {
  background: #1176ff;
  border-left: 6px solid #ffe500;
}
.hxq_nav_ul > li.on a > span {
  color: #fff;
}
/*子页框架*/
.hxq_header {
  padding: 0 0.32rem;
  height: 1.2rem;
  background: url(../images/header00.jpg) no-repeat center;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
}
.hxq_header > div {
  *zoom: 1;
  zoom: 1;
}
.hxq_header > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_logo {
  float: left;
  margin: 0.33333333rem 0 0 0;
}
.hxq_header_logo a {
  display: block;
  width: 2.93333333rem;
}
.hxq_header_logo a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_header_nav {
  float: right;
  margin: 0.06666667rem 0 0 0;
}
.hxq_header_nav a {
  display: block;
  padding: 0.2rem;
  width: 0.66666667rem;
}
.hxq_header_nav a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_mbx {
  padding: 0.26666667rem 0.32rem;
  font-size: 12px;
  color: #333;
  border-bottom: 0.05333333rem solid #e2eaf3;
}
.hxq_mbx a {
  color: #333;
}
.hxq_mbx > em {
  display: block;
  padding: 0 0 0 10px;
  height: 20px;
  line-height: 20px;
  border-left: 0.08rem solid #006ebd;
}
.sub_split1 {
  height: 0.13333333rem;
  background: #e7f0f8;
}
.hxq_subpage_title {
  padding: 0.4rem 0;
  text-align: center;
}
.hxq_subpage_title img {
  height: 1.06666667rem;
  vertical-align: middle;
}
.hxq_subpage_nav {
  padding: 0 0.32rem 0.4rem;
}
.hxq_subpage_nav_ul {
  margin-top: -0.18666667rem;
  font-size: 0;
  text-align: center;
}
.hxq_subpage_nav_ul > li {
  display: inline-block;
  margin: 0.2rem 0.05333333rem 0;
}
.hxq_subpage_nav_ul > li h2 a {
  display: block;
  padding: 0.13333333rem 0.26666667rem 0.06666667rem;
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  background: #006ebd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.hxq_subpage_nav_ul > li.on h2 a {
  color: #006ebd;
  background: #f2e404;
}
.hxq_subpage_content {
  padding: 0 0.32rem;
  min-height: 8.66666667rem;
  *zoom: 1;
  zoom: 1;
}
.hxq_subpage_content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*简介*/
.hxq_jj {
  padding: 0.4rem 0 0.8rem 0;
}
/*新闻*/
.hxq_lb {
  padding: 0 0 0.4rem 0;
}
.hxq_lb_box {
  padding: 0.4rem 0;
}
.hxq_xw_ul {
	overflow: hidden;
  width: 10rem;
  padding: 0 0.32rem;
  margin-left: -0.32rem;
  margin-top: -0.4rem;
  background: #f7f9f8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.hxq_xw_ul > li {
  position: relative;
  margin: 0.4rem 0 0 0;
  padding: 0.2rem;
  background: #fff;
  *zoom: 1;
  zoom: 1;
}
.hxq_xw_ul > li:last-child {
	margin-bottom: .4rem;
}
.hxq_xw_ul > li > a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_xw_ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_xw_ul > li > div {
  position: relative;
}
.hxq_xw_ul > li > div > a {
  float: left;
  width: 100px;
  margin: 0 0.26666667rem 0 0;
}
.hxq_xw_ul > li > div > a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_xw_ul > li > div > div {
  position: relative;
  overflow: hidden;
  padding: 0 0.8rem 0 0;
}
.hxq_xw_ul > li > div > div h3 {
  padding: 0.13333333rem 0 0 0;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_xw_ul > li > div > div h3 a {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.hxq_xw_ul > li > div > div > span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #006dc2;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_xw_ul > li > div > div > em {
  display: block;
  padding: 0.06666667rem 0 0 0;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_xw_ul > li > i {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 0.53333333rem;
}
.hxq_xw_ul > li > i img {
  width: 100%;
  vertical-align: middle;
}
.hxq_xx {
  padding: 0rem 0 0.66666667rem 0;
}
.hxq_xx_h {
  padding: 0.13333333rem 0;
}
.hxq_xx_h h1 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.hxq_xx_xx {
  padding: 0.13333333rem 0 0.2rem 0;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #afb1b2;
  *zoom: 1;
  zoom: 1;
}
.hxq_xx_xx a {
  color: #333;
}
.hxq_xx_xx:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_xx_xx em {
  float: left;
}
.hxq_xx_xx span {
  float: right;
}
.hxq_xx_content1 {
  padding: 0.4rem 0;
  min-height: 3.33333333rem;
}
.hxq_xx_content2 {
  padding: 0.4rem 0;
  min-height: 0.66666667rem;
}
.hxq_tj {
  padding: 0.26666667rem 0 0 0;
}
.hxq_tj_h img {
  width: 100%;
  vertical-align: middle;
}
.hxq_tj_b {
  padding: 0.2rem 0 0 0;
}
.hxq_tj_ul > li {
  padding: 0.26666667rem 0 0.2rem 0;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px solid #d4d3d6;
}
.hxq_tj_ul > li > span {
  float: right;
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #333;
}
.hxq_tj_ul > li h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hxq_tj_ul > li h3 a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
/*产品*/
.hxq_cpnav {
  padding: 0.53333333rem 0;
}
.hxq_cpnav_ul {
  background: url(../images/cp02.png) no-repeat center bottom;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_cpnav_ul:nth-last-child(1) {
  background: none;
}
.hxq_cpnav_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_cpnav_ul > li {
  width: 33.33%;
  float: left;
  background: url(../images/cp03.png) no-repeat right center;
  -moz-background-size: 0.02666667rem auto;
    -o-background-size: 0.02666667rem auto;
       background-size: 0.02666667rem auto;
}
.hxq_cpnav_ul > li:nth-child(3n) {
  background: none;
}
.hxq_cpnav_ul > li h2 a {
  display: table-cell;
  width: 3%;
  padding: 0 10px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: normal;
}
.hxq_cp_ul {
  margin-top: -0.4rem;
  *zoom: 1;
  zoom: 1;
}
.hxq_cp_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_cp_ul > li {
  float: left;
  margin: 0.4rem 0.26666667rem 0 0;
  width: 4.53333333rem;
}
.hxq_cp_ul > li:nth-child(2n) {
  margin-right: 0;
}
.hxq_cp_ul > li > a {
  position: relative;
  display: block;
}
.hxq_cp_ul > li > a > em {
  background: url(../images/sp00.png) no-repeat center;
  -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_cp_ul > li > a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_cp_ul > li h3 {
  background: #006ebd url(../images/in_cp00.png) no-repeat 96% center;
  -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
       background-size: 20px auto;
}
.hxq_cp_ul > li h3 a {
  display: block;
  padding: 0.2rem 0 0.2rem 0.33333333rem;
  width: 70%;
  height: 24px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_cp_nav {
  padding: 0 0.32rem;
}
.hxq_cp_nav a {
  display: block;
}
.hxq_cp_nav a img {
  width: 100%;
  vertical-align: middle;
}
.hxq_cp_img {
  padding: 0.4rem 0 0 0;
  text-align: center;
}
.hxq_cp_img img {
  width: 80%;
  vertical-align: middle;
}
/*招聘*/
.hxq_zp_ul {
  margin-top: -0.4rem;
}
.hxq_zp_ul > li {
  position: relative;
  margin: 0.4rem 0 0 0;
}
.hxq_zp_ul > li > a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
  height: 64px;
}
.hxq_zp_ul > li.on .hxq_zp_content {
  height: auto;
}
.hxq_zp_ul > li.on .hxq_zp_content_rt > div {
  height: auto;
  white-space: normal;
}
.hxq_zp_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100px;
  height: 64px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  background: #1766bb;
}
.hxq_zp_title > span {
  display: block;
  padding: 15px 0 0 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.hxq_zp_title > em {
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.hxq_zp_content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 0 8px 0;
  height: 45px;
  -webkit-box-shadow: 0 0 0.13333333rem 0 #ccc;
     -moz-box-shadow: 0 0 0.13333333rem 0 #ccc;
          box-shadow: 0 0 0.13333333rem 0 #ccc;
  *zoom: 1;
  zoom: 1;
}
.hxq_zp_content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zp_content_lt {
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
}
.hxq_zp_content_lt a {
  margin: 66px auto 0;
  display: block;
  width: 70px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #1766bb;
  font-size: 14px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #f2e404;
}
.hxq_zp_content_rt {
  overflow: hidden;
  padding: 0 10px 0 0;
  font-sizse: 14px;
  line-heigh: 24px;
  color: #333;
}
.hxq_zp_content_rt > em {
  font-weight: bold;
}
.hxq_zp_content_rt > div {
  position: relative;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_zxzp_form {
  margin: 0 0 0.66666667rem 0;
  overflow: hidden;
  padding: 0.4rem;
  -webkit-box-shadow: 0 0 0.26666667rem 0 #ccc;
     -moz-box-shadow: 0 0 0.26666667rem 0 #ccc;
          box-shadow: 0 0 0.26666667rem 0 #ccc;
}
.hxq_zxzp_input {
  margin: 0.33333333rem 0 0 0;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  *zoom: 1;
  zoom: 1;
}
.hxq_zxzp_input:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxzp_input > em {
  float: left;
  padding: 0 8px 0 0;
  margin: 0 0 0 0.2rem;
  height: 38px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  background: url(../images/zxzp00.png) no-repeat right center;
  -moz-background-size: 0.02666667rem 60%;
    -o-background-size: 0.02666667rem 60%;
       background-size: 0.02666667rem 60%;
}
.hxq_zxzp_input > em strong {
  color: #e30007;
}
.hxq_zxzp_input > span {
  display: block;
  padding: 0 10px;
  overflow: hidden;
}
.hxq_zxzp_input > span input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}
.hxq_zxzp_input1 > i {
  display: block;
  width: 100%;
  clear: both;
}
.hxq_zxzp_input1 > span {
  *zoom: 1;
  zoom: 1;
}
.hxq_zxzp_input1 > span:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxzp_input1 > span textarea {
  display: block;
  float: left;
  margin: 0 0 8px 0;
  width: 100%;
  height: 70px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  resize: none;
  overflow-y: auto;
}
.hxq_zxzp_btn {
  padding: 0.66666667rem 0 0.4rem 0;
  font-size: 0;
  text-align: center;
  *zoom: 1;
  zoom: 1;
}
.hxq_zxzp_btn:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxzp_btn a {
  display: inline-block;
  margin: 0 0.13333333rem;
  height: 34px;
  width: 3.2rem;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #006ebd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.hxq_zxzp_btn a:nth-child(2) {
  color: #006ebd;
  background: #f2e404;
}
/*联系方式*/
.hxq_lxfs_img img {
  width: 100%;
  vertical-align: middle;
}
.hxq_lxfs_txt {
  padding: 0.53333333rem 0 0.8rem 0;
}
.hxq_lxfs_phone {
  padding: 0.13333333rem 0 0.13333333rem 30px;
  background: url(../images/lxfs00.png) no-repeat left 0.13333333rem;
  -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
       background-size: 20px auto;
}
.hxq_lxfs_web {
  padding: 0.13333333rem 0 0.13333333rem 30px;
  background: url(../images/lxfs01.png) no-repeat left 0.13333333rem;
  -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
       background-size: 20px auto;
}
.hxq_lxfs_addr {
  padding: 0.13333333rem 0 0.13333333rem 30px;
  background: url(../images/lxfs02.png) no-repeat left 0.13333333rem;
  -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
       background-size: 20px auto;
}
.hxq_lxfs_btn {
  padding: 0 0 0.8rem 0;
}
.hxq_lxfs_btn .hxq_zxzp_btn {
  padding-top: 0;
}
/*在线留言*/
.hxq_zxly {
  padding: 0 0 0.26666667rem 0;
}
.hxq_zxly_input1 {
  margin: 0.33333333rem 0 0 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_zxly_input1:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxly_input1 > strong {
  float: left;
  width: 20px;
  height: 40px;
  text-align: left;
  font-size: 18px;
  color: #e31b15;
  line-height: 40px;
}
.hxq_zxly_input1 > div {
  overflow: hidden;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  height: 40px;
  line-height: 40px;
  *zoom: 1;
  zoom: 1;
}
.hxq_zxly_input1 > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxly_input1 > div > em {
  float: left;
  height: 40px;
  width: 40px;
}
.hxq_zxly_input1 > div > span {
  display: block;
  padding: 0 10px;
  overflow: hidden;
  line-height: 42px;
  font-size: 14px;
  color: #333;
}
.hxq_zxly_input1 > div > span input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #333;
}
.hxq_zxly_input1 > div ::-webkit-input-placeholder {
  color: #333;
}
.hxq_zxly1 {
  background: url(../images/zxly00.png) no-repeat right center;
  -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
       background-size: 30px auto;
}
.hxq_zxly2 {
  background: url(../images/zxly01.png) no-repeat right center;
  -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
       background-size: 30px auto;
}
.hxq_zxly3 {
  background: url(../images/zxly02.png) no-repeat right center;
  -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
       background-size: 30px auto;
}
.hxq_zxly4 {
  background: url(../images/zxly03.png) no-repeat right center;
  -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
       background-size: 30px auto;
}
.hxq_zxly_input2 {
  height: auto;
}
.hxq_zxly_input2 > div {
  height: auto;
}
.hxq_zxly_input2 > div > div {
  background: url(../images/zxly04.png) no-repeat center top;
  -moz-background-size: 94% auto;
    -o-background-size: 94% auto;
       background-size: 94% auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_zxly_input2 > div > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxly_input2 > div > div textarea {
  display: block;
  float: left;
  width: 94%;
  height: 2.4rem;
  margin: 10px 3%;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  resize: none;
  overflow-y: auto;
}
/*查看留言*/
.hxq_ckly_ul {
  margin-top: -0.4rem;
}
.hxq_ckly_ul > li {
  padding: 0.4rem 0 0.13333333rem 0;
  border-bottom: 1px dashed #d5d4d4;
}
.hxq_ckly_ly {
  padding: 0.2rem 0.33333333rem;
  -webkit-box-shadow: 0 0 0.13333333rem 0 #ccc;
     -moz-box-shadow: 0 0 0.13333333rem 0 #ccc;
          box-shadow: 0 0 0.13333333rem 0 #ccc;
}
.hxq_ckly_ly_h {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-bottom: 0.02666667rem solid #f2e404;
  *zoom: 1;
  zoom: 1;
}
.hxq_ckly_ly_h:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_ckly_ly_h > em {
  float: left;
  margin: 0 20px 0 0;
  font-size: 14px;
  color: #006ebd;
  font-weight: bold;
}
.hxq_ckly_ly_h > span {
  float: right;
  font-size: 12px;
  color: #666;
}
.hxq_ckly_hf {
  padding: 0.26666667rem 0.33333333rem 0;
}
.hxq_ckly_hf em {
  font-weight: bold;
}
/*政策法规*/
.hxq_zcfg_ul {
  width: 10rem;
  padding: 0 0.32rem;
  margin-left: -0.32rem;
  margin-top: -0.4rem;
  background: #f7f9f8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.hxq_zcfg_ul > li {
  position: relative;
  margin: 0.4rem 0 0 0;
  padding: 0.2rem;
  background: #fff;
  *zoom: 1;
  zoom: 1;
}
.hxq_zcfg_ul > li:last-child {
  margin-bottom: .4rem;
}
.hxq_zcfg_ul > li > a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_zcfg_ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zcfg_ul > li > div {
  position: relative;
}
.hxq_zcfg_ul > li > div > strong {
  display: block;
  margin: 0 0.26666667rem 0 0;
  float: left;
  width: 100px;
  height: 72px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background: #006dc2;
}
.hxq_zcfg_ul > li > div > strong em {
  display: block;
  padding: 5px 0 0 0;
  font-size: 30px;
  line-height: 34px;
}
.hxq_zcfg_ul > li > div > strong span {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.hxq_zcfg_ul > li > div > div {
  position: relative;
  overflow: hidden;
  padding: 0 0.8rem 0 0;
}
.hxq_zcfg_ul > li > div > div h3 {
  padding: 0.13333333rem 0 0 0;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_zcfg_ul > li > div > div h3 a {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.hxq_zcfg_ul > li > div > div > span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #006dc2;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hxq_zcfg_ul > li > div > div > em {
  display: block;
  padding: 0.06666667rem 0 0 0;
  height: 40px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hxq_zcfg_ul > li > i {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 0.53333333rem;
}
.hxq_zcfg_ul > li > i img {
  width: 100%;
  vertical-align: middle;
}

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