@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: 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: 26px;
    line-height: 26px;
}

.sub_updown {
    clear: both;
    font-family: "微软雅黑";
    overflow: hidden;
    font-size: 12px;
    padding: 4px 0;
    width: 100%;
}

.sub_updown div {
    clear: both;
    overflow: hidden;
    margin: 6px 0px;
    height: 26px;
    line-height: 26px;
}

.sub_updown div a {
    display: block;
    color: #666;
    height: 26px;
    line-height: 26px;
}

.sub_updown div a[href]:hover {
    color: #06F;
}

.sub_updown span {
    display: block;
    float: left;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
}


/*上下篇 END*/


/*分页 BEGIN*/

.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 12px;
}

.ql_fenye a,
.ql_fenye span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 2px 6px;
    border: 1px solid #ccc;
    margin: 0px 3px;
}

.ql_fenye a {
    color: #444;
}

.ql_fenye a[href]:hover {
    color: #F00;
}

.ql_fenye span {
    border: 1px solid #ccc !important;
    color: #F00 !important;
    padding: 2px 6px !important;
    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;
}


/*height*/


/*关键字样式*/

.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*/

/* 梁吉添加头部样式开始 */
.lj_tou{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 468px;
    transition: all ease-out 1s;
    background: url("/images/lj_a.jpg") no-repeat center;
    z-index: 10;
}
/* 梁吉添加头部样式结束 */


/*BEGIN*/

.c_banner {
    /* height: 508px; */
    height: 468px;
    background: url(/images/index_banner.jpg) no-repeat center;
}

.c_banner img {
    display: none;
}

.lisji {
    display: none;
}

.c_topnav {
    background: url(/images/navback.jpg) center;
    height: 56px;
    line-height: 56px;
    position: relative;
    z-index: 9;
}

.c_topnav a.goback {
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 0 20px 0 45px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fe9500 url(../images/fangzi.png) no-repeat 20px center;
    margin: 10px 0 0;
}

.c_topnav a.goback:hover {
    background-color: #f80;
}

.c_topnav ul {
    /* float: left; */
}

.c_topnav ul li {
    float: left;
}

.c_topnav ul li a {
    display: block;
    padding: 0 24px;
    font-size: 16px;
    color: #fff;
}

.c_topnav ul li:hover a {
    background: #880012;
}

.c_topnav ul li:hover .c_submenu {
    display: block;
}

.c_topnav ul li.on a {
    background: #880012;
}

.c_topnav ul li .c_submenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 56px;
    background: #880012;
    text-align: center;
    display: none;
}

.c_topnav ul li .c_submenu a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 15px;
}

.c_topnav ul li .c_submenu a:hover {
    color: #f90;
}

.c_topnav ul li .c_submenu a.on {
    color: #f90;
}

.c_topnav ul li .c_submenu span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
}

.c_bottom {
    background: #b7010e;
    color: #fff;
}

.c_bottom a {
    color: #fff;
}

.c_bottom a:hover {
    color: #f90;
}

.c_bottom .bottop {
    padding: 12px 0;
}

.c_bottom .bottop .c_jilogo {
    float: left;
}

.c_bottom .bottop .otpmin {
    float: left;
    margin: 0 0 0 50px;
    line-height: 1.8;
}

.c_bottom .bottop .otpmin span {
    display: block;
    font-size: 24px;
}

.lj_ss {
    width: 292px;
    height: 30px;
    border-radius: 15px;
    background-color: #96000b;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 30px;
    margin-top: 32px;
    overflow: hidden;
}

.lj_ss input {
    width: 172px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    color: #fff;
}

.lj_ss input::-webkit-input-placeholder {
    color: #c69191;
    font-size: 12px;
}

.lj_ss a {
    float: right;
    display: block;
    width: 48px;
    height: 30px;
    padding-left: 20px;
    background: url("/images/lj_a.png") no-repeat center left;
    box-sizing: border-box;
}

.c_bottom .bottop .c_toprigh {
    float: right;
    font-size: 14px;
    line-height: 35px;
}

.c_bottom .c_botdi {
    text-align: center;
    background: #ab000c;
    line-height: 26px;
    padding: 10px 15px;
}

.c_bottom .c_botdi img {
    vertical-align: middle;
}

.c_titi {
    border-bottom: 2px solid #333;
    height: 54px;
    line-height: 54px;
}

.c_titi .c_more {
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0 0;
}

