/* CSS Document */
.markdown-body pre,
.markdown-body pre>code.hljs {
    background: #fff;
    color: #333
}

.hljs-comment,
.hljs-meta {
    color: #969896
}

.hljs-emphasis,
.hljs-quote,
.hljs-strong,
.hljs-template-variable,
.hljs-variable {
    color: #df5000
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
    color: #d73a49
}

.hljs-attribute,
.hljs-bullet,
.hljs-literal,
.hljs-symbol {
    color: #0086b3
}

.hljs-name,
.hljs-section {
    color: #63a35c
}

.hljs-tag {
    color: #333
}

.hljs-attr,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-selector-pseudo,
.hljs-title {
    color: #6f42c1
}

.hljs-addition {
    color: #55a532;
    background-color: #eaffea
}

.hljs-deletion {
    color: #bd2c00;
    background-color: #ffecec
}

.hljs-link {
    text-decoration: underline
}

.hljs-number {
    color: #005cc5
}

.hljs-string {
    color: #032f62
}

@charset "UTF-8";

.markdown-body {
    line-height: 1.75;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    letter-spacing: 2px;
    background-image: linear-gradient(90deg, rgba(50, 0, 0, .05) 3%, transparent 0), linear-gradient(1turn, rgba(50, 0, 0, .05) 3%, transparent 0);
    background-size: 20px 20px;
    background-position: 50%;
    word-break: break-word;
    font-weight: 400;
    font-size: 15px;
    overflow-x: hidden;
    color: #333
}

.markdown-body h1 {
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 700;
    padding-left: 10px;
    border-left: 5px solid #773098
}

.markdown-body h2 {
    font-size: 19px;
    font-weight: 700;
    padding-left: 10px;
    border-left: 5px solid #916dd5
}

.markdown-body h3 {
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    border-left: 5px solid #d89cf6
}

.markdown-body h4 {
    font-size: 16px
}

.markdown-body h5 {
    font-size: 15px
}

.markdown-body h6 {
    font-size: 14px;
    margin-top: 5px
}

.markdown-body p {
    line-height: inherit;
    margin-top: 22px;
    margin-bottom: 22px
}

.markdown-body img {
    display: block;
    max-width: 100%;
    margin: 1em 0;
    border-radius: 6px;
    box-shadow: 2px 4px 7px #999;
    user-select: none
}

.markdown-body hr {
    border: none;
    border-top: 1px solid #ddd;
    margin-top: 32px;
    margin-bottom: 32px
}

.markdown-body code {
    padding: .2em .5em;
    font-weight: 700;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    font-size: 1em;
    color: #916dd5;
    word-break: break-word;
    overflow-x: auto;
    background-color: none;
    border-radius: 2px
}

.markdown-body pre {
    overflow: auto;
    position: relative;
    line-height: 1.75
}

.markdown-body pre>code {
    display: block;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    font-weight: 400;
    font-size: .9em;
    padding: 16px 12px;
    margin: 0;
    color: #333;
    word-break: normal;
    overflow-x: auto;
    background: #f8f8f8;
    scroll-behavior: smooth
}

.markdown-body a {
    text-decoration: none;
    color: #916dd5;
    font-weight: 700;
    border-bottom: 1px solid #916dd5
}

.markdown-body a:active,
.markdown-body a:hover {
    color: #773098
}

.markdown-body table {
    display: inline-block !important;
    font-size: 14px;
    width: auto;
    max-width: 100%;
    overflow: auto;
    border: 1px solid #916dd5;
    border-collapse: collapse
}

.markdown-body thead {
    background-color: #916dd5;
    color: #fff;
    text-align: left
}

.markdown-body td,
.markdown-body th {
    padding: 12px 7px;
    line-height: 24px;
    border: 1px solid #916dd5
}

.markdown-body td {
    min-width: 120px
}

.markdown-body blockquote {
    color: #666;
    padding: 1px 23px;
    margin: 22px 0;
    border-left: 4px solid #d89cf6;
    background-color: #f4eeff
}

.markdown-body blockquote:after {
    display: block;
    content: ""
}

.markdown-body blockquote>p {
    margin: 10px 0;
    line-height: 26px
}

.markdown-body ol,
.markdown-body ul {
    padding-left: 28px;
    list-style-type: circle
}

