/*基本设定*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:middle;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:11px;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:"微软雅黑", "黑体", "宋体", Arial;font-size:inherit;font-weight:inherit;}
body{color:#333;font-family: "宋体",  Arial;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:"宋体", Arial;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
select{font-size:12px;}
dt{float:left;}
html{overflow-y:scroll;}
a{outline:none; cursor:pointer;}
a:link{text-decoration:none;}
a:visited{text-decoration:none; color:#ccc;}
a:hover,a:active{text-decoration:underline; color:#eee;}

/*整体布局*/
.header,.main,.footer{width:100%;}
.header_con,.main_con,.footer_con{width:960px;margin:auto;}


/*中陶网简易导航菜单*/
.header{}
.header_con{width:960px; height:60px; margin:auto; /*background-color:#fff;*/}
.header h1,.header ul,.header .weibo{float:left; display:inline-block;}

.header ul{width:600px; height:50px;padding:5px 0;}
.header ul li{float:left; width:89px; height:25px; line-height:25px;padding-left:30px; border-right:1px dashed #eee;}
.header ul li a{color:#333; font-family:"微软雅黑", "黑体", "宋体", Arial; font-size:14px;}
.header ul li a:hover{color:#eee;}
.header ul li.border_none{border:none;}
.header h1{background:url(../images/logo.gif) no-repeat; width:150px; height:60px; text-indent:-9999px;margin-left:5px; margin-right:20px;}
.header .weibo{padding-top:15px;}


/*底部*/
.footer{ font-size:12px; margin:10px 0;}
.copyright{text-align:center; line-height:20px; color:#999; padding:10px 50px; height:100px;}
.footer .copyright a{ color:#999;}
.foot_info{ position:relative; padding:0 0 10px 0; line-height:22px;}
.foot_info .col_left{width:580px;padding-left:10px; float:left;}
.foot_info .col_right{width:360px;float:left;}
.footer_nav{ display:inline-block; }
.footer_nav li{float:left; line-height:20px; padding-right:12px;}
.footer_nav li a:link{color:#333; padding-right:12px; border-right:1px solid #ccc;}
.footer_nav li a:hover{color:#777;}
.foot_info .col_middle p{ text-align:left; line-height:20px; padding-left:50px;}