@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: 450px;
}

/*首页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: 615px;
}

.cg_banner_listbox {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cg_banner_listbox ul li {
    zoom: 1;
    vertical-align: middle;
}

/*li按钮*/
.cg_banner .hd {
    height: 20px;
    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 7px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: url("../images/hyjzge16.png") no-repeat right center;
    cursor: pointer;
    overflow: hidden;
    line-height: 15px;
}

.cg_banner .hd ul li.on {
    background: url("../images/hyjzge16.png") no-repeat left center;
}

/*前/后按钮代码*/
.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 {
    font-family: "微软雅黑";
    overflow: hidden;
    font-size: 12px;
    padding: 28px 0;
    width: 100%;
    border-top: 1px solid #cecece;
}

.sub_updown div {
    overflow: hidden;
    margin: 6px 0px;
    height: 30px;
    line-height: 30px;
}

.sub_updown div a {
    display: block;
    font-size: 12px;
    color: #333;
    height: 30px;
    line-height: 30px;
}

.sub_updown div a[href]:hover span {
    background: #41210f;
    cursor: pointer;
}
.sub_updown div a[href]:hover{
    color: #f80;
}
.sub_updown span {
    display: block;
    width: 64px;
    margin-right: 18px;
    text-align: center;
    color: #000;
    height: 30px;
    float: left;
    font-size: 12px;
    color: #fffffe;
    line-height: 30px;
    background: #804e21;
}

/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
	margin-top: 55px;
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 48px;
}
.ql_fenye a,
.ql_fenye span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 49px;
    height: 48px;
    color: #804e21;
    margin: 0px 8px;
    background: url(../images/zjw_21.png) no-repeat right center;
}

.ql_fenye a {
    color: #804e21;
}

.ql_fenye a[href]:hover {
    color: #ffffff;
    background-position: left center;
}

.ql_fenye span {
    color: #ffffff !important;
    background-position: left center;
    font-weight: normal !important;
}

/*选中需要全部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;
}

.w1002 img {
    max-width: 1002px;
}

.w1004 img {
    max-width: 1004px;
}

.w1100 img {
    max-width: 1100px;
}

.w1200 img {
    max-width: 1200px;
}

.w1216 img {
    max-width: 1216px;
}

.w1280 img {
    max-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_subpag_about a {
    font-weight: bold;
    color: #000;
}

.ql_subpag_about 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*/
.hyj_idxnav {
    position: relative;
    z-index: 100;
}

.logo {
    float: left;
}

.hyj_idxnavul {
    float: right;
    padding-right: 166px;
}

.hyj_idxnavul li {
    float: left;
    padding-left: 50px;
    background: url("../images/hyjzge01.png") no-repeat left 59px;
}

.hyj_idxnavul li > a {
    display: block;
    padding: 59px 22px 27px;
}

.hyj_idxnavul li > a:hover {
    border-bottom: 3px solid #41210f;
}

.hyj_idxnavul li > a.on {
    border-bottom: 3px solid #41210f;
}

.hyj_idxnavul li > a span {
    display: block;
    line-height: 25px;
    color: #804e21;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-align: center;
    text-transform: uppercase;
}

.hyj_idxnavul li > a em {
    display: block;
    line-height: 26px;
    color: #804e21;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    text-align: center;
}

.hyj_idxnavul li > div {
    position: absolute;
    top: 140px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 7px 0;
    background: #804e21;
    display: none;
}

.hyj_idxnavul li:hover > div {
    display: block;
}

.hyj_idxnavul li > div a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    padding: 0 35px;
    background: url("../images/hyjzgr03_03.jpg") no-repeat left center;
    font-family: "Microsoft YaHei";
}

.hyj_idxnavul li > div a:hover {
    color: #c4aea1;
}

.hyj_idxnavul li > div a.on {
    color: #c4aea1;
}

.idxshare {
    width: 58px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 41px;
    margin-left: 542px;
    background: url("../images/hyjzge04.png") no-repeat center;
    z-index: 200;
}

.idxshare a {
    display: block;
    height: 50px;
}

.idxshare a.swsy {
    background: url("../images/hyjzge05.png") no-repeat center;
}

.idxshare a.jrsc {
    background: url("../images/hyjzge06.png") no-repeat center;
}

.idxshare a.jtico_jiathis {
    background: url("../images/hyjzge07.png") no-repeat center;
}

.idxshare a.swsy:hover {
    background: url("../images/hyjzge08.png") no-repeat center;
}

.idxshare a.jrsc:hover {
    background: url("../images/hyjzge09.png") no-repeat center;
}

