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

body {
	background-color: #eeeeee;
}
ol, ul, li {
	list-style: none;
	margin-bottom:30px;
}

.box1 {
	background-color: #FEF89B;
	padding: 70px;
	/*height: 250px;*/
	background-image: url(images/p1_11.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 30px;
}
.box2 {
	background-color: #FEF89B;
	padding: 70px;
	/*height: 250px;*/
	background-image: url(images/p1_14.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 30px;
}
.box3 {
	background-color: #FEF89B;
	padding: 70px 250px 70px 70px;
	/*height: 250px;*/
	background-image: url(images/p1_23.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 30px;
}
.box4 {
	background-color: #FEF89B;
	padding: 70px;
	line-height:30px;
}
.box5 {
	padding: 70px;
	background-image: url(images/bg1.jpg);
	line-height:30px;
}
.box5 li{
}
.box6 {
	padding: 50px;
	text-align: center;
}
.box7 {
	padding: 50px;
	background-color: #333;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}

.title1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom:30px;
}
.btn1 {
	width:190px;
	margin:auto;
}
.btn2 {
	width:450px;
	height:60px;
	margin:auto;
	overflow:hidden;
}
.btn2 img{
	display:block;
}
.btn2 ul{
	margin:0;
}
.btn2 li{
	float:left;
	margin-right:10px;
}
.btn3 {
	position: relative;
	z-index: 997;
	float: left;
}

.form {
	width:700px;
	overflow:hidden;
	margin:auto;
	margin-bottom:30px;
}
.form ul{
	margin:0;
}
.form li{
	margin:0;
	margin-bottom:10px;
}
.form1 {
	padding:10px;
	width:375px;;
}
.form2 {
	padding:10px;
	height:40px;
}
