@charset "utf-8";
/* CSS Document */
html{overflow-y:scroll;}
body,li,h1,h2,h3,h4,h5,h6,img,input,button,dl,dt,dd,p,ul,li,area{ margin:0px;padding:0px; list-style:none; border:0; outline:none; }
body{ font-family:"黑体"; color:#3e3e3e; background:#f2f2f2;}
a{ color:#d12000; text-decoration:none;}
a:hover{ text-decoration:none;}

#logo{ width:100%; height:60px; margin-top:25px; text-align:center; }
#logo img{ height:60px; width:auto;}

#con{ width:100%; height:420px; text-align:center; padding-top:35px;}
#con img{ height:380px; width:auto;}

#footer{ height:48px; border-top:1px solid #ccc; background:#fff; width:100%; margin:0 auto;}
#footer ul{ width:100%; overflow:hidden;}
#footer ul li{ width:33%; float:left; height:48px; text-align:center;}
#footer ul li a{ display:inline-block; width:100%; height:48px;}
#footer ul li a img{  width:auto; height:48px; }