﻿@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%;
  position: relative;
}
.cg_bannersdw>em{
  display: block;
  position: absolute;
 top: 86%;
 left: 50%;
 z-index: 400;
}
.cg_banner1{

  overflow: hidden;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 540px;
}
/*首页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: 666px;
}
.cg_banner_listbox {
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
.cg_banner .hd span{
  color: #f00;
}
/*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;
  width: 30px;
  height: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background: #f00;
  color: #f00;
}
/*前/后按钮代码*/
.prev6{
  position: absolute;
  background: url(../images/byhld_12.png) center center no-repeat;
  width: 11px;
  height: 19px;
  top:114%;
  left: 366px;
  z-index: 100;
  display: block;
}
.next6{
  position: absolute;
  background: url(../images/byhld_13.png) center center no-repeat;
  width: 11px;
  height: 19px;
  top:114%;
  left: 400px;
  z-index: 100;
  display: block;
}

.prev6:hover{
  background: url(../images/byhld_15.png) center center no-repeat;
}
.next6:hover{
  background: url(../images/byhld_14.png) center center no-repeat;
}
/*banner END*/

/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  margin-top: 20px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 4px 10px;
  border: 1px solid #ccc;
  margin: 0px 3px;
}
.ql_fenye a {
  color: #444;
}
.ql_fenye a[href]:hover {
  color: #fff;
  background-color: #fbcd32;
}
.ql_fenye span {
  border: 1px solid #ccc !important;
  color: #fff !important;
  padding: 4px 10px !important;
  font-weight: normal !important;
  background-color: #fbcd32;
}
/*选中需要全部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*/
/*BEGIN*/
.hldin_top{
  background: url(../images/byhld_01.png) center top no-repeat;
  width: 1200px;
  height: 111px;
  position: absolute;
  z-index: 100;
  left: 50%;
  margin-left: -600px;
  top: 31px;
}
.hldin_topl{
  float: left;
}
.hldin_topl>a{
  display: block;
  margin-top: 28px;
  margin-left: 30px;
}
.hldin_topr{
  width: 762px;
  float: right;
}
.hldin_toprt{
  float: right;
  background: url(../images/byhld_02.png) center center no-repeat;
  width: 564px;
  height: 35px;
}
.hldin_toprtm{
  width: 762px;
  height: 35px;
}
.hldin_toprtl>div{
  background: url(../images/byhld_05.png) center left no-repeat;
  padding-left: 33px;
  font-size: 14px;
  font-weight: bold;
  color: #ffde00;
}
.hldin_toprtl>div>em{
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.hldin_toprtl{
  float: left;
  width: 214px;
  height: 35px;
  line-height: 35px;
  margin-left: 55px;
  background: url(../images/byhld_09.png) center right no-repeat;
}
.hldin_toprtr{
  float: right;
  padding-left: 29px;
}
.hldin_toprtr>a{
  display: block;
  float: left;
  line-height: 35px;
  font-size: 12px ;
  color: #81c4ff;
  padding-left: 25px;
  margin-right: 15px;
}
.hldin_toprtr>a:hover{
  color: #ecb133;
}
.toprtr1{
  background: url(../images/byhld_06.png) center left no-repeat;
}
.toprtr2{
  background: url(../images/byhld_07.png) center left no-repeat;
}
.toprtr3{
  background: url(../images/byhld_08.png) center left no-repeat;
}
.hldin_toprb{
  height: 76px;
  line-height: 76px;
    width: 762px;
  position: relative;
}
.hldin_toprb .zxzf a{
  position: absolute;
  right: -200px;
  top: -36px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: red;
  padding:40px;
  border-radius:4px;
}
.hldin_toprb_ul>li{
  min-width: 68px;
  max-width: 78px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 76px;
  height: 76px;
  background: url(../images/byhld_04.png) center right no-repeat;
  text-align: center;
  float: left;
}

.hldin_toprb_ul>li>h2{
  font-weight: normal;
  font-size: 16px;
}
.hldin_toprb_ul>li>h2>a{
  color: #333;
}
.hldin_toprb_ul>li:hover{
  background: url(../images/byhld_03.png) center center no-repeat !important;
}

.hldin_toprb_ul>li:hover>h2>a{
  font-weight: bold;
  color: #fff;
}
.hldin_toprb_ul .on{
  background: url(../images/byhld_03.png) center center no-repeat !important;
}
.hldin_toprb_ul .on>h2>a{
  font-weight: bold;
  color: #fff;
}
.hldin_toprb_ul .no_li{
  background: none;
}
/*END*/
/*BEGIN*/
.hldin_head{ 
z-index: 50; 
  height: 117px;
  line-height: 117px;

  background: url(../images/byhld_11.png) center center no-repeat;
}
.hldin_headr{
  background: url(../images/byhld_40.png) center left no-repeat;
  float: right;
  line-height: 117px;
  height: 117px;
  padding-left: 10px;
  text-transform: uppercase;
  display: block;
}
.hldin_headr.bdsharebuttonbox>a{
  padding-top: 44px;
  font-size: 16px;
  color: #333;
  background-image:none!important;
  line-height: 17px;
}
.hldin_headr.bdsharebuttonbox>a:hover{
  color: #0b5a9f;opacity:1;
  filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
-moz-opacity:1; /*Firefox私有，透明度50%*/
opacity:1;/*其他，透明度50%*/
}
/*END*/
/*BEGIN*/

/* .hld_inbotlr{
 float: right;
 width: 381px;
 border: 1px solid #f00;
} */
/*END*/
/*BEGIN*/
.hldin_qyyj{
  background: url(../images/byhld_17.png) center center no-repeat;
  height: 225px;
  width: 100%;
}
.hldin_qyyjl{
  float: left;
  width: 600px;
  height: 225px;
}
.hldin_qyyjl>a{
  display: block;
  height: 69px;
  width: 69px;
  background: url(../images/byhld_18.png) center center no-repeat;
  margin-left: 265px;
  margin-top:78px;
}
.hldin_qyyjl>a:hover{
  background: url(../images/byhld_181.png) center center no-repeat;

}
.hldin_qyyjr>em{
  display: block;
}
.hldin_qyyjr{
  float: right;
  width: 493px;
  padding-left: 88px;
  padding-right: 19px;
  padding-top: 43px;
  height: 182px;
}
.hldin_qyyjr>h2{
  height: 39px;
  line-height: 39px;
  font-weight: normal;
  font-size: 16px;
}
.hldin_qyyjr>h2>a{
  color: #666666;
}
.hldin_qyyjr>h2>a:hover{
  color: #0b5a9f;
}
.hldin_qyyjr>div{
  font-size:14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
/*END*/
/*BEGIN*/
.hldin_gsjj{
  height: 482px;
  padding-top: 110px;
}
.hldin_gsjjl{
  width: 580px;
  float: left;
}
.hldin_gsjjr{
  float: right;
}
.hldin_gsjjl>em{
  display: block;
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 34px;
}
.hldin_gsjjl>h2{
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #0b5a9f;
  font-weight: normal;
}
.hldin_gsjjl>h2>a{
    color: #0b5a9f;
}
.hldin_gsjjl>h2>a:hover{
  color: #ecb133;
}
.hldin_gsjjl>div{
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  height: 156px;
  overflow: hidden;
}
.hldin_gsjjl>a{
  display: block;
  background: url(../images/byhld_20.png) center left no-repeat;
  width: 182px;
  height: 44px;
  margin-top: 48px;
}
.hldin_gsjjl>a:hover{
  background: url(../images/byhld_201.png) center left no-repeat;
}
/*END*/
/*BEGIN*/
.hldin_ysgx{
  background: url(../images/byhld_21.png) center center no-repeat;
  height: 576px;
  width: 100%;
}
.hldin_ysgxmr{
  width: 59%;
  float: right;
  background: #333;
}
.hldin_ysgxmrl{
  width: 760px;
}
.hldin_ysgxmrll{
  width: 260px;
  padding: 72px 0;
  float: left;
}
.hldin_ysgxmrll_ul{
overflow: hidden;
width: 260px;
}
.hldin_ysgxmrll_ul>li{
  width: 260px;
  height: 68px;
  background: url(../images/byhld_27.png) center center no-repeat;
  margin-top: 4px;
}
.hldin_ysgxmrll_ul>li>h3{
  font-weight: normal;
  line-height: 68px;
  font-size: 16px;
  color: #ffffff;
}
.hldin_ysgxmrll_ul>li>h3>a{
  margin-left: 25px;
  padding-left: 37px;
  color: #fff;
  background: url(../images/byhld_28.png) center left no-repeat;
}
.hldin_ysgxmrll_ul>li:hover>h3>a{
  color: #fff;
}
.hldin_ysgxmrll_ul>li:hover>h3{
  color: #fff;
  background: #0b5a9f;
}
.hldin_ysgxmrll{
  position: relative;
}
.prev2{
  position: absolute;
  background: url(../images/byhld_29.png) center center no-repeat;
  width: 18px;
  height: 10px;
  left: 50%;
  margin-left: -9px;
  top:31px;
}
.next2{
  position: absolute;
  background: url(../images/byhld_30.png) center center no-repeat;
  width: 18px;
  height: 10px;
  left: 50%;
  margin-left: -9px;
  bottom:31px;
}
.prev2:hover{
  background: url(../images/byhld_291.png) center center no-repeat;
}
.next2:hover{
  background: url(../images/byhld_301.png) center center no-repeat;
}
.hldin_ysgxmrll_ul .no_to{
margin-top: 0;
}
.hldin_ysgxmrlr{
  width: 440px;
  margin-left: 30px;
  float: left;
  padding: 93px 0 79px 0;
  
}
.hldin_ysgxmrlr>em{
  display: block;
  width: 440px;
  background: url(../images/byhld_26.png) center center no-repeat;
  height: 76px;
}
.hldin_ysgxmrlr>h2{
  height: 40px;
  line-height: 40px;
  width: 200px;
  text-align: center;
  background:#0b5a9f;
  margin:auto
}
.hldin_ysgxmrlr>h2>a{
  display: block;
  color: #fff;
  font-size: 18px;
  background: url(../images/byhld_25.png) center bottom no-repeat;
}
.hldin_ysgxmrlr>h2>a:hover{
  color: #f7ff00;
}
.hldin_ysgxmrlr>div{
  margin-top: 19px;
  font-size: 14px;
  color: #dbdbdb;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  width: 440px;
}
.hldin_ysgxmrlr>a{
  display: block;
  width: 157px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #414141;
  margin:84px auto 0 auto;
  font-size: 14px;
  color: #dbdbdb;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
}
.hldin_ysgxmrlr>a:hover{
  color: #0b5a9f;
  border: 1px solid #0b5a9f;
}
/*END*/
/*BEGIN*/
.hldin_xwdt{
  height: 401px;
  padding:87px 0;
}
.hldin_xwdtl{
  width: 585px;
  float: left;
}
.hldin_xwdtr{
  float: right;
  width: 499px;
}
/*END*/
/*BEGIN*/
.hldin_xwdtlt>em{
  display: block;
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 34px;
}
.hldin_xwdtlt>h2{
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #0b5a9f;
  font-weight: normal;
}
.hldin_xwdtlt>h2>a{
    color: #0b5a9f;
}
.hldin_xwdtlt>h2>a:hover{
  color: #ecb133;
}
.hldin_xwdtlb_ul>li{
  height: 292px;
  margin-top: 38px;
}
.hldin_xwdtlb_ull{
  float: left;
}
.hldin_xwdtlb_ulr{
  width: 281px;
  margin-left: 38px;
  float: left;
}
.hldin_xwdtlb_ulr>h3{
  margin-top: 16px;
  font-weight: normal;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  font-size: 18px;
}
.hldin_xwdtlb_ulr>h3>a{
  display: block;
  color: #000000;
}
.hldin_xwdtlb_ulr>h3>a:hover{
  color: #0b5a9f;
}
.hldin_xwdtlb_ulr>div{
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
}
.hldin_xwdtlb{
  position: relative;
}
.prev3{
  position: absolute;
  background: url(../images/byhld_33.png) center center no-repeat;
  width: 22px;
  height: 22px;
  left: 306px;
  top: 221px;
}
.next3{
  position: absolute;
  background: url(../images/byhld_32.png) center center no-repeat;
  width: 22px;
  height: 22px;
  left: 335px;
  top: 221px;
}
.prev3:hover{
  background: url(../images/byhld_331.png) center center no-repeat;
}
.next3:hover{
  background: url(../images/byhld_321.png) center center no-repeat;
}
.hldin_xwdtr_ul{
  margin-top: 70px;
}
.hldin_xwdtr_ul>li{
  height: 39px;
  width: 436px;
  padding:24px 36px 35px 27px;
  margin-bottom: 6px;
}
.hldin_xwdtm{
  background: #f7f7f7;
}
.hldin_xwdtr_ul>li:hover{
  background: url(../images/byhld_23.png) center center no-repeat;

}
.hldin_xwdtr_ull{
  float: left;
  width: 75px;
  height: 39px;
  font-size: 34px;
  background: url(../images/byhld_34.png) center right no-repeat;
}
.hldin_xwdtr_ulr{
  float: left;
  margin-left: 20px;
  width: 336px;
}
.hldin_xwdtr_ull>em{
  display: block;
  font-size: 18px;
  color: #999999;
  height: 28px;
  line-height: 28px;
}
.hldin_xwdtr_ulr>h3{
  color: #333333;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  height: 27px;
  overflow: hidden;
}
.hldin_xwdtr_ulr>h3>a{
    color: #333333;
}
.hldin_xwdtr_ulr>div{
  font-size: 12px;
  color: #999999;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
}
.hldin_xwdtr_ulr>h3>a:hover{
  color: #0b5a9f;
}
.hldin_xwdtr>div>a{
  display: block;
  width: 98px;
  height: 34px;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 34px;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
  background: url(../images/byhld_35.png) 78px center no-repeat;
}
.hldin_xwdtr>div>a:hover{
    color: #0b5a9f;
      border: 1px solid #0b5a9f;
}
/*END*/
/*BEGIN*/
.hld_inbot{
  min-height: 341px;
  position: relative;
  background: #282828;z-index: 10;
}
.hld_inbotlr{
  float:left;
  width: 387px;
  height: 200px;
}
.hld_inbotl{
  padding:42px 0;
}
.hld_inbotlr>em{
  display: block;
  font-size: 34px;
  color: #fff;
  line-height: 34px;
  margin-bottom: 5px;
}
.hld_inbotlr>h2{
  height: 61px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  background: url(../images/byhld_36.png) left bottom no-repeat;
}
.hld_inbotlr>h2>a{
    color: #fff;
}
.hld_inbotlr>h2>a:hover{
  color: #ecb133;
}
.hld_inbotlr>div{
  line-height: 24px;
  margin-top: 21px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 30px;
}
#bdsharebuttonbox>a{
  padding: 0;
}
#bdsharebuttonbox .sqq1{
  background: url(../images/byhld_38.png) center center no-repeat;
  width: 30px;
  height: 30px;
}
#bdsharebuttonbox .weixin1{
  background: url(../images/byhld_37.png) center center no-repeat;
  width: 30px;
  height: 30px;
}
#bdsharebuttonbox .tsina1{
  background: url(../images/byhld_39.png) center center no-repeat;
  width: 30px;
  height: 30px;
}
.hld_inbotr{
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.hld_inbotr>div{
 background: url(../images/byhld_10.png) center center no-repeat;
 position: absolute;
 width:100%;
 min-height:100%;
   bottom: 0;
  right: 0;
}
.hld_inbotr:hover>div{
  display: none;
}
.hld_inbotm{
  min-height: 90px;
  padding: 10px 0;
  position: relative;
}
.hld_inbotmt{
  color: #727272;
}
.hld_inbotmt>a{
  padding: 0 10px;
  color: #727272;
}
.hld_inbotmt>a:hover{
  color: #0b5a9f;
}
.hld_inbotmt .no_li{
  padding-left: 0;
} 
.hld_inbotmm{
  color: #727272;
}
.hld_inbotmm>a{
   color: #727272;
}
.hld_inbotmm>a:hover{
   color: #0b5a9f;
}
.hld_inbotmmb{
   color: #727272;
}
.hld_inbotmmd>em{
  display: block;
  float: left;
  color: #727272;
}
.hld_inbotmmd>a{
  display: block;
  float: left;
  margin-right: 10px;
  color: #727272;
}
.hld_inbotmmd>a:hover{
   color: #0b5a9f;
}
.erweima{
  width: 78px;
  margin-left: 10px;
}
.erweima>img{
  position: absolute;
  right: 0;
  bottom: 12px;
}
.hld_inbot{
  background: #282828;
}
/*END*/
/*BEGIN*/
.bqy_zygg{
  height: 137px;
  padding-top: 50px;
}
.bqy_zyggt{
  text-align: center;
}
.bqy_zygg>h2{
  height: 63px;
  line-height: 63px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #333333;
}
.bqy_zyggb{
  text-align: center;
  color: #999999;
  font-size: 12px;
}
.bqy_zyggb>em{
  padding-left: 20px;
  background: url(../images/byhld_43.png) center left no-repeat;

}
.bqy_zyggb>em>a{
  color: #999999;
}
.bqy_zyggb>em>a:hover{
  color: #302a70;
}
.bqy_zyggdh{
  background-color:#302a70;
  min-height: 82px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.bqy_zyggdhm{
  text-align: center;
}
.bqy_zyggdh_ul{
  display: inline-block;
  min-height: 82px;
}
.bqy_zyggdh_ul>li{
 /*width: 314px;*/
    width: 300px;
 height: 82px;
 float: left;
}
.bqy_zyggdh_ul>li>h2>em{
  display: block;
  float: left;
  margin-left: 56px;
}
.bqy_zyggdh_ul>li>h2>a{
   display: block;
  float: left;
  line-height: 82px;
  margin-left: 33px;
  color: #e9e9e9;
  font-size: 22px;
  font-weight: normal;
}
.bqy_zyggdh_ul>li>h2:hover{
  background:url(../images/byhld_44.png) center center no-repeat;
  width: 314px;
  height: 112px;
  margin-top: -15px;
}
.bqy_zyggdh_ul>li>h2:hover>em{
  padding-top: 15px;
}
.bqy_zyggdh_ul>li>h2:hover>a{
  padding-top: 15px;
}
.bqy_zyggdh_ul>li>h2>em .img2{
  display: none;
}
.bqy_zyggdh_ul>li>h2>em .img1{
  margin-top:21px;
}
.bqy_zyggdh_ul>li>h2:hover>em .img1{
  display:none;
}
.bqy_zyggdh_ul>li>h2:hover>em .img2{
  display: block;
  margin-top:21px;
}
.bqy_zyggdh_ul>li>h2:hover>a{
  color: #302a70;
}


.bqy_zyggdh_ul .on>h2{
  background:url(../images/byhld_44.png) center center no-repeat;
  width: 314px;
  height: 112px;
  margin-top: -15px;
}
.bqy_zyggdh_ul .on>h2>em{
  padding-top: 15px;
}
.bqy_zyggdh_ul .on>h2>a{
  padding-top: 15px;
}
.bqy_zyggdh_ul .on>h2>em .img1{
  display:none;
}
.bqy_zyggdh_ul .on>h2>em .img2{
  display: block;
  margin-top:21px;
}
.bqy_zyggdh_ul .on>h2>a{
  color: #302a70;
}
/*END*/
/*BEGIN*/
.bqy_subpag{
  padding-top: 70px;
 padding-bottom: 70px;
}
/*END*/
/*BEGIN*/
.erji{
  width: 1200px;
  min-height:200px;
  position: absolute;
  top:102px;
  left: 0; 
  display: none;
}
.ql_boxwm{ padding:20px 20px 0 20px; position: absolute; width: 1160px; top:16px; left: 0; z-index: 12; background: url(../images/byhld_48.png) center top;}
.ql_box{ padding-left: 410px; width:790px; clear: both;}
.ql_box1{float: left; width:145px; margin-top: -20px;}
.ql_box1 a{ display: block; height: 38px; line-height: 38px; font-size: 14px; color: #ffffff;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: 176px;}
.ql_box3{ float: right; width: 385px; font-size: 14px; color: #666666; line-height: 30px; text-align: left;}
.hldin_toprb_ul>li:hover .ql_boxwm{
  display: block;
} 
.ql_boxr{
  float: left;
  background: #fff;
  width: 585px;
  padding: 15px 20px;
  min-height: 121px;
  margin-top: -20px;
}
.hldin_toprb_ul>li:hover .erji{
  display: block;
}
/*END*/
/*gsgk BEGIN*/
.bqy_hldgsgk em{
  font-size: 18px;
  color: #2a2570;
}
/*gsgk END*/
/*BEGIN*/
.bqy_hldqyzz{

}
.bqy_hldqyzzl{
  float: left;
}
.bqy_hldqyzzr{
  position: relative;
  /*line-height: 423px;*/
	float:right;
	width:599px;
}

.bqy_hldqyzzrm_ul>li{
  position: relative;
}
.bqy_hldqyzzrm>center{ margin-top:180px !important;}
.prev7{
  position: absolute;
  background: url(../images/byhld_71.png) center center no-repeat;
  width: 38px;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 200;
}
.next7{
  position: absolute;
  background: url(../images/byhld_72.png) center center no-repeat;
  width: 38px;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 200;
}
.prev7:hover{
  background: url(../images/byhld_74.png) center center no-repeat;
}
.next7:hover{
  background: url(../images/byhld_73.png) center center no-repeat;
}
.bqy_hldqyzzrm_ul>li>em{
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  min-width: 166px;
  height: 85px;
  padding-left:10px;
  padding-right: 10px;
  text-align: center;
  background: #fbc202;
  font-size: 34px;
  color: #b38a01;
  padding-top: 23px;
  font-weight: bold;
  max-width: 500px;
  text-transform: uppercase;
}
.bqy_hldqyzzrm_ul>li>em>b{
  display: block;
  font-size: 16px;
  color: #000000;
  height: 43px;
  line-height: 43px;
}
/*END*/
/*bqy_hldqyyj BEGIN*/
.bqy_hldqyyj{
  background:#f2f2f3 url(../images/byhld_76.png) center center no-repeat;
  width: 1200px;
  height: 486px;
  border-bottom: 8px solid #1e1769;
}
.bqy_hldqyyjr{
  width: 600px;
  float: right;
}
/*bqy_hldqyyj END*/
/*bqy_hldzxly BEGIN*/
.bqy_hldzxly{
  background: url(../images/byhld_81.png) center center no-repeat;
  width: 1200px;
  height: 659px;
}
.bqy_hldzxlyl{
  width: 666px;
  padding-left: 46px;
  padding-top: 17px;
  float: left;
}
.bqy_hldzxlyr{
  float: right;
  padding-right: 32px;
  padding-top: 48px;
}
/*bqy_hldzxly END*/
/*BEGIN*/
.input_a{
  height: 46px;
  width: 666px;
  margin-top: 27px;
}
.input_am{
  width: 590px;
  height: 24px;
  padding:10px;
  float: left;
  border: 1px solid #b5b5b5;
}
.input_a>em{
  display: block;
  float: left;
  line-height: 44px;
  margin-left: 20px;
  color: #f00;
}
.input_am>em{
  display: block;
  float: left;
  width: 60px;
  line-height: 24px;
  font-size: 12px;
  color: #333333;
}
.input_am>div{
  float: left;
  width: 510px;
  height: 24px;
}
.input_am>div input{
  line-height: 24PX;
  height: 24px;
  font-family: "微软雅黑";
  font-size: 12px;
  color: #666;
  width: 510px;
}

.input_b{
  height: 205px;
  width: 666px;
  margin-top: 27px;
}
.input_bm{
  width: 590px;
  height: 175px;
  padding:13px 10px 15px 10px;
  float: left;
  border: 1px solid #b5b5b5;
}
.input_b>em{
  display: block;
  float: left;
  line-height: 30px;
  margin-left: 20px;
  color: #f00;
}
.input_bm>em{
  display: block;
  float: left;
  width: 60px;
  line-height: 24px;
  font-size: 12px;
  color: #333333;
}
.input_bm>div{
  float: left;
  width: 510px;
}
.input_bm>div textarea{
  line-height: 24px;
  font-family: "微软雅黑";
  font-size: 12px;
  color: #666;
  width: 530px;
  height: 183px;
  resize:none;
}
.input_c{
  width: 382px !important;
}
.input_c>div{
 width: 315px !important;
}
.input_c>div input{
 width: 315px !important;
}
.input_a>a{
  display: block;
  float: left;
  border: 1px solid #b5b5b5;
  margin-left: 20px;
}
.annium{
  text-align: center;
}
.anniu{
  margin-top: 25px;
  display: inline-block;
}
.anniu>a{
  display: block;
  margin: 0 10px;
  float: left;
  width: 173px;
  height: 39px;
  background: #000000;
  color: #fff;
  text-align: center;
  line-height: 39px;
  font-size: 14px;
}
.anniu>a:hover{
  background: #ff9000;
}
.input_a>a img{
  cursor: pointer;
}
/*END*/
/*bqy_hldckly BEGIN*/
.bqy_hldckly_ul li{
  margin-top: 20px;
}
.bqy_subpagmin{
  padding:20px;
  width: 1160px;
  margin: 0 auto;
  padding-top: 20px;
  background: url(../images/byhld_84.png) center top;

}
.bqy_subpagminm{
  width: 1160px;
 margin-top: 20px;
  margin: 0 auto;
  border: 1px dotted #2e276e;
}
  .bqy_hldckly{
    width: 1020px;
    min-height: 576px;
    padding:40px 90px 40px 90px;
  }
  .bqy_hldcklyl>em{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 8px;
  }
  .bqy_hldcklylm{
    width: 821px;
    min-height: 34px;
    position: relative;
    float: left;
    margin-left: 20px;
    background: #fff;
    border-radius: 4px;
    padding:12px 20px 12px 20px;
  }
  .bqy_hldcklylm>em{
    display: block;
    float: right;
    line-height: 34px;
    background: url(../images/byhld_86.png) center left no-repeat;
    padding-left: 18px;
    font-size: 12px;
    color: #666666;
  }
  .bqy_hldcklylm>div{
    width: 720px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
  }
  .bqy_hldcklylm>div>em{
    color: #016acd;
    font-size: 14px;
  }
  .bqy_hldcklylm>span{
    display: block;
    position: absolute;
    left: -11px;
    top: 23px;
  }
/*bqy_hldckly END*/
/*BEGIN*/

  .bqy_hldcklyr>em{
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 8px;
  }
  .bqy_hldcklyrm{
    width: 821px;
    min-height: 34px;
    position: relative;
    float: right;
    margin-right :20px;
    background: #f4e4ab;
    border-radius: 4px;
    padding:12px 20px 12px 20px;
  }
  .bqy_hldcklyrm>em{
    display: block;
    float: right;
    line-height: 34px;
    background: url(../images/byhld_86.png) center left no-repeat;
    padding-left: 18px;
    font-size: 12px;
    color: #302a70;
  }
  .bqy_hldcklyrm>div{
    width: 720px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
  }
  .bqy_hldcklyrm>div>em{
    color: #111111;
    font-size: 14px;
  }
  .bqy_hldcklyrm>span{
    display: block;
    position: absolute;
    right: -11px;
    top: 23px;
  }
/*END*/
/*bqy_hldlxwm BEGIN*/
  .bqy_hldlxwm{
    background: url(../images/byhld_90.png) center center no-repeat;
    width: 1180px;
    height: 396px;
    padding: 15px 10px 15px 10px;
  }
  .bqy_hldlxwml{
    float: left;
    width: 464px;
    height: 251px;
    padding:88px 57px 57px 69px;
  }
   .bqy_hldlxwmr{
    float: right;
    width: 588px;
    margin-top: 24px;
    height: 386px;
  }
  .bqy_hldlxwmlt{
    margin-top: 77px;
  }
  .bqy_hldlxwmlt>div{
    font-size: 16px;
    color: #000000;
    line-height: 50px;
  }
  .bqy_hldlxwmlt img{
    float: right;
  }
/* bqy_hldlxwm END*/
/*bqy_hldsitemap BEGIN*/
.bqy_hldsitemap_ul{
  background:#f5f5f5 url(../images/bqy_xq_102.png) center top no-repeat;
}
.bqy_hldsitemap_ul>li{
  width: 177px;
  float: left;
}
.bqy_hldsitemap_ul>li:hover>div>em{
  color: #333;
}
.bqy_hldsitemap_ul>li>div{
  height: 314px;
}
.bqy_hldsitemap_ul>li>div>em{
  display: block;
  background: url(../images/byhld_95.png) center center no-repeat;
  width: 63px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 20px;
  font-weight: bold;
  z-index: 100;
  color: #302a70;
  position: relative;
  margin-left: 30px;
}
.bqy_hldsitemap_ul>li>div>em>b{
  display: block;
  background: url(../images/byhld_97.png) center left no-repeat;
  position: absolute;
  width: 121px;
  left: 60px;
  top: 50%;
  height: 2px;
  z-index: 50;
}
.bqy_hldsitemap_ul>li:hover>div>em{
  background: url(../images/byhld_96.png) center center no-repeat;
}
.bqy_hldsitemap_ul>li:hover>div>div{ width: 10px;
  text-align: center;
  margin-top: 20px;
  background: url(../images/byhld_94.png) center left no-repeat;
  width: 137px;
  height: 204px;
}
.bqy_hldsitemap_ul>li>div>div>a{
 width: 10px;
 display: block;
 margin-left: 48px;
 padding-top: 15px;
 text-align: center;
 font-size: 20px;
 line-height: 24px;
 color: #282828;
 font-weight: bold;
}
.bqy_hldsitemap_ul .no_ri>div>em>b{
  background: none;
}
.bqy_hldsitemap_ul .no_ri{
  width: 138px !important;
}
.bqy_hldsitemap_uldiv{
}
.bqy_hldsitemap_uldiv>li{
  width: 177px;
  font-size: 16px;
}
.bqy_hldsitemap_uldiv>li>a{
  color: #333333;
  height: 42px;
  line-height: 42px;
  background: url(../images/h12.png) center left no-repeat;
  padding-left: 38px;
}
.bqy_hldsitemap_uldiv>li>a:hover{
  background: url(../images/h11.png) center left no-repeat;
 color: #302a70;
}

/*bqy_hldsitemap END*/
/*BEGIN*/
/*网站CSS开始详情*/

.bqy_hldxwdtxx>h1{
  font-size: 20px;
  color: #333;
  text-align: center;
} 
.bqy_contentText{
  background: url(../images/hldqy_100.png) center bottom no-repeat;
  padding:30px 0; 
}
.bqy_xq_main{
  height: 39px;
  border-top: 1px dotted #fde080;
  border-bottom:1px dotted #fde080;
  line-height: 39px;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.bqy_xq_main_left>i{
  font-style: normal;
  display: inline-block;
  float: left;
}
.bqy_xq_main_left>em{
  font-style: normal;
  display: inline-block;
  float: left;
}
.bqy_xq_main_left>span{
  font-style: normal;
  display: inline-block;
  float: left;
}
.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;
	float:left;
}
#bqy_xq_main_fx .bqy_01{
  background:url(../images/bqy_xq_01.jpg) center center no-repeat;
  width: 18px;
  height: 18px;
}
#bqy_xq_main_fx .bqy_02{
  background:url(../images/bqy_xq_02.jpg) center center no-repeat;
  width: 18px;
  height: 18px;
}
#bqy_xq_main_fx .bqy_03{
  background:url(../images/bqy_xq_03.jpg) center center no-repeat;
  width: 18px;
  height: 18px;
}
#bqy_xq_main_fx .bqy_04{
  background:url(../images/bqy_xq_04.jpg) center center no-repeat;
  width: 18px;
  height: 18px;
}
#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: 11px;
}
.ql_dzx .bqy_fa{
  background:url(../images/bqy_xq_06.jpg) top right no-repeat;
  width: 16px;
  height:16px;
  margin-top: 11px;
  padding-right:11px;
}
.ql_dzx .bqy_sx{
  background:url(../images/bqy_xq_07.jpg) top right no-repeat;
  width: 16px;
  height:16px;
  margin-top: 11px;
  padding-right:10px;
}
.ql_dzx .bqy_close{
  background:url(../images/bqy_xq_08.jpg) top right no-repeat;
  width: 17px;
  height:17px;
  margin-top: 11px;
  padding-right:10px;
}
.ql_dzx .bqy_fa:hover{
  background:url(../images/bqy_xq_061.jpg) top right no-repeat;
}
.ql_dzx .bqy_sx:hover{
  background:url(../images/bqy_xq_071.jpg) top right no-repeat;
}
.ql_dzx .bqy_close:hover{
  background:url(../images/bqy_xq_081.jpg) top right no-repeat;;
}
.bqy_contentText>div{
  text-align: center;
  margin-top: 30px;
  margin-bottom:23px;
}
.bqy_contentText{
  line-height: 30px;
  color: #666666;
  font-size: 14px;
  min-height:300px;
}

