@charset "utf-8";
* {
 margin: 0px;
 padding: 0px;
}
body {
 font-family: "微软雅黑";
 font-size: 18px;
 line-height: 36px;
 background-image: url(bg.jpg);
}
a {
 color:#333333; 
 text-decoration: none;
}
 
a:hover {
 color:#ff0000; 
 text-decoration: underline;
}

#wrap {
 height: auto;
 width: 1200px;
 margin-right: auto;
 margin-left: auto;
 background-image: url(topbg.png);
 background-repeat: no-repeat;
 background-position: center 0px;
 padding-top: 380px;
}
#main {
 height: auto;
 width: 1150px;
 padding-right: 25px;
 padding-left: 25px;
 float: left;
}
#main_header {
 float: left;
 height: 15px;
 width: 1150px;
 background-image: url(main_headerbg.png);
 background-repeat: no-repeat;
}
#main_center {
 float: left;
 height: auto;
 width: 1060px;
 background-image: url(main_centerbg.png);
 background-repeat: repeat-y;
 background-position: 0px 0px;
 padding-top: 35px;
 padding-right: 45px;
 padding-left: 45px;
 padding-bottom: 40px;
}
#copyright {
 float: left;
 height: auto;
 width: 1150px;
 text-align: center;
 padding-bottom: 30px;
 padding-top: 20px;
}

#cat {
 background-image: url(catbg.png);
 background-repeat: repeat-x;
 background-position: 0px bottom;
 float: left;
 height: 50px;
 width: 1060px;
}
#cat_name {
 float: left;
 height: 50px;
 width: 170px;
 background-image: url(cat_namebg.png);
 background-repeat: no-repeat;
 font-size: 18px;
 line-height: 50px;
 color: #FFFFFF;
 text-align: center;
}
#cat_content {
 float: left;
 height: auto;
 width: 1000px;
 padding-top: 20px;
 padding-bottom: 35px;
 padding-right: 30px;
 padding-left: 30px;
}
#cat_list {
 float: left;
 height: auto;
 width: 1050px;
 padding-top: 20px;
 padding-bottom: 35px;
 padding-right: 5px;
 padding-left: 5px;
}

#cat_list li {
 float: left;
 height: 240px;
 width: 350px;
 list-style-type: none;
}
#main_footer {
 background-image: url(main_footerbg.png);
 background-repeat: no-repeat;
 float: left;
 height: 15px;
 width: 1150px;
}
#show_title {
 font-size: 24px;
 line-height: 45px;
 float: left;
 height: auto;
 width: 1000px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #9F0400;
 text-align: center;
}
#show_content {
 float: left;
 height: auto;
 width: 1000px;
 padding-top: 20px;
}