@charset "utf8";
/*
 *一、整体样式
 */
body {
	font-family: "微软雅黑";
	text-align: center;
	margin: 0;
	padding: 0;
	min-width: 1000px; /* 最小宽度为1000px */
	font-size: 30px;
}
a:link, a:visited {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*
 *二、页眉部分
 */
/*页眉*/
header {
	width: 100%;
	height: 111px;
	background-color: rgb(32,86,172);
}
/* logo区域 */
#logo {
	width: 990px;
	height: 111px;
	margin: 0 auto;
}
/* logo图片 */
#logo img {
	float: left;
	width: 100px;
	height: 100px;
}
#logo p {
    float: left;
    color: white;
}
/*
 *三、菜单部分
 */
/*菜单导航栏*/
nav {
	width: 100%;
	height: 40px;
}
/* 菜单整体区域 */
#menu {
	width: 990px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
}
/* 菜单栏区域 */
#menu ul {
	float: left;
}
/* 菜单栏-列表项 */
#menu ul li {
	float: left;
	font-size: 16px;
	color: rgb(32,86,172);
}
/* 菜单栏-超链接 */
#menu ul a {
	display: block;
	padding: 0 12px;
}
/* 菜单栏-超链接正常和被访问 */
#menu ul a:link, #menu ul a:visited {
	color: rgb(32,86,172);
}
/* 菜单栏-超链接鼠标悬浮和激活 */
#menu ul a:hover, #menu ul a:active {
	color: white;
	background-color: rgb(32,86,172);
}
/* 搜索框区域 */
#menu form {
	float: right;
	width: 150px;
	height: 20px;
	border: 1px solid gray;
	border-radius: 5px; /* 边框四个角为圆角效果 */
	margin-top: 10px;
	font-size: 16px;
	line-height: 25px;
}
/* 搜索框-图标 */
#menu form img {
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-top: 2px;
}
/* 搜索框-单行文本输入框 */
#menu form input {
	float: left;
	width: 110px;
	height: 15px;
	margin-left: 5px;
	outline: none;
	border: none;
}
/*
 *四、主体部分
 */
/* 主体容器 */
#container {
	width: 990px;
	margin: 0 auto;
	background-color:rgba(236,237,241,0.5);
}
/* 主体第一行 */
#section1 {
	width: 100%;
	height: 350px;
}
/* 主体第一行-左侧面板 */
#col1_1 {
	float: left;
	width: 645px;
	height: 350px;
}
/*幻灯片播放区域*/
#slider {
    width: 645px;
    height: 350px;
    margin: 0px;
    padding: 0px;
    position: relative;
	left:0px;
	top:0px;
}
/*幻灯片-列表元素样式设置*/
#slider ul {
    list-style: none;
    position: relative;
}
/*幻灯片-列表选项元素样式设置*/
#slider li {
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    text-align: center;
}
/*幻灯片-图片样式设置*/
#slider li img {
    width: 100%;
    height: 350px;
}
/*幻灯片-隐藏效果设置*/
.hide {
    display: none;
}
/*幻灯片-段落元素样式设置*/
#slider p {
    position: absolute;
	bottom:0px;
    left: 0px;
    width: 605px;
	color:white;
    background-color: rgba(0,0,0,0.5); /* 半透明效果 */
    padding:10px 20px;
	font-size:18px;
	text-align:center;
}
/*幻灯片-按钮总体样式设置*/
#slider button {
    position: absolute;
    margin: 0px;
    border: none;
    outline: none;
    background-color: transparent; /* 背景颜色透明 */
    width: 50px;
    height: 50px;
}
/*幻灯片-按钮1位置设置*/
#slider #btn01 {
    top: 150px;
    left: 10px;
}
/*幻灯片-按钮2位置设置*/
#slider #btn02 {
    top: 150px;
    right: 10px;
}
/*幻灯片-按钮内部图片尺寸设置*/
#slider button img{
    width: 100%;
    height: 100%;	
}

/* 主体第一行-右侧面板 */
#col1_2 {
	float: left;
	width: 340px;
	height: 350px;
}
/* 新闻【通知公告】区域 */
#news_tzgg{
	height:231px;
}
/* 新闻区域-标题 */
.title{
 	color:rgb(32,86,172);
	font-size:16px;
	font-weight:bold;
	line-height:36px; 
	height:36px;
}
/* 新闻区域-标题-文本 */
.title span{
	float:left;
	margin-left:25px;
}
/* 新闻区域-标题-图片 */
.title img{
	float:right;
	width:10px;
	height:10px;
	margin-top:15px;
	margin-right:25px;
}

/* 新闻区域-列表 */
.news_list{
	margin:0 15px;
	padding:5px 0;
    border-top:2px solid rgb(32,86,172);/* 顶部蓝色分割线 */
	background-color:white; 
}