.idxshare a.jtico_jiathis:hover {
    background: url("../images/hyjzge10.png") no-repeat center;
}

.jiathis_style {
    margin-left: -190px;
    margin-top: 0px;
}

.search {
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: 468px;
    width: 49px;
    height: 48px;
}

.search >div>em{
    float: left;
    display: block;
    width: 20px;
    height: 46px;
    background: url("../images/hyjzge11.png") no-repeat left center;
}
.search > div {
    display: none;
    width: 179px;
}

.search > div > div {
    float: left;
    width: 130px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #804e21;
    border-top: 1px solid #804e21;
    padding-right: 29px;
    background: #fff;
}

.search > div > div input {
    line-height: 44px;
    height: 44px;
    font-size: 14px;
    color: #999999;
    font-family: "Microsoft YaHei";
    width: 130px;
}

.search > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 46px;
    background: url("../images/hyjzge12.png") no-repeat center;
}

.search > a:hover {
    background: url("../images/hyjzge13.png") no-repeat center;
}

.search:hover {
    margin-left: 312px;
    width: 179px;
}

.search:hover > div {
    display: block;
}

.search:hover > a {
    left: 156px;
}

.secnavul {
    width: 672px;
    float: right;
}

.bread {
    float: left;
    padding-top: 115px;
    padding-bottom: 108px;
    width: 255px;
    padding-left: 90px;
    background: url("../images/hyjzge17.png") no-repeat left 63px;
    line-height: 26px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.bread a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #333;
}

.bread a:hover {
    color: #c62626;
}

.bread em {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #333;
}

.hyj_zymanav {
    float: right;
    width: 672px;
    padding-right: 168px;
}

.secnav {
    float: left;
    position: relative;
    overflow: hidden;
    width: 672px;
    height: 186px;
}

.secnavul {
    position: absolute;
    left: 0px;
    top: 0;
    padding-top: 51px;
}

.secnavul li {
    float: left;
    width: 18px;
    padding-left: 43px;
    padding-right: 23px;
    height: 113px;
    padding-top: 22px;
    /*cursor: pointer;*/
    background: url("../images/hyjzge19.png") no-repeat center;
}

.secnavul li.on {
    background: url("../images/hyjzge18.png") no-repeat center;
}

.secnavul li.on a {
    color: #804e21;
}

.secnavul li a {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #666666;
    font-family: "Microsoft YaHei";
}

.secnavul li:hover {
    background: url("../images/hyjzge18.png") no-repeat center;
}

.secnavul li:hover a {
    color: #804e21;
}

.hyj_zymanav > div {
    position: relative;
}

.hyj_zymanav > div > a {
    position: absolute;
    width: 9px;
    height: 15px;
    top: 50%;
    margin-top: 10px;
}

.secprev {
    display: none;
    left: -20px;
    background: url("../images/hyjzge21.png") no-repeat left top;
}

.secprev:hover {
    background: url("../images/hyjzge21.png") no-repeat left bottom;
}

.secnext {
    display: none;
    right: -20px;
    background: url("../images/hyjzge21.png") no-repeat right top;
}

.secnext:hover {
    background: url("../images/hyjzge21.png") no-repeat right bottom;
}

.hyjzytp .w1200 {
    background: url("../images/hyjzge20.png") no-repeat right 4px;
}

.hyjzybd {
    padding-bottom: 64px;
}

.hyjidxjqgk {
    padding-bottom: 60px;
    background: url("../images/hyjzge23_02.jpg") no-repeat center;
}

.hyjidxjqgk .w1200 > a {
    display: block;
    height: 180px;
    margin-bottom: 52px;
    background: url("../images/hyjzge22_04.jpg") no-repeat center;
}

.hyjidxjqgk .w1200 > a:hover {
    background: url("../images/hyjzge24_03.jpg") no-repeat center;
}

.hyjidxjqgk .w1200 > div img {
    display: block;
    float: left;
    margin-right: 60px;
}

.hyjidxjqgk .w1200 > div div {
    float: left;
    width: 468px;
}

.hyjidxjqgk .w1200 > div div p {
    line-height: 28px;
    font-size: 14px;
    color: #022730;
    font-family: "Microsoft YaHei";
}

.hyjidxjqgk .w1200 > div div p a {
    color: #804e21;
    font-weight: bold;
}

.hyjidxjqgk .w1200 > div div p a:hover {
    color: #c9222a;
    font-weight: bold;
}

.hyjidxjqgk .w1200 > div div > a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 94px;
    height: 35px;
    background: #804e21;
    text-align: center;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    margin-top: 80px;
}

