/* CSS Document */
@import url(font.css);
@import url(products.css);
@import url(other.css);
@import url(nav.css);

img{border:none;}
body{margin:0px;}

#head{
float:left;
width:1004px;
height:58px;
background:url(../img/head-bg.jpg);
margin-bottom:15px;
}
#layout{
width:1004px;
margin:0px auto;
}

#logo_positon{
float:left;
display:inline;
margin-left:122px;
margin-top:25px;
}

#english_body{
float:left;
display:inline;
margin-left:160px;
padding-top:38px;
}
#mainbody{
float:left;
width:780px;
display:inline;
margin-left:102px;
}


#flash_body
{
float:left;
width:780px;
padding-bottom:2px;
margin-bottom:20px;
border-bottom:#005496 solid 1px;
}

#h_navbody{
float:left;
width:133px;
}

#h_about{
float:left;
width:470px;
}
#h_new{
float:left;
width:418px;
height:180px;
line-height:18px;
padding-left:25px;
padding-right:25px;
padding-top:10px;
border-left:#d8d8d8 dashed 1px;
border-right:#d8d8d8 dashed 1px;
}

.h_new_line{
float:left;
width:415px;
}

.h_new_name{
float:left;
width:310px;
}
.h_new_time{
float:left;
width:100px;
text-align:center;
font-size:12px;
}


.h_link_body{
float:left;
width:164px;
display:inline;
margin-left:12px;
}

.h_con_link:link{
font-size:12px;
text-decoration:none;
color:#ff0000;
width:90px;
height:22px;
background:url(../img/h_con.jpg);
padding-top:28px;
display:inline;
padding-left:74px;
float:left;
margin-top:6px;
}
.h_con_link:visited{
font-size:12px;
text-decoration:none;
color:#ff0000;
width:90px;
height:22px;
background:url(../img/h_con.jpg);
padding-top:28px;
display:inline;
padding-left:74px;
float:left;margin-top:6px;
}
.h_con_link:hover{
font-size:12px;
text-decoration:none;
color:#ff0000;
width:90px;
height:22px;
background:url(../img/h_con.jpg);
padding-top:28px;
display:inline;
padding-left:74px;
float:left;margin-top:6px;
}
.h_con_link:active{
font-size:12px;
text-decoration:none;
color:#ff0000;
width:90px;
height:22px;
background:url(../img/h_con.jpg);
padding-top:28px;
display:inline;
padding-left:74px;
float:left;margin-top:6px;
}

#content_left{
float:left;
width:135px;
display:inline;
margin-right:9px;
}
#content_right{
float:left;
width:635px;
}

#footer{
float:left;
width:465px;
height:30px;
line-height:30px;
background:#d9d9d9;
display:inline;
font-size:12px;
padding-left:315px;
margin-top:15px;
margin-bottom:10px;
}


