@charset "utf-8";

/* CSS Document */


/*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*/


/*此文件放置共用函数、变量等*/


/* 手机rem单位字号，与js保持一致 */


/* 兼容IE7 透明度写法 */


/* 字体设置 */


/* 定位属性 */


/* 遮罩层定位 */


/* 截字符 */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    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;
}


/*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: 100px;
}


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

.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: 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;
}


/*前/后按钮代码*/

.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: 30px;
    line-height: 30px;
}

.sub_updown {
    clear: both;
    font-family: "微软雅黑";
    overflow: hidden;
    font-size: 16px;
    padding: 4px 0 50px;
    border-top: 1px solid #eee;
    width: 100%;
}

.sub_updown div {
    overflow: hidden;
    margin: 6px 0px;
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.sub_updown div a {
    display: block;
    color: #666;
    height: 30px;
    line-height: 30px;
}

.sub_updown div a[href]:hover {
    color: #cca757;
}

.sub_updown div a[href]:hover span em {
    background: #cca757;
}

.sub_updown div.sub_updown_up {
    text-align: right;
}

.sub_updown div.sub_updown_up span {
    float: right;
}

.sub_updown div.sub_updown_up span em {
    float: right;
}

.sub_updown span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}

.sub_updown span em {
    float: left;
    color: #fff;
    background: #bcbcbc;
    width: 20px;
    text-align: center;
    font-family: '宋体';
    margin: 0 10px;
    font-weight: bold;
}


/*上下篇 END*/


/*分页 BEGIN*/

.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
}

.ql_fenye a,
.ql_fenye span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 0 10px;
    border: 1px solid #ccc;
    margin: 0px 3px;
    border-radius: 20px;
    color: #555;
}

.ql_fenye a[href]:hover {
    color: #fff;
    background: #dab866;
    border-color: #dab866;
}

.ql_fenye span {
    color: #fff;
    background: #dab866;
    border-color: #dab866;
}


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


/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/

html {
    width: 100%;
    height: 100%;
}

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_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*/

.indexbody {
    min-height: 640px;
    min-width: 1400px;
    position: fixed;
    height: 100%;
    width: 100%;
}

.c_indextop {
    height: 36px;
    line-height: 36px;
    padding: 31px 125px;
    position: relative;
    z-index: 99;
    border-bottom: 3px solid #cfaf62;
    background: #151517 url(../images/topback.png);
    color: #fff;
    font-size: 14px;
}

.c_indextop a {
    color: #fff;
    float: right;
    margin-left: 40px;
}

.c_indextop a:hover {
    color: #CFAF62;
}

.c_indextop a.c_logo {
    float: left;
    margin: 107px 0 0 -125px;
    width: 250px;
    text-align: center;
}

.c_indextop .topl1 {
    padding-left: 26px;
    background: url(../images/topi1.png) no-repeat left center;
}

.c_indextop .topl2 {
    padding-left: 26px;
    background: url(../images/topi2.png) no-repeat left center;
}

.c_indextop .toperweima {
    float: right;
    padding-left: 25px;
    background: url(../images/topi3.png) no-repeat left center;
    margin-left: 40px;
    position: relative;
}

.c_indextop .toperweima img {
    width: 150px;
    height: 150px;
    top: 36px;
    left: 0;
    position: absolute;
    display: none;
}

.c_indextop .toperweima:hover img {
    display: block;
}

.c_indextop .c_topyx {
    float: right;
    padding-left: 25px;
    background: url(../images/topi4.png) no-repeat left center;
    margin-left: 40px;
}

.c_indextop .c_toptel {
    float: right;
    padding-left: 25px;
    background: url(../images/topi5.png) no-repeat left center;
    margin-left: 40px;
}

.c_indextop .c_toptel strong {
    font-size: 18px;
}

.c_indextop .c_topsearch {
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 18px;
    float: right;
    width: 200px;
}

.c_indextop .c_topsearch a {
    float: left;
    width: 34px;
    height: 34px;
    background: url(../images/sousuo.png) no-repeat center;
    margin: 0;
}

.c_indextop .c_topsearch a:hover {
    background-image: url(../images/sousuo1.png);
}

.c_indextop .c_topsearch div {
    margin-left: 36px;
    padding-right: 20px;
}

.c_indextop .c_topsearch div input {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
}

.c_indexmain {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bantou.png) no-repeat right bottom;
}

