@charset "utf-8";
/* CSS Document */
html,body{height:100%;color:#0E0E0E;background-color:#FFFFFF}
html,body,div,h1,h2,h3,dl,dt,dd,ul,ol,li,a,span,strong,em,small,img,form,input,table,thead,tbody,tr,th,td{margin:0;padding:0}
body{font:normal 100% Arial,"\5fae\8f6f\96c5\9ed1","\5b8b\4f53",sans-serif;}
body #wrapper{width:100%;text-align:left;margin:0 auto;min-width:320px;height:100%;max-width:640px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul,ol{list-style:none}
em{font-style:normal;}
img{max-width:100%;border:0;-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;/*添加以下属性是解决图片在微信浏览器下默认转换效果造成页面模糊*/-webkit-transform:scale(1)rotate(0)translate3d(0,0,0);transform:scale(1)rotate(0)translate3d(0,0,0);}

input[type=button],input[type=submit],input[type=file],input,button{cursor:pointer;-webkit-appearance:none} 
input:focus, textarea:focus {outline: none;}

a:link,a:visited {text-decoration:none;color:#0E0E0E;}
a:hover {color:#0E0E0E;text-decoration:underline;}

.hd{text-align:center;padding:10px 15px}
.bd-a{width:95%;margin:0 auto}


.clear{height:80px;clear:both;overflow:hidden}
.footer_contact {-webkit-transform:translateZ(0);-webkit-animation-duration:350ms;position:fixed;-webkit-animation-timing-function: ease-in-out;-webkit-animation-name:fadein;z-index:10;opacity:1;width:100%;max-width:640px;overflow:hidden;bottom:0;}
.footer_contact ul {overflow:hidden;border-left:solid 0.5px #454545}
.footer_contact li {float:left;width:20%;text-align:center;font-size:13px;background:#161616}
.footer_contact li a {border-right:solid 0.5px #454545;color:#FFFFFF;height:60px;padding-top:14px;text-decoration:none;display:block;}

.slider{display:none}/*用于获取更加体验*/
/*.focus span{width:10px;height:10px;margin-right:10px;border-radius:50%;background:#FFFFFF;font-size:0}
.focus span.current{background:#0087D1}*/
.clearfix{zoom:1}
.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}