.login_form{
    margin: 0px 10px;
    padding:0;
    border-top: 2px solid rgb(32,86,172);
    background-color:rgb(32,86,172);

}

.login_form .field_list{
 	color:white;
}
.field_list label{
    font-size: 14px;
    color:white;

}
.field_list button{
    border: 0;
    margin-top: 15px;
    width: 100px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: black;
    /*background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);*/
    background: white;
    border-radius: 5px;
}
/* 新闻区域-列表-单行 */
.news_list li div{
    text-align:left;
	line-height:20px;
	height:20px;
	margin:8px 0;
	font-size:14px;
}
/* 新闻区域-列表-单条新闻日期 */
.news_list .news_date{
	width:150px;
	margin-left:20px;
	text-align:center;
}
/* 新闻区域-列表-单条新闻标题 */
.news_list .news_title{
	margin:0 20px;
	overflow:hidden; /* 多余内容隐藏 */
	text-overflow:ellipsis; /* 多余文本显示成省略号 */
	white-space:nowrap; /* 文本不换行 */
}
/* 新闻区域-列表-单条新闻超链接普通效果 */
.news_list a:link,.news_list a:visited{
	color:black;
}
/* 新闻区域-列表-单条新闻超链接悬浮效果 */
.news_list a:hover,.news_list a:active{
	color:rgb(5,134,181);
}

/* 新闻【通知公告】-日期背景和文字颜色 */
#news_tzgg .news_date{
	background-color:rgb(32,86,172);
	color:white;
}

#news_tzgg label{
    font-size: 12;
    font-color: white;

}

/* 图标面板区域 */
#icon_panel{
	margin:0 15px;
	background-color:rgb(32,86,172);
	height:66px;
}
/* 图标面板区域-列表单项 */
#icon_panel li{
	display:block;
	float:left;
	list-style:none;
	width:50%;
	margin:7px 0;
	font-size:14px;
}
/* 图标面板区域-图片 */
#icon_panel img{
	width:65px;
	height:32px;
}
/* 图标面板区域-超链接 */
#icon_panel a{
	color:white;
}

/* 主体第二行 */
#section2 {
	width: 100%;
	height: 365px;
}
/* 新闻列表区域 */
#news_xwdt,#news_kxyj,#news_zcwj{
	float:left;
	width:330px;
	height:338px;
	margin-top:10px;
}
/* 新闻【新闻动态】-日期背景和文字颜色 */
#news_xwdt .news_date{
	background-color:rgb(218,214,214);
	color:rgb(190,155,96);
}
/* 新闻【科学研究】-日期背景和文字颜色 */
#news_kxyj .news_date{
	background-color:rgb(218,214,214);
	color:rgb(32,86,172);
}
/* 新闻【政策文件】-日期背景和文字颜色 */
#news_zcwj .news_date{
	background-color:rgb(218,214,214);
	color:rgb(5,134,181);
}

/*
 *五、页脚部分
 */
footer {
	width: 100%;
	height: 250px;
}
/* 页脚1 */
#footer1 {
	height: 95px;
	background-color: rgb(210,210,210);
}
/* 友情链接（图）-列表区域样式 */
#hotlink_img ul {
	width: 900px;
	margin: 0 auto;
}
/* 友情链接（图）-列表元素样式 */
#hotlink_img li {
	float: left;
	width: 20%;
}
/* 友情链接（图）-列表图片样式 */
#hotlink_img img {
	width: 140px;
	height: 38px;
	margin: 7px 0px;
}
/* 友情链接（文字）-列表区域样式 */
#hotlink_txt {
	width: 950px;
	margin: 0 auto;
}
/* 友情链接（文字）-文本方块样式：下拉菜单和超链接 */
#hotlink_txt a, select {
	float: left;
	width: 215px;
	height: 25px;
	margin: 0 10px;
	border-radius: 7px;/* 边框四个角为圆角效果 */
	border: 1px solid silver;
	font-size: 12px;
	line-height: 25px;
	color: black;
	background-color: white;
}
/* 页脚2 */
#footer2 {
	height: 155px;
	background-color: rgb(21,32,64);
}
/* 页脚2信息区域 */
#footer2_box {
	width: 990px;
	margin: 0 auto;
}
/* 表格样式 */
#footer2 table {
	text-align: left;
	color: rgb(162,162,252);
	font-size: 12px;
}
/* 图标大小 */
#footer2 img {
	width: 15px;
	height: 15px;
}
/* 左侧表格 */
#footer2 #left_box {
	float: left;/* 浮动到左边 */
	margin-top: 15px;
	margin-left: 40px;
}
/* 右侧表格 */
#footer2 #right_box {
	float: right;/* 浮动到右边 */
	margin-top: 20px;
	margin-right: 40px;
}
