@charset "utf-8";
/* CSS Document */
html.index_gray { 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
    _filter:none; 
}
/*--------------------------首页页眉--------------------------*/
body.HT_Home header {
	/*background: url(../images/header_logo_wrap.png) center top no-repeat #fff;*/
}
body.HT_Home header h1.logo {
	/* background: url(../images/logo_orfp.png) center top no-repeat; */
	width: 100%;
	/* height: 156px; */
	background-image: url(../images/header_rbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
section.logo {
	width: 100%;
	margin: 0px auto;
	height: 156px;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	background-image: url(../../portal/images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
section.logo h1 {
	width: 100%;
	height: 156px;
	background-image: url(../../portal/images/header_rbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
section.logo h1 a {
  display: block;
  width: 100%;
  height: 156px;
  margin: 0 auto;
  background-image: url(../../portal/images/logo.png);
  background-repeat: no-repeat;
  background-position: center 12px;
  text-indent: -9999px;
  text-align: center;
}
/* body.HT_Home nav li {
	background: url(../images/nav_line.jpg) no-repeat left center;
}
body.HT_Home nav li a:hover, nav li.on a {
	background: url(../images/arrow_nav.png) no-repeat center bottom;
} */
body.HT_Home header p.views span {
	background: url(../images/votepic.gif) left center no-repeat;
}

/*--------------------------首页页脚--------------------------*/
body.HT_Home footer a {
	background: url(../images/nav_line.jpg) no-repeat right center;
}

/*--------------------------首页边栏--------------------------*/
body.HT_Aside aside ul {
	background-color: #666;
	padding-top: 10px;
}
body.HT_Aside aside .serviceTel {
	background: url(../images/titleBg.png) -1015px -925px no-repeat;
}


template{ display:none;}

h2.titleBar{ background-color:#f57600; text-align: center; line-height: 60px; color: #fff;  font-weight: normal; font-size: 20px;}
body.HT_Home header{ z-index: 100;}