*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #3e3e3e;
}
a:hover{
	color: #000000;
}
i{ font-style:normal}
ul{
	list-style: none;
}

img{
	border: 0;
}
body{
	font: 14px/24px "微软雅黑", arial, helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background: url("bg.jpg");
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/*通栏导航*/
#top {
	background: url("top_bg.png") repeat-x;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
#top .top {
	height: 28px;
	line-height: 28px;
	width: 980px;
	padding: 2px 10px 8px 10px;
	margin: 0 auto;
	color: #ccc;
}
#top .top p.logo {
	float: left;
	width: 290px;
}
#top .top p.link {
	float: right;
}
#top .top p.link a {
	padding: 0 8px;
	color: #666;
}


/********banner**********/
.banner{
	width: 100%;
	height: 500px;
	background: url(banner.jpg) top center no-repeat;
	background-size: 100%;
	margin-top: 28px;
}


/**********main*************/
.main{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding: 20px 15px;
}
.module1{
	margin: 35px 0px;
}
.module1 p{
	text-indent: 2em;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color:#444
}


.module2{
	padding: 20px 0px 0;
}
.title{
	width: 1000px;
	height: 60px;
	background: url("tit.png") no-repeat;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	text-indent: 75px;
	margin-bottom: 28px;
}
.mo1{
	height: 235px;
	padding: 0px 20px 40px;
}

.detksn { width:540px}
.benersp{ line-height:30px; width:540px; float:left; padding-bottom:10px}
.mo-left{
	width: 540px;
	font-size: 15px;
	line-height:32px;
	text-indent: 2em;
	color:#666
}
.mo-left a{ color:#d30d32}
.mo-list{
	overflow: hidden;
}
.mo-list li{
	float: left;
	width: 303px;
	padding: 0px 15px;
}
.mo-list li p{
	font-size: 14px;
	line-height: 30px;
	color:#666;
	text-indent:20px
}

.mo-list li p a{ color:#d30d32; cursor:pointer}
.mo-list li p a:hover{ text-decoration:underline}
.s-tit{
	text-align: center;
	margin-bottom: 20px;
	height:60px; overflow:hidden
}
.s-tit a,.s-tit span{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	display: inline-block;
	width:300px;
	height: 60px;
	background: url(we_11.png) left top no-repeat;
	background-size:300px 60px;
}
.module3{
	overflow: hidden;
	padding-top:20px;
}
.zl{
	width: 460px;
	padding: 0px 15px;
}
.zl h2{
	text-align: center;
	line-height: 45px;
	height: 45px;
}
.zl p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 26px;
	color:#666
}
.zl a img:hover{
	outline: solid 2px #ffc500;
}


/***footer***/
#ggbottom {
	margin-top: 60px;
}
#ggbottom .bottom {
	border-top: 1px solid #cecece;
	width: 1000px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	color: #333;
}
#ggbottom .bottom .self {
	line-height: 26px;
	text-align: center;
	padding: 8px 0 10px;
}
#ggbottom .bottom .f_link li a,
#ggbottom .bottom .self a {
	padding: 0 6px;
	color: #333;
}
#ggbottom .bottom a:hover {
	color: red;
}

