body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}
html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  /*  overflow-x: hidden;
    overflow-y: scroll; */
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}


body {
    font-family: 'Microsoft YaHei', Arial,LiHei Pro,微軟正黑體,Microsoft JhengHei,sans-serif, 'PingFang SC', Helvetica;
    font-size: 14px;
    line-height: 1.42857143;
    color: #0a0a0a;
    margin: 0;
    background-color: #fff;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	overflow-x: hidden;
	box-sizing: border-box;
}

a:focus,
button,
input,
select,
textarea {
    outline: none;
}




ul,
ol {
    list-style: none
}

img {
    border: none
}

ul,
ol {
    list-style: none
}

img {
    border: none;
    vertical-align: top
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    text-decoration: none !important
}
a:active{
             text-decoration: none !important
        }

em,
i {
    font-style: normal
}

input,
button,
textarea {
    outline: none
}

button {
    margin: 0;
    padding: 0;
    border: 0px solid transparent;
    outline: none;
    cursor: pointer
}

button:active {
    transform: translateY(1px);
    box-shadow: 1px 1px 1px #888888
}

.clear {
    clear: both
}

.le {
    float: left
}

.ri {
    float: right
}

.re {
    position: relative
}

.ab {
    position: absolute
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.minw1200 {
    min-width: 1200px;
    margin: 0 auto
}

.maxw1200 {
    max-width: 1200px;
    margin: 0 auto
}

.w1 {
    width: 100%
}

.w12 {
    width: 120%
}

.w1920 {
    width: 1920px
}

.imgau img {
    width: 100%;
    height: auto;
    width: auto\9;
    display: block;
    -ms-interpolation-mode: bicubic
}

.w1000 {
    width: 1000px;
    margin: 0 auto
}

button.load-more {
    display: block;
    cursor: pointer;
    margin: 40px auto;
    width: 144px;
    height: 34px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px
}

button.load-more:hover {
    transform: scale(1.1);
    transition: all .5s
}



/* @media screen and (max-width:1023px) {
	
	.w1200{
		width: 100%;
	}
	
} */