body,
button,
input,
select,
textarea {
    font-family: 'SourceHanSansCN', 'Microsoft Yahei', 'Hiragino Sans GB', tahoma, arial, '\5B8B\4F53';
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    color: #3a3d49;
    outline: 0;
}

body {
    background: #f9fafe;
    color: #727171;
}

a,
a:hover {
    color: #000;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.f-12 {
    font-size: 0.12rem;
}

.f-16 {
    font-size: 0.16rem;
}

.f-18 {
    font-size: 0.18rem;
}

.f-36 {
    font-size: 0.36rem;
}

.section {
    width: 100%;
    position: relative;
    top: -.35rem;
    padding-bottom: 0.5rem;
}

.w1527 {
    width: 15.27rem;
    margin: 0 auto;
}

.cpzx {
    margin-top: 0.67rem;
}

.cpzx h1 {
    color: #0a62b0;
    font-size: 0.5rem;
    text-align: center;
    font-weight: normal;
}

.cpzx h2 {
    font-size: 0.38rem;
    font-weight: normal;
    text-align: center;
    margin-top: 0.15rem;
    text-transform: uppercase;
}

.submenu {
    margin-left: 10em;
    width: calc(100% - 20em);
    box-shadow: 0 0 0.06rem 0 rgb(3 18 15 / 40%);
}

.submenu_con {
    position: relative;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}

.submenu_con::-webkit-scrollbar {
    height: 4px;
}

.submenu_con::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
    border-radius: 2px;
}

.submenu_con ul {
    list-style-type: none;
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
    text-align: center;
    height: .70rem;
    line-height: .70rem;
    color: #005bac;
    font-size: .18rem;
    background: #fff;
    letter-spacing: 1px;
}

.submenu_con ul li {
    display: table-cell;
    position: relative;
}

.submenu_con a {
    display: block;
    color: #005bac;
    transition: color .5s linear, background .5s linear;
    padding: 0 .5em;
    white-space: nowrap;
}

.submenu_con a:hover {
    color: #fff;
    background-color: #005bac;
}

.submenu_con a.cur {
    color: #fff;
    background-color: #005bac;
}

.submenu_con a::after {
    content: " ";
    background: #d0cfcf;
    width: 0.01rem;
    height: 0.47rem;
    position: absolute;
    right: 0;
    top: 0.12rem;
}


/* 公司介绍 */

.int-con {
    margin-top: 0.5rem;
}

.int-con p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin: 0.2rem 0;
}

.int-pic {
    margin: 0.6rem 0;
}

.int-pic img {
    width: 100%;
}


/* 定期报告 */

.bg-list ul.bg-li {
    border-top: #dfe1e7 0.02rem solid;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.bg-li li {
    border-bottom: #dfe1e7 0.02rem solid;
    padding: 0.28rem 0.4rem;
    width: 100%;
}

.bg-li li:hover {
    background: #fff;
}

.bg-li li a {
    display: flex;
    flex-wrap: wrap;
}

.dqbg-1 {
    background: #005bac;
    padding: 0.12rem 0;
    width: 0.9rem;
    color: #fff;
    text-align: center;
    margin-right: 0.23rem;
}

.bg-li li h3 {
    font-size: 0.26rem;
    position: relative;
    padding-bottom: 0.1rem;
}

.bg-li li h3::after {
    content: " ";
    position: absolute;
    background: #aac8e3;
    height: 0.01rem;
    width: 0.2rem;
    left: 50%;
    margin-left: -0.1rem;
    bottom: 0;
}

.bg-li li h4 {
    font-size: 0.14rem;
    padding-top: 0.05rem;
}

.dqbg-2 {
    position: relative;
    width: calc(100% - 120px);
    vertical-align: middle;
    padding: 0.2rem 0;
}

.dqbg-2 .dqbg-02 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.16rem;
}

.dqbg-02 font {
    font-size: 0.34rem;
    color: #777;
}

.dqbg-2 h2 {
    color: #727171;
    font-size: 0.16rem;
}

.bg-li li a:hover .dqbg-2 h2 {
    color: #005bac;
}

.dqbg-2 h5 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    color: #727171;
    display: flex;
}

.dqbg-2 h5 i {
    margin-right: 0.1rem;
    font-size: 0.18rem;
}


/* 股价信息 */

