@charset "utf-8";
body 
{ 
	background: #fff;      
	color: #000000;/*黑色*/
	font-family:helvetica, Arial, sans-serif;/*它们定义了网页的所有文字*/
	font-size: 11px;
	padding: 0px;
    text-align: left;
	margin: 100px auto auto auto;
	/*width:80%;*/
	height:auto;
	overflow:scroll;
	clear:both;
}
#all{width:80%;
  margin:0 auto;
	  }
.wrap{
	border:0;
	float:none;
	visibility:hidden;
	clear:both ;
}
footer{
text-align:center;
font-family:helvetica,sans-serif;
font-size: 11px;
margin:  auto;
}

a:link {
	color:#434343;
	text-decoration: none;/*这一个就把所有链接下面横线去掉了*/
}
a:visited {
	color:#434343;
	text-decoration: none;
}
a:hover {
	color: #996;
	text-decoration: none;
}
a:active {
	color: #996;
	text-decoration: none;
}

/* #foot{
text-align:center;
font-family:helvetica,sans-serif;
font-size: 11px;
}*/


/* #all{*/
   /*  background: #FFFFFF;/*白色*/
	/* font-size: 11px;/*1em是16像素，0.8em即是11.2像素*/  
	/* margin: 50px; */


#left {
	float:left;
	width: 160px;/*左边整体的宽度*/
	/*color: #000;margin:0;
	padding: 0;去掉一个基本无意义的*/
}
/*#left.nav.menu { 
	margin:0 0 20px 0;}去掉一个基本无意义的*/  

.nav.menu { 
	margin:0 0 20px 0px;
	}
#left ul { 
	line-height:1.4em;
	list-style-type:none;/*让菜单前面没有圆点*/
	position: relative;
	margin-top:6px;
	}
#left ul li { 
	border-bottom:dotted 1px #000;/*让菜单下面有横线*/
	padding: 3px 0;
	text-transform:uppercase;
	position:relative;/*新加的*/
	}
#left li ul { 
	padding: 0;
	margin:0 0 0 10px;/*让二级目录缩进10px*/
	border-bottom:none;
	position: relative;/*新加的*/
	left:0px;/*新加的*/
	/*display:none;新加的*/
	}/*让菜左侧对齐*/


*html ul li{
	float:left;
	height:1%;
}/*新加的*/
*html ul li a{
	height:1%;
}/*新加的*/

/*#left li:hover ul, #left li.over ul{
	display:block;
}2.27没用的*/	

#left li li { 
	border:none;
	padding: 0;
	text-transform:none;
	}/*去掉以后会每个子菜单下都有虚线，*/
/*ul li a{
	display:block;
	text-decoration:none;
	padding:0px;
}/*新加的*/	
/*#left li li.item-191{ 
	padding: 1em 0 0 0;
		}没效果*/
/*#left li a {
	text-decoration: none;
	}没效果*/
/*#left ul ul {
  display: none;
}让左侧菜单收起变为一级，需要脚本才能打开下一级*/

/*#left li a:hover,
#left li a:active, 
#left li a:focus,
#left li.current a:link,
#left li.current a:visited,
#left li.current li a:hover,
li.parent li.parent active a span { 
	color:#996;
	}/*没效果*/
/*#left li.current li a:link,
#left li.current li a:visited,
#left li.current.item-153 a:link,
#left li.current.item-153 a:visited { 
	color:#000;
	}/*没效果*/	
/*ul li a.u2:focus,p a.u2:active { 
	padding:0.5em;
	background-color:#000;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
	}*/	
	
	
#main2 { 
	/*
	height:0%;*/
	width:;/*以前没有*/
	margin-left: 160px;
	padding: 0 0 0 50px;
	line-height:1.6em;/*行间的距离行高*/
}

.gallery { 
background:#fff;
width:auto;/*以前是auto*/
position: relative;
}

#jg_dtl_photo{width:;/*以前是inherit*/
}

.jg_dtl_photo{
	text-align:center;/*让大图居中，应当把源代码里的style去掉*/
	width: ;/*以前是inherit*/
}	
.jg_photo_vertical{
	width:45%;
}
.jg_photo_vertical_iran{
	width:40%;
}
.jg_photo_horizontal_dome{
	width:70%;
}
.jg_photo_horizontal_nature{
	width:60%;
}
.jg_photo_horizontal{
	width:100%;
}
.jg_photo_horizontal_vacant{
		width:70%;
}
.jg_photo_horizontal_spring{
		width:70%;
}
.jg_element_cat { 
  /*width:9%;不知道效果*/
  float:left;
  margin-bottom: 30px;
  margin-right: 20px;
  width:150px;
}/*让索引缩略图片之间留有间隔*/
.jg_element_cat2 { 
  /*width:9%;不知道效果*/
  float:left;
  margin-bottom: 30px;
  margin-right: 20px;
  width:150px;
  height:250px;
}/*让索引缩略图片之间留有间隔*
.joomimg89_txt{ 
	display:none;
} /*是主页面楼梯的图名，不显示。可以不要*/
.jg_element_cat3 { 
  /*width:9%;不知道效果*/
  float:left;
  margin-bottom: 30px;
  margin-right: 20px;
  width:150px;
  height:200px;
}

.pag_navi{
	text-align:center;
}/*是单张图的数字标示，使得数字居中*/

.grau{text-align:center;}/*让图名居中*/
#colorgreen{
	color: #996;
}
/*#main2 .leading .readon {
	color:#FFF !important;
	display:block !important;
	margin-top:20px !important;
	position:absolute;
	right:0;
	text-decoration:none;
	padding:2px 2px 0 30px;
	}去掉一个基本无意义的*/

/*p  {
	width: auto;
	}去掉一个基本无意义的*/
/*span{
	color: #B80D10;   
}去掉一个基本无意义的*/

/*#main2 ul { 
	list-style-type:none;
	padding:0;
	margin:0;
	}*/
	
/*.gallery .jg-header{ 
  text-align:center;
}去掉一个基本无意义的*/

/*.jg-footer{ 
  padding:5px;
}暂时无内容，不知道效果*/

/*.gallery li{
  background-image:none !important;
  list-style-image:none !important;
  list-style-type:none !important;
  margin:0;
  padding:0;
}暂时无内容，不知道效果*/

/*.jg_rm{ 
  font-size:0.8em;
  padding-left:2px;
  color:#999;
  vertical-align:middle;/*设置元素的对齐方式为居中对齐
}暂时无内容，不知道效果*/

/*#jg_dtl_photo{width: 90%;

}暂时无内容，不知道效果*/

/*#jg_photo_big{width: inherit;
}，不知道效果*/

/*img.jg_icon{ 
  width:16px;
  height:16px;
  border:0px;
  margin:0 3px;
  vertical-align:bottom;
}，不知道效果*/

/*.jg_photo_container_r,.jg_subcatelem_photo_r{ 
  float:right;
  text-align:right !important;
  padding-left:0.5em;	
}不知道效果*/

/*.jg_catdescr{ 
  text-align:center;
  padding:5px;
}不知道效果*/

/*.jg_detailnavi{
	width:auto
	}是单张图的数字标示。可以不要*/
