@font-face {
  font-family: 'fz';
  src: url("../font/FZLBK.ttf") format("truetype");
  src: url("../font/FZLBK.eot") format("embedded-opentype"), url("../font/FZLBK.woff") format("woff"), url("../font/FZLBK.ttf") format("truetype"), url("../font/FZLBK.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*=========================================公共样式 ===============================================*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin:0px; padding:0;}  
body{ font-family: "微软雅黑";color:#525252; margin:0 auto; text-align:left; background-color:#2e9dc8;}
img{ border:0; vertical-align:top;}
ul,li{ list-style:none;}
/*=========================================header==============================================*/
#main{ width:1200px; height:780px; margin:4% auto 0 auto;  background-color:#fff; border-radius:10px; box-shadow:0 0 15px #0b86b5; position: relative; clear:both;}
aside{ float:right;}
#main div{ float:left; padding:60px 0 60px 55px; width:495px;}
#main div img{ padding-left:80px; padding-bottom:20px;}
#main div h2{ font-size:28px; color:#000; padding-bottom:20px;}
input{ margin-top:15px; border:0px; border-bottom:1px solid #eee; width:355px; height:55px; line-height:25px;}
	.yonghu{ padding-left:50px; background:url(../images/yonghu_icon.png) no-repeat 15px;}
	.mima{ padding-left:50px; background:url(../images/mima_icon.png) no-repeat 15px;}
	.daai{ padding-left:50px; background:url(../images/daai_icon.png) no-repeat 15px;}
#main p{ margin-top:60px;font-size:16px; color:#525252;}
select{margin-top:15px; border:0px; border-bottom:1px solid #eee; width:400px; height:55px; line-height:25px; background:url(../images/tiwen_icon.png) no-repeat 15px;padding-left:50px;}
button{ background:#4f93fe; border-radius:10px; margin-top:90px; color:#fff; font-size:24px; height:60px; width:400px; border:0px; line-height:60px; box-shadow:0 5px 12px #a4c7ff;}


