@charset "utf-8";
/* CSS Document */
html{-webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{ background:#FFFFFF;}
ol,ul,li{list-style:none;}
img {border:0;}

ul.box{ width:600px; height:200px; margin:200px auto; font-family:"微软雅黑", "宋体";}
ul.box li{ float:left; width:200px; height:200px;}
ul.box li.a{ background:url(../images/icon_01.jpg) no-repeat center top;}
ul.box li.b{ background:url(../images/icon_02.jpg) no-repeat center top;}
ul.box li.c{ background:url(../images/icon_03.jpg) no-repeat center top;}
ul.box li.d{ background:url(../images/icon_04.jpg) no-repeat center top;}
ul.box li a{ text-decoration:none; font-size:16px; color:#000033; font-weight:bold; text-align:center; display:block; height:70px; padding-top:130px;}
ul.box li a:hover{ color:#FF3300;}

dl{ width:600px; height:400px; margin:150px auto; border:1px solid #999; color:#666;}
dl dt{ font-size:24px; text-align:center; border-bottom:1px dotted #999; height:80px; line-height:80px; color:#666; margin-bottom:40px;}
dl dd{ height:30px; line-height:30px; clear:both; padding-left:50px; margin-bottom:25px;}
dl dd b{ display:block; float:left; width:170px;}
dl dd input{ display:block; float:left; height:30px; line-height:30px; border:1px solid #999; width:300px; padding:0 5px; font-size:14px; #666;}
.center{ margin-left:90px; font-weight:bold; letter-spacing:10px; color:#666666;}