/*通用样式开始*/
* {
    font-family: 'Microsoft YaHei', serif;
    text-decoration: inherit;
}

body, html, ul, li, p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 3px;
}

.container {
    width: 100%;
}

/*通用样式结束*/
/*顶部样式开始*/

.navBox {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 23px 360px 0;
    position: relative;
    background-size: 100% 100%;
    background: #660099;
    z-index: 9999;
}

.logo-search {
    width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 120px;
    height: 42px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.logo-search .search {
    width: 490px;
    height: 36px;
    padding-top: 4px;
    display: flex;
}

.search .selectBox {
    height: 36px;
    line-height: 36px;
    border: 1px solid #dcdfe6;
    color: #909399;
    font-size: 14px;
    border-radius: 3px;
    outline: none;
}

.selectBox option {
    height: 36px;
    line-height: 36px;
}


.search .selectBox, .search .selectBox:hover, .search .selectBox:focus, .search .selectBox:focus-visible {
    width: 130px;
    border-radius: 3px;
    overflow: hidden;
    line-height: 36px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 20px;
    outline-color: #dcdfe6;
    outline-style: none;
}

.search .searchInput, .search .searchInput:hover, .search .searchInput:focus, .search .searchInput:focus-visible {
    width: 301px;
    overflow: hidden;
    line-height: 36px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    outline-style: none;
    background: #fff;
    height: 36px;
    padding: 0 15px;
    border-radius: 0 3px 3px 0;
    margin-left: -3px;
}

.seaico {
    width: 54px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border-radius: 0 3px 3px 0;
    margin-left: -2px;
    border: 1px solid #dcdfe6;
}

.seaico i {
    color: #606266;
}

.nav-list {
    width: 100%;
    height: 50px;
    background: #660099;
}

.nav-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.nav-item {
    width: 133px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
    position: relative;
    white-space: nowrap;
    font-size: 18px;
}


.nav-item .child-con {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.child-con:hover {
    background: #FFF;
}

.child-con:hover {
    color: #333;
}

.nav-item:hover .nav-sub {
    display: block;
}

.nav-sub {
    width: 133px;
    min-height: 50px;
    background: #660099;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    top: 50px;
    display: none;
}

.nav-sub-child {
    width: 133px;
    min-height: 50px;
    background: #660099;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    left: 133px;
    overflow: hidden;
    display: none;
}

.nav-sub-item:hover .nav-sub-child {
    display: block;
}

.nav-sub-item:hover {
    background: #FFF;
    color: #333;
}

.item-active {
    background: #FFF !important;
}

.item-active > .child-con {
    color: #333;
}

.navBox a {
    color: #fff;
}

/*顶部样式结束*/

/*通用样式开始*/
.contentBox {
    width: 1200px;
    margin: 0 auto;
}

/*面包屑*/
.bread {
    width: 100%;
    border: 1px solid #eee;
    background: #f7f8fc;
    padding: 10px 0;
    text-indent: 10px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.bread a {
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

/*树结构*/

.treebox {
    width: 100%;
}

.ontree {
    background-color: #18C0DF;
    padding: 5px 3px;
    color: white !important;
}

.tree a {
    color: #646464;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}

.tree a:hover {
    color: #18C0DF;
    cursor: pointer;
}

.close_menu, .open_menu {
    overflow: hidden;
}

.close_menu span, .open_menu span {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    cursor: pointer;
    opacity: 0.5;
}

.close_menu .limg {
    background: url('../img/tree/st_icon.png') no-repeat center center;
}

.open_menu .limg {
    background: url('../img/tree/st_icon_open.png') no-repeat center center;
}

.close_menu span:hover, .open_menu span:hover {
    opacity: 1;
}

/*底部样式开始*/
.footBox {
    height: 102px;
    padding: 22px 18.4% 0;
    color: #666;
    font-size: 14px;
    text-align: center;
    background: #f2f2f2;
    box-sizing: border-box;
}

.footBox > p {
    margin: 0 0 9px;
}

.link {
    cursor: pointer;
}

.footBox > p > span {
    margin-right: 20px;
}

.footBox a {
    color: #666;
}

/*底部样式结束*/

/*富文本内容样式*/
.editor-content-view {
    border-radius: 5px;
    padding: 0 10px;
    margin-top: 20px;
}

.editor-content-view p,
.editor-content-view li {
    white-space: pre-wrap; /* 保留空格 */
}

.editor-content-view blockquote {
    border-left: 8px solid #d0e5f2;
    padding: 10px 10px;
    margin: 10px 0;
    background-color: #f1f1f1;
}

.editor-content-view code {
    font-family: monospace;
    background-color: #eee;
    padding: 3px;
    border-radius: 3px;
}

.editor-content-view pre > code {
    display: block;
    padding: 10px;
}

.editor-content-view table {
    border-collapse: collapse;
}

.editor-content-view td,
.editor-content-view th {
    border: 1px solid #ccc;
    min-width: 50px;
    height: 20px;
}

.editor-content-view th {
    background-color: #f1f1f1;
}

.editor-content-view ul,
.editor-content-view ol {
    padding-left: 20px;
}

.editor-content-view input[type="checkbox"] {
    margin-right: 5px;
}

/*富文本样式*/
.suspension {
    width: 66px;
    box-shadow: -2px 1px 8px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 0;
    top: 28%;
    background: #fff;
    padding: 7px 7px 0 9px;
    z-index: 99999;
    box-sizing: border-box;
}

.operation {
    text-align: center;
    width: 50px;
    height: 54px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.operation:nth-last-child(1) {
    border-color: transparent;
}

.operation .imgborder {
    width: 28px;
    height: 28px;
    margin: 0 auto 2px;
}

.imgborder img {
    width: 100%;
    height: 100%;
}

.operation .tiptext {
    font-size: 12px;
}

.operation .tiptext:hover {
    color: #FF6A00;
}

.btn:nth-last-child(1) {
    border-bottom-color: transparent;
}

.sideMsgBox {
    width: 250px;
    background: #fff;
    position: absolute;
    padding: 12px 16px;
    right: 66px;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.sideMsgBox p {
    margin: 0 0 20px;
    position: relative;
}

.sideMsgBox p .searchInput {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dcdfe6;
    text-indent: 10px;
    outline-color: #dcdfe6;
}

.sideMsgBox p .searchInput:focus-visible {
    outline-color: #1890ff;
}

.sideMsgBox p .warn {
    color: #f56c6c;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -18px;
}

.sideMsgBox p:nth-of-type(1) {
    margin: 0 0 10px;
}

.confirm {
    width: 170px;
    height: 40px;
    font-size: 18px;
    color: #333333;
    transition: all .3s linear;
    border: 1px solid #111111;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.confirm:hover {
    color: #fff;
    background: #FF6A00;
    border-color: #FF6A00;
}

.telBox {
    top: 60px;
}

.telBox p:nth-of-type(1) {
    font-size: 20px;
    color: #666666;
}

.phInp {
    display: inline-block;
    width: 75%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dcdfe6;
    outline-color: #dcdfe6;
}

.btnHd {
    padding: 10px 12px;
    margin-left: -5px;
    position: relative;
    z-index: 2;
    border-color: #1890ff;
    background: #1890ff;
    outline-color: #1890ff;
    border-radius: 4px;
    color: #fff;
}

.btnHd:focus-visible {
    border-color: #1890ff;
}

.dn {
    display: none;
}

dialog {
    width: 380px;
    height: 48px;
    line-height: 48px;
    background: #fff8e6;
    color: #ffba4a;
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -190px;
    outline-color: #fff8e6;
    border: 1px solid #fff8e6;
    text-indent: 30px;
}

/*留言*/
.breadcrumb {
    background: #f2f3f5;
    padding: 0 240px;
    display: flex;
    height: 60px;
    line-height: 60px;
    align-items: center;
}

.breadcrumb a, .breadcrumb i {
    font-size: 16px;
    color: #666;
}

.breadcrumb i {
    font-size: 14px;
    color: #c0c4cc;
    margin: 0 6px;
}

.formSty {
    width: 1010px;
    margin: 0 auto;
}

.for-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 56px 0 64px;
}

.half {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.half p {
    width: 320px;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.half .searchInput {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dcdfe6;
    text-indent: 10px;
}

.half .searchInput:focus-visible {
    outline-color: #1890ff;
}

.con {
    width: 100%;
}

.con .area {
    width: 100%;
    border: 1px solid #dcdfe6;
    outline-color: #1890ff;
}

.btnsub {
    width: 170px;
    padding: 10px 12px;
    cursor: pointer;
    border-style: none;
    background: #1890ff;
    outline-color: #1890ff;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto 20px;
    display: block;
}

/*留言结束*/
