/**
 * M
 * @authors jing
 * @date    2015-09-25
 * @version 1.0.0
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
	color:#383838;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    min-height: 300px;
	max-width: 640px;
    margin: 0 auto;
    line-height: 20px;
    font-size: 17px;
    font-family:Helvetica,STHeiti,Droid Sans Fallback;
    background: #FFF;
    color: #333;
	/*这一句是用来解决在安卓上的点击出现蓝框问题*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*下面是解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
/*-webkit-user-modify:read-write-plaintext-only; 竟然让网页可以编辑了！
*/}
/*IOS下移除按钮原生样式*/
input::-ms-clear{display:none;}
input[type="button"], input[type="submit"], input[type="reset"] , input[type="search"]{
-webkit-appearance: none;
}

textarea {  -webkit-appearance: none;}   
html {
    color: #333;
    font-size: 1em;
    line-height: 1.5;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
.clear_float{ clear:both;}
.page{ float:left;width: 100%;}
.page ul{text-align: center;

  display: block;  height: 20px;}
.page ul li{ display:inline-block; }
.page ul li a{ text-decoration:none; font-size:12px; color:#707070;}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2019-01-30 16:01:37" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->