.c_titi .c_more:hover {
    color: #AB000C;
}

.c_titi h2 {
    float: left;
    font-size: 24px;
    height: 56px;
    background: #fff;
}

.c_titi h2 a {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: #b7010e;
    position: relative;
    padding: 0 15px;
}

.c_titi h2 a:hover {
    background: #880012;
}

.c_titi h2 a:hover:after {
    border-top: 6px solid #880012;
    border-right: 6px solid #880012;
}

.c_titi h2 a:after {
    content: ' ';
    display: block;
    border-top: 6px solid #B7010E;
    border-right: 6px solid #B7010E;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.c_floor1 {
    padding: 50px 0 0;
}

.flnewsleft {
    float: left;
    width: 500px;
}

.c_touyui {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    margin: 0 0 10px;
}

.c_touyui h3 {
    font-size: 20px;
    font-weight: normal;
}

.c_touyui h3 a {
    display: block;
    overflow: hidden;
    color: #333;
    line-height: 35px;
    height: 70px;
}

.c_touyui h3 a:hover {
    color: #AB000C;
}

.c_touyui .riqi {
    color: #999;
    font-size: 14px;
}

.c_touyui .c_mosz {
    color: #333;
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    margin: 5px 0 0;
    overflow: hidden;
}

.c_newslist1 {
    overflow: hidden;
}

.c_newslist1 li {
    overflow: hidden;
    height: 20px;
    padding: 12px 0;
    line-height: 20px;
}

.c_newslist1 li span {
    float: right;
    color: #999;
    font-size: 14px;
}

.c_newslist1 li h3 {
    font-weight: normal;
    margin-right: 100px;
    font-size: 16px;
}

.c_newslist1 li h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
    border-left: 6px solid #B7010E;
    padding-left: 12px;
}

.c_newslist1 li h3 a:hover {
    color: #B7010E;
}

.c_picnews {
    float: right;
    width: 650px;
}

.c_picnews .hd {
    position: relative;
    height: 0;
    z-index: 9;
}

.c_picnews .hd ul {
    display: none;
}

.c_picnews .hd a {
    display: block;
    position: absolute;
    background: #000;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: '宋体';
    top: 170px;
}

.c_picnews .hd a:hover {
    background: #B7010E;
}

.c_picnews .hd a.next {
    right: 0;
}

.c_picnews .hd a.prev {
    left: 0;
}

.c_picnews .bd li {
    position: relative;
    overflow: hidden;
}

.c_picnews .bd li img {
    display: block;
}

.c_picnews .bd li a {
    display: block;
}

.c_picnews .bd li h3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    height: 54px;
    line-height: 54px;
    font-weight: normal;
    font-size: 16px;
    background: #000;
}

.c_picnews .bd li h3 a {
    display: block;
    padding: 0 12px;
    margin-right: 80px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
}

.c_picnews .bd li h3 a:hover {
    color: #f90;
}

.c_picnews .bd li h3 span {
    float: right;
    color: #fff;
    padding: 0 12px;
}

.c_newsk {
    width: 375px;
    margin: 0 37px 0 0;
}

.c_newsk.cg_r {
    margin-right: 0;
}

.c_newslist2 {
    overflow: hidden;
    margin: 10px 0 0;
}

.c_newslist2 li {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
}

.c_newslist2 li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.c_newslist2 li h3 {
    margin-right: 100px;
    font-weight: normal;
    font-size: 16px;
}

.c_newslist2 li h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
}

.c_newslist2 li h3 a:hover {
    color: #f80;
}

.c_newslist2 li h3 a:before {
    content: '?';
    float: left;
    margin: 0 5px 0 0;
    color: #AB000C;
}

.c_pagemain .c_newslist2 {
    padding-bottom: 30px;
    margin: -20px 0 0;
}

.c_pagemain .c_newslist2 li {
    border-bottom: 1px dotted #d2d1d1;
}

.c_newslist9 {
    overflow: hidden;
    margin: 10px -40px 0 0;
}

.c_newslist9 li {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    float: left;
    width: 580px;
    margin: 0 40px 0 0;
}

.c_newslist9 li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.c_newslist9 li h3 {
    margin-right: 100px;
    font-weight: normal;
    font-size: 16px;
}

.c_newslist9 li h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
}

.c_newslist9 li h3 a:hover {
    color: #f80;
}

