*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #faded4;
}

.bottom,.up,.in,.lower{
	width: 1000px;
	margin: 0 auto;
}

.up{
	height: 200px;
	background-color: aqua;
}

.up img {
	width: 100%;
	height: 100%;
}

.bottom{
	height: 100px;
	background-color: #4093b6;
	text-align: center;
}

.bottom img {
	width: 100px;
	height: 100px;
}

.in{
	height: 50px;
	background-color: bisque;
}

/*.s{
	background-color: white;
}*/

.in ul li{
	float: left;
	list-style: none;
	height: 45px;
	width: 142.8px;
	text-align: center;
	padding-top: 5px;
}

.in ul li a:hover{
	background-color: white;
}

.in ul li a:active, .in ul li a:focus, .li-active {
background: white;
color: red;
}

.in ul li a{
	text-decoration: none;
	font-size: 24px;
	padding: 11px 23px;
	line-height: 38px;
}

.lower{
	/*height: 1000px;*/
	background-color: white;
	/*background-color: coral;*/
}

.lower iframe{
	width: 980px;
	height: 900px;
	margin: 0 10px;
}
