* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow: hidden;
}
body {
	position: relative;
	height: 100%;
	background: #f6f6f6 left top url(../img/bg-body.png) repeat-x;
	font-family: sans-serif;
	overflow: auto;
}
.clear {
	clear: both;
}
section {
	height: 100%;
}

section.left {
	position: absolute;
	width: 160px;
}
section.left .logo {
	width: 100%;
	height: 155px;
	background: center center url(../img/logo.png) no-repeat;
}

section.left .menu {
	margin-top: 20px;
	font-size: 0.75em;
	line-height: 1.65em;
}

section.left .menu ul{
	padding-left: 18px;
	list-style: none;
}

section.left .menu li{

}

section.left .menu li a{
	text-decoration: none;
	color: #0645ad;
}
section.left .menu li a:visited {
	color: #0b0080;
}
section.left .menu li a:hover {
	text-decoration: underline;
}

section.left .menu li h3{
	margin-left: -10px;
	padding-top: 5px;
	padding-bottom: 2px;
	cursor: pointer;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	background: left top url(../img/bg-left-menu-delimiter.png) no-repeat;
}

section.left .menu li h3 span{
	padding-left: 17px;
	background: left top url(../img/ls-menu-uncollapse.png) no-repeat;
}

section.left .menu li.collapsed h3 span{
	padding-left: 17px;
	color: #0645ad;
	background: left top url(../img/ls-menu-collapse.png) no-repeat;
}
section.left .menu li.collapsed h3 span:hover{
	text-decoration: underline;
}

section.left .menu li>ul{
	margin-left: -8px;
}


section.right {
	margin-left: 160px;
	min-width: 800px;
}

section.right .top{
	padding-top: 40px;
	position: relative;
}

section.right .top ul{
	list-style: none;
	margin-bottom: -1px;
	padding-left: 1px;
	background: left top url(../img/bg-top-menu-border.png) no-repeat;
	font-size: 0.8em;
}

section.right .top ul li{
	display: inline-block;
	background: #FFF;
}

section.right .top ul li a{
	display: block;
	padding: 17px 15px 8px 15px;
	text-decoration: none;
	color: #333;
	background: right top url(../img/bg-top-menu-border.png) no-repeat;
}

section.right .top .hotline-phone {
	background: url(../img/img-hotline-phone.png) 0 0 no-repeat transparent;
	height: 57px;
	position: absolute;
	top: 11px;
	right: 60px;
	width: 268px;
}

section.right .page{
	min-height: 80%;
	padding: 1.25em 1.5em 1.5em 1.5em;
	border: 1px solid #a7d7f9;
	border-right: none;
	background: #FFF;
}

section.right .footer {
	padding: 20px 20px 50px 20px;
}

section.right .footer p{
	color: #333;
	font-size: 0.7em;
	line-height: 2.5em;
}

section.right .footer .menu{
	font-size: 0.7em;
	margin: 20px 0 ;
}

section.right .footer .menu ul{
	list-style: none;
}

section.right .footer .menu ul li {
	float: left;
	margin: 0 20px 0 0;
}

section.right .footer .menu li a{
	text-decoration: none;
	color: #0645ad;
}
section.right .footer .menu li a:visited {
	color: #0b0080;
}
section.right .footer .menu li a:hover {
	text-decoration: underline;
}

.image-preview {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.9);
}

.image-preview .image-container {
	position: absolute;
	left: 50%;
	top: 50%;
}
.image-preview .image-container img{
	display: block;
}

.image-preview .image-container .caption{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 35px;
	text-align: center;
	line-height: 1.5em;
	color: white;
	background: rgba(0, 0, 0, 0.6);
}


#gaFrame {
	width: 1px;
	height: 1px;
	border: none;
	background: none;
	position: absolute;
	left: -9000px;
	bottom: 0px;
}

.index-img {
	width: 573px;
	height: 335px;
	background: url('../img/top.jpg') center top no-repeat;
	margin: 20px auto 20px auto;
	position: relative;
	padding-left: 553px;
	padding-top: 115px;
}
.index-img .button {
	display: block;
	text-indent: inherit;
	width: 290px;
	height: 72px;
	line-height: 72px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
	background: url('../img/orange-button.png') top left no-repeat;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.index-img .button:hover {
	background-position: 0px -77px;
}
.index-img .button:active {
	background-position: 0px -154px;
}
.index-img .title {
	padding-left: 100px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.index-img .title strong {
	line-height: 48px;
	font-size: 48px;
	display: block;
}
.index-img .text {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}