/*导入外部的样式表*/
@import "style_company.css";
/*基本信息*/
body {font-size:12px;font-family: arial, verdana, helvetica, sans-serif;margin:0px;background:#e4e4e4;}
/*默认链接*/
a:link{color: #737373; text-decoration: none; outline: none;}
a:visited {color: #737373;text-decoration:none;}
a:hover {color: #f70608; }
a:active {color: #737373;text-decoration: underline;}

.a1link:link{color: #000000; text-decoration: none; outline: none; }
.a1link:visited {color: #000000;text-decoration:none; }
.a1link:hover {color: #f70608; }
.a1link:active {color: #000000;text-decoration: underline; }

/*通告样式*/
.notice
{
	margin-left:5px;
    font-size:12px;
    font-weight:bold;
    color:#ff0000;
}
/*通告链接样式*/
.noticelink:link{color: #ff0000; text-decoration: none; outline: none; font-weight:bold; font-size:12px;}
.noticelink:visited {color: #ff0000;text-decoration:none; font-weight:bold; font-size:12px;}
.noticelink:hover {color: #ff0000; font-weight:bold; font-size:12px;}
.noticelink:active {color: #ff0000;text-decoration: underline; font-weight:bold; font-size:12px;}

/*************************************************************************************************************/
/*页面层容器*/
#container {width:100%; height:auto; background:#e4e4e4;} /*整个页面的容器*/
/*页面头部*/
#header {width:100%;margin:0;height:103px;background:#770002;}
#top {
 background:url(../images/top.jpg)  no-repeat; /*加入背景图片*/
 width:864px; /*设定层的宽度*/
 margin:0; /*层居左*/
 height:77px; /*设定高度*/
 clear:both; /*清除浮动*/ 
}
/*导航菜单背景*/
#menubg {
 background:url(../images/menu_bg.jpg)  no-repeat; /*加入背景图片*/
 width:864px; /*设定层的宽度*/
 margin:0; /*层居左*/
 height:26px; /*设定高度*/
 clear:both; /*清除浮动*/
}
/**========================================导航菜单=====================================================**/
/*头部导航菜单样式*/
.menu{
 position:relative; /*层的采用相对定位的方式*/
 float:left; /*层浮动居右*/
 width:458px; /*设定层的宽度*/
 height:20px; /*设定高度*/
 margin:0; /*层居左*/
 margin-top:5px;
 margin-right:10px; /*右边外填充距离*/
 text-align:left;
 line-height:18px;
 vertical-align:middle;
 left:100px;
 top:0px;
 z-index:100;
}
.menu ul { list-style:none; margin:0px; }
.menu ul li { float:left;margin:0 5px; text-align:center;height:15px; line-height:15px; vertical-align:middle;}
.menudiv { width:1px;height:15px; background:#ffffff; line-height:15px; vertical-align:middle;}
/*菜单链接效果1*/
.menulink:link {font-size:12px; color: #ffffff; text-decoration: none; outline: none;}
.menulink:visited {font-size:12px; color: #ffffff;text-decoration:none;}
.menulink:hover {font-size:12px; color: #fff33e; }
.menulink:active {font-size:12px; color: #fff33e;text-decoration: underline;}
/*激活的菜单链接效果*/
.menulink2:link {font-size:12px; color: #fff33e; text-decoration: none; outline: none;}
.menulink2:visited {font-size:12px; color: #fff33e;text-decoration:none;}
.menulink2:hover {font-size:12px; color: #fff33e; }
.menulink2:active {font-size:12px; color: #fff33e;text-decoration: underline;}
/*菜单透明度*/
.trandiv {position:relative; width:100%; height:100%; top:0px; left:0px; border:1px solid #ffffff; color:#ffffff;}  
.tranDivBack {position:absolute; width:100%; top:0px; left:0px; height:100%;background-color:#0066ff; z-index:-10; filter:alpha(Opacity=40)  }  
/***********************二级菜单--公司******************************/
.alpha1,.alpha2,.alpha3,.alpha4{
	position:absolute;
	/*filter:alpha(opacity=80);*/ /* IE 透明度20% */
	left: 245px;
	top: 103px;
    width:114px;
    height:120px;
	z-index: 2;
	overflow:hidden;
	background-color:#82160d;/* 背景色 */
	border:1px solid #ffffff;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=2,opacity=65,finishOpacity=85);
	visibility: hidden;
}

/***********************二级菜单--company******************************/
.alpha1{ left: 245px; height:160px;}
/***********************二级菜单--news******************************/
.alpha2{ left: 320px; height:60px;}
/***********************二级菜单--投资关系******************************/
.alpha3{ left: 375px; height:140px;}
/***********************二级菜单--Careers******************************/
.alpha4{ left: 495px; height:120px;}

.alpha5{
	position:absolute;
	background-color:#770002;
    -moz-opacity:0.8; /* Moz + FF 透明度20%*/
	opacity: 0.8; /* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
	left: 171px;
	top: 163px;
    width:114px;
    height:120px;
	border:1px solid #ffffff;
}
.ap2{
	position:absolute;
	width:100px;
	height:21px;
	left: 0px;
	top: 0px;
	color:#ffffff;
	z-index: 1;
	text-align:left;
/*	border-bottom:1px dashed #ffffff;*/
	vertical-align:middle;
	line-height:21px;
	margin-left:6px;
}
.ap2_0{
	position:absolute;
	width:100px;
	height:21px;
	left: 0px;
	top: 0px;
	color:#ffffff;
	z-index: 1;
	text-align:left;
	border-bottom:1px dashed #ffffff;
	vertical-align:middle;
	line-height:21px;
	margin-left:6px;
}
.ap2_1{
	position:absolute;
	width:100px;
	height:21px;
	left: 0px;
	top: 20px;
	color:#ffffff;
	z-index: 1;
	text-align:left;
	border-bottom:1px dashed #ffffff;
	vertical-align:middle;
	line-height:21px;
	margin-left:6px;
}
.ap2_2{
	position:absolute;
	width:100px;
	height:21px;
	left: 0px;
	top: 40px;
	color:#ffffff;
	z-index: 1;
	text-align:left;
	border-bottom:1px dashed #ffffff;
	vertical-align:middle;
	line-height:21px;
	margin-left:6px;
}
.ap2_3{
	position:absolute;
	width:100px;
	height:21px;
	left: 0px;
	top: 60px;
	color:#ffffff;
	z-index: 1;
	text-align:left;
	border-bottom:1px dashed #ffffff;
	vertical-align:middle;
	line-height:21px;
	margin-left:6px;
}
.ap2_4,.ap3_4,.ap4_4,.ap5_4,.ap6_4{
	position:absolute;
	width:100px;
	height:21px;
	left: 0px;
	top: 80px;
	color:#ffffff;
	z-index: 1;
	text-align:left;
	border-bottom:1px dashed #ffffff;
	vertical-align:middle;
	line-height:21px;
	margin-left:6px;
}
.ap2_5{
	position:absolute;
	width:100px;
	height:21px;
	left: 0px;
	top: 100px;
	color:#ffffff;
	z-index: 1;
	text-align:left;
	border-bottom:1px dashed #ffffff;
	vertical-align:middle;
	line-height:21px;
	margin-left:6px;
}
.ap2_6{
	position:absolute;
	width:100px;
	height:21px;
	left: 0px;
	top: 120px;
	color:#ffffff;
	z-index: 1;
	text-align:left;
	border-bottom:1px dashed #ffffff;
	vertical-align:middle;
	line-height:21px;
	margin-left:6px;
}

/**================================================================================================**/
/*时间层样式*/
#headertime{ position:relative; float:left; margin-right:30px; font-size:12px; color:#fff900; left: 13px; top: 5px; }
/*按钮容器样式*/
#headerbutton{
 background:url(/HnaGroupWebUI/images/button_book2.gif)  no-repeat;  /*加入背景banner图片*/
 position:relative; /*层的采用相对定位的方式*/
 float:right; /*层浮动居右*/
 margin-right:10px; /*右边外填充距离*/
 font-size:12px;
 text-align:center;
 color:#000000;
 width:86px;
 height:18px;
 left:13px;
 top:5px;
 line-height:18px;
 vertical-align:middle;
 clear:right; /*清除右边的浮动*/
}
/*按钮上文字黑色的链接样式*/
.buttonlink:link {font-size:12px; color: #000000; text-decoration: none; outline: none;}
.buttonlink:visited {font-size:12px; color: #000000;text-decoration:none;}
.buttonlink:hover { font-size:12px; color: #000000; }
.buttonlink:active { font-size:12px; color: #000000;text-decoration:none;}
/*英文版样式层*/
#toplanguage1{
 position:relative; /*层的采用相对定位的方式*/
 float:right; /*层浮动居右*/
 margin-right:0px; /*右边外填充距离*/
 font-size:10px; /*字体大小*/
 color:#e00b0b; /*字体颜色*/
 width:70px; /*层的宽度*/
 height:20px; /*层的高度*/
 right:185px; /*层距左边的距离*/
 top:5px; /*层距顶部的距离*/
 overflow:hidden;  /*超出宽度部分隐藏*/
 list-style : url(../images/dot2.gif) inside circle; /*定义列表前面图标的样式*/
 line-height:20px; /*行高距离*/
 vertical-align:middle; /*垂直居中*/
}
/*中文样式*/
#toplanguage2{
 position:relative; /*层的采用相对定位的方式*/
 float:right; /*层浮动居右*/
 margin-right:0px; /*右边外填充距离*/
 font-family:"宋体"; /*字体*/
 font-size:10px; /*字体大小*/
 color:#e00b0b; /*字体颜色*/
 width:60px; /*层的宽度*/
 height:20px; /*层的高度*/
 right:70px; /*层距左边的距离*/
 top:5px; /*层距顶部的距离*/
 overflow:hidden;  /*超出宽度部分隐藏*/
 list-style : url(../images/dot2.gif) inside circle; /*定义列表前面图标的样式*/
 line-height:20px; /*行高距离*/
 vertical-align:middle; /*垂直居中*/
}
/*版本切换字体链接样式*/
.languagelink:link {font-size:10px; color: #e00b0b; text-decoration: none; outline: none;}
.languagelink:visited {font-size:10px; color: #e00b0b;text-decoration:none;}
.languagelink:hover { font-weight:bold; font-size:10px; color: #ffffff; }
.languagelink:active { font-weight:bold; font-size:10px; color: #ffffff;text-decoration:none;}

/*************************************************页面主体内容************************************************************/
/*页面主体*/
#pagebody {width:706px;margin:0;height:auto;background:#f6f6f6; padding-bottom:30px;}
/*banner容器*/
#banner {
 width:694px; /*设定层的宽度*/
 margin:6px; /*层外填充宽度*/
 margin-top:5px;
 height:246px; /*设定高度*/
 clear:both; /*清除浮动*/
 padding-bottom:2px; /*层内填充底部宽度*/
 border-bottom : 1px inset #e00b0b;
}
/*************************************************************************************************************/
/*左边栏目*/
#left{
 width:175px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 height:auto;
 margin-left:5px;
}
/*股市行情容器*/
#sidebar{
 background-color:#efefef;
 width:174px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 overflow:hidden; /*超出宽度部分隐藏*/
 border:1px solid #cccccc;
 height:355px;
 padding-left:2px;
}
/*股市行情标题*/
#stocktitle
{
 background:url(../images/stocktitle.gif) no-repeat;
 width:84px;
 height:18px;
 text-align:left;
 margin:0;
 padding-left:0px;
 float:left; /*浮动居左*/
}
/*股票时间*/
#stocktime
{
 width:68px;
 height:18px;
 text-align:left;
 margin:0;
 padding-left:0px;
 float:left; /*浮动居左*/
 padding-left:3px;
 line-height:18px;
 color:#757575;
}
/*查询股票日期图片*/
#imgstocktime
{
 background:url(/HnaGroupWebUI/images/time.gif) no-repeat; /*加入背景banner图片*/
 width:14px;
 height:18px;
 text-align:left;
 margin-top:2px;
 padding-left:0px;
 float:left; /*浮动居左*/
 line-height:18px;
}
/******************************各种股票表格信息开始********************************************/
.stocktable {
 width:160;
 margin-top:3px;
 margin-left:3px;
 margin-right:3px;
}
.stocktable a {
line-height:18px;
color:#000000;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
.fonttable11hui
{
 color:#5e5e5e;
 font-size:11px;
 font-family:Arial, Helvetica, sans-serif;
 background-color:#f0f0f0;
 text-align:center;
 line-height:12px;
}
.fonttable11white
{
 color:#5e5e5e;
 font-size:11px;
 font-family:Arial, Helvetica, sans-serif;
 background-color:#ffffff;
 text-align:center;
 line-height:12px;
}

/******************************各种股票表格信息结束********************************************/

/*股市行情信息*/
#imgstock{
 background:url(/HnaGroupWebUI/images/pic_stock.gif)  no-repeat; /*加入背景banner图片*/
 width:168px;
 height:94px;
 text-align:left;
 clear:both; /*清除存在的浮动*/
 overflow:hidden;
 margin:0;
}
/*股市行情链接*/
#stock_info ul{
 background-color:#efefef;
 width:100%;
 height:100%;
 text-align:left;
 clear:both; /*清除存在的浮动*/
 overflow:hidden;
 margin:0;
 padding-left:3px;
 font-family:Arial, Helvetica, sans-serif;
 list-style:none; /*去除列表项前面的黑点*/
}
/*股票行情链接字体样式*/
.astocklink:link {font-size:12px; color: #666666; text-decoration: none; outline: none;}
.astocklink:visited {font-size:12px; color: #666666;text-decoration:none;}
.astocklink:hover { font-weight:bold; font-size:12px; color: #ff6600; }
.astocklink:active { font-weight:bold; font-size:12px; color: #ff6600;text-decoration:none;}

.font12red{
 color:#ff6600;
 font-weight:bold;
}
/*友情链接*/
#linkslist{
 background-color:#FFFFFF;
 width:170px;
 height:21px;
 text-align:center;
 clear:both; /*清除存在的浮动*/
 overflow:hidden;
 margin-top:10px;
 color: #666666;
 font-family: Arial, Helvetica, sans-serif;
/* border:1px solid #c13c3c;*/
}
/*下拉菜单样式表*/
.select {
 border-left: #c13c3c 1px solid;
 border-right: #c13c3c 1px solid;
 border-top: #c13c3c 1px solid;
 border-bottom: #c13c3c 1px solid;
 font-size: 9pt;
 color: #4a4a4a;
 font-family:Arial, Helvetica, sans-serif;
}
/*************************************************************************************************************/
/*右边栏目*/
#right {
 width:496px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 margin-right:6px;
}
#maintop1 {
 background-color:#d2d2d2;
 color:#f70608;
 font-weight:bold;
 width:496px;
 text-align:left;
 overflow:hidden;  /*超出宽度部分隐藏*/
 height:16px;
 list-style : url(../images/dot2.gif) inside circle;
 line-height:16px;
 vertical-align:middle;
}
#maintop2 {
 background-color:#d2d2d2;
 color:#f70608;
 font-weight:bold;
 width:496px;
 text-align:left;
 overflow:hidden;  /*超出宽度部分隐藏*/
 height:16px;
 list-style : url(../images/dot2.gif) inside circle;
 line-height:16px;
 vertical-align:middle;
 margin-top:10px;
}

#more1{
 position:relative ;
 float:right; /*浮动居右*/
 margin-right:3px;
 text-align:left;
 color:#737373;
 font-weight:bold;
 left: 0px;
 top: -17px;
}
#more2{
 position:relative ;
 float:right; /*浮动居右*/
 margin-right:3px;
 text-align:left;
 color:#737373;
 font-weight:bold;
 left: 0px;
 top: -17px;
}
#more3{
 position:relative ;
 float:right; /*浮动居右*/
 margin-right:4px;
 text-align:left;
 color:#737373;
 font-weight:bold;
 left: 0px;
 top: 0px;
}
/*轮循广告内容*/
#mainnew{
 margin-top:6px;
 padding-left:1px;
 color:#2d2d2d;
 width:496px;
 height:143px;
 text-align:left;
 overflow:hidden;
 line-height:16px;
 vertical-align:middle; /*垂直居中*/
 float:left; /*浮动居左*/
}
#mainnew_pic{
 /*background:url(/HnaGroupWebUI/images/new_1.gif)  no-repeat; 加入背景banner图片*/
 width:195px; 
 height:141px; 
 border:1px solid #b3b3b3; 
 float:left; /*浮动居左*/
}

#mainnew_font {
 padding-left:8px;
 color:#2d2d2d;
 width:278px;
 height:auto;
 float:right; /*浮动居右*/
 line-height:15px;
}
#mainnew_font li {
 list-style:none;
 text-align:left;
 word-break:break-all;
}
/*新闻及页面文字样式*/
.at1{
 font-size:12px;
 font-weight:bold;
 color:#2d2d2d;
}
.afont12black{
 font-size:12px;
 color:#8a8a8a;
}
/*新闻及页面文字链接样式*/
.anewlink:link {font-size:12px; color: #2d2d2d; text-decoration: none; outline: none;}
.anewlink:visited {font-size:12px; color: #2d2d2d;text-decoration:none;}
.anewlink:hover {font-size:12px; color: #f70608; }
.anewlink:active {font-size:12px; color: #2d2d2d;text-decoration:none;}

/*日期显示的文字内容*/
.maincontent1 {
 margin-top:6px;
 padding-left:1px;
 color:#2d2d2d;
 width:496px;
 height:auto;
 text-align:left;
 line-height:18px;
 border-bottom:1px inset #d2d2d2;
 padding-bottom:2px;
}
/*新的在网上的文字内容*/
.maincontent2 {
 margin-top:6px;
 padding-left:1px;
 padding-bottom:2px;
 color:#737373;
 width:496px;
 height:auto;
 text-align:left;
 border-bottom:1px inset #eb8383;
 overflow:hidden;  /*超出宽度部分隐藏*/
 height:21px;
 line-height:21px;
 vertical-align:middle;
}
.at2{
 font-size:12px;
 font-weight:bold;
 color:#737373;
}

/*************************************************************************************************************/
/*页面底部*/
#buttom_bg{
 background:url(/HnaGroupWebUI/images/buttom_bg.gif) no-repeat; /*加入背景banner图片*/
 width:706px;
 margin:0;
 height:7px;
}
#footer { width:706px;margin:0;height:16px;background:#e4e4e4; margin-top:2px; }
/*底部导航样式*/
#footer ul { list-style:none;margin:0px; }
#footer ul li { float:left;margin:0 5px; }
.footerdiv { width:1px;height:16px; background:#5a5656; line-height:16px; vertical-align:middle;}
#footernotes{ position:relative; float:right; margin-right:120px; font-size:11px; color:#919191; left: 0px; top: 0px; }
/*底部导航链接样式*/
.afooterlink:link {font-size:11px; color: #5a5656; text-decoration: none; outline: none;}
.afooterlink:visited {font-size:11px; color: #5a5656;text-decoration:none;}
.afooterlink:hover {font-size:11px; color: #f70608; }
.afooterlink:active {font-size:11px; color: #f70608;text-decoration: underline;}

/*HNA value下显示的链接*/
#link {
 background:#f6f6f6;
 width:538px;
 height:auto;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 margin-top:7px;
 margin-right:5px;
 border:1px solid #c3c3c3;
}
#link ul { list-style:none;margin:0px; }
#link ul li { float:left;margin:0 5px; }
.linkdiv { width:1px;height:16px; background:#5a5656; line-height:16px; vertical-align:middle;}
#linknotes{ position:relative; float:right; margin-right:120px; font-size:11px; color:#919191; left: 0px; top: 0px; }
.link:link {font-size:11px; color: #5a5656; text-decoration: none; outline: none;}
.link:visited {font-size:11px; color: #5a5656;text-decoration:none;}
.link:hover {font-size:11px; color: #f70608; }
.link:active {font-size:11px; color: #f70608;text-decoration: underline;}


