@charset "utf-8";
/* CSS Document */
/*  
 * 一、整体样式
 */
body{
	font-family:"微软雅黑";
	text-align:center;
	margin:0;
	padding:0;
	min-width:1200px;
background-color:#EEF5FF;
}
a:link, a:visited{
	text-decoration:none;}
ul{
    margin:0;
	padding:0;
	list-style:none;} 
 
/*  
 * 二、页眉部分
 */ 
/* 页眉 */
header{
	width:100%;
	height:257px;
	background:url(../img/banner/bg-banner.jpg) no-repeat;
	background-size:100% 100%;}

#bg-banner{
	width:100%;
	height:257px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;}

#header-box{
	width:1200px;
	height:257px;
	margin:0 auto;
	position: relative;
	z-index:2;}

/* logo区域 */
#logo{
	width:742px;
	height:78px;
	position:relative;
	left:20px;
	top:58px;}
/* logo图片 */
#logo img{
	width:545px;
	height:93px;
	float:left;}

#slogan{
	width: 302px;
	height: 111px;
	position: absolute;
	right: 60px;
	top: 40px;
	
}
#slogan img{
	width: 100%;
	height: 100%;
	
}
 
/*  
 * 三、菜单部分
 */  

/* 菜单整体区域 */
#menu{
	width:1200px;
	height:78px;
	margin:100px auto 0;
	border-top-left-radius:40px;
	border-top-right-radius:40px;
	background-color:#1555B9;
}

/* 菜单栏区域 */
#menu ul{
	float:left;}

/* 菜单栏-列表项 */
#menu ul li{
	float:left;
	font-size:20px;
	font-weight:bold;}

/* 菜单栏-超链接 */
#menu ul a{
	display:block;
	width:120px;
	height:78px;
	line-height:78px;}
#menu ul a.firstLi{
	display:block;
	width:130px;
	height:78px;
	line-height:78px;
	border-top-left-radius:40px;}

/* 菜单栏-超链接正常和被访问 */
#menu ul a:link, #menu ul a:visited{
	color:white;}

/* 菜单栏-超链接鼠标悬浮和激活 */
#menu ul a:hover, #menu ul a:active{
	color:white;
	background-color:#0070C6;}
#menu dl, #menu dd{margin: 0;padding: 0;}
#menu dl {
  position: absolute;
  z-index: 99;
  background-color:#1555B9;
  display: none;
}
#menu dd a:link, #menu dd a:visited {
	line-height: 60px;
	height: 60px;
}

/* 搜索框区域 */
#menu form{
	width:130px;
	height:30px;
	float:right;
	border-radius:15px;
	margin-top:24px;
	margin-right:36px;
	font-size:14px;
	line-height:25px;
	background-color:rgb(252,234,234);}

/* 搜索框区域-图标 */
#menu form img{
	width:17px;
	height:17px;
	float:left;
	margin-top:6px;
	margin-left:10px;}

/* 搜索框区域-单行文本输入框 */
#menu form input{
	width:80px;
	height:22px;
	line-height:22px;
	float:left;
	margin-left:5px;
	margin-top:3px;
	outline:none;
	border:none;
	background-color:rgb(252,234,234);}
/*  
 * 四、主体部分
 */ 
/* 主体容器*/
#main{
	width:100%;
	background:url("../img/bg-bottom.png") no-repeat center bottom;
}
#container{
	width:1200px;
	height:1063px;
	margin:0 auto;

}


/* 新闻区域-标题*/
.title{
	font-family:"黑体";
	height:50px;
	line-height:50px;
	color:#0A3278;
	font-size:20px;
	font-weight:400;
	border-bottom:2px solid rgb(229,228,226);
	background-color:white;}

/* 新闻区域-标题-文本*/
.title span{
	float:left;
	margin-left:15px;}

.title .title_icon01{
	float:left;
	width:36px;
	height:32px;
	margin-top:9px;
	margin-left:25px;}
.title .title_icon02{
	float:left;
	width:33px;
	height:32px;
	margin-top:9px;
	margin-left:25px;}

/* 新闻区域-标题-图片*/
.title a img{
	float:right;
	width:25px;
	height:12px;
	margin-top:15px;
	margin-right:20px;}

/* 新闻区域-列表*/
.news_list{
	margin:0 15px;
	padding:5px 0;}


/* 新闻区域-列表-单条新闻超链接普通效果 */
.news_list a:link,.news_list a:visited {
	color:black;}

/* 新闻区域-列表-单条新闻超链接悬浮效果 */
.news_list a:hover,.news_list a:active {
	color:#2B3081;}


/* 主体第一行*/
#section1{
	margin-top:30px;
	width:100%;
	height:353px;}

/* 主体第一行-左侧面板*/
#col1_1{
	float:left;
	width:669px;
	height:350px;}

/* 幻灯片播放区域*/
#slider{
	width:669px;
	height:350px;
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;}

/* 幻灯片-列表元素样式设置*/
#slider ul{
	list-style:none;width: 100%;
	position:relative;}

/* 幻灯片-列表选项元素样式设置*/
#slider ul li{
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width: 100%;
	text-align:center;}

/* 幻灯片-图片样式设置*/
#slider li img{
	width:100%;
	height:350px;}

/* 幻灯片-隐藏效果设置*/
.hide{
	display:none;}