.card_content {
    display: none;
}

.card_content.cur {
    display: block;
}

.cy-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.cy-list li {
    font-size: 0.2rem;
    padding: 0.1rem 0.5rem;
    cursor: pointer;
    margin-right: 0.1rem;
}

.cy-list li.cur {
    background: #649bcc;
    color: #fff;
    border-radius: 5rem;
}

.cy-list li:hover {
    background: #649bcc;
    color: #fff;
    border-radius: 5rem;
}

.gj-list {
    margin: 0.6rem 0;
}

.card_content h4 {
    font-size: 0.16rem;
}

.card_content h5 {
    font-size: 0.16rem;
    margin: 0;
    padding: 0;
    margin-top: 0.2rem;
    line-height: 0.26rem;
    width: 71%;
}

.xx-list table {
    border-top: #e1e2e2 1px solid;
    border-left: #e1e2e2 1px solid;
    width: 100%;
    margin: 0.6rem 0;
}

.xx-list td {
    border-bottom: #e1e2e2 1px solid;
    border-right: #e1e2e2 1px solid;
    text-align: center;
    padding: 0.25rem 0.1rem;
    font-size: 0.2rem;
    color: #545454;
}

.xx-list td:first-child {
    text-align: left;
    padding-left: 0.25rem;
}

.xx-list .bt td {
    text-align: center;
    font-size: 0.26rem;
}

.xx-list tr:nth-last-child(odd) {
    background: #ecedf0;
}

.card_content h3 {
    color: #0a62b0;
    font-size: 0.26rem;
    position: relative;
    padding-right: 2rem;
}

.card_content h3 span {
    position: absolute;
    right: 0;
    font-size: 0.18rem;
    color: #727171;
}

.gj-con {
    display: flex;
    margin: 0.98rem 0;
}

.gj-con .gj-left {
    border-right: #e9eaec 1px solid;
}

.gj-s {
    display: flex;
}

.gj-h1 {
    color: #a80000;
    font-size: .6rem;
    margin-right: 0.25rem;
}

.gj-p {
    text-align: left;
    margin-left: 0.25rem;
}

.gj-p p {
    padding: 0;
    color: #a80000;
    font-size: 0.2rem;
    text-align: right;
    margin: 0.1rem 0 0 0;
}

.gj-p p font {
    padding-right: 0.05rem;
}

.gj-zt {
    display: flex;
}

.gj-zt span {
    padding-right: 0.95rem;
    margin-top: 0.2rem;
    font-size: 0.2rem;
}

.gj-right {
    display: flex;
}

.gj-right .gj-list1 {
    margin: 0 0.8rem;
}

.gj-list1 p {
    font-size: 0.16rem;
    margin: 0;
    padding-bottom: 0.4rem;
}

.gj-list1 p:last-child {
    padding: 0;
}


/* 投资者关系首页 */

.tzz-nei {
    background: #fff;
    box-shadow: 0 0 0.03rem 0 rgb(146 153 179 / 30%);
    margin-top: 0.2rem;
    padding: 0.44rem;
}

.tzz-nei {
    position: relative;
}

.tzz-nei .cy-list ul {
    position: absolute;
    right: 0.44rem;
    top: 0.44rem;
}

.tzz-nei .cy-list li {
    font-size: 0.2rem;
    padding: 0.05rem 0.15rem;
    cursor: pointer;
    background: #e3e5e7;
    margin-right: 0;
}

.tzz-nei .cy-list li.cur {
    border-radius: 0;
    background: #005bac;
    color: #fff;
}

.tzz-nei .cy-list li:hover {
    border-radius: 0;
    background: #005bac;
    color: #fff;
}

.tzz-nei h1 {
    color: #0a62b0;
    font-size: 0.26rem;
    position: relative;
    padding-left: 0.2rem;
}

.tzz-nei h1::before {
    content: " ";
    background: #005bac;
    height: 0.24rem;
    width: 0.03rem;
    left: 0;
    top: 0.05rem;
    position: absolute;
}

.tzz-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.tzz-list li {
    width: calc(33.33% - .5rem);
    display: inline-block;
    border-right: #cacaca 1px solid;
    padding: 0.2rem 0.7rem 0.2rem 0.1rem;
    margin-right: 0.6rem;
}

