
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color:#f8f8f8;
}
body, button, input, select, textarea {
	font-size: 12px;
	line-height: normal;
	color: #555;
	font-family: "微软雅黑";
}
a {
	background-color: transparent;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input, textarea, select {
	outline: 0
}
textarea {
	resize: none
}
ul, ol {
	list-style: none
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}
.clearfix {
	zoom: 1
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden
}
.fr {
	float: right
}
.fl {
	float: left
}
.dn {
	display: none
}
.db {
	display: block
}
.circle {
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.bdr3 {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.bdr4 {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.bdr5 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.bdr8 {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}
.op25 {
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	-khtml-opacity: .25;
	opacity: .25
}
.op40 {
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4
}
.op50 {
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}
.op60 {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}
/**/
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #fff
}
.header .logo {
	position: absolute;
	top: 16px;
	left: 60px
}
.header .nav {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-240px;
}
.header .nav a {
	float: left;
	padding: 0 35px;
	font-size: 14px;
	color: #282828
}
.header .nav a:hover {
	color: #87c734
}
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 80px;
	background: #202225;
	line-height:normal;	
}
.footer .nav {
	position: absolute;
	top: 18px;
	left: 25px;
}
.footer .nav a {
	float: left;
	padding: 0 35px;
	font-size: 14px;
	color: #fff
}
.footer .nav a:hover {
	color: #87c734
}
.footer .copyright {
	position: absolute;
	top: 45px;
	left: 60px;
	color:#a6a6a6;
	font-size:12px;
}
.footer .qr {
	position: absolute;
	top: 14px;
	right: 60px;
	width:52px;
	height:52px;
}
.footer .qr .big {
	display:none;
	position: absolute;
	top: -165px;
	right: -45px;
	z-index:99;
	width: 130px;
	height:130px;
	padding: 5px;
	line-height: normal;
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
.footer .qr .big:after {
	content: "";
	width: 15px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 63.5px;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
}
.footer .qr:hover .big{
	display:block;
}
.footer .service {
	position: absolute;
	top: 20px;
	right: 370px;
	color:#fff;
	font-size:12px;
	width:60px;
	text-align:center;
	line-height:1;
}
.footer .service a {
	color:#fff;
}
.footer .service span {
	display:block;
	margin-top:5px;
}
.footer .contact {
	position:absolute;
	top: 10px;
	right: 150px;
	color:#a6a6a6;
	font-size:12px;
	line-height:1.5;
}
.footer .tel {
	color:#fff;
	font-size:18px;
}
.content {
	width:1050px;
	background-color:#fff;
	margin-top:120px;
	margin-bottom:120px;
	margin-left:auto;
	margin-right:auto;
	padding:50px 75px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
@media only screen and (min-width: 1921px) {	
.footer {
	height: 110px;
}
.footer .nav {
	top: 32px;
}
.footer .copyright {
	top: 65px;
}
.footer .qr {
	top: 29px;
}
.footer .qr .big {
	top: -180px;
}
.footer .service {
	top: 34px;
}
.footer .contact {
	top: 26px;
	line-height:1.4;
}
.footer .tel {
	font-size:20px;
}
.content {
	margin-bottom:160px;
}
}