﻿@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
}

div.body {
	width: 100%;
}
/*页面顶部*/
div.btop {
	width: 1020px;
	height: 300px;
	background: url(../images/HomepageTop.jpg);
	padding-top: 30px;
	background-size: cover;
}

div.btop div.title {
	font-size: 1.8em;
	font-weight: bold;
	color: black;
	text-align: center;
}

div.btop div.logo {
	position: relative;
	top: 140px;
	left: 455px;
	width: 75px;
	height: 70px;
	background: url(../images/logo.jpg) no-repeat;
}

div.banner {
	width: 1020px;
	margin: 0px auto;
	height: 300px;
}

div.banner div.logo {
	float: right;
}

div.main {
	width: 1000px;
	min-height: 1050px;
	padding-top: 5px;
	padding: 20px 10px 0px 10px;
	background-color: #007FFF;
	overflow: hidden;
}

div.left {
	width: 260px;
	height: 1080px;
	float: left;
	background: none repeat scroll 0% 0%;
	background-color: #FFFFFF;
	border-color: #666666;
	border-style: spotted;
	border-width: 5px;
	border-right: 0px;
	border-radius: 10px;
	text-align: center;
}

div.left div#nav a {
	margin: 18px auto;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 600;
	color: #FFFFFF;
	display: block;
	width: 250px;
	height: 25px;
	background: transparent url("../images/button1.png") repeat-x scroll 0px
		-25px;
	text-align: center;
	padding-top: 5px;
	border-radius: 4px;
}

.content-box {
	border-color: #666666;
	border-style: spotted;
	border-width: 5px;
	border-radius: 10px;
	width: 700px;
	height: auto;
	overflow: hidden;
	min-height: 915px;
	background-color: white;
}

.content-box .inner {
	background-color: white;
	padding: 20px 32px 54px 32px;
}

.content-box .inner .text {
	text-align: justify;
}

.content-box .text {
	font-family: Times New Roman;
}

.content .inner .text .texttitle {
	text-align: center;
}

.content-box .itop {
	text-align: center;
	font-size: 1.7em;
	font-weight: 900;
	color: #666666;
}

.content .itop img {
	width: 700px;
}

.content .text {
	font-family: Times New Roman;
}

.content .wrapper {
	position: relative;
	margin: 0px auto;
	padding: 0px 20px;
	max-width: 1200px;
}

div.footer {
	width: 780px;
	overflow: hidden;
	padding-bottom: 0px;
	float: right;
}

div.footer td {
	vertical-align: middle;
}

div.footer a {
	display: block;
}

div.blogo {
	margin-top: 10px;
	margin-bottom: -100px;
}

.blogo a {
	margin-right: 3px;
}

div.sina {
	position: fixed;
	bottom: 170px;
	right: 200px;
	float: right;
	overflow: hidden;
}

div.gotop {
	position: fixed;
	bottom: 100px;
	right: 200px;
	float: right;
	overflow: hidden;
}