.markdown-body ol li,
.markdown-body ul li {
    margin-bottom: 0;
    list-style: inherit
}

.markdown-body ol li .task-list-item,
.markdown-body ul li .task-list-item {
    list-style: none
}

.markdown-body ol li .task-list-item ol,
.markdown-body ol li .task-list-item ul,
.markdown-body ul li .task-list-item ol,
.markdown-body ul li .task-list-item ul {
    margin-top: 0
}

.markdown-body ol ol,
.markdown-body ol ul,
.markdown-body ul ol,
.markdown-body ul ul {
    margin-top: 3px
}

.markdown-body ol li {
    padding-left: 6px
}

.markdown-body b,
.markdown-body strong {
    color: #916dd5;
    font-weight: 700
}

.markdown-body b:before,
.markdown-body strong:before {
    content: "「"
}

.markdown-body b:after,
.markdown-body strong:after {
    content: "」"
}

.markdown-body em,
.markdown-body i {
    color: #916dd5
}

@media (max-width:720px) {
    .markdown-body h1 {
        font-size: 24px
    }

    .markdown-body h2 {
        font-size: 20px
    }

    .markdown-body h3 {
        font-size: 18px
    }
}

.artdetail_title {
    font-size: 32px;
    color: #0097e0;
    font-weight: bold;
    text-align: center;
    margin: 50px 0;
}

.artview_detail p {
    height: 50px;
    line-height: 50px;
    background-color: #0097e0;
    color: #fff;
    padding-left: 10px;
    font-size: 22px;
}

.artview_detail ul {
    padding-left: 10px !important;
    margin-top: 20px;
    margin-bottom: 40px;
}

.artview_detail ul li {
    margin-left: 18px;
    list-style-type: disc;
}

.artview_detail ul span {
    display: block;
    color: #434343;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}



.imglist {
    width: 1200px;
    margin: 0 auto;
    padding-inline-start: 0px !important;
}

.imgitem {
    position: relative;
    width: 570px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.product_desc {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 151, 224, 0.7);
}

.product_desc div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_desc p {
    color: #FFFFFF;
    line-height: 30px;
}

.wp-new-article-style_lis {
    display: inline-block;
    vertical-align: top;
    width: 570px;
    margin-bottom: 20px;
}

.wp-new-article-style_lis:nth-child(n) {
    margin-right: 56px;
}

.wp-new-article-style_lis:nth-child(2n) {
    margin-right: 0px;
}

.title .productli {
    font-size: 16px;
    color: #434343;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.title .productli:hover {
    color: #0097e0 !important;
}


.content-body-with-sidebar {
    width: 1200px;
    margin: 30px auto;
    padding: 0 5px;
    box-sizing: border-box;
    max-width: 100%;
}


p.m2 {
    font-size: 1.5rem;
    margin-top: 2px;
}

#allmap {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 20px;
}

#allmap .shadow {
    display: none;
}

.lxfs {
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    background-color: #F5F5F5;
}

.lxfs .item {
    margin: 10px;
    width: 370px;
    max-width: 100%;
    padding: 14px;
    border-bottom: 2px solid #167FFC;
    background-color: #FFFFFF;
}

.lxfs .item.xygl {
    border-bottom: 2px solid #167FFC;
}

.lxfs .item.fzgl {
    border-bottom: 2px solid #595BD4;
}

.lxfs .item.zhjd {
    border-bottom: 2px solid #FE9526;
}

.lxfs .item.zhxy {
    border-bottom: 2px solid #00A3EA;
}

.lxfs .item.other {
    border-bottom: 2px solid #252C54;
}

.lxfs .item .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lxfs .item .title img {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    margin-right: 12px;
}

