/************ Layout ************/

html,
body {
	height: 100%;
}

body {
	/*overflow-x: hidden;*/
}

#container {
	position: relative;
	min-width: 1190px;
	min-height: 100%;
}

/* Navigation */

nav {
	width: 100%;
	min-width: 1px;
	height: 73px;
}

nav .nav-container-outer {
	position: relative;
	width: 100%;
	height: 70px;
	/* nav border-bottom + background height */
	padding-bottom: 3px;
	box-shadow: 0 0px 10px #999;
	background-color: #fff;
}

nav .nav-container {
	position: relative;
	width: 1190px;
	height: 100%;
	margin: 0 auto;
}

nav .logo {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 350px;
	height: 100%;
	line-height: 100%;
	background: url(../img2/common/nav-logo.png) no-repeat left center;
}

nav .logo a {
	display: block;
	width: 158px;
	height: 100%;
}

/* Content */

#content {
	width: 100%;
	/* For footer */
	padding-bottom: 300px;
}

#content .content-loading {
	width: 100%;
	padding: 150px 0;
	background: url(../img2/common/loading.gif) no-repeat center;
}

#content .content-container {
	display: none;
	margin: 0 auto;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: grey;
}

footer article.links {
	display: none;
	height: 130px;
	background-color: #f1f1f1;
}

footer article.links div {
	width: 1190px;
	padding-top: 25px;
	margin: 0 auto;
}

footer article.links div p {
	margin-bottom: 20px;
}

footer article.links div a {
	float: left;
	padding: 0 20px 10px 0;
	white-space: nowrap;
}

footer .footer-container .copyright-wrap {
	padding: 10px 0;
	background-color: #3ba354;
}

footer .footer-container .copyright {
	width: 1190px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

footer .footer-container .copyright p {
	height: 30px;
	line-height: 30px;
}

footer .footer-container .copyright a {
	color: #fff;
}

footer .footer-container .nav-wrap {
	background-color: #f1f1f1;
}

footer .footer-container .nav-wrap .nav {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

footer .footer-container .nav-wrap .nav .nav-col {
	float: left;
	height: 115px;
	border-right: 1px dotted #999;
}

footer .footer-container .nav-wrap .nav .hotline {
	width: 130px;
	padding-right: 20px;
}

footer .footer-container .nav-wrap .nav .hotline img {
	display: block;
	margin: 0 auto;
}

footer .footer-container .nav-wrap .nav .hotline .text_middle,
footer .footer-container .nav-wrap .nav .hotline .text_bottom {
	display: block;
	padding-top: 10px;
	text-align: center;
	color: #999;
}

footer .footer-container .nav-wrap .nav .hotline .text_middle {
	font-size: 18px;
	font-weight: bold;
}

footer .footer-container .nav-wrap .nav .hotline .text_bottom {
	font-size: 16px;
}

footer .footer-container .nav-wrap .nav .links {
	position: relative;
	padding: 0 40px;
}

footer .footer-container .nav-wrap .nav .links h3 {
	color: #666;
	font-weight: bold;
	font-size: 14px;
}

footer .footer-container .nav-wrap .nav ul {
	position: absolute;
	bottom: 0;
}

footer .footer-container .nav-wrap .nav ul li {
	padding-top: 6px;
}

footer .footer-container .nav-wrap .nav li a {
	color: #999;
}

footer .footer-container .nav-wrap .weibo {
	position: relative;
	width: 74px;
	height: 100%;
	margin: 0 20px;
	background: url(../img2/common/footer-weibo.jpg) no-repeat top center;
}

footer .footer-container .nav-wrap .weibo .button {
	position: absolute;
	left: 6px;
	bottom: 0;
}

footer .footer-container .nav-wrap .QRcode {
	padding-left: 20px;
	border: 0 !important;
}

/***** Common *****/
/* color */
footer .footer-container .copyright a:hover,
footer .footer-container .nav-wrap .nav li a:hover,
footer article.links div a:hover {
	color: #ff9933;
}

footer article.links div p,
footer article.links div a {
	color: #999;
}