@charset "utf-8";
/* CSS Document */

body,ol,table,tr,td,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,input,select,textarea{margin:0;padding:0; font-family: "微软雅黑"; font-weight:normal;}
ul,li{margin:0;padding:0; font-family:"微软雅黑";font-weight:normal;}

html{ overflow-x:hidden; box-sizing: border-box; min-height: 100%; }
body{font-size:12px; min-height: 100%; margin:0; padding:0; _overflow:hidden; overflow-x:hidden; overflow:visible; background:#fff;}
.red{ color:red;}
input,button,select,textarea{outline:none}
p{ margin:0; padding:0;}
a img{border:none;}
li{list-style-type:none;}
a{text-decoration:none;}
input{vertical-align:middle;font-family:"微软雅黑";}
table{border-collapse:collapse;font-family:"微软雅黑";}
a:hover{cursor:pointer;}
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */
a { outline:none; } /* for FF Chrome */




/*头部*/
.header{ width:100%; background:#fff; display:table; position:fixed; left:0; top:0; z-index:999;}
.logo{ width:100px; float:left; margin:1em; }
.logo img{ width:100%;}
.title{width:120px; display:table; font-size:1.4em; color:#0f4a9f; margin:0 auto; padding-top:1.2em; }
.head-nav{ width:31px; height:32px; float:right; margin-top:-1.8em; margin-right:1em;position:relative; }
.nav-icon img{ width:100%;cursor:pointer;}
.head-nav ul{width:180px;min-height:600px;position:absolute; right:-200px; top:-2.5em; background:#f3f8fd;}
.head-nav ul li{width:100%; text-align:center; height:60px;background:#f3f8fd;position:relative; border-bottom:1px solid #e6e7e7;  }
.head-nav ul li a{  display:block;width:100%; height:60px; line-height:60px; text-align:center;background:#f3f8fd; font-size:1.3em; color:#414243;}
.head-nav ul li span{ color:#e6e7e7; position:absolute; top:18px; right:15px; font-size:1.5em;}
.head-nav ul li a:hover{ background:#0f4a9f;color:#fff;}
.head-nav ul li img{ position:absolute;  top:2.5em; right:1em; cursor:pointer; }

.footer{ width:100%; background:#313131; color:#fff; text-align:center; font-size:1em; padding-top:1em;padding-bottom:1em;}