.c_leftnav {
    position: absolute;
    width: 250px;
    height: 100%;
    background: #151517;
    display: table;
}

.c_leftnav .c_tabelcell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c_leftnav .c_tabelcell ul {
    display: block;
    padding: 195px 0 0;
    height: 60%;
    margin-bottom: 30px;
}

.c_leftnav .c_tabelcell ul li {
    height: 13%;
    position: relative;
}

.c_leftnav .c_tabelcell ul li a {
    display: block;
    font-size: 18px;
    font-family: "宋体";
    color: #fff;
    text-align: center;
}

.c_leftnav .c_tabelcell ul li a em {
    display: inline-block;
    background: #151517;
    padding: 0 10px;
    vertical-align: middle;
}

.c_leftnav .c_tabelcell ul li a:hover {
    background: url(../images/xixian.png) repeat-x center 13px;
    color: #CFAF62;
}

.c_leftnav .c_tabelcell ul li.on a {
    background: url(../images/xixian.png) repeat-x center 13px;
    color: #CFAF62;
}

.c_indexright {
    margin-left: 250px;
    padding: 0 100px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.c_indexright .hd {
    overflow: hidden;
    padding: 20px 0 0;
}

.c_indexright .hd h3 {
    float: left;
    width: 75px;
    height: 75px;
    border: 2px solid #999;
    border-radius: 53%;
    font-weight: normal;
    font-size: 14px;
    margin: 0 20px 0 0;
}

.c_indexright .hd h3 a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    line-height: 22px;
}

.c_indexright .hd h3.on {
    border-color: #CFAF62;
}

.c_indexright .hd h3.on a {
    color: #CFAF62;
}

.c_indexright .bd {
    position: absolute;
    width: 480px;
    height: 830px;
    bottom: 0;
    right: 100px;
}

.c_indexright .c_guang {
    position: absolute;
    width: 150px;
    height: auto;
    top: 20px;
    right: 240px;
    z-index: 91;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: center 62px;
    -webkit-transform-origin: center 62px;
    -moz-transform-origin: center 62px;
    transform: rotate(30deg);
}

.c_indexright .c_guang.on {
    animation: guang 2.8s ease-in-out forwards;
    -webkit-animation: guang 2.8s ease-in-out forwards;
    -moz-animation: guang 2.8s ease-in-out forwards;
}

@keyframes guang {
    from {
        transform: rotate(30deg) scale(0.1, 0.1);
        opacity: 0;
    }
    to {
        transform: rotate(72deg) scale(1.3, 1.3);
        opacity: 0.6;
    }
}

@-moz-keyframes guang {
    /* Firefox */
    from {
        transform: rotate(30deg) scale(0.1, 0.1);
        opacity: 0;
    }
    to {
        transform: rotate(72deg) scale(1.3, 1.3);
        opacity: 0.6;
    }
}

@-webkit-keyframes guang {
    /* Safari 和 Chrome */
    from {
        transform: rotate(30deg) scale(0.1, 0.1);
        opacity: 0;
    }
    to {
        transform: rotate(72deg) scale(1.3, 1.3);
        opacity: 0.6;
    }
}

@-o-keyframes guang {
    /* Opera */
    from {
        transform: rotate(30deg) scale(0.1, 0.1);
        opacity: 0;
    }
    to {
        transform: rotate(72deg) scale(1.3, 1.3);
        opacity: 0.6;
    }
}

.c_indexby {
    font-size: 22px;
    line-height: 2;
    color: #fff;
    position: relative;
    z-index: 8;
}

.c_indexby img {
    display: block;
}

.c_tabelkk {
    height: 100%;
    display: table;
}

.c_tabelcell {
    display: table-cell;
    vertical-align: middle;
}

.c_botinfo {
    position: absolute;
    width: 90%;
    left: 0;
    bottom: 0;
    color: #616265;
    padding: 0 5% 10px;
    line-height: 22px;
}

.c_botinfo a {
    color: #616265;
}

.c_botinfo a:hover {
    color: #bbb;
}

.c_botinfo img {
    vertical-align: middle;
}

.c_botinfo div {
    color: #eee;
}

.c_botinfo div a {
    color: #eee;
}

.c_botinfo div a:hover {
    color: #CC5522;
}

.c_head {
    background: #151517;
    padding: 15px 0;
}

.c_head ul {
    display: block;
    text-align: center;
}

.c_head ul li {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    position: relative;
}

.c_head ul li a {
    display: block;
    font-family: "宋体";
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
}

