*{ margin:0px; padding:0px;}
.ying{
	width:100%;
	border:none;
	border-color:none;
}
.bgimg{
background:url(images/title/bgimage.jpg) center repeat-y;
}
.mtitle{
margin:0px 10px;
}
.mtitle img{
width:100%;
height:auto;
}

.div0{
	border-style:none;
	border-radius:5px;
	box-shadow: 1px 1px 1px 1px  #aaa;
	padding:10px;
	margin:10px;
	background-color:#FFFFFF;
	/*产品图*/
}
.div0 img{
width:100%;
height:auto;
}

.div1{
	border-style:none;
	border-radius:5px;
	box-shadow: 1px 1px 1px 1px  #aaa;
	padding:10px;
	margin:10px 10px 10px 25%;
	background-color:#FFFFFF;
	/*小尺寸产品图*/
}
.div1 img{
margin-bottom:20px;
width:100%;
height:auto;
}

.scenery{
margin:5px 10px;
}
.scenery img{
width:100%;
height:auto;
}
.line{
border-top:#999999 1px solid;
}
.kind{
width:20%;
margin:0px 0px 10px 10px;
float:left;
}
.detail{
margin:0px 10px ;
}
.detail img{
width:100%;
height:auto;}
/* 灰色小方框*/
.kind img{
width:100%;
height:auto;
}
.stitle{
border:#000 2px dashed;
border-radius:5px;
margin:5px 50% 5px 5px;
padding-left:20px;
line-height:40px;
font-size:20px;
}

.foot{
text-align:center;
font-size:16px;
margin-top:10px;
}




a{
	font-size:18px;
	text-decoration:none;
	color:#000000;
}
body{
margin:0 0 0 0;
padding:0;
font-size:18px;
line-height:35px;
background-color:#CCCCCC;
}
.yingbody{
	background-image:none;
	background-color:#292c2d;
}
.nav{
	width:100%;
	margin-top:0;
	position:fixed;
	top:0px;
	}
#menu{
margin: 0px 0px auto auto;
overflow: hidden;
display: none;
position:fixed;
right:0px;
}

/*--------------------------------------*/

  .black_overlay{  
                display:block;
				position:fixed;  
                top: 0%;  
                left: 0%;  
                width: 100%;  
                height: 100%;  
                background-color:#3d4748;  
                z-index:1001;  
    } 

	.layout {
		display:block;
		position: fixed;
		text-align:center;
		top:40%;
		left:45%;
		width: 80px;
		height: 80px;
		z-index: 1002;
		background-color:#cacaca;
		opacity:0.8;
		border-radius:5px;
		
		}
	.layout img{
		display:block;
		position: absolute;
		top: 20px;
		left: 20px;
		width: 40px;
		height: 40px;
		z-index: 1002;
	}