/* common */
* {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea,
p {
	font: 14px Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%;
}

em {
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
	font-family: "Microsoft Yahei";
}

a {
	text-decoration: none;
	outline: thin none;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.after::after {
	clear: both;
	content: "";
	display: block;
}

p {
	text-align: justify;
}

img {
	vertical-align: top;
	outline: 0;
	border: 0;
	vertical-align: top;
}

/* base */
.banner{
	overflow: hidden;
}
.banner img{
	width: 100%;
}
.menu-container{
	border-top: 4px solid #00a0e9;
	background: #1b68ab;
}
.menu{
	margin: 0 auto;
}
.menu ul{
	text-align: center;
}
.menu li{
	position: relative;
	display: inline-block;
	width: 240px;
}
.menu li a{
	width: 100%;
	height: 90px;
	line-height: 90px;
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.menu li:hover a,.menu li.active a{
	background-color: #2a5393;
}
.menu li:hover a::after,.menu li.active a::after{
	content: '';
	width: 41px;
	height: 20px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 99px;
}

.footer{
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #48aba6;
	color: #FFFFFF;
	font-size: 12px;
}
body{
	background: url(../images/body.png) no-repeat center bottom;
	background-size: contain;
}
