﻿/*页面通用主样式*/
* {margin: 0px;padding: 0px;}
body,td,th,input,select,textarea {font-family:Arial,宋体; font-size:12px; color:#000000;}
body {margin:0px; padding:0px; background:url(../images/bg.jpg) repeat-x #fdfdfd}
form,img,iframe {margin:0px; padding:0px;}
input,select,textarea {margin:0px;}
ul,li { list-style-type:none; padding:0px; margin:0px;}
a img{border:0px;margin: 0px;padding: 0px;}

               
/*链接主样式*/
a {font-size:12px; }
a:link,a:visited {color:#555555; text-decoration:none;}
a:hover,a:active {color:#ff0000; text-decoration:underline;}

/*链接blue1样式：蓝色*/
a.more:link,a.more:visited {color:#fe0002; font-size:14px; font-weight:bold; text-decoration:none;}
a.more:hover,a.more:active {color:#fe0002; font-size:14px; font-weight:bold;  text-decoration:none;}

a.cpzs:link,a.cpzs:visited {color:#fdfdfd; font-size:20px; font-weight:bold; text-decoration:none;}
a.cpzs:hover,a.cpzs:active {color:#000; font-size:20px; font-weight:bold;  text-decoration:none;}

a.huise1:link,a.huise1:visited {color:#353333; font-weight:bold; text-decoration:none;}
a.huise1:hover,a.huise1:active {color:#ff0000; font-weight:bold;  text-decoration:none;}

a.huise2:link,a.huise2:visited {color:#ffffff; text-decoration:none;}
a.huise2:hover,a.huise2:active {color:#ff0000; text-decoration:none;}

a.huise3:link,a.huise3:visited { color:#6f6766; line-height:24px; font-size:14px;text-decoration:none;}
a.huise3:hover,a.huise3:active { color:#ff0000; line-height:24px; font-size:14px; text-decoration:none; }

a.red:link,a.red:visited {color:#e30016; text-decoration:none;}
a.red:hover,a.red:active {color:#e30016; text-decoration:underline;}

a.dh:link,a.dh:visited { color:#6f6e6e; font-size:14px;font-family:'Microsoft YaHei',"微软雅黑"; font-weight:bold;text-decoration:none;}//栏目颜色
a.dh:hover,a.dh:active { color:#e3190f; font-size:14px;font-family:'Microsoft YaHei',"微软雅黑"; font-weight:bold;  text-decoration:none;}

a.dhh:link,a.dhh:visited,a.dhh:hover,a.dhh:active { color:#e3190f; font-size:14px;font-family:'Microsoft YaHei',"微软雅黑"; font-weight:bold;  text-decoration:none;}

a.cp:link,a.cp:visited {color:#534d4d; font-size:14px; width:269px; height:32px; line-height:32px; padding-left:40px; display:block;  background:url(../images/left-lyalqh1.jpg) no-repeat;  text-decoration:none; margin-bottom:5px}
a.cp:hover,a.cp:active {color:#fff; font-size:14px; width:269px; height:32px; line-height:32px; padding-left:40px; display:block; background:url(../images/left-lyalqh2.jpg) no-repeat; text-decoration:none; margin-bottom:5px}

a.dhx:link,a.dhx:visited { color:#fff;  text-decoration:none;}
a.dhx:hover,a.dhx:active { color:#ff0000;  text-decoration:none;}

/*页面整体内容DIV样式*/
.div_top {margin:auto; width:1190px; padding:0px;  }
.div_main {margin:auto; width:1190px; padding:10px 0px 0px 0px;}
.div_footer {margin:auto; width:980px; padding:20px 105px 0px 105px;}
a{outline:0;blr:expression(this.onFocus=this.blur());}
#m1 { position: absolute;
	 visibility: hidden;
	 margin: 0;
	 padding: 0;
	 background:#ffffff;
	 font-size:10px;
	 line-height:15px;
	 z-index:1;
	 line-height:24px;
}

#nav 
{
margin:auto;
padding:0px; 
width:1192px;
padding: 0 0 0 0;
background:#ffffff;
margin:0px;
position:fixed;/*固定作用*/
top:0px;


/*ie6下样式，加下划线表示只针对ie6 的hack */
_position:absolute;/* 把导航栏位置定义为绝对位置关键*/
_top:expression(documentElement.scrollTop + "px"); /* 把导航栏位置放在浏览器垂直滚动条的顶端关键 */
z-index:9999; /* 让导航栏浮在网页的高层位置，遇到flash和图片时候也能始终保持最外层 */

}