.tzz-list li:nth-last-child(3n+1) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.tzz-list li a {
    color: #727171;
    font-size: 0.16rem;
    line-height: 0.26rem;
}

.tzz-list li a:hover {
    color: #005bac;
    font-size: 0.16rem;
    line-height: 0.26rem;
}

.tzz-list li .time {
    color: #727171;
    font-size: 0.16rem;
    margin-top: 0.2rem;
}

.tzz-list li .time font {
    color: #727171;
    line-height: 0.18rem;
    padding-right: 0.1rem;
}

.tzz-more {
    background: #005bac;
    padding: 0.2rem 0;
    width: 2.6rem;
    margin: 0.48rem auto 0 auto;
    text-align: center;
}

.tzz-more a {
    font-size: 0.18rem;
    color: #fff;
}

.gj-left1,
.gj-right1 {
    width: 50%;
    font-size: 0.2rem;
    color: #393a3c;
}

.gj-left1 p,
.gj-right1 p {
    padding: 0;
    margin: 0.1rem 0 0 0;
}

.gj-right1 {
    text-align: right;
}

.gj-con1 {
    margin: 0.5rem 0;
}

.gj-left1 .gj-list2 font {
    font-size: 0.26rem;
    color: #a80000;
}

.gj-list2 i {
    color: #14a850;
    padding-right: 0.05rem;
}

.gj-right1 .gj-list2 font {
    width: 1.84rem;
    display: inline-block;
}

.tzzgx-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.tzzgx-con .tzzgx-left {
    background: #fff;
    width: 10.57rem;
    box-shadow: 0 0 0.03rem 0 rgb(146 153 179 / 30%);
}

.tzzgx-con .tzzgx-right {
    width: calc(100% - 10.77rem);
}

.tzzgx-con .tzzgx-right .tzzgx-t {
    background: #fff;
    box-shadow: 0 0 0.03rem 0 rgb(146 153 179 / 30%);
    padding: 0.44rem;
}

