﻿/*************************************
Author: Haibo GU Ghbjy1128@Gmail.com
Development by: Chinasky.net
Last updated: 2008/7/17
*************************************/
 
@import url("index.css");       /*   首页样式    */
@import url("style.css");       /*   整体样式    */

*{padding:0; margin:0;}

a{text-decoration:none; color:#6d6d6d;}
a:hover{color:#0C5BAD;}
img,a img{border:0;}
ul, li, dl, dt, dd{list-style:none;}
textarea,input,button{font-size:12px;}
.both{clear:both;height:0;overflow:hidden;font-size:0;line-height:0;}
.more a{float:right; background:url(../images/icon_more.gif); height:13px; width:40px; text-indent:-9999pt; margin:10px 20px 0 0;}

body{font-family:"宋体", Verdana; font-size:12px;color:#5F5C57; background:#FFFFFF;}
/* 整体样式 END */