@import url(indexcssNew.css);   /*首页样式  indexcss.css*/

body{margin:0px;}
a:link{color:#000000; text-decoration:none;}
a:visited{color:#000000; text-decoration:none;}
a:hover{color:#000000; text-decoration:underline;}

/*字体样式*/
*{font-family:"宋体"; font-size:12px;}
.f12{font-size:12px; font-family:"宋体";}
.f14{font-size:14px; font-family:"宋体";}
.fbold{font-weight:bold;}


/*颜色样式*/
.col1{color:#000000;}
.col2{color:#FFFFFF;}
.col3{color:#FF0000;}
.col4{color:#fe6700;}


/*其他样式*/
ul{list-style:none;}
p,h1,h2,h3,h4,h5,h6,ul{padding:0px; margin:0px;}
.clear{clear:both;}
.fleft{float:left;}
.fright{float:right;}