.c_head ul li .c_submenu {
    position: absolute;
    padding: 10px 0;
    background: url(../images/bantou.png);
    width: 100%;
    visibility: hidden;
    top: 40px;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}

.c_head ul li .c_submenu a {
    display: block;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 5px 10px;
}

.c_head ul li .c_submenu a:hover {
    color: #CFAF62 !important;
}

.c_head ul li .c_submenu a.on {
    color: #CFAF62 !important;
}

.c_head ul li:hover a {
    color: #CFAF62;
}

.c_head ul li:hover .c_submenu {
    top: 26px;
    left: 0;
    visibility: visible;
    opacity: 1;
}

.c_head ul li.on a {
    color: #CFAF62;
}

.c_footer {
    background: #13171a;
    color: #a2a2a2;
    position: relative;
    z-index: 98;
}

.c_footer a {
    color: #a2a2a2;
}

.c_footer a:hover {
    color: #CFAF62;
}

.c_footer img {
    vertical-align: middle;
}

.c_footer .goutop {
    width: 140px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -70px;
}

.c_footer .goutop img {
    display: block;
}

.c_footer .c_botnav {
    border-bottom: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-size: 14px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 20px 0 0;
}

.c_footer .c_diinfo {
    text-align: center;
    line-height: 36px;
    padding: 15px 0;
}

.c_footer .c_booomt {
    background: #090b0d;
    text-align: center;
    padding: 15px;
}

.c_sbanner {
    text-align: center;
    color: #fff;
    line-height: 50px;
    height: 330px;
    padding: 100px 0 0;
}

.c_sbanner em {
    display: block;
    font-size: 32px;
}

.c_sbanner span {
    display: block;
    font-family: "times new roman";
    font-size: 30px;
    text-transform: uppercase;
    background: url(../images/jiangx.jpg) no-repeat center top;
}

.c_sbanner.sb1 {
    background: url(../images/sub_banner1.jpg) no-repeat center;
}

.c_sbanner.sb2 {
    background: url(../images/sub_banner2.jpg) no-repeat center;
}

.c_sbanner.sb3 {
    background: url(../images/sub_banner3.jpg) no-repeat center;
}

.c_sbanner.sb4 {
    background: url(../images/sub_banner4.jpg) no-repeat center;
}

.c_sbanner.sb5 {
    background: url(../images/sub_banner5.jpg) no-repeat center;
}

.c_sbanner.sb6 {
    background: url(../images/sub_banner6.jpg) no-repeat center;
}

.c_sublist {
    text-align: center;
    padding: 30px 30px 0;
}

.c_sublist h2 {
    display: inline-block;
    margin: 20px 20px 0;
    height: 44px;
    font-weight: normal;
    font-size: 16px;
}

.c_sublist h2 a {
    color: #fff;
    display: block;
}

