@import url("common.css");

@import url("menu.css");
html {
	align-items: center;
}
* {
	margin: 0px;
	padding: 0px;
}

html, body {

	display: flex;
	flex-direction: column;
	
	font-family: 'Microsoft YaHei';
}

/*相应式网站设置点*/
body {
	background-color: #FFFFFF;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	align-items: center;
}
body > section:nth-of-type(1) {
    padding-left: 30px;	
	width: 1185px;
	height: 33px;
	display: flex;
	font-family: "宋体";
	font-size: 12px;
	line-height: 33px;
	font-weight: normal;
	color: #D0EFFD;
	text-decoration: none;
}
body > section:nth-of-type(2) {
	width: 1215px;
	height: 386px;
	display: flex;
	justify-content: flex-end;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;

}
body > section:nth-of-type(2)  > section {
	margin-top: 316px;
	margin-bottom: 40px;
	width: 260px;
	height: 30px;
	display: flex;
	background-color:#0041a3;
	flex-direction: row;
}
body > section:nth-of-type(2)  > section  > select{
	border: 1px solid #368ad3;
	width:80px;
	height: 30px;
	display: flex;
	background-color:#ceecf7;

}
body > section:nth-of-type(2)  > section  > input:nth-of-type(1){
	border: 1px solid #368ad3;
	width:120px;
	height: 28px;
	display: flex;
	background-color:#ceecf7;

}
body > section:nth-of-type(2)  > section  > input:nth-of-type(2){
	border: 1px solid #246fb2;
	width:60px;
	height: 30px;
	display: flex;
	background-color:#246fb2;

}
body > section:nth-of-type(3) {
	width: 1215px;
	height: 88px;
	display: flex;
	background-color:#0041a3;
	justify-content: flex-start
}

body > section:nth-of-type(3) > section:nth-of-type(1){
	width: 210px;
	height: 88px;
	display: flex;
	background-color:#0041a3;
	justify-content: flex-start
}
body > section:nth-of-type(3) > section:nth-of-type(1) > img {
	width: 120px;
	height: 88px;
	display: flex;
}
body > section:nth-of-type(3) > section:nth-of-type(1) > a {
	width: 90px;
	display: flex;
		font-family: "宋体";
	font-size: 16px;
	line-height: 88px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

body > section:nth-of-type(3) > section:nth-of-type(2){
	width: 1005px;
	height: 88px;
	display: flex;
	background-color:#0041a3;
}
body > section:nth-of-type(4) {
	width: 1215px;
	height: 83px;
	display: flex;
}
/*主要内容第一层*/
body > section:nth-of-type(5) {
	width: 1215px;
	display: flex;
		flex-direction: column;
}

/*主要内容1的地址*/
body > section:nth-of-type(5) > section:nth-of-type(1) {
		width: 1213px;
		height: 43px;
		border: 1px solid #368ad3;
		background-color:#ffffff;
		margin-bottom: 5px;
			display: flex;
	}
	body > section:nth-of-type(5) > section:nth-of-type(1) > h1 {
				font-size: 16px;
	font-weight: bold;
	line-height: 43px;
	color: #368ad3;
		text-indent: 28px;
	}
	body > section:nth-of-type(5) > section:nth-of-type(1) >  h1 > a {
	font-size: 16px;
	font-weight: bold;
	line-height: 43px;
	color: #368ad3;
	}
/*主要内容1的左边的文档列表内容*/	
		body > section:nth-of-type(5) > section:nth-of-type(2) {
		width: 1213px;
		border: 1px solid #368ad3;
		background-color:#ffffff;
		display: flex;
		justify-content:center;
	}

		body > section:nth-of-type(5) > section:nth-of-type(2) > section {
		width: 1100px;
		background-color:#ffffff;
		margin-top:20px;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		text-indent:35px;
	}





body > section:nth-of-type(6) {
	width:1215px;
	height:200px;
	display: flex;
	justify-content:center;
	background-color: #E6E6E6;
}
body > section:nth-of-type(6) > img{

	width:326px;
	height:117px;
	margin-right:15px;
	margin-top:20px;
}
body > section:nth-of-type(6) >section{
width:600px;
	height:117px;
	margin-top:20px;
}
body > section:nth-of-type(6) >section > a{
font-family: "宋体";
	font-size: 12px;
	line-height: 33px;
	font-weight: normal;
	color: #111010;
	text-decoration: none;
}
body > section:nth-of-type(6) >section  >h1{
font-family: "宋体";
	font-size: 12px;
	line-height: 33px;
	font-weight: normal;
	color: #111010;
	text-decoration: none;
}