@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 386px;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: 386px;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
.w1200 img{ max-width: 1200px;}
/*li按钮*/
.cg_banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
.cg_banner .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/bqyh22.png) center center no-repeat;
  width: 13px;
  height: 12px;
}
.cg_banner .hd ul li.on {
  background: url(../images/bqyh23.png) center center no-repeat;
}
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}
.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.cg_banner .prev:hover,
.cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cg_banner .prevStop {
  display: none;
}
.cg_banner .nextStop {
  display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 26px;
  line-height: 26px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  padding: 4px 0;
  width: 100%;
  margin-bottom:30px;
  margin-top: 15px;
  margin-bottom:15px;
}
#page_break {} 
#page_break .collapse {display: none;} 
#page_break .num {padding: 10px 0;text-align: center;} 
#page_break .num li{display: inline; margin: 0 2px;padding: 3px 5px;border:1px solid #c60000; 
background-color: #fff;color: #c60000;text-align: center;cursor: pointer;overflow: hidden;} 
#page_break .num li.on{background-color: #c60000;color: #fff;font-weight: bold;}
#page_break .num li:hover{background-color: #c60000;color: #fff;}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 10px 0px;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a {
  display: block;
  color: #333;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a span{
  color: #fff;
  margin-right: 10px;
}
.sub_updown div a[href]:hover>span {
  background-color: #1d2a77;
  cursor: pointer;
}
.sub_updown div a[href]:hover {
  color: #1d2a77;
  cursor: pointer;
}
.sub_updown span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 64px;
  background-color: #282828;
  text-align: center;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  margin-top: 59px;
  padding-bottom: 50px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 2px 10px;
  border: 1px solid #ccc;
  margin: 0px 3px;
}
.ql_fenye a {
  color: #444;
}
.ql_fenye a[href]:hover {
  color: #fff;
  background: #1d2a77;
}
.ql_fenye span {
  border: 1px solid #ccc !important;
  color: #fff !important;
  padding: 2px 10px !important;
  font-weight: normal !important;
  background: #1d2a77;
}
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
a[href] * {
  cursor: pointer;
}
a[href] img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
.hxq_gaba {
  display: inline-block;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/bah_10.png) no-repeat left center;
}
.hxq_w1920 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_w1200 {
  width: 1200px;
  margin: 0 auto;
}
.hxq_w1003 {
  width: 1003px;
  margin: 0 auto;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
/*height*/
.cg_height5 {
  height: 5px;
}
.cg_height10 {
  height: 10px;
}
.cg_height15 {
  height: 15px;
}
.cg_height20 {
  height: 20px;
}
.cg_height25 {
  height: 25px;
}
.cg_height30 {
  height: 30px;
}
.cg_height35 {
  height: 35px;
}
.cg_height40 {
  height: 40px;
}
.cg_height45 {
  height: 45px;
}
.cg_height50 {
  height: 50px;
}
.cg_height55 {
  height: 55px;
}
.cg_height60 {
  height: 60px;
}
.cg_height65 {
  height: 65px;
}
.cg_height70 {
  height: 70px;
}
.cg_height75 {
  height: 75px;
}
.cg_height80 {
  height: 80px;
}
.cg_height85 {
  height: 85px;
}
.cg_height90 {
  height: 90px;
}
.cg_height95 {
  height: 95px;
}
.cg_height100 {
  height: 100px;
}
.cg_height105 {
  height: 105px;
}
.cg_height110 {
  height: 110px;
}
.cg_height115 {
  height: 115px;
}
.cg_height120 {
  height: 120px;
}
.cg_height125 {
  height: 125px;
}
.cg_height130 {
  height: 130px;
}
.cg_height135 {
  height: 135px;
}
.cg_height140 {
  height: 140px;
}
.cg_height145 {
  height: 145px;
}
.cg_height150 {
  height: 150px;
}
/*margin*/
.cg_margin_rightno {
  margin-right: 0 !important;
}
.cg_margin_topno {
  margin-top: 0 !important;
}
.cg_margin_bottomno {
  margin-bottom: 0 !important;
}
.cg_margin_leftno {
  margin-left: 0 !important;
}
/*padding*/
.cg_padding_leftno {
  padding-left: 0 !important;
}
.cg_padding_rightno {
  padding-right: 0 !important;
}
.cg_padding_topno {
  padding-top: 0 !important;
}
.cg_padding_bottomno {
  padding-bottom: 0 !important;
}
/*border*/
.cg_border_topno {
  border-top: none !important;
}
.cg_border_leftno {
  border-left: none !important;
}
.cg_border_rightno {
  border-right: none !important;
}
.cg_border_bottomno {
  border-bottom: none !important;
}
/*关键字样式*/
.ql_about_a img {
  max-width: 100% !important;
  height: auto;
}
.ql_about_a a {
  font-weight: bold;
  color: #000;
}
.ql_about_a a:hover {
  color: #666;
}
.qgl_mgaba {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*bhld_top BEGIN*/
.bhld_top{
  height: 87px;
}
.bhld_top>a{
  display: block;
  float: left;
  margin-top: 14px;
}
.bhld_topr{
  float: right;
}
.bhld_topr img{
  display: block;
  float: left;
  height: 45px;
  margin-top: 21px;
  margin-right: 11px;
}
.bhld_topr>div{
  float: left;
  height: 45px;
  margin-top: 17px;
}
.bhld_topr>div>b{
  display: block;
  font-size: 24px;
  color: #d0151c;
  font-weight: normal;
  line-height: 29px;
}
.bhld_topr>div>em{
  display: block;
  font-size: 14px;
  color: #a5a5a5;
  line-height: 19px;
}
.bhld_daoh{
  min-height: 49px;
  background:#1d2a77;
    position: relative;
}
.bhld_daohm_ul{
  float: left;
  width: 980px;
}
.bhld_daohm_div{
  float: right;
  width: 214px;
  background: url(../images/bqyh06.png) center center no-repeat;
  height: 30px;
  margin-top: 9px;
}
.bhld_daohm_div>div{
  width: 150px;
  float: left;
}
.bhld_daohm_div>div input{
 line-height: 30px;
 margin-left:20px;
 width: 100%;
 font-size: 14px;
 height: 30px;
 font-family: "微软雅黑";
 color: #1d2a77;
}
.bhld_daohm_div>a{
  display: block;
  float: right;
  background: url(../images/bqyh02.png) center center no-repeat;
  width: 21px;
  height: 30px;
  padding-right:30px;
}
.bhld_daohm_div>a:hover{
  background: url(../images/bqyh03.png) center center no-repeat;
}
.bhld_daohm_ul .no_bg{
  background:none;
}
.bhld_daohm_ul>li{
  width: 136px;
  text-align: center;
  line-height: 49px;
  float: left;
  background: url(../images/bqyh04.png) center left no-repeat;
}
.bhld_daohm_ul>li>h2>a{
  font-weight: normal;
  display: block;
  color: #fff;
  font-size: 14px;
}
.bhld_daohm_ul>li:hover>h2{
  background: url(../images/bqyh05.png) center bottom no-repeat;
}
.bhld_daohm_ul .yexon>h2{
  background: url(../images/bqyh05.png) center bottom no-repeat;
}
.bhld_daohm_ulrtj_ul{
  position: absolute;
  z-index: 100;
  padding-top: 11px;
  left: 0;
  top: 38px;
  width: 100%;
  display: none;
}
.bhld_daohm_ul>li:hover .bhld_daohm_ulrtj_ul{
 display:block;
}
.bhld_daohm_ulrtj_ul>li .noright{
  width: 913px;
  min-height: 124px;
  position: absolute;
  background: #fff;
  top: 11px;
  left:-950px;
  padding:20px 0 22px 40px;
  display: none;
}
.bhld_daohm_ulrtj_ul>li>div{
  width: 913px;
  min-height: 124px;
  position: absolute;
  background: #fff;
  top: 11px;
  left: 136px;
  padding:20px 0 22px 40px;
  display: none;
}

.bhld_daohm_ulrtj_ul>li:hover>div{
  display: block;
}
.bhld_daohm_ulrtj_ul .onys>div{
  display: block;
}
.bhld_daohm_ulrtj_ul>li>div>div{
  width: 711px;
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: left !important;
}
.bhld_daohm_ulrtj_ul>li>div>img{
  float: left;
}
.bhld_daohm_ulrtj_ul>li>h2{
  font-weight: normal;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
    width: 100%;
}
.bhld_daohm_ulrtj_ul>li>h2>a{
  display: block;
  color: #fff;
  background: url(../images/bqy_hy_101.png) 30px center  no-repeat;
  padding-left: 20px;
}
.bhld_daohm_ulrtj_ul>li:hover{
  background-color: #fff;
}
.bhld_daohm_ulrtj_ul .onys{
  background-color: #fff;
}
.bhld_daohm_ulrtj_ul>li:hover>h2>a{
  color: #ea2831;
  background: url(../images/bqy_hy_102.png) 30px center  no-repeat;
}
.bhld_daohm_ulrtj_u .onys{
  background-color: #fff;
}
.bhld_daohm_ulrtj_ul .onys>h2>a{
  color: #ea2831;
  background: url(../images/bqy_hy_102.png) 30px center  no-repeat;
}
/* .bhld_daohm_ulrtj{
  position: absolute;
  background: url(../images/bqyh12.png);
  width: 100%;
  z-index: 100;
  left: 0;
  top: 136px;
} */


.beijing{
  background: url(../images/bqy_hy_104.png) center top repeat;
  position: absolute;
  left: 0;
  min-height: 166px;
  top:136px;
  z-index: 90;
  width: 100%;
  display: none;
}
/*bhld_top END*/
/*INDEX BOTTOM BEGIN*/
.hld_bottom{
  background:#1d2a77;
  padding:46px 0 15px 0;
}
.hld_bottom_mainl{
  width: 796px;
  float: left;
}
.hld_bottom_mainr{
  width: 404px;
  float: right;
}
.hld_bottom_mainlul>li{
  float: left;
  width: 196px;
  margin-top: 8px;
}
.hld_bottom_mainlul>li>h2{
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 13px;
  background: url(../images/bqyh15.png) center bottom no-repeat;
  width: 104px;
}
.hld_bottom_mainlul>li>h2>a{
  display: block;
  color: #ffffff;
}
.hld_bottom_mainlul>li>h2>a:hover{
  color: #ea2831;
}
.hld_bottom_mainlul>li>div>h2>a:hover{
  color: #ea2831;
}
.hld_bottom_mainlul>li>div>h2>a{
  color: #8594ec;
  font-size: 12px;
  font-weight: normal;
  background: url(../images/bqyh16.png) center left no-repeat;
  padding-left: 6px;
  height: 22px;
  line-height: 22px;
}
.hld_bottom_mainrt{
  background: url(../images/bqyh13.png) center bottom no-repeat;
  line-height: 40px;
}
.hld_bottom_mainrt>h2{
  padding-top: 8px;
}
.hld_bottom_mainrt>h2>a{
  display: block;
  float: left;
  margin-left: 7px;
  font-size: 14px;
  color: #fff;
}
.hld_bottom_mainrt>h2>a:hover{
  color: #ea2831;
}
.hld_bottom_mainrt>h2 img{
  display: block;
  float: left;
  vertical-align: bottom;
}
.hld_bottom_mainrbl{
  float: left;
  margin-top: 10px;
}
.hld_bottom_mainrb img{
  float: right;
  margin-top: 10px;
}
.hld_bottom_mainrbl>div{
  /*height: 18px;*/
  width: 268px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  margin-top: 8px;
}
.hld_bottom_mainrbl .div1{
  background:url(../images/bqyh17.png) top left no-repeat;
  padding-left: 31px;
}
.hld_bottom_mainrbl .div2{
  background:url(../images/bqyh18.png) top left no-repeat;
  padding-left: 31px;
}
.hld_bottom_mainrbl .div3{
  background:url(../images/bqyh19.png) top left no-repeat;
  padding-left: 31px;
}
.hld_bottom2{
  padding:10px 0 5px 0;
  background-color: #121e64;
}
.hld_bottom_main_b{
  margin-top: 30px;
  color: #5664b4;
  font-size: 12px;
  line-height: 30px;
  min-height:30px;
 word-break:break-all;
  width: 1200px;
}
.hld_bottom_main_b>a{
  color: #5664b4;
  font-size: 12px;
  margin-right: 16px;
  word-break:break-all;
  display: block;
  float: left;
}
.hld_bottom_main_b>em{
  color: #5664b4;
  font-size: 12px;
  display: block;
  float: left;
}
.hld_bottom_main_b>a:hover{
    color: #ea2831;
}
.hld_bottom2mian{
  color: #4b5dc8;
  font-size: 12px;
}
.hld_bottom2mian>p>a{
  color: #4b5dc8;
}
.hld_bottom2mian>p>a:hover{
    color: #ea2831;
}
/*BOTTOM END*/
/*INDEX TOP BEGIN*/
.hldin_xwdt{
  height: 345px;
  margin-top: 43px
}
.hldin_xwdtl{
  width: 572px;
  float: left;
}
.hldin_xwdtr{
  width: 572px;
  float: right;
}
.hldin_xwdtlt{
  height: 30px;
  background: url(../images/bqyh09.png) right 20px repeat-x;
}
.hldin_xwdtlt>h2{
  float: left;
  line-height: 30px;
  font-size: 28px;
}
.hldin_xwdtlt>h2>a{
  display: block;
  color: #1d2a77;
  padding: 0 10px 0 37px;
  background:#fff url(../images/bqyh07.png) center left no-repeat;
}
.hldin_xwdtlt>a{
 display: block;
 float: right;
 padding-top: 9px;
 font-size: 14px;
 color: #666666;
 background: #fff;
 margin-right: 22px;
 padding-right: 5px;
 padding-left: 5px;
}
.hldin_xwdtlt>h2>a:hover{
  color: #ea2831;
}
.hldin_xwdtlt>a:hover{
  color: #ea2831;
}
.hldin_xwdtlt .tubiao>a{
  display: block;
  color: #1d2a77;
  padding: 0 10px 0 37px;
  background:#fff url(../images/bqyh08.png) center left no-repeat;
}
.hldin_xwdtlt .tubiao2>a{
  display: block;
  color: #1d2a77;
  padding: 0 10px 0 37px;
  background:#fff url(../images/bqyh34.png) center left no-repeat;
}
.hldin_xwdtlm{
  margin-top: 30px;
  height: 112px;
}
.hldin_xwdtlm>a{
  display: block;
  float: left;
}
.hldin_xwdtlmr{
  width: 386px;
  float: right;
}
.hldin_xwdtlmr>h3{
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #000000;
}
.hldin_xwdtlmr>h3>a{
  display: block;
  color: #000000;
}
.hldin_xwdtlmr>h3>a:hover{
   color: #ea2831;
}
.hldin_xwdtlmr>div{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 6px;
  height: 44px;
  overflow: hidden;
}
.hldin_xwdtlmr>em{
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 7px;
}
.hldin_xwdtld{
  margin-top: 16px;
  height: 160px;
  overflow: hidden;
}

.hldin_xwdtld>li>h2{
  float: left;
  font-weight: normal;
  width: 68px;
  height: 25px;
  background: #1d2a77;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
}
.hldin_xwdtld>li:hover>h2{
  background: #d0151c;
}
.hldin_xwdtld>li{
  margin-top: 5px;
}
.hldin_xwdtld>li>h2>a{
  color: #fff;
}
.hldin_xwdtld>li>h3{
  float: left;
  margin-left: 10px;
  width: 400px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  overflow:hidden;
}
.hldin_xwdtld>li>h3>a{
  color: #666;
  height: 25px;
}
.hldin_xwdtld>li:hover>h3>a{
  color: #ea2831;
}
.hldin_xwdtld>li>em{
  display: block;
  float: right;
  font-size: 14px;
  color: #888888;
}
.hldin_xwdtrm{
  margin-top: 31px;
}
.hldin_xwdtrm>a{
  display: block;
}
.hldin_xwdtrm>div{
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 11px;
  height: 98px;
  overflow: hidden;
}
/*INDEX TOP END*/
/*INDEX  MID BEGIN*/
  .hldin_anligc{
    background: url(../images/bqyh24.png) center top no-repeat;
    height: 342px;
    margin-top: 40px;
  }
  .hldin_anligcmain>h2{
    text-align: center;
    padding-top: 36px;
    margin-left: -14px;
  }
   .hldin_anligcmain>h2>a{
    display: block;
    width: 1200px;
    height: 47px;
    background: url(../images/bqyh25.png) center center no-repeat;
   }
    .hldin_anligcmain>h2>a:hover{
    background: url(../images/bqyh251.png) center center no-repeat;
   
    }
.hldin_anligcmaindiv{
  position: relative;
}
.prev1{
  display: block;
  position: absolute;
  background: url(../images/bqyh26.png) center center no-repeat;
  width: 20px;
  height: 41px;
  left: -35px;
  margin-top:-10px;
  top:50%;
  z-index: 130;
  cursor: pointer;
}
.next2{
  display: block;
  position: absolute;
  background: url(../images/bqyh27.png) center center no-repeat;
  width: 20px;
  height: 41px;
  right: -35px;
  top:50%;
  z-index: 130;
  margin-top:-10px;
  cursor: pointer;
}
.prev1:hover{
  background: url(../images/bqyh29.png) center center no-repeat;
}
.next2:hover{
  background: url(../images/bqyh28.png) center center no-repeat;
}
  .hldin_anligcmaindiv_ul>li{
    float: left;
    margin-right: 5px;
    margin-top: 25px;
    position: relative;
  }
  .hldin_anligcmaindiv_ul>li:hover>div{
      display: block;
    }
  .hldin_anligcmaindiv_ul>li>div{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    background: url(../images/bqyh33.png) center center repeat-y;
    width: 296px;
    height: 204px;
    display: none;
  }
  .hldin_anligcmaindiv_ul>li>div>a{
    display: block;
    background: url(../images/bqyh30.png) center center no-repeat;
    width: 296px;
    height: 32px;
    margin-top: 65px;
  }
  .hldin_anligcmaindiv_ul>li>div>a:hover{
    background: url(../images/bqyh31.png) center center no-repeat;
  }
  .hldin_anligcmaindiv_ul>li>div>h3{
    height: 38px;
    line-height: 38px;
  }
  .hldin_anligcmaindiv_ul>li>div>h3>a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
  }
  .hldin_anligcmaindiv_ul>li>div>h3>a:hover{
        color: #ea2831;
  }
/*INDEX  MID END*/
/*INDEX  BOTTOM BEGIN*/
.hldin_anzyyw{
  height: 339px;
}
.hldin_xwdtlt{
  margin-top: 30px;
  margin-bottom: 13px;
}
.hldin_xwdtlbr{
  width: 630px;
  float: right;
}
.hldin_xwdtlbl{
  float: left;
  width: 490px;
}
.hldin_xwdtlbl_ul>li>h2{
  height: 46px;
  line-height: 46px;
  background:url(../images/bqyh43.png) left bottom no-repeat;
  font-size: 20px;
}
.hldin_xwdtlbl_ul>li>h2>a{
  color: #4f4f4f;
}
.hldin_xwdtlbl_ul>li>h2>a:hover{
   color: #ea2831;
}
.hldin_xwdtlbl_ul>li>div{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 15px;
  height: 44px;
  overflow: hidden;
}
.hldin_xwdtlbl_ul2>li{
 float: left;
 margin-top: 24px;
 background:url(../images/bqyh35.png) center center no-repeat;
 text-align: center;
 margin-right: 38px;
width: 94px;
 height: 60px;
padding-top: 34px;
  cursor: pointer;
}
.hldin_xwdtlbl_ul2>li>h2{
  font-size: 16px;
  color: #fff;

}
.hldin_xwdtlbl_ul2>li.on{
   background:url(../images/bqyh36.png) center center no-repeat;
   padding-top: 50px;
   height: 44px;
   font-style: 14px;
   font-weight: normal;
}
.hldin_xwdtlbrlb_ul>li{
  float: left;
  margin-right: 4px;
  position: relative;
}
.hldin_xwdtlbrlb_ul>li>div{
  background:url(../images/bqyh44.png) center center no-repeat;
  position: absolute;
  left: 0;
  top:0;
  width: 311px;
  height: 214px;
  display: none;
}
.hldin_xwdtlbrlb_ul>li:hover>div{
  display: block;
}
.hldin_xwdtlbrlb_ul>li>div>a{
  display: block;
  text-align: center;
  background: url(../images/bqyh30.png) center center no-repeat;
  width: 311px;
  margin-top: 80px;
  height:32px; 
}
.hldin_xwdtlbrlb_ul>li>div>h3>a{
  display: block;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-style: 16px;
  color: #fff;
  font-weight: normal;
}
.hldin_xwdtlbrlb_ul>li>div>a:hover{
  background: url(../images/bqyh31.png) center center no-repeat;
}
.hldin_xwdtlbrlb_ul>li>div>h3>a:hover{
  color: #ea2831;
}
.hldin_xwdtlbr{
  position: relative;
}
.prev5{
 position: absolute;
 background: url(../images/bqyh39.png) center center no-repeat;
 width: 25px;
 height: 26px;
 left: -2px;
 bottom: -4px;
 z-index: 100;
 cursor: pointer;
}
.next5{
 position: absolute;
 background: url(../images/bqyh40.png) center center no-repeat;
 width: 25px;
 height: 26px;
 right: -2px;
 bottom: -4px;
 z-index: 100;
 cursor: pointer;
}
.prev5:hover{
 background: url(../images/bqyh42.png) center center no-repeat;
}
.next5:hover{
 background: url(../images/bqyh41.png) center center no-repeat;
}
/*INDEX  BOTTOM END*/
/*hld_zygg BEGIN*/
.hld_zygg{
  height: 118px;
  background: url(../images/bqyh45.png) center center no-repeat;
  text-align: center;
}
.hld_zyggmt>h1{
  float: left;
  font-size: 36px;
  color: #ea2831;
  font-weight:normal;
  height: 51px;
  line-height: 51px;
}
.hld_zyggmt .hld_zyggmtr{
  float: left;
  margin-left: 12px;
}
.hld_zyggmt .hld_zyggmtr>h1{
  font-size: 18px;
  color: #ea2831;
  font-weight: normal;
  height: 23px;
  line-height: 23px;
  margin-top: 10px;
  text-align: left;
}
.hld_zyggmt .hld_zyggmtr img{
  margin-top: 1px;
}
.hld_zyggmb{
  font-size: 12px;
  color: #666666;
}
.hld_zyggmb>a{
  font-size: 12px;
  color: #666666;
}
.hld_zyggmb>a:hover{
  color: #ea2831;
}
.hld_zyggm{
  background: url(../images/bqyh49.png) center left no-repeat;
  padding-left: 85px;
  display: inline-block;
  margin-top: 38px;

}
/*hld_zygg END*/
/*hld_zyggdh BEGIN*/
.hld_zyggdh{
  min-height: 83px;
  margin-top: 34px;
  background: url(../images/bqyh46.png) center 4px;
}
.hld_zyggdh_ul>li{
  width: 132px;
 text-align: center;
 float: left;
 margin-left: 83px;
 margin-bottom: 10px;
}
.hld_zyggdh_ul>li>h2{
  font-weight: normal;
  background: url(../images/bqyh21.png) center 24px no-repeat;
  padding-top: 44px;
  font-size: 16px;
 height: 39px;
}
.hld_zyggdh_ul>li>h2>a{
  display: block;
  color: #333;
}
.hld_zyggdh_ul>li:hover>h2{
  background: url(../images/bqyh47.png) center center no-repeat;
  height: 83px;
  line-height: 83px;
  padding-top: 0;
}
.hld_zyggdh_ul>li:hover>h2>a{
  color: #d0151c;
}
.hld_zyggdh_ul .yeson>h2{
  background: url(../images/bqyh47.png) center center no-repeat;
  height: 83px;
  line-height: 83px;
  padding-top: 0;
}
.hld_zyggdh_ul .yeson>h2>a{
  color: #d0151c;
}
.hld_zyggdhm{
  text-align: center;
}
.hld_zyggdh_ul{
  display:inline-block;
}
.hld_zyggdh_ul .no_ri{
 margin-left: 0;
}
.hld_subpag{
  margin-top: 60px;
  margin-bottom: 40px;
}
.hld_subpag2{
  background: url(../images/bqy_hy_105.png) center top;
}
/*hld_zyggdh END*/
/*BEGIN*/
.hld_subpaggsjj strong{
  color: #1d2a77;
  font-size: 16px;
}
.hld_subpaggsjjtb>div img{
  float: right;
  margin-left: 21px;
}
.hld_subpaggsjjtb>img{
  margin-top: 138px;
}
.hld_subpaggsjjtb em{
  display: block;
  margin-top: 22px;
  color: #dd0008;
}
/*END*/
/*BEGIN*/
.hld_subpagqywh img{
 float: right;
}
.hld_subpagqywh>div>div{
  margin-bottom: 35px;
}
.hld_subpagqywh>div{
  width: 660px;
  float: left;
}
.hld_subpagqywh>div>div>em{
  display: block;
  float: left;
  background: url(../images/bqyh53.png) center center no-repeat;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-left: 54px;
}
.hld_subpagqywh>div>div>div{
  float: left;
  margin-top: 8px;
  margin-left: 20px;
  width: 470px;
}
/*END*/
/*ryzz BEGIN*/
.hld_subparyzz_ul>li{
  float: left;
  margin-right: 36px;
  margin-top: 50px;
}
.hld_subparyzz_ul>li>h3{
  background: url(../images/bqyh56.png) center center no-repeat;
  width: 273px;
  height: 66px;
  margin-top: 10px;
  text-align: center;
}
.hld_subparyzz_ul>li>h3>a{
  display: block;
  padding-top: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}
.hld_subparyzz_ul>li:hover>h3{
  background: url(../images/bqyh55.png) center center no-repeat;

}
/*ryzz END*/
/*BEGIN*/
.hld_subparyzzt{
  height: 267px;
}
.hld_subparyzzt_ul>li{
  width: 348px;
  border-left:1px dotted #f5f5f5; 
  border-right:1px dotted #f5f5f5; 
  height: 192px;
  float: left;
  background: #f5f5f5;
  padding:39px 15px 36px 35px;
}
.hld_subparyzzt_ul>li:hover{
  border-left:1px dotted #666666; 
  border-right:1px dotted #666666; 
  background: #1d2a77;
}
.hld_subparyzzt_ul>li:hover .hld_subparyzz_ull{
  background: url(../images/bqyh59.png) 30px 116px no-repeat;
  color: #fff;
}
.hld_subparyzzt_ul>li:hover .hld_subparyzz_ull>em{
  color: #fff;
}
.hld_subparyzzt_ul>li:hover .hld_subparyzz_ulr>h3>a{
  color: #fff;
}
.hld_subparyzzt_ul>li:hover .hld_subparyzz_ulr>div{
  color: #fff;
}
.hld_subparyzzt_ul>li:hover .hld_subparyzz_ulr>a{
  color: #fff;
  background: url(../images/bqyh62.png) center center no-repeat;

}
.hld_subparyzz_ull{
  width: 90px;
  float: left;
  height: 192px;
  background: url(../images/bqyh58.png) 30px 116px no-repeat;
  z-index: 100;
  line-height: 32px;
  font-size: 18px;
  color: #666666;
}
.hld_subparyzz_ulr{
  float: left;
  width: 235px;
}
.hld_subparyzz_ull>em{
  display: block;
  font-size: 50px;
  color: #1d2a77;
  height: 63px;
  line-height: 63px;
}
.hld_subparyzz_ulr>h3{
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  background: url(../images/bqyh60.png) left bottom no-repeat;
}
.hld_subparyzz_ulr>h3>a{
  display: block;
  color: #1d2a77;
}
.hld_subparyzz_ulr>div{
  font-size: 13px;
  color: #333333;
  line-height: 26px;
  margin-top: 23px;
  height: 78px;
  overflow: hidden;
}
.hld_subparyzz_ulr>a{
  display: block;
  width: 96px;
  height: 26px;
  background: url(../images/bqyh61.png) center center no-repeat;
  line-height: 26px;
  text-align: center;
  margin-top: 28px;
  color: #1d2a77;
  font-size: 14px;
}
.hld_subparyzzb_ul>li{
  width: 520px;
  float: left;
  padding-left: 32px;
  margin-top: 25px;
  margin-right: 96px;
}
.hld_subparyzzb_ul>li>em{
 height: 44px;
 display: block;
 line-height: 44px;
 font-size: 17px;
 color: #666666;
}
.hld_subparyzzb_ul>li>div{
  position: relative;
  width: 428px;
  height: 95px;
  padding:15px 33px 24px 60px; 
  background: url(../images/bqyh63.png) center center no-repeat;
}
.hld_subparyzzb_ul>li>div>em{
  display: block;
  position: absolute;
  width: 65px;
  height: 65px;
  background-color:#1d2a77;
  font-size: 32px;
  line-height: 65px;
  text-align: center;
  top: 50%;
  margin-top: -32px;
  left: -32px;
  color: #fff;
}
.hld_subparyzzb_ul>li>div>h3{
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  color: #1d2a77;
  font-weight: normal;
}
.hld_subparyzzb_ul>li>div>div{
  font-size: 13px;
  line-height: 26px;
  color: #333333;
  height: 52px;
  overflow: hidden;
}
.hld_subparyzzb_ul>li>div>h3>a{
  display: block;
  color: #1d2a77;
}
.hld_subparyzzb_ul>li:hover>em{
 color: #d0151c;
}
.hld_subparyzzb_ul>li:hover>div{
  background: url(../images/bqyh64.png) center center no-repeat;
}
.hld_subparyzzb_ul>li:hover h3>a{
 color: #d0151c;
}
.hld_subparyzzb_ul>li:hover>div>em{
  background-color:#d0151c; 
}
/*END*/
/*BEGIN*/
.hld_subpagzyyw>img{
  float: right;
}
.hld_subpagzyyw>div{ 
}
.hld_subpagzyyw>div>img{
 margin-top: 60px;
 margin-bottom: 17px;
}
/*END*/
/*BEGIN*/
.hld_subpagrczp img{
  float: right;
}
.hld_subpagrczp>div{
  width: 542px;
}
.hld_subpagrczp>div strong{
  display: block;
  font-size: 18px;
  color: #1d2a77;
  line-height: 44px;
}
/*END*/
/*BEGIN*/
/*bqy_subpag_main_zxzp_div BEGIN*/
.bqy_subpag_main_zxzp{
  margin-top: 36px;
width: 655px;
}
.bqy_subpag_main_zxzp_div2{
  width: 652px;
  height: 65px;
  background: #068889;
}
.bqy_subpag_main_zxzp_div2>h2{
  float: left;
  width: 157px;
  text-align: center;
  line-height: 65px;
  font-size: 16px;
  color: #fff;
}
.bqy_subpag_main_zxzp_div .h31{
  cursor: pointer;
  width: 654px;
  height: 68px;
  background: url(../images/bqyh72.png) center center no-repeat;
  margin-top: 11px;
}
.bqy_subpag_main_zxzp_div .h31>span{
  text-align: left;
  line-height: 68px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.bqy_subpag_main_zxzp_div .h31>span:hover{
  color: #1d2a77;
}
.bqy_subpag_main_zxzp_div .h31>em{
   float: right;
   display: block;
   background: url(../images/bqyh73.png) center left no-repeat; 
   width: 13px;
   height: 68px;
  padding-right: 42px;

}
.bqy_subpag_main_zxzp_div .h31>em:hover{
   background: url(../images/bqyh79.png) center left no-repeat; 
}
.bqy_subpag_main_zxzp_div .h31.on em{   background: url(../images/bqyh74.png) center left no-repeat; }
.bqy_subpag_main_zxzp_div .h31.on em:hover{   background: url(../images/bqyh80.png) center left no-repeat; }
.bqy_subpag_main_zxzp_div .h31.on span{  color: #1d2a77;}
.bqy_subpag_main_zxzp_div_ul{
  display: none;
  margin-top: -4px;
    background: url(../images/bqyh75.png) center bottom no-repeat;
    padding-bottom: 28px;
}
.bqy_subpag_main_zxzp_div_ul>li{
 background: url(../images/bqyh78.png) center top repeat;
  width: 654px;
}
.hz_content_div{
  width: 469px;
  height: 46px;
  padding-top:15px;
  padding-left: 130px;
}
.hz_content>strong{
  display:block;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.hz_content{
    line-height: 30px;
  color: #666666;
  font-size: 14px;
  width: 587px;
  padding:15px 30px 15px 37px;
}
.hz_content img{
  max-width: 587px;
}
.hz_content_div>a{
  display: block;
  float: left;
  width: 170px;
  height: 30px;
  background: url(../images/bqyh76.png) center center no-repeat;
  margin-right: 28px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}
.hz_content_div>a:hover{
  background: url(../images/bqyh77.png) center center no-repeat;
  color: #fff;
}
.hld_subpagqyzp>img{
  float: right;
}
/*bqy_subpag_main_zxzp_div END*/
/*END*/
/*BEGIN*/
.hld_subpalxwm_top{
  text-align: center;

}
.hld_subpalxwm_ul{
  display: inline-block;
}
.hld_subpalxwm_ul>li{
  background: url(../images/bqyh83.png) center center no-repeat;
  width: 280px;
  height: 205px;
  float: left;
  margin-right: 36px;
}
.hld_subpalxwm_ul>li:hover{
  background: url(../images/bqyh82.png) center center no-repeat;
}
.hld_subpalxwm_ul>li img{
  margin-top: 32px;
}
.hld_subpalxwm_ul>li h2{
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 15px;
  color: #333333;
}
.hld_subpalxwm_ul>li:hover h2{
font-size: 22px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 8px;
  color: #fff;
}
.hld_subpalxwm_ul>li:hover div{
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 15px;
  color: #fff;
  overflow: hidden;
}
.hld_subpalxwm_ul>li div{
  height: 36px;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 15px;
  color: #333333;
  overflow: hidden;
}
.hld_subpalxwm_map{
  margin-top: 70px;
  height: 334px;
}
/*END*/
/*BEGIN hld_subpazxly*/
  .hld_subpazxly>img{
    float: right;
    margin-top: 97px;
  }
  .hld_subpazxlyl{
    width: 667px;
  }
  .hld_subpagmain{
    background: url(../images/bqyh87.png) center top no-repeat;
    min-height: 510px;
    padding-bottom: 60px;
  }
  .hld_subpag1{
    margin-bottom: 0;
  }
  .hld_subpazxlyl>img{
    margin-top: 14px;
    margin-bottom: 5px;
  }
   .input_a{
    width: 658px;
    height: 46px;
    margin-top: 29px;
  }
   .input_a>em{
    display: block;
    float: right;
    line-height: 46px;
    width: 46px;
    text-align: center;
    color: #f00;
   }
  .input_b{
    width: 610px;
    height: 44px;
    border:1px solid #b5b5b5;
  }
  .input_b>span{
    display: block;
    width: 66px;
    float: left;
    line-height: 44px;
    text-align: right;
    font-size: 12px;
    color: #333333;
  }
  .input_b>div{
    width: 520px;
    float: left;
    margin-left: 10px;
    height: 44px;
  }
    .input_b>div input{
      width: 100%;
      height: 100%;
      line-height: 44px;
      font-size: 14px;
      color: #666;
      font-family: "微软雅黑";
    }





     .input_c{
    width: 658px;
    height: 205px;
    margin-top: 29px;
  }
   .input_c>em{
    display: block;
    float: right;
    line-height: 46px;
    width: 46px;
    text-align: center;
    color: #f00;
   }
  .input_d{
    width: 610px;
    height: 203px;
    border:1px solid #b5b5b5;
  }
  .input_d>span{
    display: block;
    width: 66px;
    float: left;
    line-height: 44px;
    text-align: right;
    font-size: 12px;
    color: #333333;
  }
  .input_d>div{
    width: 520px;
    float: left;
    margin-left: 10px;
    height: 191px;
  }
    .input_d>div textarea{
      resize:none;
      width: 531px;
      height: 181px;
      margin-top: 10px;
      line-height: 26px;
      font-size: 14px;
      color: #666;
      font-family: "微软雅黑";
    }
    .input_a>a{
      display: block;
      float: left;
      border: 1px solid #bfbfbf;
      cursor: pointer;
      margin-left: 15px;
    }
     .input_a>a>img{
      display: block;
     }
     .input_f>div{
      width: 100% !important;
      width: 298px !important;
     }
    .input_f{
      width: 384px !important;
      float: left !important;
    }
    .input_an{
      text-align: center;
    }
    .input_anm{
      display: inline-block;
    }
    .input_anm>a{
      width: 173px;
      display: block;
      height: 39px;
      background: #000000;
      color: #fff;
    margin-top: 29px;
    float: left;
    margin-left: 18px;
    font-size: 14px;
    text-align: center;
    line-height: 39px;

    }
     .input_anm>a:hover{
     background: #d0151c;
    }
/*END hld_subpazxly*/
/*BEGIN*/
.hld_subpazxly>h1{
  padding-top: 85px;
  text-align: center;
  padding-bottom: 58px;
}
.hld_subpazxlysitemap .no_li{
  margin-left: 0;
}
.hld_subpazxlysitemap>li{
  float: left;
  margin-left: 31px;
}
.hld_subpazxlysitemap>li .masp1{
  background: url(../images/bqyh91.png) center center no-repeat;
  width: 143px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  margin-bottom: 28px;
}
.hld_subpazxlysitemap>li .masp1>h2>a{
  display: block;
  font-weight: normal;
  color: #050505;
}
.hld_subpazxlysitemap>li:hover .masp1{
  background: url(../images/bqyh92.png) center center no-repeat;
}
.hld_subpazxlysitemap>li:hover .masp1>h2>a{
  color: #d0151c;
}
.hld_subpazxlysitemap>li .masp2{
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  width: 143px;

}
.hld_subpazxlysitemap>li .masp2>h2>a{
  color: #333333;
  font-weight: normal;
}
.hld_subpazxlysitemap>li .masp2>h2>a:hover{
    color: #d0151c;
}
/*END*/
/*BEGIN*/
.hld_subpazxlyckly{
  padding-top: 21px;
  width: 838px;
  margin:0 auto;
}
.hld_subpazxlyckly .ckly1{
  margin-top: 37px;
}
.hld_subpazxlyckly .ckly1>div{
    width: 690px;
  min-height: 30px;
  line-height: 30px;
  border: 1px solid #e6e8f0;
  border-radius: 7px;
  float: left;
  margin-left: 16px;
  background: #fff;
  padding: 14px 10px;
  position: relative;
}
.hld_subpazxlyckly .ckly1>em{
  display: block;
  width: 40px;
  height: 40px;
  float: left;
}
.hld_subpazxlyckly .ckly1 span{
  display: block;
  background: url(../images/bqyh94.png) center center no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -13px;
  top:20px;
}
.hld_subpazxlyckly .ckly1>div>em{
  display: block;
  float: right;
  color: #666666;
  font-size: 12px;
  background: url(../images/bqyh97.png) center left no-repeat;
  padding-left: 16px;
}
.hld_subpazxlyckly .ckly1>div>div{
  width: 587px;
}
.hld_subpazxlyckly .ckly1>div>div>em{
  font-size: 14px;
  color: #016acd;
}




.hld_subpazxlyckly .ckly2{
  margin-top: 18px;
}
.hld_subpazxlyckly .ckly2>div{
    width: 690px;
  min-height: 30px;
  line-height: 30px;
  padding:;
  border: 1px solid #e6e8f0;
  border-radius: 7px;
  float: right;
  margin-right: 16px;
  background: #fff;
  padding: 14px 10px;
  position: relative;
}
.hld_subpazxlyckly .ckly2>em{
  display: block;
  width: 40px;
  height: 40px;
  float: right;
}
.hld_subpazxlyckly .ckly2 span{
  display: block;
  background: url(../images/bqyh95.png) center center no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  right: -13px;
  top:20px;
}
.hld_subpazxlyckly .ckly2>div>em{
  display: block;
  float: right;
  color: #666666;
  font-size: 12px;
  background: url(../images/bqyh98.png) center left no-repeat;
  padding-left: 16px;
}
.hld_subpazxlyckly .ckly2>div>div{
  width: 603px;
}
.hld_subpazxlyckly .ckly2>div>div>em{
  font-size: 14px;
  color: #ff6700;
}
/*END*/
/*hld_subpaxwdtxq BEGIN*/
/*网站CSS开始详情*/
.hld_subparyzzxq>h1{
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.hld_subpaxwdtxq>h1{
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.bqy_xq_main{
  height: 39px;
  border-top: 1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  line-height: 39px;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.bqy_xq_main_left>i{
  font-style: normal;
  display: inline-block;
  float: left;
  color: #666666;
  font-size:12px;
}
.bqy_xq_main_left>em{
  font-style: normal;
  display: inline-block;
  float: left;
  color: #666666;
  font-size:12px;
}
.bqy_xq_main_left>span{
  font-style: normal;
  display: inline-block;
  float: left;
  color: #666666;
  font-size:12px;
}
.bqy_xq_main_left{
  float: left;
}
.bqy_xq_main_right{
  float: right;
}
#bqy_xq_main_fx{
  float: left;
  padding-top: 5px;
  padding-left:19px;
}
#bqy_xq_main_fx>a{
  padding:0 !important;
  display: block;
}
.bqy_xq_main_left_div .bqy_01{
  background-color: #e3fcf9;
}
.bqy_xq_main_left_div .bqy_02{
    background-color: #cbffff;
}
.bqy_xq_main_left_div .bqy_03{
    background-color: #f9fec6;
}
.bqy_xq_main_left_div .bqy_04{
    background-color: #ffc8ff;
}
.bqy_xq_main_left_div .bqy_05{
    background-color: #8fccff;
}
.bqy_xq_main_left_div .bqy_06{
    background-color: #f2f2f2;
}
#bqy_xq_main_fx .bqy_01:hover{
  background:url(../images/bqy_xq_011.jpg) center center no-repeat;
  width: 18px;
  height: 18px;
}
#bqy_xq_main_fx .bqy_02:hover{
  background:url(../images/bqy_xq_021.jpg) center center no-repeat;
  width: 18px;
  height: 18px;
}
#bqy_xq_main_fx .bqy_03:hover{
  background:url(../images/bqy_xq_031.jpg) center center no-repeat;
  width: 18px;
  height: 18px;
}
#bqy_xq_main_fx .bqy_04:hover{
  background:url(../images/bqy_xq_041.jpg) center center no-repeat;
  width: 18px;
  height: 18px;
}
.ql_dzx>a{
  display: block;
  float: left;
}
.ql_dzx .bqy_t{
  padding-top: 14px;
}
.ql_dzx .bqy_fa{
  background:url(../images/bqy_hy_07.jpg) top right no-repeat;
  width: 23px;
  height:23px;
  margin-top: 11px;
  padding-right:11px;
}
.ql_dzx .bqy_sx{
  background:url(../images/bqy_hy_08.jpg) top right no-repeat;
  width: 23px;
  height:23px;
  margin-top: 11px;
  padding-right:10px;
}
.ql_dzx .bqy_close{
  background:url(../images/bqy_hy_09.jpg) top right no-repeat;
  width: 23px;
  height:23px;
  margin-top: 11px;
  padding-right:10px;
}
.ql_dzx .bqy_fa:hover{
  background:url(../images/bqy_hy_04.jpg) top right no-repeat;
}
.ql_dzx .bqy_sx:hover{
  background:url(../images/bqy_hy_05.jpg) top right no-repeat;
}
.ql_dzx .bqy_close:hover{
  background:url(../images/bqy_hy_06.jpg) top right no-repeat;;
}
.bqy_contentText>div{
  text-align: center;
  margin-bottom:23px;
  padding:18px 10px 10px 10px;
  height: 460px;
  max-width: 1200px;
  min-width: 660px;
}
.bqy_contentText img{
  max-width: 1140px !important;
}
.bqy_contentText{
  line-height: 30px;
  color: #666666;
  font-size: 14px;
  padding-bottom:30px;
  padding:30px 30px 20px 30px;
  background:url(../images/bqy_hy_97.png) left bottom no-repeat;
}
/*网站CSS结束详情*/
/*bqy_hy_xwzxxq BEGIN*/
.bqy_hy_xgtj{
  height: 156px;
  background: #f5f5f5;
  margin-bottom: 60px;
  position: relative;
  padding:34px 17px 0 17px;
}
.bqy_hy_xgtj>a{
  display: block;
  background:url(../images/bqy_hy_98.png) center center no-repeat;
  width: 158px;
  height:81px;
  line-height: 81px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight:normal;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -79px;
}
.bqy_hy_xgtj>a:hover{
  color: #ff0;
}
.bqy_hy_xgtj_ul{
  margin-top: 19px;
}
.bqy_hy_xgtj_ul>li{
  width: 500px;
  float: left; 
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  margin-right:166px;
}
.bqy_hy_xgtj_ul>li:hover>a{
color: #cf0008;
  background:url(../images/bqy_hy_99.png) center left no-repeat;

}
.bqy_hy_xgtj_ul>li>em{
  display: block;
  float: right;
}
.bqy_hy_xgtj_ul>li>a{
  display: block;
  color: #666;
  width: 340px;
  height: 36px;
  overflow: hidden;
  background:url(../images/bqy_hy_100.png) center left no-repeat;
  padding-left: 28px;
}
.bqy_xq_main_left_div{
  float: left;
}
.bqy_xq_main_left_div>em{
  display: block;width: 10px;
  height: 10px;
  border:1px solid #5a5a5a;
  margin-top:14px;
  margin-left: 10px;
  float: left;
  cursor: pointer;
}
/*bqy_hy_xwzxxq END*/
/*hld_subpaxwdtxq END*/
/*BEGIN*/
.ql_boxwm{ display: none; position: absolute; width: 100%; top: 49px; left: 0; z-index: 12; background: url(../images/bj01.jpg) center;}
.ql_box{ padding-left: 100px; width:1100px; clear: both; margin: 0 auto;}
.ql_box1{ padding: 10px 0; float: left; width:145px;}
.ql_box1 a{ display: block; font-size: 14px; color: #ffffff; padding-left: 50px; background:url(../images/bqy_hy_101.png) 30px center  no-repeat;}
.ql_box1 a:hover{ background: #fff url(../images/bqy_hy_102.png) 30px center  no-repeat; color: #ea2831;}
.ql_box1 a.on{ background: #fff url(../images/bqy_hy_102.png) 30px center  no-repeat; color: #ea2831;}
.ql_box2{ float: left; width: 196px; padding-left: 42px; padding-top:21px;}
.ql_box3{ float: right; width: 712px; font-size: 14px; color: #666666; line-height: 30px; text-align: left; padding: 38px 0;}




/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
.hove a{
 color: #ea2831;
 cursor: pointer;
}
.hove a:hover{
  color: #1d2a77;
}
.minh{
  min-height: 350px;
}