.tzzgx-con .tzzgx-right .tzzgx-t1 {
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.tzzgx-left h1 {
    color: #0a62b0;
    font-size: 0.26rem;
    position: relative;
    padding-left: 0.2rem;
    margin: 0.44rem 0.44rem 0 0.44rem;
}

.tzzgx-left h1::before {
    content: " ";
    background: #005bac;
    height: 0.24rem;
    width: 0.03rem;
    left: 0;
    top: 0.05rem;
    position: absolute;
}

.tzzgx-right h1 {
    color: #0a62b0;
    font-size: 0.26rem;
    position: relative;
    padding-left: 0.2rem;
}

.tzzgx-right h1::before {
    content: " ";
    background: #005bac;
    height: 0.24rem;
    width: 0.03rem;
    left: 0;
    top: 0.05rem;
    position: absolute;
}

.tzzgx-left ul.bg-li {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.tzzgx-left .bg-li li {
    border-bottom: none;
    padding: 0.28rem 0.4rem;
    width: 50%;
}

.tzzgx-left .dqbg-1 {
    background: none;
    border: #005bac 1px solid;
    min-height: 60px;
    min-width: 90px;
    padding: 0;
    color: #005bac;
    text-align: center;
    margin-right: 0.2rem;
}

.tzzgx-left a:hover .dqbg-1 {
    background: #005bac;
    min-height: 60px;
    min-width: 90px;
    padding: 0;
    color: #fff;
    text-align: center;
    margin-right: 0.2rem;
}

.tzzgx-left .bg-li li h3 {
    margin-top: 0.08rem;
}

.tzzgx-left .dqbg-2 {
    padding: 0;
}

.tzzgx-left .dqbg-2 h2 {
    font-size: 0.16rem;
}

.tzzgx-left .dqbg-2 h5 {
    font-size: 0.16rem;
}

.tzzgx-left a:hover .dqbg-2 h5 {
    color: #005bac;
}

.tzzgx-left .dqbg-2 h5 i {
    font-size: 0.26rem;
    margin-top: -.05rem;
}

.inp-con textarea {
    border: #cdcfcb 1px solid;
    width: 100%;
    background: none;
    padding: 0.2rem;
    font-size: 0.18rem;
    color: #727171;
    margin-top: 0.2rem;
    line-height: 0.26rem;
}

.inp-button {
    text-align: center;
}

.inp-button button {
    background: #005bac;
    border: none;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
    width: 1rem;
    height: 0.32rem;
    line-height: 0.28rem;
    margin: 0.1rem auto;
    display: inline-block;
}

.tzzgx-lx {
    margin-top: 0.2rem;
}

.tzzgx-lx p {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
    margin-top: 0.1rem;
}

.tzzgx-lx p font {
    border: #727171 1px solid;
    border-radius: 50%;
    padding: 0.03rem;
    font-size: 0.14rem;
    margin-right: 0.1rem;
}

.echarts img {
    width: 100%;
}

#echart {
    width: 100%;
    height: 300px;
}

@media screen and (max-width: 750px) {
    .w1527 {
        width: 100%;
    }
    .app-header-top .w1527 {
        width: 90%;
    }
    .app-header-bottom .w1527 {
        width: 90%;
    }
    .app-footer-top .w1527 {
        width: 90%;
    }
    .app-footer-bottom .w1527 {
        width: 90%;
    }
    .bg-list ul.bg-li {
        margin: 1rem 0.32rem 0 0.32rem;
        width: calc(100% - 0.64rem);
    }
    .bg-li li {
        padding-left: 0;
        padding-right: 0;
    }
    .dqbg-1 {
        width: 1.2rem;
        height: 1.2rem;
    }
    .dqbg-2 {
        /* width: calc(100% - 100px); */
        padding: 0;
    }
    .tzzgx-left .dqbg-2 h5 i {
        margin-top: 0;
    }
    .int-con {
        margin-left: 0.32rem;
        margin-right: 0.32rem;
    }
    .int-con p {
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .tzz-list li {
        width: 100%;
        border-right: none;
        border-bottom: #cacaca 1px solid;
        padding: 0.2rem 0;
        margin-right: 0;
    }
    .tzzgx-left .bg-li li {
        width: 100%;
    }
    .tzzgx-left .dqbg-1 {
        width: 1.2rem;
        /* height: 1.1rem; */
        height: auto;
    }
    .tzzgx-con .tzzgx-right {
        width: 100%;
        margin-top: 0.2rem;
    }
    .inp-button button {
        width: 1.5rem;
        height: 0.6rem;
        font-size: 0.3rem;
        margin-top: 0.4rem;
    }
    .tzz-nei h1 {
        font-size: 0.36rem;
    }
    .tzz-nei h1::before {
        height: 0.36rem;
        width: 0.04rem;
        top: 0.08rem;
    }
    .tzzgx-left h1 {
        font-size: 0.36rem;
    }
    .tzzgx-left h1::before {
        height: 0.36rem;
        width: 0.04rem;
        top: 0.08rem;
    }
    .tzzgx-right h1 {
        font-size: 0.36rem;
    }
    .tzzgx-right h1::before {
        height: 0.36rem;
        width: 0.04rem;
        top: 0.08rem;
    }
    .tzz-list li a {
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .tzzgx-left .dqbg-2 h2 {
        font-size: 0.26rem;
    }
    .tzzgx-lx p {
        font-size: 0.26rem;
    }
    .inp-con textarea {
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .dqbg-2 h2 {
        font-size: 0.26rem;
    }
    .gj-list {
        margin-left: 0.32rem;
        margin-right: 0.32rem;
    }
    .card_content h5 {
        font-size: 0.26rem;
        line-height: 0.4rem;
        width: 100%;
    }
    .cy-list li {
        font-size: 0.26rem;
    }
    .card_content h4 {
        font-size: 0.26rem;
    }
    .gj-con {
        display: inline;
    }
    .gj-con .gj-left {
        width: 100%;
        border-right: none;
    }
    .gj-right {
        display: inline;
    }
    .gj-right .gj-list1 {
        margin: 0.4rem 0;
        width: 100%;
    }
    .gj-list1 p {
        padding-bottom: 0.2rem;
        font-size: 0.26rem;
    }
    .gj-zt span {
        font-size: 0.26rem;
    }
    .gj-p {
        padding-left: 0.55rem;
    }
    .gj-con .gj-left {
        margin-top: 0.4rem;
    }
    .submenu {
        width: 100%;
        margin: 0;
    }
    .submenu_con a {
        font-size: 0.26rem;
        padding: 0 0.2rem;
    }
}