@charset "gb2312";
/***** 全局样式 Global-Style *****/
*						{margin: 0; padding: 0;}
html,body				{margin: 0; font: 12px/160%,"宋体";background:url(../images/foot_bg.png) bottom center no-repeat; }
form,ul,li,dl,dt,dd		{margin: 0; padding: 0; list-style: none;}
img						{border:none;}

/***** 全局链接 Global-Link-Style *****/
a			{color: #606163; font-size:12px; text-decoration: none;}
a:hover		{color: #ff0000;}

/***** 水平居中 *****/
.cen{margin:0 auto;margin-left:auto;margin-right:auto;  }

/***** 清除浮动 *****/
.cen{clear:both; }
.clear{ clear:both;}


.top_w{ width:100%;height:100px;}
.top{ width:1520px;}
.logo{ width:284px; height:44px; float:left; margin-top:27px;}
.top_nav{height:30px;width:1226px; float:right; margin-top:35px;}
.top_nav li{width:101px; height:30px; float:left; margin-right:1px; }
.top_nav li a{width:110px; height:30px;font:15px/30px "微软雅黑"; text-align:center; display:block;}
.top_nav li a:hover{background:#008cd7; color:#fff;font:15px/30px "微软雅黑"; 
-webkit-border-radius:20px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
-moz-border-radius:20px;/*适配firefox浏览器*/
-ms-border-radius:20px;/*适配IE浏览器*/
-o-border-radius:20px;/*适配opera浏览器*/
border-radius:20px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/ }
.top_nav li a.on{background:#008cd7; color:#fff;font:15px/30px "微软雅黑"; 
-webkit-border-radius:20px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
-moz-border-radius:20px;/*适配firefox浏览器*/
-ms-border-radius:20px;/*适配IE浏览器*/
-o-border-radius:20px;/*适配opera浏览器*/
border-radius:20px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}


/*** 二级banner ***/
.ej_banner{ width:100%; height:333px;font-size:0px;}
.ej_banner01{background:url(../images/ej_banner01.jpg) no-repeat top center;}
.ej_banner02{background:url(../images/ej_banner02.jpg) no-repeat top center;}
.ej_banner03{background:url(../images/ej_banner03.jpg) no-repeat top center;}
.ej_banner04{background:url(../images/ej_banner04.jpg) no-repeat top center;}
.ej_banner05{background:url(../images/ej_banner05.jpg) no-repeat top center;}
.ej_banner06{background:url(../images/ej_banner06.jpg) no-repeat top center;}
.ej_banner07{background:url(../images/ej_banner07.jpg) no-repeat top center;}
.ej_banner08{background:url(../images/ej_banner08.jpg) no-repeat top center;}
.ej_banner09{background:url(../images/ej_banner09.jpg) no-repeat top center;}
.ej_banner10{background:url(../images/ej_banner10.jpg) no-repeat top center;}
.ej_banner a{ width:100%; height:100%; display:block;}

/***** 二级导航 *****/
#colL{ width:100%; position:relative; z-index:9999; background:#FFF;
     border-bottom:#dadada solid 1px;
        box-shadow:0px 1px 3px #dadada;/*兼容operaspace:nowrap*/ 
   -moz-box-shadow:0px 1px 3px #dadada;/*兼容firefox*/
-webkit-box-shadow:0px 1px 3px #dadada;/*兼容safari或chrome*/
filter:progid:DXImageTransform.Microsoft.Shadow(color=#dadada,direction=120,strength=3);/*兼容ie*/}
.nav{ width:1200px; height:55px;}
.nav dd {}
.nav ul { width:1160px;}
.nav ul li{ height:54px;line-height:54px;display:block; float:left;}
.nav ul li a{ height:54px;font:15px/54px "微软雅黑"; color:#1c1c1c; display:block; padding:0px 5px; margin-left:10px;}
.nav ul li a:hover  { font:15px/54px "微软雅黑"; color:#1c1c1c;  border-bottom:2px solid #008cd7;}
.nav ul li .on  { font:15px/54px "微软雅黑"; color:#1c1c1c;  border-bottom:2px solid #008cd7;}
/***** 历史纪元二级导航 *****/
#colL_ls{ width:100%; position:relative; z-index:9999;background:url(../images/ej_navbg.jpg) no-repeat left top;
     border-bottom:#dadada solid 1px;
        box-shadow:0px 1px 3px #dadada;/*兼容operaspace:nowrap*/ 
   -moz-box-shadow:0px 1px 3px #dadada;/*兼容firefox*/
-webkit-box-shadow:0px 1px 3px #dadada;/*兼容safari或chrome*/
filter:progid:DXImageTransform.Microsoft.Shadow(color=#dadada,direction=120,strength=3);/*兼容ie*/}
.nav_ls{ width:1200px; height:55px;}
.nav_ls dd {}
.nav_ls ul { width:1160px;}
.nav_ls ul li{ height:54px;line-height:54px;display:block; float:left;}
.nav_ls ul li a{ height:54px;font:15px/54px "微软雅黑"; color:#1c1c1c; display:block; padding:0px 5px; margin-left:10px;}
.nav_ls ul li a:hover  { font:15px/54px "微软雅黑"; color:#5e1010;  border-bottom:2px solid #5e1010;}
.nav_ls ul li .on  { font:15px/54px "微软雅黑"; color:#5e1010;  border-bottom:2px solid #5e1010;}
/***** 三级导航 *****/
.sj_nav{ margin-bottom:20px;}
.sj_nav a{font:16px/54px "微软雅黑"; color:#008cd7;padding:6px 20px; margin-left:32px;
-webkit-border-radius:6px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
-moz-border-radius:6px;/*适配firefox浏览器*/
-ms-border-radius:6px;/*适配IE浏览器*/
-o-border-radius:6px;/*适配opera浏览器*/
border-radius:6px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}
.sj_nav a:hover  {  color:#fff; background:#008cd7;}
.sj_nav .on  { color:#fff; background:#008cd7;}
/***** 四级导航 *****/
.sij_nav{ margin-bottom:20px; width:1136px;; height:30px; background:#e1e1e1;margin-left:32px;}
.sij_nav a{font:13px/30px "微软雅黑"; color:#008cd7;padding:5px 16px; margin-right:2px;}
.sij_nav a:hover  { color:#fff; background:#008cd7;}
.sij_nav .on  { color:#fff; background:#008cd7;}

#container{width:1200px; padding-top:40px;}
/* 防止高度称不开 */
.clearfix:after {content: '.';clear: both;display: block;height: 0; visibility: hidden;}
.clearfix:after, .clearfix:before {content: " "; display: table;}


/*********************************** 底部 ***********************************/
#bottom{ width:100%; height:144px; background:#f3f3f3; border-top:solid #fff 2px;}
.bottom_w{ width:100%; height:74px; border-bottom:#dedede solid 1px;}
.bottom_t{ width:1200px; line-height:74px; font:13px/74px "微软雅黑";}
/*** 地址电话等 ***/
.bottom_t .bot_l{ width:660px; float:left;}
.bottom_t span{ margin-right:40px; padding-left:26px;}
.bottom_t .bot_add{ background:url(../images/foot_ico01.png) no-repeat left center;}
.bottom_t .bot_tel{ background:url(../images/foot_ico02.png) no-repeat left center;}
.bottom_t .bot_cz{ background:url(../images/foot_ico03.png) no-repeat left center;}
/***icoa ***/
.bot_ico{ float:left; margin-left:200px;}
.bot_ico ul li{ float:left;width:26px;height:26px; margin-right:8px;position:relative;display:block; z-index:999999; margin-top:26px;}
/* 微信 */
.bot_ico .i1 a h3{display:block;width:26px;height:26px;background:url(../images/foot_ico04.png) no-repeat right top;text-indent:-9999px;}
.bot_ico .i1 a div{display:none;} 
.bot_ico .i1 a:hover div{width:130px; height:144px;position:absolute;left:-50px;top:-146px;display:block;color:#000; overflow:hidden; z-index:100;  background:rgba(239,249,247,0.85);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9feff9f7,endColorstr=#9feff9f7);/*针对IE8*/
-webkit-border-radius:8px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
-moz-border-radius:8px;/*适配firefox浏览器*/
-ms-border-radius:8px;/*适配IE浏览器*/
-o-border-radius:8px;/*适配opera浏览器*/
border-radius:8px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/ } 
.bot_ico .i1 a div p{ width:108px; height:108px; margin:0 auto; margin-top:12px;display:block;background:#CCC; text-align:center;color:#2b302e;}
.bot_ico .i1 a div p img{ width:108px; height:108px; } 
.bot_ico .i1 a div span{display:block; text-align:center; color:#2b302e;font:12px/24px "微软雅黑"; text-align:center;} 
/* QQ */
.bot_ico .i2 a h3{display:block;width:26px;height:26px;background:url(../images/foot_ico05.png) no-repeat right top;text-indent:-9999px;}
/*** 搜索 ***/
#search { float:right;display:block;width:250px;height:30px; margin-top:24px;}
#search li.ipt{ float:left;width:210px; height:30px; }
#search li.ipt .keyword{ float:left;display:block; border:none;width:200px; padding-left:10px;height:30px;font:12px/30px "微软雅黑"; color:#9f9f9f; background:#fff;}
#search li.btn{ float:right;cursor:pointer;width:40px;height:30px; background:url(../images/ss_ico.jpg) no-repeat left center; }
.copyright {width:1200px;font:13px/68px "微软雅黑"; color:#555555;}
.copyright span{ width:1200px; height:68px;}
.copyright a{ font:13px/68px "微软雅黑" ;color:#555555; }
.copyright a:hover{ text-decoration:underline; }
.fh_top{ position:fixed;bottom:12px;right:350px; z-index:99999999;}





	
.item {
	padding: 18px 0px 20px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
.item h2 {
	margin: 0px; height: 36px; line-height: 28px; overflow: hidden; font-size: 20px; font-weight: bold;
}
.item h2 a {
	margin: 0px; height: 36px; line-height: 28px; overflow: hidden; font-size: 20px; font-weight: bold;
}
.item-clearfix {
	-ms-zoom: 1;
}
.item-c {
	margin-top: 15px;
}
.item-c1 {
	margin-top: 13px;
}
.item-a {
	height: 30px; color: rgb(85, 85, 85); overflow: hidden; font-size: 14px; margin-top: 12px;
}
.item-clearfix::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
.item a {
	font-size: 14px; text-decoration: none;
}
.item-time {
	margin-right: 10px; float: left; display: inline;
}
.item-tags {
	margin-left: 20px; float: left;
}
.item-actions {
	float: right; display: inline;
}
.item-tags a {
	margin-right: 10px;
}
.item-a a {
	color: rgb(85, 85, 85);
}
.item-a a:visited {
	color: rgb(85, 85, 85);
}
.item-spliter {
	margin: 0px 8px 0px 10px; font-size: 12px; vertical-align: 1px;
}
.item-img {
	width: 130px; height: 87px; overflow: hidden; margin-top: 5px; margin-right: 15px; float: left; position: relative; _margin-right: 12px;
}
.item-img img {
	width: 130px; height: 87px;
}
.item-txt {
	color: rgb(85, 85, 85); line-height: 26px; font-size: 15px;
}
.item-c1 .item-txt {
	overflow: hidden; _zoom: 1;
}
	
	

/*** 微信 ***/
.weixin{padding: 15px; position: fixed; top:100px; right:20px; background: rgba(0,0,0,.2); text-align: center; z-index: 9999999;}
.weixin p{font-size: 12px; color: #fff; line-height: 18px; font:13px/18px "微软雅黑" ;}
.weixin img{margin: 10px 0; width:110px;}
