@charset "utf-8";
/*清楚默认样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    word-break: break-word;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, textarea, select {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    font-weight: normal;
    border-radius: 0;
    -webkit-appearance: none;
    word-break: break-all;
    outline: none
}

textarea, select {
    outline: none;
}

a, a:link, a:visited, a:active, a:focus {
    text-decoration: none;
    color: #333;
}

a:visited, a:active, a:focus {
    color: #333;
}

html, body {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    background: #f9f9f9;
    height: 100%;
}

body.wihitebg {
    background: #fff;
}

img {
    display: block;
    border: none;
}

button {
    border: 0;
}

em {
    font-style: normal;
}

.bs {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select {
    direction: rtl;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

/*头部公用样式*/
.header {
    width: 100%;
    overflow: hidden;
}

.header .searchbox {
    width: 100%;
    height: 3.333rem;
    padding: 0.6rem 0.8rem;
    background: #2da6f7;
}

.header .searchbox .searchit {
    width: 100%;
    height: 2.133rem;
    background: #fff;
    border-radius: 1.067rem;
    position: relative;
    padding: 0 0.8rem 0 2.5rem;
}

.header .searchbox .searchit span {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.133rem;
    background: url(../images/searchico.png) no-repeat 1.0rem center;
    background-size: 0.8rem auto;
}

.header .searchbox .searchit input {
    width: 100%;
    height: 2.133rem;
    border: none;
    font-size: 0.8rem;
}

.header .nav {
    width: 100%;
    height: 3.267rem;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
    position: relative;
}

.header .nav .navall {
    width: 100%;
    height: 3.267rem;
    width: auto;
    overflow: scroll;
    background: #fdfdfd;
}

.header .nav .navall ul {
    width: 100%;
    height: 3.267rem;
}

.header .nav .navall ul li {
    /*width: 3.833rem;*/
    height: 3.267rem;
    /*margin-right: 15px;*/
    padding: 0 10px;
    line-height: 3.267rem;
    font-size: 0.933rem;
    float: left;
    text-align: center;
}

.header .nav .navall ul li a {
    display: block;
    width: 100%;
    height: 3.267rem;
    color: #333;

}

.header .nav .navall ul li.select a {
    color: #2da6f7;
}

.header .nav .rightpoup {
    position: absolute;
    right: 0;
    height: 3.267rem;
    background: url(../images/moreico.png) no-repeat;
    background-size: auto 100%;
    width: 3.2rem;
}

header {
    width: 100%;
    height: 3.333rem;
    background: #2da6f7;
    text-align: center;
    line-height: 3.333rem;
    color: #fff;
    position: relative;
}

header a.backico {
    width: 3.333rem;
    height: 3.333rem;
    display: block;
    background: url(../images/backico.png) no-repeat center;
    background-size: 0.567rem auto;
    text-indent: -999em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 44;
}

.editorConnect img{max-width:100%;}

/*富文本页面显示表格超宽处理*/
.editorConnect table{
    width: 100%!important;
    table-layout: fixed;
}
.editorConnect td{
    white-space: normal!important;
    width: auto !important;
}
/*富文本页面显示表格超宽处理---end*/