.hld_xwdt{
  margin-top: 20px;
  position: relative;
  height: 183px;
  width: 1200px;
  background: #f7f7f7;
  line-height: 183px;
}
.hld_xwdt>a{
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -69px;
  top:-19px;
}
.hld_xwdt_ul{
  height: 107px;
  width: 1166px;
  padding: 38px 17px;
}
.hld_xwdt_ul>li{
  width: 541px;
  height: 38px;
  line-height: 38px;
  float: left;
  margin-right: 84px;
}
.hld_xwdt_ul>li>em{
  display: block;
  float: right;
  font-size: 14px;
  color: #666666;
}
.hld_xwdt_ul>li>h3{
  width: 423px;
  height: 38px;
  font-weight: normal;
  overflow: hidden;
}
.hld_xwdt_ul>li>h3>a{
  color: #666666;
  font-size: 14px;
  background: url(../images/hldqy_103.png) center left no-repeat;
  padding-left: 21px;
}
.hld_xwdt_ul>li:hover>h3>a{
  color: #302a70;
  background: url(../images/hldqy_102.png) center left no-repeat;
}
/*网站CSS结束详情*/
/*网站CSS开始*/
/*上下篇 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;
}
.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: #fcc201;
  cursor: pointer;
}
.sub_updown div a[href]:hover {
  color: #302a70;
  cursor: pointer;
}
.sub_updown span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 64px;
  background-color: #555555;
  text-align: center;
}
/*上下篇 END*/
/*END*/
/*BEGIN*/
.cg2_bannersdw .prev,
.cg2_bannersdw .next {
  position: absolute;
  bottom: 24px;
  display: block;
  height: 21px;
  width: 11px;
  z-index: 12;
  background: url(../images/vc1.png) no-repeat;
}
.cg2_bannersdw .prev {
  left: 50%;
  top:107%;
  margin-left: -600px;
  background-position: left top;
}
.cg2_bannersdw .prev:hover {
  background-position: left bottom;
}
.cg2_bannersdw .next {
  left: 50%;
  margin-left: -570px;
   top:107%;
  background-position: right top;
}
.cg2_bannersdw .next:hover {
  background-position: right bottom;
}
.cg2_bannersdw .pageState {
  position: absolute;
  left: 50%;
  top:107%;
  bottom: 24px;
  margin-left: -540px;
  z-index: 12;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  color: #333;
}
/*END*/
.ql_ysgxbox>div>a{
  display: block;
  font-size: 17px;
  color: #ecb133;
  font-weight: bold;
  padding-left: 35px;
  padding-top: 315px;
  float: left;
}
.ql_ysgxbox>div>a:hover{
  color: #9068a5;
}
/*BEGIN*/
/*END*/
/*BEGIN*/
.qlin_video_tcdb{ display: none; position: fixed; left: 0; top: 0; z-index: 1000; height: 100%; width: 100%; background: url(../images/aj18.png) repeat;}
.qlin_video_tcbox{ width: 800px; display: none; position: fixed; left: 50%; top: 50%; z-index: 1008; background: #eee; margin-left: -400px; margin-top: -245px;}
.qlin_video_tcbox1{ height: 40px; clear: both; padding: 0 15px;}
.qlin_video_tcbox1 em{ display: block; height: 40px; float: right; font-size: 14px; color: #000; cursor: pointer; line-height: 40px;}
.qlin_video_tcbox1 emhover{ color: #e21327;}
.qlin_video_tcbox1 span{ display: block; float: left; height: 40px; line-height: 40px; font-size: 16px; color: #333;}

.qlin_video_tcbox2{ height: 490px;}
/*END*/
/*BEGIN*/
.ql_fenyepoa{ padding: 10px;
    a,span{ display:inline-block; *zoom:1; *display:inline; height: 24px; line-height: 24px; font-size: 12px; border: 1px solid #eee; padding: 0 5px; margin: 0 3px !important;}
    a{ color: #333;
        &:hover{ color: #f4b613; border-color: #f4b613;}
    }
    span{ color: #f4b613; border-color: #f4b613;}
}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
.hove a{
  color: #0b5a9f;
  cursor: pointer;
}
.hove a:hover{
  color: #ecb133;
}
.minh{
 min-height: 450px;
}
