@charset "utf-8";
/* CSS Document */
img{
	float: left;
	}
body{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #000;
	width:100%;
	height:auto;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-attachment: fixed;
	background-color: #0f2940;
	}

.pagebg{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #000;
	background-image: url(bgpage.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-attachment: fixed;
	background-color: #000000;
	width: 100%;
	height:auto;
	}

	
.menubg {
	width: 100%;
	height: 30px;
	background-color: #054b7d;
	text-align: center;
}



.menu200{
	width: 200px;
	height: 600px;
	margin: auto;
	background-image: url(images/80blackbg.png);
}

.mymessage{
	padding: 30px 0px 30px 0px;
	width: 100%;
	margin: auto;
	min-height:400px;
	background-color: #ffffff;
}

.mymessage2{
	padding: 30px 0px 30px 0px;
	width: 100%;
	margin: auto;
	min-height:1100px;
	background-color: #ffffff;
}


.myjmrx{
	clear: both;
	width: 635px;
	height: 200px;
	margin: auto;
	background-color: #CCCCCC;
	text-align: center;
	padding: 50px 382px 50px 382px;
}
.mycopyright{
	width: 100%;
	background-color: #000000;
	text-align: center;
	padding: 0px 0px 50px 0px;
	line-height: 18px;
	color: #FFF;
}
.my800{
	color: #000;
	padding: 20px 50px 20px 50px;
	margin: auto;
	width: 900px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}

.my8002{
	color: #000;
	padding: 20px 0px 20px 0px;
	margin: auto;
	width: 920px;
	font-size: 14px;
	line-height: 30px;
}

.my800 img{
	margin:10px 50px 50px 0px;
}

.my800img{
	margin: auto;
	width: 800px;
}



.copyrightlogo{
	width: 640px;
	height: 156px;
	margin: 20px auto 10px auto;
	padding-top: 20px;
	}
.copyrightyellow{
	color: #000;
	width: 100%;
	height: 2px;
	background-color: #FF0000;
	line-height: 24px;
	}

.teamlist{
	float: left;
	width: 900px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-bottom-style: solid;
	background-color: #efefef;
	margin: 10px;
	}
	
.my800 .teamlistimage img{
	margin:0px;
}	

.teamlistimage{
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 10px;
	}


.teamlistname{
	width: 690px;
	height: 50px;
	font-family: "微软雅黑";
	font-size: 32px;
	line-height: 50px;
	color: #000;
	float: left;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	}

.teamlisttext{
	text-align: justify;
	text-justify: newspaper;
	width: 690px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 16px;
	color: #000;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	}

.marginleft{
	margin-left:100px;
	}
.marginright{
	margin-right:30px;
	}
.myclear{
	clear:both;
	}
.mytextcenter{
	font-family:"Arial Black", Gadget, sans-serif;
	text-align: center;
	}
.textcenter{
	text-align: center;
	}