/*----------------------common-------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: none;
}

.ofh {
	overflow: hidden;
}

.center {
	text-align: center;
}

.em {
	text-indent: 2em;
}

.p5 {
	padding: 5px;
}

.pl50 {
	padding-left: 50px;
}

body {
	background-attachment: fixed;
	background-color: #000;
	/* background-image: url(C:\Users\35117\Desktop\小组作业\picture\jiaosebeijing.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
}

/*----------------------con-------------------------*/
.con {
	width: 960px;
	padding: 20px;
	height: auto;
	margin: 10px auto;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*----------------head-----------------*/
.head {
	width: 960px;
	height: auto;
	margin: auto;
}

.logo {
	width: 550px;
	height: 60px;
}

.logo h1 {
	font-size: 36px;
	line-height: 60px;
	color: #a3468a;
	font-family: 黑体;
}

.nav {
	width: 960px;
	height: 40px;
	margin: 5px auto;
	background-color: #72e9ed;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav ul {
	padding-left: 10px;
}

.nav li {
	float: left;
	padding: 5px 20px;
}

.nav li a {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.nav li a:hover {
	color: #fff;
	text-decoration: none;
}

.nav li:hover {
	background-color: #fff
}

.nav li:hover a {
	color: #fff;
}

.lunbo {
	width: 960px;
	height: 350px;
	margin: 5px auto;
	overflow: hidden;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*----------------main-----------------*/
.main {
	width: 960px;
	height: auto;
	margin: 10px auto;
	font-size: 14px;
	line-height: 24px;
	color: #a951bd;
}

.main h2 {
	font-size: 18px;
	line-height: 46px;
	color: #a951bd;
}

.main p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
	text-indent: 2em;
}

.main_list {
	width: 960px;
	height: auto;
}

.main_list li {
	width: 150px;
	height: 100px;
	float: left;
	margin: 3px;
	border: 2px solid #a951bd;
}

.main_list li:hover {
	border: 2px solid #ffca2c;
}

.main_list li img {
	width: 220px;
	height: 150px;
}


/*----------------foot-----------------*/
.foot {
	width: 960px;
	height: 50px;
	margin: 10px auto;
	padding-top: 10px;
	border-top: 3px solid #600;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.foot {
	font-size: 14px;
	line-height: 24px;
	color: #CCC;
}

.con .main p img {
	float: right;
}

.con .main ul li {
	float: left;
	list-style-type: none;
	padding-left: 10px;
}

.con .main span {
	width: 300px;
	height: 200px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 30px;
}

.con .main ul li {
	float: left;
	height: auto;
	width: 220px;
}

.con .main ul li p {
	font-size: 18px;
	color: #4e168a;
}