.hyjidxjqgk .w1200 > div div > a:hover {
    background: #022730;
}

.hyjidxjqcp {
    height: 649px;
    /*margin-top: 60px;*/
    background: url("../images/hyjzge28_09.jpg") no-repeat center;
}

.hyjidxjqcp .w1200 {
    position: relative;
}

.hyjidxjqcp .w1200>h2 {
    margin-top: 15px;
    position: absolute;
    width: 455px;
    height: 149px;
    left: 50%;
    margin-left: -170px;
}

.hyjidxjqcp .w1200>h2 a {
    width: 455px;
    display: block;
    height: 149px;
    background: url("../images/hyjzge27.png") no-repeat center;
}

.hyjidxjqcp .w1200>h2 a:hover {
    background: url("../images/hyjzge26.png") no-repeat center;
}

.hyjidxjqcp .w1200 > div {
    position: absolute;
    width: 224px;
}

.hyjidxjqcp .w1200 .idxjpdv1 {
    top: 92px;
    left: 71px;
}

.hyjidxjqcp .w1200 > div > a {
    display: block;
}

.hyjidxjqcp .w1200 > div > h2 {
    height: 32px;
    line-height: 32px;
    color: #41210f;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.hyjidxjqcp .w1200 > div > h2 a {
    color: #41210f;
    font-weight: normal;
}
.hyjidxjqcp .w1200 > div > h2 a:hover{
    color: #c9222a;
}
.hyjidxjqcp .w1200 .idxjpdv2 {
    top: 278px;
    left: 331px;
}

.hyjidxjqcp .w1200 .idxjpdv3 {
    top: 206px;
    left: 665px;
}

.hyjidxjqcp .w1200 .idxjpdv4 {
    top: 234px;
    right: 0px;
}

.hyjidxjqhd {
    height: 594px;
    margin-top: 60px;
    background: url("../images/hyjzge35_09.jpg") no-repeat center;
}

.hyjidxjqhd .w1200 {
    position: relative;
}

.hyjidxjqhd .w1200 h2 {
    margin-top: 15px;
    position: absolute;
    width: 455px;
    height: 149px;
    left: 50%;
    margin-left: -170px;
}

.hyjidxjqhd .w1200 h2 a {
    width: 455px;
    display: block;
    height: 149px;
    background: url("../images/hyjzge33.png") no-repeat center;
}

.hyjidxjqhd .w1200 h2 a:hover {
    background: url("../images/hyjzge34.png") no-repeat center;
}

.hyjidxjqhdul {
    padding-top: 228px;
}

.hyjidxjqhdul li {
    width: 324px;
    float: left;
    margin-right: 42px;
    padding: 21px 24px 38px;
    -webkit-box-shadow: 0 0 10px rgba(114, 114, 114, .5);
    -moz-box-shadow: 0 0 10px rgba(114, 114, 114, .5);
    box-shadow: 0 0 10px rgba(114, 114, 114, .5);
}

.hyjidxjqhdul li:hover {
    background: #f8f8f8;
}

.hyjidxjqhdul li > a {
    display: block;
    margin-bottom: 14px;
}

.hyjidxjqhdul li > div h3 {
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    color: #000;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.hyjidxjqhdul li > div h3 a {
    color: #000;
}

.hyjidxjqhdul li > div h3 a:hover {
    color: #804e21;
}

.hyjidxjqhdul li > div em {
    display: block;
    height: 28px;
    padding-left: 18px;
    background: url("../images/hyjzge37.jpg") no-repeat 1px center;
    line-height: 28px;
    color: #999999;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin-bottom: 15px;
}

.hyjidxjqhdul li > div p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #909090;
}

.hyjidxcbl {
    position: fixed;
    right: 3%;
    top: 50%;
    margin-top: 92px;
    width: 85px;
    height: 184px;
    z-index: 999;
}

.hyjidxcbl > a {
    position: relative;
}

.hyjidxcbl > .hyjdyh {
    display: block;
    width: 85px;
    height: 95px;
    left: 0px;
    top: 0px;
}
.hyjidxcbl > .hyjdyh:hover em {
    display: block;
}
.hyjidxcbl > .hyjdyh em {
    display: none;
    position: absolute;
    width: 91px;
    height: 91px;
    background: url("../images/hyjzgexj02.png") no-repeat center;
    left: -104px;
    top: -0px;
}
.hyjidxcbl > .hyjfwh {
    display: block;
    width: 85px;
    height: 86px;
    left: 0px;
    top: 3px;
}

