@charset 'utf-8';

/*-- reset start--*/
html, body { height: auto }
html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, table, tr, th, td, section, nav, menu, aside, header, footer, header { margin: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
ul, ol, nav, menu { list-style: none }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
ol, ul { list-style: none; }
i, b, em, strong { font-style: normal; text-decoration: none; font-weight: normal; }
body { font-family: 'Microsoft YaHei', 'simsun', 'Lucida Grande', 'Lucida Sans Unicode'; background: #fff; }
a { text-decoration: none; color: #000; }
input { word-break: break-all; word-wrap: break-word; border: 0; outline: 0; }
.clearfix { *zoom: 1; }
.clearfix:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
img { height: auto; width: auto\9; }
.fl { float: left; }
.fr { float: right; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #a77449;
opacity: 0.73
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #a77449;
opacity: 0.73
}

input[type="text"], input[type="button"], button, select { -moz-appearance: none;-webkit-appearance: none; appearance: none; background: none; border-radius: 0; border: 0; }
.wap { width: 94%; margin: 0 auto; overflow: hidden; }
/*-- reset end--*/

body,html{
    background: #f1f4f6;
    height: 100%;
}
.content{
    overflow: hidden;
    zoom: 1;
    width: 1200px;
    margin: 24px auto 0;
    height: calc(100% - 90px);

}
header{
    width: 100%;
    background: #fff;
    height: 65px;
    line-height: 65px;
}
.logoBox{
    width: 1200px;
    margin: 0 auto;
    /* padding: 13px 0; */
}
.logoBox img{
    vertical-align: middle;
}
.logoBox span{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-left: 5px;
}
.ct_left{
    width: 250px;
    float: left;
    background: #fff;
    height: 100%;
}
.ct_left span{
    display: block;
    padding-left: 40px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
}
.ct_left span.cur{
    background: #0059c4;
    color: #fff;
}
.ct_right{
    background: #fff;
    height: 100%;
    float: right;
    width: 930px;
}
.imgBox{
    padding: 30px;
}