/* 幻灯片-段落元素样式设置*/
#slider .slider-title{
	position:absolute;
	bottom:4px;
	left:0px;
	width:649px;
	height:49px;
	color:black;
	background-color:rgba(255,255,255,0.5);
	font-size:15px;
	font-weight:500;
	line-height:49px;
	text-align:left;
	padding-left:20px;}

#slider #dot-box{
	width:150px;
	height:50px;
	position:absolute;
	right:0;
	bottom:0;}

#slider .dot span{
	cursor:pointer;
	margin:20px 7px;
	float:left;
    width:7px;
    height:7px;
    border:3px solid #FFF;
    border-radius:50%;
	background-color:white;}
#slider .dot span.active{
	background-color:transparent;}

/* 幻灯片-按钮总体样式设置*/
#slider button{
	position:absolute;
	margin:0px;
	border:none;
	outline:none;
	background-color:transparent;
	width:50px;
	height:50px;}

/* 幻灯片-按钮内部图片尺寸设置*/
#slider button img{
	width:100%;
	height:100%;}


/* 主体第一行-右侧面板*/
#col1_2{
	float:left;
	width:500px;
	height:350px;
	margin-left:29px;}

/* 新闻【通知公告】区域*/
#news_tzgg{
	height:350px;
	background-color:white;}
#news_tzgg .news_list{
	margin-top: 7px;
}
#news_tzgg li{
	width:458px;
	height:63px;
	margin-top:7px;
	margin-left:5px;
border-bottom: 1px solid rgb(229,228,226);}
#news_tzgg ul li:last-of-type {
  border-bottom: none;
}
#news_tzgg .news_date{
	width:72px;
	height: 56px;
	float:left;
	margin-left:0px;
	background-color:transparent;
	border-right: 1px solid rgb(229,228,226);}

#news_tzgg .news_date .d{
	width:100%;
	height:22px;
/*	background-color:rgb(243,129,128);*/
	color:#2B3081;
	line-height:22px;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	margin-top:5px;
}

#news_tzgg .news_date .ym{
	width:100%;
	height:30px;
	color:#2B3081;
	line-height:30px;
	text-align:center;
	font-size:14px;
}

#news_tzgg .news_title{
	width:367px;
	height:60px;
	padding-left:15px;
	text-align:left;
	overflow:hidden;
	font-size:15px;
	line-height: 26px;
	}


/* 主体第二行*/
#section2{
	width:100%;
	height:263px;
	margin-top:30px;}

/* 新闻列表区域*/
.news_gzdt,.news_sjjs{
	float:left;
	width:588px;
	height:258px;
	background-color:white;}

.news_sjjs{
	margin-left:24px;}

.news_gzdt .news_list, .news_sjjs .news_list{
	margin-top:20px;}

.news_gzdt .news_list li, .news_sjjs .news_list li{
	width:537px;
	height:40px;}

/* 新闻区域-列表-单条新闻标题*/
.news_gzdt .news_title, .news_sjjs .news_title{
	width:428px;
	height:28px;
	padding-left:15px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:16px;
	float:left;}

.news_gzdt .news_title span,.news_sjjs .news_title span{
	color:#bf0e0c;
	margin-right:10px;}

.news_gzdt .news_date, .news_sjjs .news_date{
	float:right;}

/* 主体第三行*/
#section3{
	width:100%;
	height:110px;
	margin-top:7px;
	background-color:white;}

#section3 #divider{
	width:100%;
	height:3px;
	background-color:#003BB3;}

#hotlink_img{
	width:1036px;
	height:79px;
	margin:12px auto 0;}

/* 友情链接(图)-按钮样式 */
#hotlink_img .button{
	float:left;
	width:22px;
	height:40px;
	margin-top:20px;
	outline:0;
	border:0;
	background-color:transparent;}

#hotlink_img #link-box{
	width:968px;
	height:79px;
	overflow:hidden;
	margin-left:7px;
	float:left;}

/* 友情链接(图)-列表区域样式 */
#hotlink_img ul{
	width:967px;
	height:79px;
	position:relative;
	display:inline-block;}
#hotlink_img ul#link01{
	left:0;
	top:0;}
#hotlink_img ul#link02{
	left:967px;
	top:-83px;}

/* 友情链接(图)-列表元素样式 */
#hotlink_img li{
	width:25%;
	float:left;}

/* 友情链接(图)-列表图片样式 */
#hotlink_img li img{
	width:212px;
	height:65px;
	margin:7px 0;}


/* 主体第四行*/
#section4{
	width:100%;
	height:259px;
	margin-top:20px;
	}
#section4_box{
	width:1200px;}

#col4_1,#col4_2{
	float:left;
	width:588px;
	height:259px;}

#col4_2{
	margin-left:20px;}

#col4_1 .news_list, #col4_2 .news_list{
	margin-top:20px;}

#col4_1 .news_list li, #col4_2 .news_list li{
	width:537px;
	height:40px;}

#col4_1 .news_title, #col4_2 .news_title{
	width:428px;
	height:28px;
	padding-left:15px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:16px;
	float:left;}

#col4_1 .news_title span,#col4_2 .news_title span{

	color:rgb(180,7,7);
	margin-right:10px;}

#col4_1 .news_date, #col4_2 .news_date{
	float:right;}
 
/*  
 * 五、页脚部分
 */ 
/* 页脚 */
footer{
	width:100%;
	height:auto;
	background-color:#153D9C;
	padding:34px 0;}

#copyright{
	width:380px;
	height:110px;
	margin:0 auto;}

#copyright td{
	color:white;
	text-align:center;
	font-size:16px;}