/**CSS Reset**/
* {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0px;
}

html,head,body{
    width: 100%;
    height: 100%;
	font-family: PingFang SC, Microsoft Yahei, Arial, "sans-serif";
}
.row{
    margin-right: 0px;
}
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
body,
button,
input,
select,
textarea,
h3 {
    font: 14px "Microsoft YaHei", tahoma, arial, \5b8b\4f53;
    color: #555;
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style: none;
}

fieldset,
img {
    border: 0
}

a{
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #222222;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.more a{
    color: #a01010;
}

.more a:hover {
    color: #006c9f
}

.clear {
    clear: both;
    width: 100%;
    line-height: 0;
    height: 0;
    font-size: 0;
    _display: inline;
    overflow: hidden;
}

.right {
    float: right;
}

.right_t{
    position: relative;
    float: right;
    bottom: 24px;
}

.col-md-4,.col-md-5,.col-md-3,.col-md-6{
    padding: 0;
} 
/*---------------------header样式---------------------*/
#body {
    background: url('../images/bj.jpg') repeat;
}

#header {
    height: 128px;
    background: url('../images/wall.jpg') no-repeat;
}

#header .head_bj {
    background: url('../images/mount.png') no-repeat;
    margin: 0 auto;
}

#header img {
    margin: 20px 0;
}

.head{
    text-align:right;
    padding-top: 20px
}

.head a{
    padding: 0 10px;
}

.search {background: #F9F0DA;border-radius: 3px;}
.search form {background: #FFFFFF;}
.search input {
    background: transparent;
    border-radius: 3px;
}
.search button {
    top: 0;
    right: 0;
	background:#b54241 url('../images/search.png') no-repeat;
	background-position: center;
	border-radius: 0px 3px 3px 0px;
}

form {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

input, button {
    border: none;
    outline: none;
}

input {
    width: 100%;
    height: 42px;
    padding-left: 13px;
    border-radius: 3px;
}

button {
    height: 42px;
    width: 42px;
    cursor: pointer;
    position: absolute;
}

/*---------------------nav样式---------------------*/

#nav {
    height: 50px;
    background-color: #bb1b1b;
    position: relative;
    z-index: 101;
    text-align: center;
}

.nav_main{
    margin: 0 auto;
}
#active a{
    color: #fff;
}

#nav ul ul {
    display: none;
}

#nav ul li:hover>ul {
    display: block;
}


#nav ul {

    list-style: none;
    position: relative;
    /* display: inline-table; */
}

#nav ul:after {
    clear: both;
    display: block;
}

#nav ul li {
    float: left;
}

#nav ul li:hover {
    background: #9f0202;
}

#nav ul li a.this {
    background: #9f0202;
}

#nav ul li:hover a {}

#nav ul li a {
    display: block;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    width: 109px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}


#nav ul ul {
    padding: 0;
    position: absolute;
    top: 50px;
    background-color: #f8f9f8;
}

#nav ul ul li {
    float: none;
    position: relative;
    border-right: none;
}

#nav ul ul li a {
    font-size: 13px;
    font-weight: normal;
    padding-top: 5px;
    padding-top: 3px;
    line-height: 30px;
    display: block;
    min-width: 120px;
    color: #333;
}

#nav ul ul li a:hover {
    background: #bb1b1b;
    color: #fff;
}

#nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0px;
}

/*---------------------banner样式---------------------*/
.auto_img img{
    max-width: 100%;
    /* width: 100%; */
    height: auto;
    display: block;
    margin: 0 auto;
}

/*---------------------news样式---------------------*/
#news,#list{
    margin: 16px auto;
    padding: 0px;
}

.news{
    border-bottom: 1px #a6a6a6 solid;
    padding: 5px 0 20px 0;
}

.news_right{
    padding-right:20px;
}

.news_t{
    padding:5px 10px 20px 10px;
    font-size: 18px;
	font-weight:bold;
}

.news_t1{
    padding:5px 10px 14px 10px;
    font-size: 18px;
	font-weight:bold;
}


.active_t{
    border-bottom: 2px #bb3f3f solid;
}

.active_t1{
    border-bottom: 2px #bb3f3f solid;
    float: left;
}


.news_line{
    border-bottom: 1px #c0c0c0 dashed;
}

.tongzhi,.xueshu,.zhaosheng,.xuesheng{
    width:300px;
    float:left;
}

.tt{
    font-size: 16px;
    color: #333333;
    padding: 14px 0 10px 0;
}

.tc{
    line-height: 28px;
    color: #666666;
    padding-bottom: 5px;
}

.tcl{
    line-height: 30px;
    color: #666666;
    padding-top: 8px;
}

.tcp{
    line-height: 30px;
    color: #666666;
    padding: 8px 0 0 18px;
    background: url('../images/point.png') no-repeat;
}

.date{
    color: #aaaaaa;
    font-size: 12px;
}


/*---------------------news2样式---------------------*/
.benkesheng{
    display: inline;
    font-size: 14px;
}

.benkesheng li {
    display: inline;
}

.benkesheng li a{
    padding: 2px 10px;
}

.active_b{
    background-color: #cf8b8b;
    color: #fff;
}

.benkesheng li a:hover{
    background-color: #cf8b8b;
    color: #fff;
}

/*---------------------active样式---------------------*/

#active {
    background: url('../images/act_bj.jpg') repeat;
    text-align:center;
}
#active p{
   padding: 16px 0 10px 0; 
}


/*---------------------link样式---------------------*/
#link{
    background-color: #bb1b1b;
    color: #fff;
}

.link_l{
    float: left;
    color: #fff;
    padding: 25px 0;
}

.link_l ul li{
    float: left;
}

