/* CSS Document */
@charset "utf-8";
/*公共的部分,去掉IE6,IE7,FireFox所有内外边距*/
*,div,dl,ul,li,dt,dd,h1,form,input,p{padding:0; margin:0;}
/*超级链接样式,正确顺序L-V-H-A来自"蓝色理想"*/
a{text-decoration:none;}
a:link {color:#424242;}
a:visited{color:#424242;}
a:hover{color:#ff6f00;}
a:active {color:orange;}
/*默认标签*/
body{font:normal 12px/150% 宋体;color:#333; background-color:#ccc;}
ul,li{padding:0;list-style:none;}
h1,h2,h3,h4,h5,h6,h7,strong{padding:0px; margin:0px;text-indent:0;}

img{border:none;}
input{font-size:12px;vertical-align:middle}
/* other */
.lf{float:left}
.rf{float:right}
.clr{widht:100%;clear:both;font-size:0;height:0;overflow:hidden;}
.clr10{widht:100%;clear:both;font-size:0;height:10px;overflow:hidden;}
.clear{clear:both}
.close{display:block;clear:both;height:0;overflow:hidden;font-size:0}
.cfloat:after{display:block;clear:both;height:0;overflow:hidden;font-size:0;content:""}
.none{display:none}

.divCenter{width:750px;padding: 10px;height:auto;clear:both;margin:0 auto; background-color:#fff;}
.margin10{margin:10px 0;}
/*head网页头部*/
#header{width:750px;padding:10px;height:auto;margin:0 auto; overflow:hidden; clear:both; background-color:#fff;}
#header .top{width:750px; height:390px;overflow:hidden; clear:both;}
#header .top div{float:left;width:500px;height:390px;}
#header .top h1{float:left;width:250px;height:390px;}
#header .top h1 img{width:250px;height:390px;border:0;}
#nav{margin:0 auto;margin-top:10px;width:738px;height:167px;padding:6px!important;padding:6px 6px 0px 6px;background:#b80000;}
#nav a{display:block;width:242px;height:167px;float:left;}
#nav a.middle{margin:0 6px;}
#nav a img{width:242px;height:167px;border:0;}
/*栏目样式*/
.list{width:750px;height:auto;clear:both;}
.list h2{wdith:735px;padding-left:15px;height:22px;padding-top:6px;line-height:22px;background:url(../images/classbg.gif) repeat-x;}
.list h2 a{font-size:14px;color:#b80000;}
.list ul{margin:10px;height:auto; overflow:hidden; clear:both;}
.list ul li{float:left;margin:0 10px;width:162px;height:auto;}
.list ul li a{display:block;line-height:20px;text-align:center;color:#3366cc;}
.list ul li a.img{height:160px;margin-bottom:5px;border:1px solid #ccc;}
.list ul li a.price{color:#ccc;}
.list ul li a.price span{font-weight:bold;color:#ff6600;}
/*友情链接*/
#link{width:750px;padding:0 10px;height:auto;clear:both;margin:0 auto; background-color:#fff;}
#link span{line-height:22px;font-size:12px;padding-left:10px;font-weight:bold;}
#link  a{line-height:22px;padding:0px 5px;margin-left:5px;}
/*页脚*/
#footer{width:750px;padding: 10px;height:auto;clear:both;margin:0 auto; background-color:#fff;}
#footer .linknav{width:100%;height:25px;line-height:25px;text-align:center;background:#e5e5e5;}
#footer .linknav a{color:#414141;margin:0 5px;}
#footer .copyright{padding:10px;text-align:center;line-height:22px;color:#666;}
#footer .copyright a{color:#666;}
