body {
	margin: 0;
	color: #515d6b;
    font-size: 12px;
    overflow-x: hidden;
    background: #F0FFF0;
}

a {
	text-decoration: none;
}

ul,li {
	display: block;
    list-style: none;
}

.menu{
	margin-top: 50px;
	width: 100%;
    height: 55px;
    background: #618ced;
}

.menu ul {
    margin: 0 auto;
}

.menu li {
	color: #fff;
    float: left;
    margin: 0 5px;
    width: 140px;
    position: relative;
}

.menu li a {
    color: #fff;
    text-align: center;
    float: left;
    font-size: 14px;
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.menu li a:hover {
    color:#d70c0c
}

.active {
    list-style-type: none;
    border-bottom: 2px solid red;
}

.nav {
	margin: 35px auto 0 auto;
    width: 980px;
    padding: 0 0 10px 0;
    height: 50px;
    background: url(../img/nline.jpg) left bottom repeat-x;
}

.nav font {
	float: left;
    text-align: center;
    white-space: nowrap;
    color: #d70c0c;
    font-size: 24px;
    padding: 0 0 5px 0;
    display: inline;
    margin: 0;
    font-weight: 700;
}

.content {
	width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
    word-break: break-all;
    line-height: 30px;
    font-size: 14px;
    min-height: 640px;
    color: #777;
}

.content p img {
    max-width:100%!important;
    height:auto;
    width: 480px;
    float: left;
    margin: 5px 5px;
}

.footer {
	width: 100%;
    min-width: 1004px;
    padding: 30px 0 0 0;
    height: 171px;
    overflow: hidden;
}

.footer p {
	color: #000000;
	text-align: center;
}
