@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px; border:0px;}
body{ color:#000; font-size:12px;}
.clear{ clear:both;}
.kuang{ margin:0 auto; width:1000px;}
header{ width:100%; background:#FFF;}
header .logo{ width:1000px; height:100px; margin:0 auto;}
header .logo img{ float:left;}
header .banner{ width:100%; height:350px; background:url(banner_bg.jpg); }
header .banner img{ width:1000px; height:350px;}
header .gong{ width:1000px; height:40px; margin:0 auto;  background:#f5f4f4;}
header .gong img{ width:46px; float:left; margin-top:5px;}
header .gong p{ padding-top:15px;}
section{ width:1000px; margin:0 auto; background:#f5f4f4; padding-bottom:20px;}
section .tit_1{ width:960px; height:50px; margin:0 auto;}
section .book{ width:958px; height:150px; border-left:1px solid #CCC; border-right:1px solid #CCC; border-bottom:1px solid #CCC; background-color:#FFF; margin:0 auto;}
section aside{ width:180px; height:100px; background:#ea533e; float:left; padding-top:20px; margin:10px 0 0 20px;}
section aside h3{ text-align:center; font-size:20px; color:#FFF;}
section aside p{ text-align:center; font-size:16px; color:#FFF; font-weight:bold; line-height:3;}
section article{ width:740px; float:left; margin-left:10px;}
section article h2{ font-size:24px; margin-top:20px; margin-bottom:20px;}
section article h2 a{ color:#ea533e; text-decoration:none;}
section article h2 a:hover{ color:#F00; text-decoration:underline;}
section article p{ font-size:14px; line-height:1.5; padding-right:20px; padding-bottom:15px;}

footer{ width:100%; background:#d0d0d0; height:220px;}
footer section{ width:1000px; height:200px; margin:0 auto; background:none;}
footer section .left{ width:400px; float:left; margin-top:40px; margin-left:40px;}
footer section .left h3{ font-size:24px; font-weight:bold; margin-bottom:20px;}
footer section .left p{ font-size:14px; line-height:1.5; padding-bottom:10px;}
footer section .right{ width:400px; float:right; margin-top:40px; margin-right:40px;}
footer section .right h3{ font-size:24px; font-weight:bold; margin-bottom:20px;}
.bottom{ clear:both; width:100%; height:50px; background:#00b4ff;}
.bottom p{ text-align:center; font-size:20px; color:#FFF; font-weight:bold; padding-top:15px;}
.bottom p a{ text-decoration:none; color:#FFF;}
