@charset "utf-8";

/* CSS Document */


/* common */
html, body {
    min-width: 1025px;  
}
body {
    font-weight: normal;
    font-size: 14px;
	font-family: 'Microsoft YaHei', Arial;
    color: #333333;
    background: #fbfeff;
    overflow-x: hidden;
}
ul,
ol {
    list-style: none;
    text-indent: 0;
    list-style-position: outside;
}

img {
    border: 0;
}

b {
    font-weight: normal
}

/* h2,
h3,
h4,
p,
div,
span {
    line-height: 0;
} */


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-indent: 0;
    line-height: 1;
}
.margin-top{
    margin-top: 50px;
}
.margin-bottom{
    margin-bottom: 50px;
}
.padding-top{
    padding-top: 50px;
}