@charset "utf-8";
/*layout.css Document */

a:active, a:hover {
	outline: 0;
}
a, a:hover{ text-decoration:none;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: "Microsoft YaHei",Arial, "Helvetica Neue", Helvetica, sans-serif;}
body {
	font-family: "Microsoft YaHei",Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	font-size: 1.4em;
	*font-size:14px;
	line-height: normal;
	background-color: #fff;
    width: 100%;
	height:100%;
    min-height: 100%;
}

.thumbnail {
display: block;
padding: 10px;
margin-bottom: 20px;
line-height: 1.428571429;
background-color: #f1e1d1;
border:none;
border-radius:0;
-webkit-transition: none;
transition:none;
}

header.index{
    padding-top:350px;
	 }
	 
footer.index{
	 background:url(../images/index-foot.jpg) scroll no-repeat bottom center;
	 height:980px;
	 }
	 
/***BOX***/	 

.index-box{
width:980px;
border:1px solid #b4a67c;
}

.index-box-head{
	 background:url(../images/box-head.jpg) scroll no-repeat top center;
	 height:76px;
	 padding-top:19px;

  }
    .index-box-head-4{
	 background:url(../images/box-head-4.jpg) scroll no-repeat top center;
  }
  .index-box-center{
	  background:#f5f1ec;
  }
	 
.index-box-foot{
	 background:url(../images/box-foot.jpg) scroll no-repeat bottom center;
	 height:21px;
  }
	 
	 

	 
	 
	 
	 