.c_newslist9 li h3 a:before {
    content: '?';
    float: left;
    margin: 0 5px 0 0;
    color: #AB000C;
}

.c_pagemain .c_newslist9 {
    padding-bottom: 30px;
    margin: -20px 0 0;
}

.c_pagemain .c_newslist9 li {
    border-bottom: 1px dotted #d2d1d1;
}

.c_floor2 {
    padding: 50px 0 35px;
}

.zhuanti {
    background: url(/images/dj.jpg) no-repeat center;
    height: 200px;
    overflow: hidden;
    padding: 0 0 0 240px;
}

.zhuanti .hd {
    height: 40px;
    line-height: 40px;
    font-family: "宋体";
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.zhuanti .hd a {
    display: block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #333;
    position: absolute;
    top: 75px;
}

.zhuanti .hd a.next {
    left: -40px;
}

.zhuanti .hd a.prev {
    right: 0px;
}

.zhuanti .hd a:hover {
    color: #c00;
}

.zhuanti .bd {
    ;
    overflow: hidden;
    /*margin:35px 0 0 60px;*/
}

.zhuanti .bd div {
    float: left;
    margin: 0 25px 0 0;
    width: 286px;
}

.zhuanti .bd div a {
    display: block;
    border: 4px solid #fff;
}

.zhuanti .bd div img {
    display: block;
    width: 278px;
    height: 104px;
}

.zhuanti .bd div a:hover {
    color: #AB000C;
    border-color: #AB000C;
}

.zhuanti .bd div h2 {
    font-size: 16px;
    font-weight: normal;
}

.zhuanti .bd div h2 a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: none;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.c_floor4 {
    padding: 50px 0 35px;
}

.newslet {
    float: left;
    width: 575px;
}

.zuzhi {
    float: right;
    width: 575px;
}

.zuzhi img {
    max-width: 100%;
    height: auto;
    display: block;
}

.zuzhikk {
    padding: 20px 0 0;
}

.c_pagecontd {
    padding: 40px 0;
}

.c_pagetop {
    border-bottom: 2px solid #333;
    height: 54px;
    line-height: 54px;
}

.c_pagetop div {
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0 0;
    background: url(/images/fangzi1.png) no-repeat left center;
    padding-left: 16px;
}

.c_pagetop div a {
    color: #666;
}

.c_pagetop div a:hover {
    color: #AB000C;
}

.c_pagetop h2 {
    float: left;
    font-size: 24px;
    height: 56px;
    background: #fff;
}

.c_pagetop h2 a {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: #b7010e;
    position: relative;
    padding: 0 20px;
}

.c_pagetop h2 a:hover {
    background: #880012;
}

.c_pagetop h2 a:hover:after {
    border-top: 6px solid #880012;
    border-right: 6px solid #880012;
}

.c_pagetop h2 a:after {
    content: ' ';
    display: block;
    border-top: 6px solid #B7010E;
    border-right: 6px solid #B7010E;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.c_pagemain {
    padding: 40px 0 0;
    min-height: 400px;
}

.c_pagemain img {
    max-width: 100%;
    height: auto;
}

.yetop {
    text-align: center;
    font-size: 14px;
    padding: 0 0 10px;
    color: #666;
}

.yetop span {
    color: #AB000C;
    font-weight: bold;
}

.c_texttop {
    padding: 0 0 20px;
    background: url(/images/huabian.jpg) repeat-x center bottom;
    margin: 0 0 30px;
}

.c_texttop h1 {
    text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 1.4;
    padding: 0 0 15px;
}

.c_texttop div {
    text-align: center;
    color: #999;
    font-size: 14px;
}

.c_texttop div a {
    font-size: 24px;
    color: #999;
}

.c_texttop div a span {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    line-height: 1;
}

.c_texttop div a:hover {
    color: #AB000C;
}

.c_fxl {
    float: left;
    padding: 10px 15px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #eee;
}

.c_fxl a {
    display: block;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    margin: 20px auto 0 !important;
    float: none !important;
    background: url(/images/fenx.png) no-repeat !important;
    font-size: 14px;
    color: #666;
    position: relative;
}

.c_fxl a span {
    position: absolute;
    height: 38px;
    line-height: 38px;
    left: 65px;
    display: block;
    width: 100px;
    font-size: 14px;
}

.c_fxl a.weixin {
    background-position: center top !important;
}

.c_fxl a.tsina {
    background-position: center !important;
}

.c_fxl a.qzone {
    background-position: center bottom !important;
}

.c_etxtic {
    margin: 0 0 0 155px;
    border-left: 1px solid #e5e5e5;
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    min-height: 300px;
}

.c_tuijian {
    overflow: hidden;
}

.c_newslist3 {
    overflow: hidden;
    width: 1300px;
    margin: 10px 0 0;
}

.c_newslist3 li {
    height: 46px;
    line-height: 46px;
    float: left;
    width: 580px;
    overflow: hidden;
    margin-right: 38px;
}

.c_newslist3 li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.c_newslist3 li h3 {
    margin-right: 100px;
    font-weight: normal;
    font-size: 16px;
}

.c_newslist3 li h3 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
}

