@charset "utf-8";
/* CSS Document */
/*公共样式*/
div,html,body,p,h2,h4,h3,h5,ul,li,span,img{margin:0;padding:0;}
h2,h3h4,h5,p,span{font-family:"微软雅黑";font-size:12px;color:#333;}
html,body{font-family:"微软雅黑";min-width:1200px;max-width:1920px;margin:0 auto;}
a{text-decoration:none;color:#333;}
ul,li{list-style:none;}
img{border: none;vertical-align: middle;list-style:none;}
.fl{float:left;}
.fr{float:right;}
input{outline:none;border:none;}
.clear{clear:both;}
/*main*/
.main{width:1024px;height:auto;margin:0 auto;background:#fff;padding:10px 0;}
.navigation{width:1004px;height:35px;border:1px solid #e2e2e2;margin:0 auto;}
.navigation a{font-size:14px;line-height:35px;color:#333;}
.navigation a:hover{text-decoration:underline;color:#116fd0;}
.mainWrap{width:1002px;height:auto;margin:0 10px;margin-top:10px;border:1px solid #e2e2e2;overflow:hidden;}
.mainBody{width:1002px;height:auto;}