.link_l a{
    color: #fff;
    font-size: 16px;
}

.link_r{
    float: right;
    font-size: 12px;
    padding: 30px 0;
}

.link_r address{
    text-align: right;
    padding: 0 10px;
}


#link ul ul {
    display: none;
}

#link ul li:hover>ul {
    display: block;
}

#link ul {
    float: left;
    list-style: none;
    position: relative;
    display: inline-table;
}

#link ul:after {
    clear: both;
    display: block;
}

#link ul li {
    float: left;
}

#link ul li:hover {
    background: #9f0202;
}

#link ul li a.this {
    background: #9f0202;
}

#link ul li:hover a {}

#link ul li a {
    display: block;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    width: 120px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}


#link ul ul {
    padding: 0;
    position: absolute;
    top: 50px;
    background-color: #f8f9f8;
    display: none;
    margin-top: -86px;

}

#link ul ul li {
    float: none;
    position: relative;
    border-right: none;
}

#link ul ul li a {
    font-size: 13px;
    font-weight: normal;
    padding-top: 5px;
    padding-top: 3px;
    line-height: 30px;
    display: block;
    min-width: 120px;
    color: #333;
}

#link ul ul li a:hover {
    background: #bb1b1b;
    color: #fff;
}

#link ul ul ul {
    position: absolute;
    left: 100%;
    top: 0px;
}


/*---------------------footer样式---------------------*/
#footer{
    text-align: center;
    height: 30px;
    background-color: #a01010;
    color: #fff;
    padding-top: 5px;
}

.nav-tabs1{
    height: 24px;
}


.nav-tabs > li > a {
    border: none;
    border-radius: 0;
}

.wb,.wx{
    padding: 0 0 0 20px;
}



/*---------------------listcolumn样式---------------------*/
.col_menu_head {background: #bb1b1b;}
.col_menu_head h3.col_name { font-size:20px; font-weight:normal; color:#fff; }
.col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;ma: 20px 0 10px 0;}


.col_menu {float:left;position:relative;padding-top: 20px;padding-left:0;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #bb1b1b;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:20px; font-weight:normal; color:#fff; }/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}

/**栏目新闻**/
.col_news {min-height:500px;float:right;padding-top: 10px;} 
.col_news_head {border-bottom: 1px solid #a6a6a6;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;font-family:"Microsoft yahei";font-weight: normal;color: #82080d;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 7px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { }  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:16px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/

/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 15px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#82080d; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #82080d;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#0f429b;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;} 

.list .news_list li .newsl span.news_title { float:left;width: 90%;overflow: hidden;display: block;white-space: nowrap;text-overflow: ellipsis;}
.list .news_mate{float:right;}
.news_list li{line-height: 34px; }
.news_list li.newsl span.news_meta {float:right;margin-left:2px;color: #9C9C9C;display:block;}/*属性*/

/**文章页**/
.infobox {width:auto; margin:0 auto; }
.article {padding-top:10px;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #82080d;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas { padding:10px; text-align:center;border-top:1px solid #a6a6a6;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px; margin-top:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}




/*默认主导航样式*/
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a > .menu-switch-arrow{display: none;width:20px;height:20px;background:url(images/nav_j.png) no-repeat center center;vertical-align:middle;}
.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 0;line-height: 46px;color: #FFFFFF;font-size: 16px;}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{background-color:#B01D1A; text-decoration: none; color: #eee;}
.sub-menu {display: none;position: absolute;left: 0;top: 46px;min-width: 146px;z-index: 100;background:#fff;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #000;height: 40px;line-height: 40px;padding: 0 17px;font-size: 14px;background:none;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{color: #fff;background-color: #B01D1A;display: block;}
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}


@media (max-width:600px){
    body{
        overflow-x: hidden;
    }
    .respon{
        width:388px;
    }
    .responlink{
        height:auto;
    }
    .responjianying{
        height: 640px;
    }
    .responImg{
        width: 370px;
    }
    #header{
        height: 210px;
    }
    #header img{
       width: 100%;
       padding-left:30px;
    }
    #header form{
       width: 100%;
    }
    .head{
        text-align: center;
        padding-left:30px;
        float: none;
    }
    #nav ul li{
        background:#d10000;
    }
    .nav-tabs1 ul{
        display:none;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
}

.nav_main{
    width:100%;
}
.nav-tabs1 li{
    font-size:10px;
    width:68px;
}
}

@media (min-width:900px){
    .responlg{
        width:584px;
    }
    .responlink{
        height:auto;
    }
    .responjianying{
        height: 350px;
    }

    #nav ul {    
        display: inline-table;
    }
    #header .head_bj{
        width:1200px;
    }
    #nav .inner{
        width: 1200px;
        margin: 0 auto;
    }
    .nav_main{
        width:1200px;
    }
}

.additional-link {
    margin-top: 60px;
    text-align: left;
    padding-left: 26px;
    font-size: 16px;
    color:#ffffff;
}
@media screen and (max-width: 599px) {
    .additional-link {
        text-align: center!important;
    }
}
.additional-link a {
    color:#ffffff;
}

/** 幻灯片样式 **/
.news-carousel {
	width: 100%;
	height: 278px;
	position: relative;
}
.news-carousel-item {
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat;
}
.carousel-title {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	padding: 10px 20px;
	width: 100%;
}
.carousel-title span {
	color: #ffffff;
}
.carousel-pagination {
	left: auto!important;
	width: auto!important;
	right: 10px;
}
.carousel-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	height: 10px;
	width: 10px;
}
.carousel-pagination .swiper-pagination-bullet-active {
	background: #b31915
}
#banner {
	padding-bottom: 30px;
}