.c_sublist h2 em {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

.c_sublist h2 em.c_zuo {
    width: 37px;
    float: left;
    background: url(../images/lmz1.png) no-repeat;
}

.c_sublist h2 em.c_you {
    width: 37px;
    float: right;
    background: url(../images/lmy1.png) no-repeat;
}

.c_sublist h2 em.c_zhong {
    margin: 0 37px;
    background: url(../images/lmm1.png) repeat-x center;
    padding: 0 15px;
}

.c_sublist h2:hover em.c_zuo {
    background-image: url(../images/lmz.png);
}

.c_sublist h2:hover em.c_you {
    background-image: url(../images/lmy.png);
}

.c_sublist h2:hover em.c_zhong {
    background-image: url(../images/lmm.png);
}

.c_sublist h2.on em.c_zuo {
    background-image: url(../images/lmz.png);
}

.c_sublist h2.on em.c_you {
    background-image: url(../images/lmy.png);
}

.c_sublist h2.on em.c_zhong {
    background-image: url(../images/lmm.png);
}


/* .c_page {
    padding: 0 0 40px;
} */

.c_position {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    text-align: right;
    color: #b3b3b3;
}

.c_position a {
    color: #b3b3b3;
}

.c_position a:hover {
    color: #f9c14b;
}

.sitemapback {
    background: url(../images/sitemapback.jpg) no-repeat center bottom;
}

.c_sitemap {
    padding: 40px 0;
}

.c_links {
    text-align: center;
    padding: 40px 0 0;
}

.c_links ul {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.c_links ul li a {
    color: #666;
    font-size: 16px;
}

.c_links ul li a:hover {
    color: #b28e49;
}

.c_links ul li.c_jist {
    padding-bottom: 15px;
}

.c_links ul li.c_jist a {
    font-size: 20px;
}

.c_lxwm {
    position: relative;
    overflow: hidden;
    margin-bottom: -40px;
}

.c_map {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 40%;
    overflow: hidden;
}

.c_map iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.c_lxfs {
    position: absolute;
    width: 300px;
    padding: 20px 30px;
    background: #fff;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -190px;
    z-index: 9;
    color: #323232;
    font-size: 17px;
    line-height: 40px;
}

.c_lxfs .c_lx1 {
    padding-left: 30px;
    background: url(../images/lx1.png) no-repeat left center;
    margin-top: 15px;
}

.c_lxfs .c_lx2 {
    padding-left: 30px;
    background: url(../images/lx2.png) no-repeat left center;
}

.c_lxfs .c_lx3 {
    padding-left: 30px;
    background: url(../images/lx3.png) no-repeat left center;
}

.c_ppcq {
    margin: 0 auto;
    width: 1200px;
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 40px 0;
}

.c_ppcq img {
    max-width: 100%;
    height: auto;
}

.c_gywm {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 40px 0;
    background: url(../images/aboutback1.jpg) no-repeat center bottom;
    margin-bottom: 30px;
}

.c_gywm img {
    max-width: 100%;
    height: auto;
}

.c_zzjg {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 40px 0;
    background: url(../images/aboutback1.png) no-repeat center bottom;
    margin-bottom: 30px;
}

.c_zzjg img {
    max-width: 100%;
    height: auto;
}

.c_lingdao {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 40px 0;
    background: url(../images/wenli.jpg);
}

.c_lingdao img {
    max-width: 100%;
    height: auto;
}

.c_gywm1 {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 60px 0;
    background: url(../images/wenli.jpg);
}

.c_gywm1 img {
    max-width: 100%;
    height: auto;
}

.c_gywm1 .c_shipind a {
    top: 88px;
    left: 230px;
}

.c_gywm2 {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 80px 0 200px;
    background: url(../images/aboutback3.jpg) no-repeat center bottom;
}

.c_gywm2 img {
    max-width: 100%;
    height: auto;
}

.c_gywm3 {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 80px 0 160px;
    background: #f6eee1 url(../images/aboutback4.jpg) no-repeat center bottom;
    margin-bottom: -40px;
}

.c_gywm3 img {
    max-width: 100%;
    height: auto;
}

.c_aboutpz {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 40px 0;
}

.c_aboutpz img {
    max-width: 100%;
    height: auto;
}

.c_aboutpz1 {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 40px 0 100px;
    margin-bottom: -40px;
    background: url(../images/aboutback5.jpg) no-repeat center bottom;
}

.c_aboutpz1 img {
    max-width: 100%;
    height: auto;
}

.c_aboutpz2 {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: 40px 0;
    background: url(../images/aboutback6.jpg) no-repeat center;
    min-height: 500px;
}

.c_aboutpz2 img {
    max-width: 100%;
    height: auto;
}

.nzback {
    background: url(../images/nzback.jpg) center;
}

.c_shipind {
    position: relative;
}

.c_shipind a {
    display: block;
    width: 58px;
    height: 58px;
    background: url(../images/bofang.png) no-repeat center;
    left: 350px;
    top: 42px;
    position: absolute;
}

.c_shipind a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.c_ldlist {
    width: 1200px;
    margin: 0 auto;
}

.c_ldlist .hd {
    position: relative;
    height: 50px;
}

.c_ldlist .hd a {
    display: block;
    width: 64px;
    height: 64px;
    background: #53504d url(blank) no-repeat center;
    border-radius: 8px;
    top: 170px;
    position: absolute;
}

.c_ldlist .hd a.next {
    right: -80px;
    background-image: url(../images/youjian.png);
}

.c_ldlist .hd a.prev {
    left: -80px;
    background-image: url(../images/zuojian.png);
}

.c_ldlist .hd a:hover {
    background-color: #aa7326;
}

.c_ldlist .bd {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.c_ldlist .bd li {
    float: left;
    width: 352px;
    margin: 0 24px;
}

.c_gywm3 .c_ldlist .bd li img {
    width: 352px;
    height: 280px;
}

.c_ldlist .bd li h3 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 15px;
}

.c_ldlist .bd li h3 a {
    display: block;
    height: 60px;
    line-height: 30px;
    color: #000;
    overflow: hidden;
    text-align: center;
}

.c_zhe {
    position: fixed;
    z-index: 990;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bantou.png);
    display: none;
}

.c_shipjn {
    position: fixed;
    width: 700px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -350px;
    background: #000;
    display: none;
    z-index: 991;
}

.c_shipjn a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #c00;
    border-radius: 10px;
    right: 0;
    top: -40px;
    z-index: 991;
    position: absolute;
}

