/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #5A5A5A;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;background:url(/Skin/hz-ai/bg.jpg) repeat-y;
background-position:center;
text-decoration: none;
line-height:200%;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
	color: #5A5A5A;
}
img {border:none;}
p{
text-indent:2em;
margin:10px 0px;
}


.smenu {width:78px;position:absolute;z-index:10;background:#ffe;border:#67c7c7 1px solid;border-bottom:none;display:none;}
.smenu li{float:left;width:78px;text-align:left;border-bottom:#67c7c7 1px solid;}
.smenu li a{float:left;width:70px;height:16px;padding:5px 0 0 8px;}


.smenu1 {width:180px;position:absolute;z-index:10;background:#ffe;border:#67c7c7 1px solid;border-bottom:none;display:none;}
.smenu1 li{float:left;width:180px;text-align:left;border-bottom:#67c7c7 1px solid;}
.smenu1 li a{float:left;width:170px;height:16px;padding:5px 0 0 8px;}

#MM1 {margin:50px 0 0 118px;}
#MM2 {margin:90px 0 0 118px;}
#MM3 {margin:172px 0 0 118px;}
#MM4 {margin:126px 0 0 100px;}

.p_li p{
margin:0px;
}

.sep_line{
margin:10px 0px;
border-top:1px #ADADAD dashed;
height:0;
}
.show_page{
width:98%;
text-align:center;
}

.td1{
text-align:right;
padding-right:20px;
}
.font1
{
font-size: 10px;
font-family:"Times New Roman";
}

.nav td{
border-bottom:1px #ADADAD dashed;
color:#9E9E9E;
line-height:200%;
font-family:"Times New Roman";
padding:0px 7px;
height:40px;
}
.nav td a{
font-family:"宋体";
font-size:14px;
font-weight:bold;
color:#02486A;
}
.subnav{
padding:5px 0 20px 0;
}
.subnav td{
border-bottom:1px #ADADAD dashed;
font-weight:bold;
color:#9E9E9E;
padding-left:15px;
height:25px;
width:100%;
}
.articlelist1{
padding:50px;
}
.articlelist1 td{
line-height:25px;
}
.guestbooklist1{
padding:20px 50px;
}
.productlist1{
padding:10px 0px;
}
.productinfo1
{
}
.productinfo1 img{
max-width:550px;
width:expression(this.width >550 ? 550 : true); 
overflow:hidden;
}

.title1{
padding-left:10px;
font-family:"黑体";
font-size:16px;
color:#004C61;
width:253px;
height:29px;
background:#EAEAEA;
line-height:29px;
}
.title2{
text-align:right;
padding-right:20px;
width:607px;
height:25px;
background:#EAEAEA;
line-height:25px;
}
.title_bg{
border-bottom:1px #BFBFBF solid;
width:80%;
text-align:right;
padding-right:5px;
}
.tblist1{
padding:20px 10px;
}
.tblist1 td{
border-bottom:1px #BFBFBF dashed;
line-height:25px;
padding:0px 0px;
}
.tblist1 img{
padding:2px 10px 0px 10px;
}

.pic1 img{
padding:2px;
border:1px solid #BFBFBF;
}

.font_1{
font-family:"黑体";
font-weight:bold;
font-size:14px;
color:#327289;
}

.font_2{
font-family:"黑体";
font-size:16px;
color:#004C61;
padding:0 10px;
}
.font_3{
font-size:14px;
font-weight:bold;
color:#FF740D;
}