﻿/* 固定 */

body {
	font-family: Verdana, sans-serif, Arial, Helvetica;
	background-image: url(../sample/site_bg.jpg);
	background-repeat: repeat-x;
}
.wrap {
	width: 950px;
	height: auto;
}
.header {
	background-color: #FFFFFF;
	height:auto;
	overflow: hidden;
}
.push {
	background-color: #F7F7F7;
	display: block;
	height: 30px;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}
.vision {
	height: 450px;
	width: 950px;
	display: block;
	background-image: url(../images/00.jpg);
	background-position: 0px 0px;
}
.content {
	height: auto;
	display: block;
	width: 950px;
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
}
.copy{
	display:block;
	width:950px;
	height:auto;
}