.c_shipjn a:hover {
    background: #666;
}

.c_shipjn .shipkk {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c_shipjn .shipkk iframe {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.c_ldgh {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.ghlist {
    overflow: hidden;
    margin-right: -60px;
    min-height: 400px;
}

.ghlist li {
    float: left;
    width: 355px;
    padding: 16px;
    margin: 0 19px 20px 0;
}

.ghlist li a {
    display: block;
    position: relative;
}

.ghlist li a img {
    display: block;
}

.ghlist li a img.c_bofd {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.ghlist li h3 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 12px;
}

.ghlist li h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    line-height: 24px;
    text-align: center;
}

.ghlist li:hover {
    background: #dab866;
}

.ghlist li:hover h3 a {
    color: #fff;
}

.c_tijit {
    text-align: center;
    font-size: 22px;
    color: #dab866;
    line-height: 1.5;
    padding: 0 0 20px;
}

.c_textinfo {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    color: #646464;
    padding: 15px 0;
}

.c_textinfo div {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.c_ffenx .bdsharebuttonbox a {
    background: url(../images/fxicon.png) no-repeat;
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 4px 5px 0 0;
}

.c_ffenx .bdsharebuttonbox a.bds_sqq {
    background-position: left top;
}

.c_ffenx .bdsharebuttonbox a.bds_sqq:hover {
    background-position: left bottom;
}

.c_ffenx .bdsharebuttonbox a.bds_weixin {
    background-position: -24px top;
}

.c_ffenx .bdsharebuttonbox a.bds_weixin:hover {
    background-position: -24px bottom;
}

.c_ffenx .bdsharebuttonbox a.bds_tqq {
    background-position: -47px top;
}

.c_ffenx .bdsharebuttonbox a.bds_tqq:hover {
    background-position: -47px bottom;
}

.c_ffenx .bdsharebuttonbox a.bds_tsina {
    background-position: -70px top;
}

.c_ffenx .bdsharebuttonbox a.bds_tsina:hover {
    background-position: -70px bottom;
}

.c_ffenx .bdsharebuttonbox a.bds_more {
    background-position: right top;
}

.c_ffenx .bdsharebuttonbox a.bds_more:hover {
    background-position: right bottom;
}

.ziti span {
    font-weight: bold;
    font-size: 20px;
    color: #111;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
}

.ziti a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #111;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 22px;
    margin: 0 0 0 10px;
    border-radius: 15px;
    vertical-align: top;
}

.ziti a:hover {
    background: #dab866;
}

.c_datu {
    padding: 30px 0 0;
    text-align: center;
}

.c_datu.jiu {
    background: url(../images/cpback.jpg) no-repeat center top;
    padding: 50px 0;
}

.c_textcont {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    padding: 30px 0;
    min-height: 160px;
}

.newsback {
    background: url(../images/newsback.jpg) no-repeat center top;
}

.c_newsxz {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.newslist {
    display: block;
    overflow: hidden;
    min-height: 400px;
    padding-bottom: 40px;
}

.newslist li {
    overflow: hidden;
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.4s;
}

.newslist li .c_nntu {
    float: left;
    width: 330px;
    height: 210px;
}

.newslist li .c_nntu img {
    display: block;
    width: 330px;
    height: 210px;
}

.newslist li .c_des {
    margin-left: 370px;
}

.newslist li .c_des .c_more {
    float: right;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
    padding-left: 100px;
    font-size: 20px;
    height: 210px;
    line-height: 210px;
}

.newslist li .c_des h3 {
    font-size: 18px;
    padding-top: 42px;
}

.newslist li .c_des h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
    height: 26px;
    color: #333;
}

.newslist li .c_des .c_riqi {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
}

.newslist li .c_des .c_mos {
    font-size: 14px;
    color: #333;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 10px;
}

.newslist li:hover {
    background: #dab866;
    padding: 22px;
}

.newslist li:hover h3 a {
    color: #fff;
}

.newslist li:hover .c_riqi {
    color: #fff;
}

.newslist li:hover .c_mos {
    color: #fff;
}

.newslist li:hover .c_des .c_more {
    opacity: 1;
    filter: alpha(opacity=100);
    padding-right: 30px;
}

.c_xgtj {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/xgtj.png) no-repeat center top;
    height: 116px;
    padding: 70px 0 60px;
}

.c_xgtj ul {
    display: block;
    overflow: hidden;
    padding: 0 2%;
}

.c_xgtj ul li {
    width: 44%;
    float: left;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    margin: 0 3%;
}

.c_xgtj ul li span {
    float: right;
    font-size: 14px;
    color: #666;
}

.c_xgtj ul li h3 {
    margin-right: 110px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
}

.c_xgtj ul li h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #454545;
    padding-left: 22px;
    background: url(../images/tanz.png) no-repeat left center;
}

