
HTML, body, div,  ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    border: none;
    font-family: arial,x-locale-body,sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    }
html,body{
    height: 100%;
    width: 100%;
    color: #354B4D;
    }
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6,p {
    color: #354B4D;
    font-weight: normal;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
ul{
    list-style: none;
}
a{
    text-decoration:none;
}
span{
    color: #354B4D;
}
a:link{
    color: #4CC3CC;
}
a:visited{
    color: #4CC3CC;
    cursor: pointer;
}
a:hover{
    color: #4CC3CC;
}
a:active{
    color: #4CC3CC;
}
input::-ms-clear{
    display:none;
    }
input::-ms-reveal{
    display:none;
}
input{
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}
input::-webkit-input-placeholder{
    color: #ccc;
}
input::-ms-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{
    color: #ccc;
}
input[type=submit],input[type=button]{
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
button:focus{outline:0;}
img{
    border:none;
}
ul,ol,li{
    list-style-type:none;
}
/*公共方法*/
.clear{
    clear: both;
}
.clearleft{
    clear: left;
}
.clearright{
    clear: right;
}
.floatleft{
    float: left;
}
.floatright{
    float: right;
}
.cursor{
    cursor: pointer;
}
/*背景及色值表*/
.bg000{
    background: #000;
}
.color000{
    color: #000;
}
.color9b9b9b-12 {
    font-size: 12px;
    color: #9b9b9b!important;
}
.color8e9ab5-14 {
    font-size: 14px;
    color: #8e9ab5!important;
}
.color2d8cf0-14 {
    font-size: 14px;
    cursor: pointer;
    color: #2d8cf0!important;
}