﻿/*----------------------------------------------------头部区 */
#pageTop{
  width: 100%;
  height: 96px;
  /* background-color: #2248A3; */
  background-image: url(/alptpl/img/top_bg.png);
}
#topLogo {
  width: 778px; height: 69px;
  margin-right: auto; margin-left: auto;
  background-image: url(/alptpl/img/logo.png); background-repeat: no-repeat;
}
#topMenu{
	z-index: 100;
  width: 778px; height: 28px;
  position: relative; top: 0px; /* 加上这一行才能使按钮背景覆盖过 subMenu的背景 */
  margin-right: auto; margin-left: auto;
  text-align: center;
  padding: 0px; list-style-type: none;
}

/* 一级菜单部分，在头部区中 */
#topMenu ul {clear: left; margin: 0px;padding:0px; border: 0px; list-style-type: none; text-align: center; display: inline;}
#topMenu li {float: left; display: block;}
#topMenu  a { display: block; padding: 6px 0px 0px 0px; width: 86px; height: 22px; text-align: center; background: url(/alptpl/img/mubga.gif) no-repeat;} 
#TopActive a { display: block; padding: 6px 0px 0px 0px; width: 86px; height: 22px; text-align: center; background: url(/alptpl/img/mubg1.gif) no-repeat;} 
#topMenu  a:hover {background: url(/alptpl/img/mubgo.gif)}
#TopActive a:hover {background: url(/alptpl/img/mubg1.gif)}
#topMenu  a,#topMenu  a:link,#topMenu  a:visited {font-weight: normal; font-size: 14px; color: #fff;}
#TopActive a,#TopActive a:link,#TopActive a:visited {font-weight: normal; font-size: 14px; color: #333;}

/*----------------------------------------------------二级菜单部分，*/
#pageMenu{
	z-index: 10;
  width: 100%;
  background-image: url(/alptpl/img/top_menu_bg1.png);
}
#subMenu { width:782px; height: 33px; padding: 7px; margin-right: auto; margin-left: auto;text-align: left;;}
#subMenu a,#subMenu a:link,#subMenu a:visited { font-weight: normal; font-size: 12.8px; color: #555; padding:0px 6px;}
#subMenu a:hover{color:#f00;}
#subMenu .spliter {width:3px; color:#D3C876;}
#subMenu .pronow  {color:#00f;}

/* home: pageMenu1(Intro Pic) */
#pageMenu1{
	z-index: 10;
  width: 100%;height: 165px;
  background-image: url(/alptpl/img/top_menu_bg.png);
}
#intro {width:772px; padding: 8px; margin-right: auto; margin-left: auto;text-align: left;}
/*----------------------------------------------------*/
#pageMain{
  position: relative;
  width: 782px;
  margin-right: auto;margin-left: auto;margin-bottom: 12px;margin-top: 0px;
  border-left: 1px solid #eee; border-right: 1px solid #eee;
}
#txtArea{width: 561px; padding:8px; text-align: left;}
#listArea{
  text-align: left;
  padding:8px; 
  background: #F2F1E6;
}

/* Home:  pageMain1, txtArea1, List: txtArea2 */
#pageMain1{
  position: relative;
  width: 772px;
  margin-right: auto;margin-left: auto;margin-bottom: 12px;margin-top: 0px;
  border-left: 1px solid #eee; border-right: 1px solid #eee;
}
#txtArea1{width: 503px; padding:6px;  text-align: left;}
#txtArea2{width: 561px; padding:8px;  text-align: left;}

/*----------------------------------------------------
listgroup1 无边框，一般下方跟着 listNow，listNow内包含 h3 和 h5，然后是列表的内容
listgroup2 有边框，一般下方跟着 listNow，然后是列表的内容
*/
#listArea{ text-align: left; line-height:1.25em;}

#listArea .listNow {background:#3269C6; color:#fff; padding:6px; margin-bottom:7px;}
#listArea h3{
  padding: 0px; margin:0px;
  background:#3269C6;
  font-size: 12px;color: #fff; height:18px;overflow: hidden;
}
#listArea h5{
  padding: 0px; margin:0px;
  background:#3269C6;
  font-weight: normal;font-size:9px;color: #fff; height:16px; overflow: hidden;
}
#listArea .listgroup1 {margin-top:6px;padding:1px;}
#listArea .listgroup2 {margin-top:20px;margin-bottom:7px;padding:6px;border:1px solid #3269C6;background:#fff;}
#listArea .listgroup3 {margin-top:6px;margin-bottom:7px;padding:6px;border:1px solid #3269C6;background:#fff;}
#listArea .leftgreen  {display:block;padding-left:1px;font-size:10px;line-height:1.25em;color:#669900;}
#listArea .leftheader {display:block;font-size:14px;line-height:1.25em;color:#FF9300;font-weight:bold;}
#listArea .leftheader a {color:#FF9300;}
#listArea .lefttxt {display:block;padding:3px 0 6px 0;font-size:12px;line-height:1.25em;color:#888;}

#listArea .list1, #listArea .list1On{
	display:block;
	border-bottom:1px solid #ccc;
	padding: 5px 3px 5px 16px;
	background-image: url(/alptpl/img/iconleft.gif);
	background-repeat: no-repeat;
}
#listArea .list1 a{color:#3268C6;}
#listArea .list1 a:hover{color:#f00;}
#listArea .list2, #listArea .list2On{
	display:block;
	border-bottom:1px solid #ccc;
	margin-left: 10px; padding: 3px 0px 2px 16px;
	background-image: url(/alptpl/img/iconleft1.gif);
	background-repeat: no-repeat;
}	
#listArea .list2 a{color:#008000;display:block;}
#listArea .list2 a:hover{color:#f00;}
.list1On,list2On {background:#fff;}

/*---------------------------------------------------- */
#pageCopy{
  position: relative; 
  clear: both;
  width: 100%; 
  background-color: #EEEBD5;
  background-image: url(/alptpl/img/bar_rev.gif); 
  text-align: center;
}
#copyMenu{
  margin-right: auto;margin-left: auto;
  padding: 7px;
  color: #555;
  font-size: 12.8px;
}
#copyMenu a,#copyMenu a:link,#copyMenu a:visited{ font-weight: normal; font-size: 12.8px; color: #555; padding:0px 6px;}
#copyMenu a:hover{color:#f00;}
#copyTxt{
  margin-right: auto;margin-left: auto;
  padding: 7px;
  font-size: 12px;
  color: #fff;
}
#copyTxt a,#copyTxt a:link,#copyTxt a:visited{ font-weight: normal; font-size: 12.8px; color: #fff; padding:0px 3px;}


/*----------------------------------------------------*/
#property{
	margin-top: 15px;
	border: 1px solid #ddddee;
  padding: 8px;
  text-align:left;
  color: #666;
}
#property legend {color:#36A;}
#property .dtr{
	clear:both;
}
#property .prol {
	float:left; 
	width: 42px;
	color:#999; 
	padding:1px; 
}
#property .pror {
	float:left; 
	padding:1px; 
}
#property strong,#property b {font-weight: normal; color:#666;}
#property a {font-weight: normal; color: #666; }
#property a:hover {color:#00f;}

