/*控制第一个图片的大小,位置,及显示的文字,important:控制在IE6或IE7,8下的显示方式,position:控制的是div的相对定位,relative是相对于父DIV的相对定位*/
.one{
 width:161px;
 height:131px!important;height:131px;
 text-align:center;
 border:0px solid #fff;
 cursor:hand;
 overflow: hidden;
}
 .eight{
 width:324px;
 height:40px!important;height:40px;
 position:relative;/*定义DIV位置*/
 top:-44px!important;top:-44px;
 border:0px solid #fff;
 background:#666;
 }
/*结束*/

/*开始*/
.two{
 width:161px;
 height:20px!important;height:20px;
 position:relative;/*定义DIV位置*/
 top:-23px!important;top:-23px;
 border:0px solid #fff;
 background:#666; 
 }
 
 .onebig{
 width:324px;
 height:264px!important;height:264px;
 text-align:center;
 border:0px solid #fff;
 cursor:hand;
 overflow: hidden;
}
 
.IndexImageOne{
  width:324px;
  height:264px!important;height:264px;
}

.IndexImageTow{
  width:161px;
  height:131px!important;height:131px;
}
/*控制六个图片的位置大小,及显示的文字结束*/

/*开始*/
.IndexImageFont{
 color :White;
 font:12px '宋体'!important;font:12px '宋体';
 padding-top:3px!important;padding-top:3px;	
}
.IndexImageFontBig{
 color :White;
 font:20px '微软雅黑'!important;font:20px '微软雅黑';
 padding-top:3px!important;padding-top:3px;	 
}
/*控制字体的样式结束*/


/*用于首页景区大图开始*/
.ScenicBig{
 width:192px;
 height:245px!important;height:245px;
 text-align:center;
 border:0px solid #fff;
 cursor:hand;
 overflow: hidden;
}

.ScenicBigImage{
  width:192px;
  height:245px!important;height:245px;
}

.ScenicBigImageDiv{
 width:192px;
 height:20px!important;height:20px;
 position:relative;/*定义DIV位置*/
 top:-23px!important;top:-23px;
 border:0px solid #fff;
 background:#666;
 }

.ScenicBigImageFont{
 color :White;
 font:12px '宋体'!important;font:12px '宋体';
 padding-top:3px!important;padding-top:3px;	
}
/*用于首页景区大图结束*/

/*用于首页景区小图开始*/
.ScenicSmall{
 width:182px;
 height:120px!important;height:120px;
 text-align:center;
 border:0px solid #fff;
 cursor:hand;
 overflow: hidden;
}

.ScenicSmallImage{
  width:182px;
  height:120px!important;height:120px;
}

.ScenicSmallImageDiv{
 width:182px;
 height:20px!important;height:20px;
 position:relative;/*定义DIV位置*/
 top:-20px!important;top:-20px;
 border:0px solid #fff;
 background:#666;
 }
 
.ScenicSmallImageFont{
 color :White;
 font:12px '宋体'!important;font:12px '宋体';
 padding-top:3px!important;padding-top:3px;	
}