.ser_lear{ display:block; margin-top:20px}
.ser_title{ height:60px; width:530px; background:url(we_12.png) left top no-repeat; display:block; text-align:center; color:#fff; font-size:22px; line-height:60px; margin:0 auto; font-weight:bold; letter-spacing:2px}
.ser_lear ul{ padding-top:20px}
.ser_lear ul li{ text-indent:10px; background:#f0f0f0; padding:10px; margin-bottom:15px; border-radius:10px; color:#444}
.ser_lear ul li a{ color:#d30d32}

.tit_morser{text-indent: 2em;font-size: 20px;font-weight: bold;line-height: 40px;color: #444; display:block; margin-bottom:15px}

.s_img{ width:300px; height:145px; overflow:hidden; margin-bottom:6px}

/*弹窗遮罩*/
#detail{position:absolute;width:500px;border:1px solid #ccc;background:#efefef;display:none;}
#detail p{ line-height:24px; color:#444; padding:10px 12px}
#detail .tit{background:#ddd;display:block;height:33px;cursor:move;}
#detail .tit i{float:right;line-height:33px;padding:0 8px;cursor:pointer;}

/*相关阅读*/
.gundong ul{ margin-top:6px; padding-left:40px}

.gundong ul li{
	width: 150px;
	height: 150px;
	float: left;
	margin-right:90px;
	text-align:center;
	background: #1381d5;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 1s ease-in-out; border-radius:50px 0; 
}
.gundong ul li:hover{ background:#f63c3c; border-radius:50%}
.gundong ul li h3{
	font-size: 14px;
	margin-bottom: 15px;
	color: #FFFFFF;
	padding: 38px 10px 0;
	line-height:28px
}
.gundong ul li h3 a{ color:#fff}

.gundong ul li:nth-child(4){ margin-right:0}

/***头部导航样式***/
.heade_langding{ height:40px; border-top:2px solid #0d9bcf; width:100%; background:#f7f7f7; position:fixed; z-index:999; left:0; top:0;}
.head_top{ width:1000px; margin:0 auto;position:relative;}
.head_top .logo_ling{ width:107px; height:40px; float:left; margin-right:45px;}

.meg{ float:left; margin-left:17px;}
.meg a.aty,.meg span.sevi{ height:40px; line-height:40px; padding:0 15px; display: block; float:left; color:#666; font-size:16px;}
.meg a.aty:hover,.meg span.sevi:hover{ background:#ededed; display:block; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; text-decoration:none; padding:0 14px; color:#f55c00}
.meg span.sevi{ padding:0; width:63px; text-align:center}
.meg span.sevi:hover{ padding:0; width:62px}
.meg span.sevi:hover{ cursor:pointer; position:relative;}
.meg span.sevi:hover .some{  position:absolute; top:40px; left:-30px; z-index:10; line-height:32px; display:block; width:115px; background:#ededed; border:1px solid #dfdfdf; border-top:none; padding-top:5px}
.meg span.sevi .some{ display:none}
.meg span.sevi:hover .some li{ height:38px; line-height:38px; text-align:center; width:115px; font-size:16px}
.meg span.sevi:hover .some li a.mderi{ display:block;}
.meg span.sevi:hover .some li a.mderi:hover{ background:#0380af; color:#fff; text-decoration:none}
/*顶部导航*/
#navibar .hsplit{display:block; height:0; line-height:0; min-height:0; margin:4px 0; padding:0; border-top:1px dashed #D7D7D7; font-size:0;width:100%; min-width:71px;}
#navibar, #navibar .navL .trigger1 s, #navibar .navL .wap, #navibar .navL .wap a s,#navibar .navL .meg, #navibar .pcSites .sites a, #navibar .nav-user, #navibar .nav-signin .ava,.nav-dd-head .arr,#navibar .nav-bbs,#off .nav-signin .nav-dd-body ul li i,#on .nav-msg a,#on .nav-msg a .num{background:url(hb.png) no-repeat 0 0;}
#navibar{}
#navibar a{text-decoration:none; color:#000;}
#navibar a:hover,#navibar .red:hover{text-decoration:none; color:#f60}
.navL{ float:left}
.navL a{display:inline-block}
.navL a:hover{text-decoration:underline}
.navC{width:250px; float:right;height:28px;}
.navL .drop1{display:inline;float:left;position:relative;z-index:3; height:43px;}
.navL .drop1 a{ display:block; width:100%; float:left; line-height:36px}
.navL .drop1 a:hover{text-decoration:underline; display:block}
.navL .trigger1{font-weight:bold;position:relative;z-index:10;padding:0 0 0 5px;width:82px}
.navL .trigger1 s{cursor:pointer;background-position:-63px -86px;height:4px;width:7px; position:absolute;top:13px;right:5px;-webkit-transition:-webkit-transform .2s ease-in; -webkit-backface-visibility:hidden; -moz-transition:-moz-transform .2s ease-in; -o-transition:-o-transform .2s ease-in; transition:transform .2s ease-in;}
.navL .aHover .con1{display:block; background-color:#0096cd;/* Modern Browsers */ opacity: 0.9;/* IE 8 */ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 5-7 */ filter: alpha(opacity=90);/* Netscape */ -moz-opacity: 0.9;/* Safari 1 */-khtml-opacity: 0.9;}
.navL .aHover .trigger1 s{}
.navL .con1{display:none;position:absolute;z-index:4;background:#fff;border:1px solid #D7D7D7; border-top:none; top:41px;left:0; font-size:14px; line-height:30px; padding:5px 0 10px 0; width:142px; text-align:center}
.navL .con1 .bb{border-bottom:1px solid #D7D7D7;}
.navL .con1 a{padding:0 6px; color:#FFFFFF;}
.navL .con1 a:hover{}
.navL .con1 font{ font-size:14px; color:#fff; font-weight:bold; }
.navL .meg{display:inline; float:left; margin-left:3px; padding-left:16px; background-position:-64px -20px;}
.navR{width:520px;height:28px; line-height:28px; float:right;}
/*登录框s*/
.loginForm{float:left;}
.ajaxLogon{float:right;line-height:41px; color:#464646;}
.ajaxLogon .a{ float:left;width:60px; height:28px; text-align:center;color:#464646;display:none;}
.ajaxLogon .reg{font-family: "微软雅黑";padding: 0 14px;margin-right: 12px;}
.ajaxLogon #login{ float:left; text-align:center;background-color:#0096cd; color:#FFFFFF; height:41px; line-height:41px;padding: 0 18px;}
.ajaxLogon #qq{ margin-left:4px;}
.ajaxLogon #qq,.ajaxLogon #sina{ float:left; width:26px; line-height:28px; display:none;}
.ajaxLogon #qq img,.ajaxLogon #sina img{ float:left; width:16px; margin-top:12px; margin-left:5px;}

