@charset "utf-8";
/*css reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0
}
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:500
}
i, em, b, code {
	font-style:normal;
	font-weight:normal
}
u {
	text-decoration:none
}
img {
	border:0;
	height:auto;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle
}
ol, ul, li {
	list-style:none
}
ins, a {
	text-decoration:none
}
:focus {
	outline:none
}
fieldset {
	border:0
}
q:before, q:after, blockquote:before, blockquote:after {
	content:""
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
audio, canvas, video {
	display:inline-block;
	*display:inline;
	*zoom:1
}
.cd {
	overflow:hidden;
	_zoom:1
}
.cl {
	*zoom:1
}
.cl:after {
	content:'\20';
	clear:both;
	display:block;
	height:0
}
body, button, input, textarea {
	font:12px/1.5 "microsoft yahei", simsun
}
button, input, textarea {
	font-size:100%
}
table {
	border-collapse:collapse;
	border-spacing:0
}
th {
	text-align:inherit
}
a {
	border:0;
	color:#222;
	outline:0
}
a:hover {
	color:#ff3333;
	text-decoration:none
}

/*css reset*/
body {
	background: url(../images/body.jpg) top center no-repeat;
}
.wrap {
	width: 1080px;
	margin: 0 auto;
}
.banner {
	height: 630px;
	background: url(../images/banner.jpg) no-repeat;
}
.down {
	height: 340px;
	background: url(../images/down.jpg) no-repeat;
	position: relative;
}
.down a {
	width: 372px;
	height: 100px;
	display: inline-block;
	position: absolute;
	top: 72px;
	right: 0px;
}
.flash {
	height: 740px;
	background: url(../images/flash.jpg) no-repeat;
}
.footer {
	height: 779px;
	background: url(../images/foot.jpg) no-repeat;
	position: relative;
}
/*.footer a {
	width: 324px;
	height: 86px;
	display: inline-block;
	position: absolute;
	top: 13px;
    left: 378px;
}*/
.copyright {
	/*height: 270px;
	background: url(../images/copyright.jpg?v=1) no-repeat;*/
	background-color:#363636;
	position: relative;
}
/*.copyright a {
	position: absolute;
    top: 146px;
    right: 340px;
	color: #9a9a9a;
}
*/
.copyright {
	width: 100%;
	background-color: #363636;
	font-size:12px;
	line-height: 20px;
	color:#8e8e8e;
	text-align: center;
	padding: 6px 0;
	position: relative;
}
.copyright a {
	color: #8e8e8e;
	text-decoration: none;
}
.copyright a:hover {
	color: #6bc060;
}
.www {
	position: absolute;
	top: 45px;
	left: 10px;
}
.gs {
	position: absolute;
	top: 104px;
	left: 15px;
}
.aq {
	position: absolute;
	top: 110px;
	left: 70px;
}
#gtImg {
	position: relative;
	height: 70px;
	text-align:center;
	width: 100%;
}