.c_newslist3 li h3 a:hover {
    color: #f80;
}

.c_newslist3 li h3 a:before {
    content: '?';
    float: left;
    margin: 0 5px 0 0;
    color: #AB000C;
}

.c_shoujishu {
    display: block;
    position: relative;
    overflow: hidden;
}


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/

@media screen and (max-width: 1200px) {
    #fbContainer,
    #fbFooter {
        display: none;
    }
    .noscroll {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .c_shoujishu {
        display: block;
    }
    .w1200 {
        width: auto;
    }
    .c_banner {
        height: 320px;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        background-color: #B7010E;
    }
    .c_banner img {
        display: none;
    }
    .lisji {
        display: block;
        position: fixed;
        width: 30px;
        padding: 5px;
        background: #B7010E;
        top: 6px;
        right: 6px;
        z-index: 99;
    }
    .lisji img {
        display: block;
        width: 100%;
    }
    .c_topnav {
        background: #880012;
        height: 100%;
        line-height: 32px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 90;
        width: 250px;
        padding: 50px 0 10px;
        display: none;
        overflow: hidden;
    }
    .c_topnav>div {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 85%;
    }
    .c_topnav a.goback {
        float: none;
        display: block;
        margin: 0 0 10px 25px;
        font-size: 14px;
        width: 60px;
    }
    .c_topnav ul {
        float: none;
    }
    .c_topnav ul li {
        float: none;
    }
    .c_topnav ul li a {
        font-size: 12px;
    }
    .c_topnav ul li .c_submenu {
        position: static;
        width: auto;
        display: block;
        line-height: 26px;
    }
    .c_topnav ul li .c_submenu a {
        display: block;
        text-align: left;
        margin-left: 20px;
        font-size: 12px;
    }
    .c_topnav ul li .c_submenu span {
        display: none;
    }
    .c_bottom .bottop {
        padding: 5px 12px;
    }
    .c_bottom .bottop .c_jilogo {
        display: none;
    }
    .c_bottom .bottop .otpmin {
        float: none;
        margin: 0;
        line-height: 1.2;
    }
    .c_bottom .bottop .c_toprigh {
        float: none;
        font-size: 12px;
        line-height: 22px;
        padding: 5px 0;
    }
    .c_bottom .bottop .c_toprigh span {
        display: none;
    }
    .c_bottom .c_botdi {
        line-height: 26px;
        padding: 5px 12px;
    }
    .c_bottom .c_botdi .c_gjz {
        display: none;
    }
    .c_titi {
        height: 38px;
        line-height: 38px;
    }
    .c_titi .c_more {
        font-size: 12px;
        margin: 5px 0 0;
    }
    .c_titi h2 {
        font-size: 18px;
        height: 38px;
    }
    .c_titi h2 a {
        height: 38px;
        line-height: 38px;
        padding: 0 10px;
    }
    .c_titi h2 a:after {
        display: none;
    }
    .c_pagetop {
        height: 38px;
        line-height: 38px;
    }
    .c_pagetop div {
        display: none;
    }
    .c_pagetop h2 {
        font-size: 18px;
        height: 38px;
    }
    .c_pagetop h2 a {
        height: 38px;
        line-height: 38px;
        padding: 0 10px;
    }
    .c_pagetop h2 a:after {
        display: none;
    }
    .c_pagecontd {
        padding: 30px 12px;
    }
    .c_pagemain {
        min-height: 300px;
    }
    .c_floor1 {
        padding: 20px 12px 0;
    }
    .flnewsleft {
        float: none;
        width: auto;
    }
    .c_touyui {
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 0;
        margin: 0;
    }
    .c_touyui h3 {
        font-size: 16px;
    }
    .c_touyui h3 a {
        height: 35px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .c_touyui .riqi {
        color: #999;
        font-size: 14px;
    }
    .c_touyui .c_mosz {
        color: #333;
        font-size: 14px;
        height: 50px;
        line-height: 25px;
        margin: 5px 0 0;
    }
    .c_newslist1 {
        overflow: hidden;
    }
    .c_newslist1 li {
        overflow: hidden;
        height: 20px;
        padding: 7px 0;
        line-height: 20px;
    }
    .c_newslist1 li span {
        float: right;
        color: #999;
        font-size: 14px;
    }
    .c_newslist1 li h3 {
        font-weight: normal;
        margin-right: 100px;
        font-size: 16px;
    }
    .c_newslist1 li h3 a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #333;
        border-left: 6px solid #B7010E;
        padding-left: 12px;
    }
    .c_newslist1 li h3 a:hover {
        color: #B7010E;
    }
    .c_newslist9 {
        margin: 10px 0 0;
    }
    .c_newslist9 li {
        height: 38px;
        line-height: 38px;
        float: none;
        width: auto;
        margin: 0;
    }
    .c_picnews {
        float: none;
        width: auto;
        margin: 10px 0 0;
    }
    .c_picnews .hd a {
        top: 60px;
    }
    .c_picnews .bd li img {
        display: block;
        width: 100%;
        height: auto;
    }
    .c_picnews .bd li h3 {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .c_newsk {
        width: auto !important;
        margin: 0;
        padding: 0 12px 20px;
        float: none !important;
    }
    .c_newslist2 li {
        height: 28px;
        line-height: 28px;
    }
    .c_newslist2 li span {
        font-size: 12px;
    }
    .c_newslist2 li h3 {
        font-size: 14px;
    }
    .c_newslist3 {
        width: auto;
    }
    .c_newslist3 li {
        height: 28px;
        line-height: 28px;
        float: none;
        width: auto;
        margin: 0;
    }
    .c_newslist3 li span {
        font-size: 12px;
    }
    .c_newslist3 li h3 {
        font-size: 14px;
    }
    .c_floor2 {
        padding: 25px 0 10px;
    }
    .zhuanti {
        background: #E6E6E6;
        padding: 10px 0;
        height: auto;
    }
    .zhuanti .hd {
        display: none;
    }
    .zhuanti .bd {
        margin: 0;
        padding: 0;
    }
    .noscroll {
        overflow: hidden;
    }
    .zhuanti .bd div {
        width: 48%;
        float: left;
        margin: 15px 1% 0;
    }
    .zhuanti .bd div img {
        width: 100%;
        height: auto;
    }
    .zhuanti div a {
        display: block;
        border: 4px solid #fff;
    }
    .zhuanti div a:hover {
        color: #AB000C;
        border-color: #AB000C;
    }
    .zhuanti .bd div h2 {
        font-size: 14px;
        font-weight: normal;
    }
    .zhuanti div h2 a {
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border: none;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
    .c_floor4 {
        padding: 20px 0;
    }
    .newslet {
        float: none;
        width: auto;
        margin: 0 12px;
    }
    .zuzhi {
        float: none;
        width: auto;
        margin: 20px 12px 0;
    }
    .zuzhi img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .zuzhikk {
        padding: 20px 0 0;
    }
    .c_texttop {
        padding: 0 0 10px;
        margin: 0 0 10px;
    }
    .c_texttop h1 {
        font-size: 18px;
        padding: 0 0 5px;
    }
    .c_texttop div {
        font-size: 12px;
    }
    .c_texttop div em {
        display: none;
    }
    .c_fxl {
        float: left;
        padding: 0 0 5px 5px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #eee;
        margin: 0 0 12px;
    }
    .c_fxl a {
        float: left !important;
        width: 20px !important;
        height: 20px !important;
        margin: 5px 5px 0 0 !important;
        background: url(/images/fenx.png) no-repeat center / 100% auto !important;
    }
    .c_fxl a span {
        display: none;
    }
    .c_etxtic {
        margin: 0;
        border-left: none;
        padding: 12px 0 0;
        font-size: 14px;
        clear: both;
        border-top: 1px solid #eee;
    }
    .c_tuijian {
        overflow: hidden;
    }
}


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/

@media screen and (max-width: 580px) {
    .c_banner {
        height: 150px;
    }
}
.djhf {
    margin-bottom:30px;
}

/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/


/*BEGIN*/


/*END*/