@charset "utf-8";
*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{list-style:none;margin:0; padding:0;}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
input,textarea {outline:none;border:0px;}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
a:link { text-decoration: none;color: #535353;}
a:visited {text-decoration: none; color: #535353;}
a:hover { text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #535353;}


body {margin: 0px; color:#535353; font-size: 12px; font-family:"Microsoft YaHei",宋体,Arial, Helvetica, sans-serif;}
a.more:link { text-decoration: none;color: #FFFFFF;}
a.more:visited {text-decoration: none; color: #FFFFFF;}
a.more:hover { text-decoration: none; color: #FFFFFF;}
a.more:active {text-decoration: none; color: #FFFFFF;}
.clear{clear:both;}

.wrap{min-width: 320px;max-width: 640px;margin: 0 auto;overflow: hidden;position: relative;}
.logo{ width:100%; height:auto; overflow:hidden;}
.banner{ width:100%; height:auto; overflow:hidden;}
.banner img{ width:100%; height:auto; overflow:hidden;}



/************************************* 底部信息样式 ************************************/
.f_menu { position: fixed; z-index: 10; bottom: 0; width: 100%; max-width: 640px; background:#e3e4de; height:5em;}
.f_menu li { position: relative; float: left; width: 25%; font-size: 1em; padding: 0 0 0.3em 0; font-family:"Microsoft YaHei";}
.f_menu li em { display: block; width: 16%; margin: 0px auto; padding: 0.2em 0 0 0; text-align: center;}
.f_menu li em img {display: block; width: 100%;}
.f_menu li:before {position: absolute; content: ''; width: 1px; height: 3em; top: 1em; right: 0; background: #fff;}
.f_menu li a { display: block; line-height: 3em; text-align: center; letter-spacing: -1px; font-size: 1.5em;}
.f_menu li ul {position: absolute; z-index: 100; width: 100%; left: 0; bottom: 3em; background: #f6f6f6; border: 1px solid #e3e3e3; border-bottom: none; border-radius: 3px; display: none;}
.f_menu li:nth-of-type(2) ul li {float: none; width: 100%}
.f_menu li:nth-of-type(2) ul li:before {background: #f6f6f6; height: .1em}
.f_menu li:nth-of-type(2) ul li a {display: block; width: 100%; height: 2.3em; padding: 0; border-bottom: 1px solid #e7e7e7; text-align: center; line-height: 2.3em; color: #000; background: 0 0}
.f_menu li ul li:last-of-type a {border-bottom: none}

