﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p{ padding: 0; margin: 0; box-sizing: border-box;}
ul { list-style:none;}
img { border:0px;}
html,body{
	margin:0 auto;
	width:100%;
	height:100%;
	text-align: left;
	font-family:Microsoft YaHei;
	background:#0a53a1;
}
#pageset{width:100%;height:100%;margin:0;padding:0px;}
/*========基本表格设置：在没有具体规定的情况下适用=*/
.index_top{
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:50%;
	background:#0a53a1 url(../images/top.png) no-repeat center center;
	box-sizing:border-box;background-size:100% 100%;
}
.index_bottom{
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0px;
	width:100%;
	height:50%;
	background:#0a53a1 url(../images/bottom.png) no-repeat center center;
	box-sizing: border-box;background-size:100% 100%;
}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{
	text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());
	color:#fff;
}
a:hover{
	color: #F90;
	text-decoration: none;
}
/*============页面整体设定：边距、位置、宽度等=*/

.logo a{/*网站标题位置*/
    position:absolute;
	z-index:2;
	top:30px;
	left:30px;
	width:280px;
	height:64px;
	background: url(../images/shouyelogo.png)  no-repeat left top;
	background-size:80%;
}
.logo_bt{position:absolute;
	z-index:2;
	top:35px;
	left:270px;
	color:#fff; font-size:30px;line-height:40px; -webkit-text-stroke-width:0px;
	-webkit-text-stroke-color:#0744a0;
	text-shadow:2px 2px 2px #06408f;
	letter-spacing:2px; font-weight:bold;
}
.link_bj{position:absolute;
	z-index:3;
	top:50%;
	left:50%;
	WIDTH:930px;
	height:70px;
	margin:-35px 0 0 -465px;
	text-align: center;
	padding:0 0 0 0px;
	display: flex;
	}
.link{
	width:450px;
	box-sizing: border-box;
	text-align: center;
	padding:0px;
	margin:0 30px 0 0;
	float:left;
	flex-shrink:0;
}
.link a{
	width:300px;
	box-sizing: border-box;
	line-height:70px;
	height:70px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding:0px;
	margin:0 0px 0 0;
	font-size:30px;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	background:#e04a19;
	border-radius:40px;
	letter-spacing:3px;flex-shrink:0;

}
.link a:hover{
	background:#fff;
	color: #06C;
	text-decoration: none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

#side_bj {position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	WIDTH:930px;
	height:540px;
	margin:-270px 0 0 -465px;  /*设置为宽度的一半*/
	TEXT-ALIGN: center;padding:320px 0 0 0;overflow: hidden;display: flex;}
.side_box{float:left;width:450px;height:215px;margin:0 30px 0px 0px;box-sizing: border-box;flex-shrink:0;border-radius:10px; border:0px solid #FFF;overflow: hidden; }
.side_box h2{height:45px;text-align: left;margin:0 0px 0px 0px; border-bottom:0px solid #FFF; background:#9FC0D5;}
.side_box h2 span{
	width:300px;
	padding:0px 0px 0px 20px;
	font-size:20px;
	font-family:Microsoft YaHei;
	COLOR: #fff;
	line-height:45px;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	display:inline-block;
	float: left;
}
.side_con{ width:100%;padding:10px 20px 0px 20px; background:#f5f5f5;height:100%;}
.side_con ul{margin:0px;padding:0px 0 0px 0; box-sizing: border-box;}
.side_con ul img{ margin:0 0 10px 0;}
.side_con ul li{
	padding:0px 0;
	font-size:14px;
	line-height:30px;
	text-align: left;
	color: #333;
	border-bottom:0px dashed #dddddd;
}
.side_con ul li a{color: #333;}.side_con ul li a:hover{color: #F90;text-decoration: none;}
.side_con ul li span{ width:85px;float:left;color: #069;font-size:14px;margin:0 5px 0 0;}
.side_con ul li strong{color:#cc0000;font-size:14px; font-weight:normal; margin:0 10px 0 0;}
.side_con ul li strong a{color:#cc0000;}
.side_more a{
	font-weight: normal;font-family:Microsoft YaHei;
	margin:0px 16px 0 0;
	padding:0px;
	COLOR: #fff;
	line-height:50px;
	font-size:12px;
	text-align:center;
	display: block;
	float: right;
	box-sizing: border-box;

}
.side_more a:hover{COLOR:#ff9900;}
