/* =============== Reset css  ================= */
html, body {
    height: 100%;
}
/*body,select,textarea {font-size:1.1em}
body, html,input{font-family: “Microsoft YaHei” ! important; }*/
body {
    font-family: 'Microsoft YaHei'! important;
    background-color: #F6F1E3;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 12px;
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
    /*background-color:#f7f4ef ;*/
    margin: 0px;

}
ul >li{
    font-size: 14px;
    color:#E59E4F;
    margin-top: 15px;
}
h1 {

    padding: 10px 0;
    font-weight: 700;
    font-size: 50px;
}

p {
    margin-right: 15px ;
    margin-left: 15px;
    margin-bottom:5px ;
    margin-top: 5px;
    line-height: 25px;
    padding: 5px 0;
    font-size: 14px;

    color:#E59E4F;
;
}
/*p{text-indent:2em;}*/
p.more{
    text-indent:0px;
}
a {
    -webkit-transition: all 0.3s ease-in-out 0.25s;
    -o-transition: all 0.3s ease-in-out 0.25s;
    transition: all 0.3s ease-in-out 0.25s;
}

a, a:hover, a:focus, a:active {
    outline: 0;
    text-decoration: none;
}

input,
input:focus {
    outline: 0;
}