.c_xgtj ul li:hover h3 a {
    color: #dab866;
    background-image: url(../images/tanz1.png);
}

.c_xgtj ul li:hover span {
    color: #dab866;
}

.c_cpzt {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.cplist {
    display: block;
    overflow: hidden;
    margin-right: -60px;
}

.cplist li {
    float: left;
    width: 386px;
    position: relative;
    overflow: hidden;
    margin: 0 21px 50px 0;
}

.cplist li a.zou {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/soub.png) center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
}

.cplist li img {
    display: block;
    width: 387px;
    height: 608px;
}

.cplist li h3 {
    font-weight: normal;
    font-size: 20px;
    background: url(../images/titback.jpg) no-repeat center;
    height: 66px;
    line-height: 66px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    color: #fff;
}

.cplist li h3 a {
    display: block;
    color: #fff;
    height: 66px;
    line-height: 66px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.cplist li:hover a.zou {
    opacity: 1;
    filter: alpha(opacity=100);
}

.topllo {
    text-align: center;
}

.c_nzlist {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    min-height: 500px;
}

center {
    margin-top: 20px;
}

.c_nzlist li {
    margin-left: 52.2%;
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.c_nzlist li .bijit {
    font-weight: bold;
    color: #a97426;
    line-height: 20px;
    padding: 15px 40px;
    margin: 0 -40px;
    background: url(../images/jiub.png) no-repeat left 10px;
}

.c_nzlist li.odd {
    margin-left: 0;
    margin-right: 52.2%;
}

.c_nzlist li.odd .bijit {
    text-align: right;
    background-position: right center;
}

#source {
    height: 0;
    overflow: hidden;
}

#output {
    height: 176px;
}

.c_gunkk {
    overflow: hidden;
    width: 1200px;
    margin: 35px auto 0;
}

.c_gunkk1 {
    overflow: hidden;
    width: 1200px;
    margin: 35px auto 0;
}

.c_shipind {
    float: left;
    width: 530px;
}

.c_gundi {
    float: right;
    width: 652px;
    overflow: hidden;
    position: relative;
}

.c_gundi1 {
    float: right;
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.c_gundi .hd {
    position: relative;
    z-index: 6;
}

.c_gundi .hd a {
    position: absolute;
    display: block;
    width: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: "宋体";
    color: #fff;
    background: #666;
    top: 100px;
}

.c_gundi .hd a {
    position: absolute;
    display: block;
    width: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: "宋体";
    color: #fff;
    background: #666;
    top: 100px;
}

.c_gundi1 .hd a {
    position: absolute;
    display: block;
    width: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: "宋体";
    color: #fff;
    background: #666;
    top: 90px;
    z-index: 99;
}

.c_gundi .hd a.next {
    right: 0;
}

.c_gundi1 .hd a.next {
    right: 0;
}

.c_gundi .hd a.prev {
    left: 0;
}

.c_gundi .hd a.prev {
    left: 0;
}

.c_gundi .hd a:hover {
    background: #c00;
}

.c_gundi1 .bd ul {
    margin-right: -20px;
}

.c_gundi .bd li {
    float: left;
    margin-right: 12px;
    width: 320px;
    height: 230px;
}

.c_gundi1 .bd li {
    float: left;
    margin-right: 20px;
    width: 285px;
    height: 230px;
}

.c_gundi .bd li a {
    display: block;
    width: 320px;
    height: 230px;
}

.c_gundi .bd li img {
    display: block;
    width: 320px;
    height: 230px;
}


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/