@charset "utf-8";
/* CSS Document */

body{
	/*background-image:linear-gradient(to left,white,lightcyan);*/
	/*background-image: url("../images/beijing.jpg");*/
	/*background-color: lightcyan;*/
	background-color: #B0C2FB;
}
.container{
	width: 1200px;
	margin-left: 100px;
}
.main{
	width: 1200px;
	height: 600px;
	background-image: url("../images/yuzhou.jpg");
}
.main2{
	width: 1200px;
	height: 600px;
	background-image:url("../images/xingyun3.jpg");
}
.main3{
	width: 1200px;
	height: 600px;
	background-image:url("../images/xingyun4.jpg");
}
.main4{
	width: 1200px;
	height: 600px;
	background-image:url("../images/meigui1.jpg");
}
.p1{
	width: 700px;
	height: 80px;
	font-family: 宋体;
	font-size: 20px;
	color: white;
	margin-left: 300px;
	position: relative;top: 180px;
}
.p2{
	width: 800px;
	height: 80px;
	font-family: 宋体;
	font-size: 20px;
	color: white;
	margin-left: 260px;
	position: relative;top: 180px;
}
//导航条
.daohangtiao{
}
.u1{
	list-style-type: none;
	width: 400px;
	height: 40px;
	line-height: 37px;
	border-radius: 20px;
	background-color: white;
	text-align: center;
	margin-left: 570px;
	position: relative;top: 30px;
}
.u1 li{
	float: left;
	width: 90px;
	font-family: 楷体;
	font-size: 25px;
}
.u1 a:link{
	text-decoration: none;
	color: black;
}
.u1 a:hover{
	text-decoration: underline;
	color: #7099AA;
}