@charset "utf-8";
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,font,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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    /*font-size: 62.5%;*/
}

body {
    line-height: 1.4em;
}

ol,ul,ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */

:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    display: block;
}

.clear:before,.clear:after {
    display: block;
    content: '';
    clear: both;
}

.cur {
    color: #EC870E;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

a {
    text-decoration: none;
    color: #232323;
}

a:hover {
    text-decoration: underline;
    color: #c31;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

input,select,textarea {
    background-color: white;
    color: #7F7F7F;
    border: 1px solid #efefef;
    text-align: left;
    margin: 2px 0 2px 0;
    font-family: 'Microsoft YaHei', "微软雅黑", "Microsoft JhengHei", 'Lucida Grande', Arial, Verdana, sans-serif;
}

h1 {
    font-size: 1.2em;
}

h2,h3,h4,h5,h6 {
    font-size: 1.05em;
}

body {
    font-family: 'Microsoft YaHei', "微软雅黑", "Microsoft JhengHei", 'Lucida Grande', Arial, Verdana, sans-serif;
    color: #333;
    /* background:#F5F6F8; */
    font-size: 0.8em;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

blockquote {
    margin-bottom: 10px;
    border-left: 3px solid #009AD9;
    border-top: 1px solid #218bfb;
    border-right: 1px solid #218bfb;
    border-bottom: 1px solid #218bfb;
    background: #FCFCFA;
    padding: 8px 5px 0;
}

code {
    border-left: 3px solid #009AD9;
    background: #FFF;
    padding: 2px 5px;
}

hr {
    border-bottom: 1px solid #218bfb;
    margin-bottom: 10px;
}

.wrap {
    clear: both;
    /*overflow: hidden;*/
}
/*html5*/

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
    display: block;
}

.cursor{
    cursor: pointer;
}

.txt-center{
    text-align: center;
}

.none{
    display: none;
    opacity: 0;
}

.mgb-20{
    margin-bottom: 2em;
}
.mgt-20{
    margin-top: 2em;
}
.mgt-10{
    margin-top: 10px;
}
.mgt-5{
    margin-top: 5px;
}
.mgb-5{
    margin-bottom: 5px;
}
.mgr-5{
    margin-right: 5px;
}
.mgr-10{
    margin-right: 10px;
}
.mgl-5{
    margin-left: 5px;
}
.mgl-10{
    margin-left: 10px;
}
.mgb-10{
    margin-bottom: 10px;
}
.mgt-160{
    margin-top: 160px;
}
.mgt-180{
    margin-top: 180px;
}
.mg-5{
    margin: 5px;
}

.block{
    display: block;
}

.col-1 {
    width: 8.33333%;
}
.col-2 {
    width: 16.66667%;
}
.col-3{
    width: 25%;
}
.col-4 {
    width: 33.33333%;
}
.col-5 {
    width: 41.66667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333%;
}
.col-8 {
    width: 66.66667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333%;
}
.col-11 {
    width: 91.66667%;
}
.col-12 {
    width: 100%;
}
.pd3{
    padding: 3px;
}
.pd5{
    padding: 5px;
}
.pd10{
    padding: 10px;
}
.pd-right-10{padding:0 20px 0 0;}
.pd-down-10{padding:0 0 10px 0;}
.pdtb10{
    padding: 10px 0;
}
.pdtb5{
    padding: 5px 0;
}
.pdt-10{
    padding-top: 10px;
}
.pdb-10{
    padding-bottom: 10px;
}
.pd20{
    padding: 20px;
}
.ft20{
    font-size: 20px;
    line-height: 24px;
}
.ft3e{
    font-size: 3em;
    line-height: 3em;
}
.ft12{
    font-size: 12px;
    line-height: 16px;
}
.ft14{
    font-size: 14px;
    line-height: 18px;
}
.ft15{
    font-size: 15px;
    line-height: 19px;
}
.ft16{
    font-size: 16px;
    line-height: 20px;
}
.fwn{
    font-weight: normal;
}