.hyjidxcbl > .hyjfwh em {
    display: none;
    position: absolute;
    width: 103px;
    height: 103px;
    background: url("../images/hyjzge40.png") no-repeat center;
    left: -110px;
    top: -8px;
}

.hyjidxcbl > .hyjfwh:hover em {
    display: block;
}

.hyjidxxwzxsd {
    position: relative;
}

.hyjidxxwzxsd .bd > ul {
    padding-top: 53px;
    min-height: 468px;
    padding-bottom: 65px;
}
.hyjidxxwzxsd .bd > ul ul{
    float: right;
    width: 423px;
}
.hyjidxxwzxsd .bd > ul ul .fsli{
    padding-top: 7px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    border-bottom: 2px solid #804e21;
    height: 97px;
}
.hyjidxxwzxsd .bd > ul ul .fsli>h3{
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    padding-left: 25px;
    background: url("../images/hyjzge42.jpg") no-repeat left center;
}
.hyjidxxwzxsd .bd > ul ul .fsli>h3 a{
    float: left;
    height: 28px;
    font-size: 15px;
    color: #231815;
    font-family: "Microsoft YaHei";
    font-weight: 700;
}
.hyjidxxwzxsd .bd > ul ul .fsli>h3 a:hover{
    color: #8a736d;
}
.hyjidxxwzxsd .bd > ul ul .fsli>h3 span{
    float: right;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: #231815;
    height: 56px;
    font-weight: normal;
}
.hyjidxxwzxsd .bd > ul ul .fsli>h3 span em{
    font-size: 25px;
    font-family: "Microsoft YaHei";
    color: #231815;
    font-weight: normal;
}
.hyjidxxwzxsd .bd > ul ul .fsli>p{
    height: 56px;
    line-height: 28px;
    margin-top: 13px;
    font-size: 13px;
    color: #8a736d;
    font-family: "Microsoft YaHei";
}
.hyjidxxwzxsd .bd > ul ul li{
    border-bottom: 1px solid #d6c7b9;
}
.hyjidxxwzxsd .bd > ul ul li h3{
    line-height: 55px;
    height: 55px;
    padding-left: 25px;
    background: url("../images/hyjzge42.jpg") no-repeat left center;
}
.hyjidxxwzxsd .bd > ul ul li>h3 a{
    float: left;
    height: 55px;
    font-size: 15px;
    color: #8a736d;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}
.hyjidxxwzxsd .bd > ul ul li>h3 a:hover{
    color: #231815;
}
.hyjidxxwzxsd .bd > ul ul li>h3 span{
    float: right;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: #8a736d;
    height: 55px;
    font-weight: normal;
}
.hyjidxxwzxsd .bd > ul ul li>h3 span em{
    font-size: 25px;
    font-family: "Microsoft YaHei";
    color: #8a736d;
    font-weight: normal;
}
.hyjidxxwzxsd .hd{
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -129px;
    top: 53px;
    width: 259px;
    height: 453px;
    background: url("../images/hyjzge44.png") no-repeat center;
}
.hyjidxxwzxsd .hd li{
    width: 188px;
    height: 73px;
    padding-left: 71px;
    cursor: pointer;
    background: url("../images/hyjzge43.jpg") no-repeat 23px center;
    margin-bottom: 3px;
}
.hyjidxxwzxsd .hd li h2{
    font-weight:normal;
    line-height: 73px;
    font-size: 18px;
    color: #482504;
    font-family: "Microsoft YaHei";
}
.hyjidxxwzxsd .hd li.on{
    width: 227px;
    padding-left: 32px;
    background: #804e21;
}
.hyjidxxwzxsd .hd li.on h2{
    color: #fff;
}
.hyjidxxwzxsd .hd li:hover{
    width: 227px;
    padding-left: 32px;
    background: #804e21;
    color: #fff;
}
.hyjidxxwzxsd .hd li:hover h2{
    color: #fff;
}
.hyjidxjqcp a[href]:hover img{
    filter: none;
}
.hyjidxjqcp a:hover img{
    filter: none;
}
.hyjidxjqcp a img:hover{
    filter: none;
}
.xgtt div{
    width: 94px;
    height: 45px;
    padding-left: 190px;
    padding-top: 48px;
    padding-right: 6px;
    padding-bottom: 30px;
    background: url("../images/hyjzgexj03.png") no-repeat center center;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-family:"Microsoft YaHei";
    font-weight:bold;
    font-size: 16px;
}
/*首页END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/

/* 编辑器分页样式 */
#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;font-weight: bold;}