.lxfs .item .title .txt .name {
    max-width: 100%;
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lxfs .item .title .txt .tip {
    margin-top: 5px;
    width: 33px;
    height: 12px;
    background: #167FFC;
    border-radius: 6px;
    text-align: center;
    font-size: 11px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
}

.lxfs .item.xygl .title .txt .tip {
    background: #167FFC;
}

.lxfs .item.fzgl .title .txt .tip {
    background: #595BD4;
}

.lxfs .item.zhjd .title .txt .tip {
    background: #FE9526;
}

.lxfs .item.zhxy .title .txt .tip {
    background: #00A3EA;
}

.lxfs .item.other .title .txt .tiptxt {
    font-size: 10px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #66666A;
    line-height: 27px;
}

.contactBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-box {
    display: flex;
    align-items: center;
}

.lxfs .item .contact {
    margin-bottom: 8px;
    margin-right: 11px;
}

.lxfs .item .contact img {
    margin-right: 8px;
    width: 25px;
    height: 25px;
}

.lxfs .item.other .title .txt .name {
    font-size: 18px;
}

@media screen and (min-width: 410px) {
    .lxfs {
        padding: 10px;
    }
}

@media screen and (max-width: 409px) {
    .lxfs .item .title .txt .name {
        font-size: 16px;
        font-weight: bold;
    }

    .lxfs .item.other .title .txt .name {
        font-size: 14px;
    }

    .lxfs .item.other .title .txt .tiptxt {
        font-size: 10px;
        line-height: 14px;
        word-break: break-all;
        word-wrap: break-word;
        white-space: pre-wrap;
    }
}

.bannerbox {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
}

@media screen and (max-width: 1024px) {
    #abcd {
        margin-top: 64px;
    }

    .bannerbox {
        top: 0;
    }
}

html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    line-height: 1;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;

    outline: none;
}

ul,
ol,
li {
    margin: 0;

    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;

    margin: 0;
    line-height: 1;
}

p {
    word-wrap: break-word;
    word-break: normal;
    width: 100%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

body,
button,
input,
select,
textarea {
    font-family: 'Arial', '微软雅黑';
    font-size: 14px;
    line-height: 1;

    margin: 0;

    color: #333;
    border: 0;
    outline: none;
    background: none;
}

input,
textarea {
    -webkit-appearance: none;
}

a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file']>input[type='button']::-moz-focus-inner {
    border: 0;
    outline: 0;
}

a,
button {
    cursor: pointer;
}

label {
    font-weight: normal;

    margin-bottom: 0;
}

img {
    vertical-align: middle;
}

@media (min-width: 1230px) {
    .container {
        width: 1230px;
    }
}

.bx-wrapper .bx-loading {
    display: none !important;
}

.ib {
    display: inline-block;

    vertical-align: middle;
}

.imgdiv img,
.tra0_3,
.imgk img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.tra1 {
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.dimgdiv img:last-of-type {
    display: none;
}

.dimgdiv:hover img:first-of-type {
    display: none;
}

.dimgdiv:hover img:last-of-type {
    display: inline;
}

.disnone {
    display: none !important;
}

.clearfix::after {
    display: block;
    clear: both;

    height: 0;

    content: ' ';
}

.clearfix {
    zoom: 1;
}

.cp {
    cursor: pointer;
}

.fb {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.l,
.r {
    width: 50%;
}

.c_333 {
    color: #333;
}

.c_666 {
    color: #666;
}

.c_999 {
    color: #999;
}

.c_w {
    color: #fff;
}

.bg_w {
    background: #fff;
}

.c_b {
    color: #000;
}

.bg_b {
    background: #000;
}

.img_d {
    display: none;
}

.img_dd {
    display: none !important;
}

.hm {
    height: 100%;
}

.tn {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.t50 {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tx50 {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ty50 {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tablediv {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.imgdiv {
    overflow: hidden;
}

/* v1.4 2019.6.28  gary*/
/*slick 修整*/
.slick-track .slick-slide {
    display: block !important;
}

/*分享修改*/
.bsBox,
#bsPanel div,
#bsMorePanel div,
#bshareF div {
    box-sizing: content-box;
}

.bsTop span {
    line-height: 24px !important;
}

#bsPanel {
    margin-left: 20px !important;
}

/*编辑器图片和p默认样式处理*/
/* .yxedr_active img{
    width: auto !important;
} */
.yxedr_active img,
.yxedr_active video,
.yxedr_active audio {
    max-width: 100% !important;
}

.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}
.sys-desc{
    width: 70%;
    position: relative;
    top: 30px;
    left: 12%;
    margin-bottom: 50px;
    font-size: 16px;
}
.w-content>p{
	width: 80%;
	margin: auto;
}
.mc_ft2_nav>div{
    display: flex;
}
@media (max-width: 860px){
    .w-content>p{
        width: 100%;
    }
}