/**
默认值：
	字体12px
	字体黑色
	行高150%
	背景色白色
	内距0px
	外距0pxxxx
**/
body	{background-color:#FFFFFF; font-family:"新宋体,宋体,微软雅黑"; margin:0px; padding:0px; border:0px; background-image:url(images/bg.gif);background-position:top center; background-repeat:no-repeat;}
/* 默认margin和padding都是0 */
div		{margin:0px; padding:0px;}
a		{text-decoration: none;}
img		{border:0px;}

/* 清除浮动层用 */
.clear	{clear:both;}

/* 常用样式定义 */

/* 字体类 */
.colorred	{color:#FF0000;}
.bold		{font-weight:bold;}
.val		{font-family:'Arial'; color:#EA6900;}

.f16p		{font-size:16px;}

.fbold		{font-weight:bold;}

/* 修饰类 */
.underline_dotted	{border-bottom: 1px dotted #BDBDBD;}

/* 公用渐变色背景 */
.bg_liner	{background-image: url(/images/boxhead_bg.gif)}

/* 文字对齐 */
.ta_right	{text-align:right !important;}
.ta_center	{text-align:center !important;}
.ta_left	{text-align:left !important;}

/* 公用head部分样式 */
			/* 顶部 */
			#headpanel			{margin:0 auto; width:990px; height:60px; position:relative; margin-top:10px}
			#headpanel .logosection			{position:absolute; left:0px; top:0px;}
			#headpanel .hotlinebar			{position:absolute; right:5px; top:0px;}
			#headpanel .userbar			{font-size:12px; position:absolute; right:5px; bottom:2px;}
			#headpanel .userbar a, #headpanel .userbar		{color:#666666;}

			/* 导航条 */
			#navsection			{margin:0 auto; height:36px; width:990px; position:relative; background-color:#000099; background-image:url(../images/menu_bg_middle.png);}
			#navsection ul		{padding:0px;margin:0px;padding-left:1em;}
			#navsection ul li			{float:left; display:inline; line-height:36px; width:100px; font-size:14px; font-weight:bold; text-align:center; color:#FFFFFF; cursor:pointer;}
			#navsection ul li a				{color:#FFFFFF;}
			#navsection .navbgleft		{position:absolute; left:0px; top:0px; width:5px; height:36px; background-image:url(../images/menu_bg_left.png); margin:0px; border:0px;}
			#navsection .navbgright		{position:absolute; right:0px; top:0px; width:5px; height:36px; background-image:url(../images/menu_bg_right.png); margin:0px; border:0px;}
			#navsection li.navsplite		{width:2px ; height:36px; background-image:url(../images/menu_bg_splite.png); padding:0px;}
			#navsection li.selected			{background-image:url(../images/menu_bg_selected.png); color:#016FBC; font-weight:bold;}
			#navsection li.selected a			{color:#016FBC;}
			/* 渐变色区域 */
			#gadientbar			{margin:0 auto; width:990px; height:4px; background-image:url(/images/gadientbar_bg.png);overflow:hidden;}


/* 公用footer部分样式 */
			/* 页脚区 */
			#footerpanel		{margin:0 auto; width:990px; height:50px; margin-top:15px; margin-bottom:15px; border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6;}
			#footerpanel .footerlogo		{float:left; line-height:50px;}
			#footerpanel img				{margin-top:6px;}
			#footerpanel .mylinks			{float:left; line-height:50px; margin-left:2em; color:#AAAAAA;}
			#footerpanel .mylinks a					{color:#AAAAAA;}
			#footerpanel .copyrightinfo		{float:right; line-height:50px; margin-right:2em; color:#AAAAAA;}






/* JQueryui被遮挡的patch */
#ui-datepicker-div	{z-index:999999999 !important;}


/* 公用数据展示表格 */
/**
默认值：
	字体12px
	字体黑色
	行高150%
	背景色白色
	内距0px
	外距0pxxxx
**/
body	{font-size:12px; color:#000; line-height:150%; background-color:#FFFFFF; margin:0px; padding:0px;}
/* 默认margin和padding都是0 */
div		{margin:0px; padding:0px;}
a,a:hover,a:active,a:visited		{text-decoration: none; color:#0273B9;}
img		{border:0px;}
form	{padding:0px; margin:0px;}

/* 清除浮动层用 */
.clear	{clear:both;}

/* 常用样式定义 */

/* 字体类 */
.colorred	{color:#FF0000;}
.colorgray	{color:#666666;}
.colorblack	{color:#000000;}
.colorlink	{color:#0273B9;}


.bold		{font-weight:bold;}
.val		{font-family:'Arial'; color:#E76900;}
.ansichar	{font-family:'Arial';}

.f24p		{font-size:24px;}
.f22p		{font-size:22px;}
.f20p		{font-size:20px;}
.f18p		{font-size:18px;}
.f16p		{font-size:16px;}
.f14p		{font-size:14px;}
.f12p		{font-size:12px;}

/* .fbold		{font-weight:bold;} */

/* 修饰类 */
.underline_dotted	{border-bottom: 1px dotted #BDBDBD;}

/* 公用渐变色背景 */
.bg_liner	{background-image: url(http://www.htyou.com/../images/boxhead_bg.gif)}

/* 文字对齐 */
.ta_right	{text-align:right;}
.ta_center	{text-align:center;}
.ta_left	{text-align:left;}

/* 公用head部分样式 */
			/* 顶部 */
			#headpanel			{margin:0 auto; width:990px; height:60px; position:relative; margin-top:10px}
			#headpanel .logosection			{position:absolute; left:0px; top:0px;}
			#headpanel .hotlinebar			{position:absolute; right:5px; top:0px;}
			#headpanel .userbar			{font-size:12px; position:absolute; right:5px; bottom:2px;}
			#headpanel .userbar a, #headpanel .userbar		{color:#666666;}
			#headpanel .userbar a			{margin:0px 1em 0px 1em;}

			/* 导航条 */
			#navsection			{margin:0 auto; height:36px; width:990px; position:relative; background-color:#000099; background-image:url(../images/menu_bg_middle.png);}
			#navsection ul		{padding-left:1em;}
			#navsection ul li			{float:left; display:inline; line-height:36px; width:100px; font-size:14px; font-weight:bold; text-align:center; color:#FFFFFF; cursor:pointer;}
			#navsection ul li a				{color:#FFFFFF;}
			#navsection .navbgleft		{position:absolute; left:0px; top:0px; width:5px; height:36px; background-image:url(../images/menu_bg_left.png); margin:0px; border:0px;}
			#navsection .navbgright		{position:absolute; right:0px; top:0px; width:5px; height:36px; background-image:url(../images/menu_bg_right.png); margin:0px; border:0px;}
			#navsection li.navsplite		{width:2px ; height:36px; background-image:url(../images/menu_bg_splite.png); padding:0px;}
			#navsection li.selected			{background-image:url(../images/menu_bg_selected.png); color:#016FBC; font-weight:bold;}
			#navsection li.selected a			{color:#016FBC;}
			/* 渐变色区域 */
			#gadientbar			{margin:0 auto; width:990px; height:4px; background-image:url(../images/gadientbar_bg.png);overflow:hidden;}


/* 公用footer部分样式 */
			/* 页脚区 */
			#footerpanel		{margin:0 auto; width:990px; height:50px; margin-top:15px; margin-bottom:15px; border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6;}
			#footerpanel .footerlogo		{float:left; line-height:50px;}
			#footerpanel img				{margin-top:6px;}
			#footerpanel object				{vertical-align:middle;}
			#footerpanel .mylinks			{float:left; line-height:50px; margin-left:1em; color:#AAAAAA;}
			#footerpanel .mylinks a					{color:#AAAAAA;}
			#footerpanel .copyrightinfo		{float:right; line-height:50px; margin-right:0em; color:#AAAAAA;_display:inline-block;_margin-top:7px;}


/* 公用红色按键 */
.button_red	{background-image:url(../images/button_common_orange.gif); border:0px; width:89px; height:28px; text-align:center; color:#FFFFFF; font-weight:bold; font-size:14px; cursor:pointer;}

/* 公共的带灰色渐变色背景 */
.gadientbox	{border:1px solid #D4D4D4; background-image:url(images/gadientbox_bg.png);}

/* JQueryui被遮挡的patch */
#ui-datepicker-div	{z-index:999999999 !important;}

/* 公用数据展示表格样式 */
.table_title		{background-color:#EFEFEF; border-bottom:1px solid #D8D8D8;text-align:center; font-weight:bold; font-size:12px; color:#B2B2B2; line-height:27px}
.table_title td			{border-bottom:1px solid #D8D8D8;}
.table_data			{line-height:27px; border:0px !important; border-bottom:1px dotted #C9C9C9 !important; font-size:12px;font-weight:normal;color:#666666;}
.table_data td			{border:0px !important; border-bottom:1px dotted #C9C9C9 !important;}

/* 公共阴影样式*/
.ht_box_shadow1	{behavior: url(/ie-css3.htc);box-shadow:0px 0px 10px #58ACFA; -moz-box-shadow:0px 0px 10px #58ACFA; -webkit-box-shadow:0px 0px 10px #58ACFA; }


/*3.0公共Header头部设定用 Begin*/
#header #upperHalf		{width:100%; height:137px; background:url(/images/v4/header_bg.gif);}
#header #upperHalf .topSection	{position:relative; height:30px; width:990px; margin:0 auto;}
#header #upperHalf .leftSide	{position:absolute; line-height:30px; left:0px; top:0px;color:#818181;}
#header #upperHalf .rightSide	{position:absolute; line-height:30px; right:0px; top:0px;color:#818181;}

#header #upperHalf .middleSection		{position:relative; height:107px; width:990px; margin:0 auto;}
#header #upperHalf .middleSection .siteLogo img		{position:absolute; top:23px; left:0px;}
#header #upperHalf .middleSection .siteHotline img	{position:absolute; top:23px; right:0px;}

#header #upperHalf .middleSection .siteSearch		{position:absolute; top:23px; left:291px;}
#header #upperHalf .middleSection .siteSearch .siteSearchBar		{width:445px; height:44px; background:url(/images/v4/header_bg_search.png);}
#header #upperHalf .middleSection .siteSearch .siteSearchBar .searchLink{position:absolute; top:15px; right:20px;_right:10px;}
#header #upperHalf .middleSection .siteSearch .siteSearchBar input		{position:absolute; top:10px;_top:0px; width:301px; height:25px; background-color:#FFF; border:1px solid #B3CFE5; vertical-align:middle; margin-top:-3px; _margin-top:7px; margin-left:10px;}
#header #upperHalf .middleSection .siteSearch .siteSearchBar img		{vertical-align: middle; margin-top:-2px; }
#header #upperHalf .middleSection .siteSearch .siteSearchBar span		{color:#2F95E5; font-weight:bold; _margin-top:7px;}

#header #upperHalf .middleSection .siteSearch .siteHotTourLine		{color:#515151; line-height:200%; text-indent:1em;}
#header #upperHalf .middleSection .siteSearch .siteHotTourLine .hot		{color:#2F95E5;}
#header #upperHalf .middleSection .siteSearch .siteHotTourLine .normal	{color:#CCCCCC;}

#header #navbar		{width:990px; height:40px; margin:0 auto;}
#header #navbar div		{display:inline;}
/*3.0公共Header头部设定用 End*/

/* 3.0底部页脚信息 */
#footerSection	{width:990px; height:120px; margin:0 auto; position:relative;}
#footerSection .footerlogo		{position:absolute; left:0px; top:36px; }
#footerSection .mylinks			{display:inline; font-size:12px; line-height:100%; top:46px; position:absolute; left:150px; color:#666;}
#footerSection .mylinks a 		{color:#666;}
#footerSection .certificateInfo	{position:absolute; left:366px; top:30px;}
#footerSection .copyrightinfo	{font-size:12px; color:#666; position:absolute; right:0px; line-height:100%; margin-top:36px;}


/* Patch 2015.4.14 */
.nav-unit a {
	text-decoration:none !important;
}