@charset "utf-8";
/*设计者 李旭梅 */
*{
	border: 0;
	margin: 0px auto;
	padding: 0px auto;
	list-style-type: none;	
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 14px;
  font-family: "宋体", Arial;
  width:100%;
  background-color:#aa1800;
}


#wrap {
	margin: 0px auto;
	
	
}
.header {
	background-image: url(../lh_img/lhsy_01.jpg);
    background-repeat: no-repeat;
	background-size: cover; 
	background-position:bottom;
	min-width:1200px; 
    width: 100%; 
	height:568px;
	
}
.header .title  {
  height: 397px;
  width: 1200px;
  text-align:center;
  padding-top: 50px;
	}
.content {
	width: 1200px;
	margin: 0 auto;
}