a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.pos {
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.navtab {
    display: none;
}

@media screen and (min-width:280px) and (max-width: 767px) {
    /* div横向平滑 */
    .cp-title2 {
         overflow: hidden;
        height: 45px;
        width: 100%;
        overflow-x: auto;
        box-shadow: 0px 5px 10px 0px rgba(223, 223, 223, 0.75);
    }
    .cp-title2::-webkit-scrollbar {
        display: none;
        /*隐藏滚动条*/
    }
    .cp-title2 .aaaa {
        white-space: nowrap;
    }
    /* 背景图 */
    #beijingtu {
        background: url(../../images/wap_touzi.png) center center no-repeat;
        height: 350px;
    }
    #beijingtu_wenzi {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #beijingtu_wenzi_p1 {
        font-size: 60px;
        color: #fff;
    }
    #beijingtu_wenzi_p2 {
        font-size: 18px;
        color: #fff;
    }
    /* 插件 */
    a {
        color: #333333;
    }
    a:hover {
        text-decoration: none;
    }
    .cp {
        width: 100%;
        margin: 0 auto;
    }
    .cp-title2 a {
        padding: 10px 20px;
        border-radius: 28px;
        font-size: 12px;
        margin-right: 0px;
    }
    .cp-title2 a.active,
    .cp-title2 a:hover {
        background: linear-gradient(203deg, #189DF8, #247DE1);
        color: #FFFFFF;
    }
    .about-column5 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .about-column4 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .about-column3 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .about-column2 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .about-column {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .aaaa {
             overflow-x: scroll;
        text-align: center;
        background: #fcfcfc;
        width: 180%;
        line-height: 45px;
        box-shadow: 0px 5px 10px 0px rgba(223, 223, 223, 0.75);
    }
    /* 重要 */
    .rs {
        margin-top: 15px;
        border: 1px solid #c9c9c9;
    }
    .rs-title {
        overflow: hidden;
        border-bottom: 1px solid #c9c9c9;
    }
    .rs-title p {
        font-size: 24px;
        width: 33.3%;
        box-sizing: border-box;
        text-align: center;
        float: left;
        line-height: 48px;
        border-right: 1px solid #c9c9c9;
        cursor: pointer;
    }
    .rs-title p.active {
        color: #FFFFFF;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .rs-title p.last2 {
        border: none;
    }
    .rs-box {
        padding: 15px;
    }
    /* 公司报告 */
    /*报告标题 */
    .baogao {
        padding: 0px 20px;
    }
    .baogao_biaoti {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .baogao_biaoti_right {
        display: flex;
        flex-direction: row;
    }
    .baogao_biaoti_right_1 {
        width: 7px;
        height: 30px;
        margin-right: 10px;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .baogao_biaoti_right_2 {
        font-size: 18px;
        color: #595959;
    }
    .baogao_biaoti_left {
        display: none;
        width: 104px;
        height: 36px;
        line-height: 36px;
        border-radius: 28px;
        text-align: center;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .baogao_biaoti_left_shouji>a {
        color: #247DE1;
        display: block;
        text-transform: uppercase;
    }
    .baogao_biaoti_left>a {
        color: #fff;
    }
    /* 年度报告内容 */
    .niandubaogao_neirong {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 15px;
    }
    .niandubaogao_neirong_img {
        display: none;
    }
    .niandubaogao_neirong_img>img {
        width: 100%;
        padding: 10px;
        border: 1px solid #CDCDCD;
    }
    .niandubaogao_neirong_left {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .niandubaogao_neirong_wenzi {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #CDCDCD;
    }
    /* 分页符 */
    .htmleaf-content {
        margin-top: 50px;
        display: none;
    }
    /* 加载 */
    .loader {
        display: block;
        position: relative;
        height: 50px;
        width: 100%;
        margin-bottom: 20px;
    }
    .loader-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50, -50%);
    }
}

@media screen and (min-width:768px) and (max-width: 1199px) {
    /* 背景图 */
    #beijingtu {
        background: url(../../images/wap_touzi.png) center center no-repeat;
        height: 718px;
    }
    #beijingtu_wenzi {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #beijingtu_wenzi_p1 {
        font-size: 60px;
        color: #fff;
    }
    #beijingtu_wenzi_p2 {
        font-size: 18px;
        color: #fff;
    }
    /* 插件 */
    a {
        color: #333333;
    }
    a:hover {
        text-decoration: none;
    }
    .cp {
        width: 100%;
        margin: 0 auto;
    }
    .cp-title2 a {
        padding: 10px 30px;
        line-height: 45px;
        border-radius: 28px;
        font-size: 14px;
        margin-right: 20px;
    }
    .cp-title2 a.active,
    .cp-title2 a:hover {
        background: linear-gradient(203deg, #189DF8, #247DE1);
        color: #FFFFFF;
    }
    .about-column5 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .about-column4 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .about-column3 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .about-column2 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .about-column {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .aaaa {
        padding-left: 10px;
        white-space: nowrap;
        text-align: center;
        background: #fcfcfc;
        width: 100%;
        border-top: 1px solid #ececec;
        line-height: 45px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15)
    }
    /* 重要 */
    .aaaa.pos {
        text-align: center;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    .rs {
        margin-top: 30px;
        border: 1px solid #c9c9c9;
    }
    .rs-title {
        overflow: hidden;
        border-bottom: 1px solid #c9c9c9;
    }
    .rs-title p {
        font-size: 24px;
        width: 33.3%;
        box-sizing: border-box;
        text-align: center;
        float: left;
        line-height: 48px;
        border-right: 1px solid #c9c9c9;
        cursor: pointer;
    }
    .rs-title p.active {
        color: #FFFFFF;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .rs-title p.last2 {
        border: none;
    }
    .rs-box {
        padding: 15px;
    }
    /* 公司报告 */
    /* 报告标题 */
    .baogao {
        padding: 0px 20px;
    }
    .baogao_biaoti {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .baogao_biaoti_right {
        display: flex;
        flex-direction: row;
    }
    .baogao_biaoti_right_1 {
        width: 7px;
        height: 30px;
        margin-right: 10px;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .baogao_biaoti_right_2 {
        font-size: 24px;
        color: #333333;
    }
    .baogao_biaoti_left {
        display: block;
        width: 104px;
        height: 36px;
        line-height: 36px;
        border-radius: 28px;
        text-align: center;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .baogao_biaoti_left_shouji>a {
        display: none;
        text-transform: uppercase;
        color: #247DE1;
    }
    .baogao_biaoti_left>a {
        color: #fff;
    }
    /* 年度报告内容 */
    .niandubaogao_neirong {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 15px;
    }
    .niandubaogao_neirong_img {
        display: none;
    }
    .niandubaogao_neirong_img>img {
        width: 100%;
        padding: 10px;
        border: 1px solid #CDCDCD;
    }
    .niandubaogao_neirong_left {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .niandubaogao_neirong_wenzi {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #CDCDCD;
    }
    .niandubaogao_neirong_wenzi_s1>a {
        font-size: 12px;
        text-decoration: none;
        color: #333;
    }
    .niandubaogao_neirong_wenzi_s2 {
        font-size: 12px;
        text-decoration: none;
        color: #333;
    }
    /* 分页符 */
    .htmleaf-content {
        margin-top: 50px;
        display: none;
    }
    /* 加载 */
    .loader {
        display: block;
        position: relative;
        height: 50px;
        width: 100%;
        margin-bottom: 20px;
    }
    .loader-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50, -50%);
    }
}

@media screen and (min-width:1200px) {
    /* 背景图 */
    #beijingtu {
        background: url(../../images/pc_touzi.png) no-repeat;
        background-size: cover;
        height: 482px;
    }
    #beijingtu_wenzi {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #beijingtu_wenzi_p1 {
        font-size: 60px;
        color: #fff;
    }
    #beijingtu_wenzi_p2 {
        font-size: 18px;
        color: #fff;
    }
    /* 手机、平板 */
    .renshi_pc {
        display: block;
    }
    .renshi_shouji {
        display: none;
    }
    /* 插件 */
    a {
        color: #333333;
    }
    a:hover {
        text-decoration: none;
    }
    .cp {
        width: 1200px;
        margin: 0 auto;
    }
    .cp-title2 a {
        padding: 10px 30px;
        line-height: 45px;
        border-radius: 28px;
        font-size: 14px;
        margin-right: 30px;
    }
    .cp-title2 a.active,
    .cp-title2 a:hover {
        background: linear-gradient(203deg, #189DF8, #247DE1);
        color: #FFFFFF;
    }
    .about-column5 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about-column4 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about-column3 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about-column2 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about-column {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .aaaa {
        text-align: center;
        background: #fcfcfc;
        width: 100%;
        border-top: 1px solid #ececec;
        line-height: 45px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15)
    }
    /* 重要 */
    .aaaa.pos {
        text-align: center;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    .rs {
        margin-top: 30px;
        border: 1px solid #c9c9c9;
    }
    .rs-title {
        overflow: hidden;
        border-bottom: 1px solid #c9c9c9;
    }
    .rs-title p {
        font-size: 24px;
        width: 33.3%;
        box-sizing: border-box;
        text-align: center;
        float: left;
        line-height: 48px;
        border-right: 1px solid #c9c9c9;
        cursor: pointer;
    }
    .rs-title p.active {
        color: #FFFFFF;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .rs-title p.last2 {
        border: none;
    }
    .rs-box {
        padding: 15px;
    }
    /* 公司报告 */
    /* 报告标题 */
    .baogao {
        padding: 0px;
    }
    .baogao_biaoti {
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .baogao_biaoti_right {
        display: flex;
        flex-direction: row;
        height: 30px;
        line-height: 30px;
    }
    .baogao_biaoti_right_1 {
        width: 7px;
        height: 30px;
        margin-right: 10px;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .baogao_biaoti_right_2 {
        font-size: 24px;
        color: #333333;
    }
    .baogao_biaoti_left>a {
        text-transform: uppercase;
        color: #fff;
    }
    /* 年度报告内容 */
    .niandubaogao_neirong {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 30px;
    }
    .niandubaogao_neirong_img {
        display: block;
    }
    .niandubaogao_neirong_img>img {
        width: 100%;
        padding: 10px;
        border: 1px solid #CDCDCD;
    }
    .niandubaogao_neirong_left {
        margin-top: -15px;
        width: 65%;
        display: flex;
        flex-direction: column;
    }
    .niandubaogao_neirong_wenzi {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #dadada;
    }
    .niandubaogao_neirong_wenzi_s1>a {
        text-decoration: none;
        color: #333;
    }
    .niandubaogao_neirong_wenzi_s2 {
        text-decoration: none;
        color: #333;
    }
    /* 分页符 */
    .htmleaf-content {
        margin-top: 50px;
        display: block;
    }
    .pagination-outer {
        text-align: center;
    }
    .pagination {
        font-family: 'Rubik', sans-serif;
        display: inline-flex;
        position: relative;
    }
    .pagination li a.page-link {
        color: #b8b8b8;
        background-color: transparent;
        font-size: 22px;
        font-weight: 500;
        line-height: 25px;
        height: 40px;
        width: 40px;
        margin: 0 5px 10px;
        border: none;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        transition: all 0.4s ease 0s;
    }
    .pagination li.active a.page-link,
    .pagination li a.page-link:hover,
    .pagination li.active a.page-link:hover {
        color: #fff;
        background: linear-gradient(203deg, #189DF8, #247DE1);
        border-radius: 50%;
    }
    .pagination li:first-child a.page-link:hover,
    .pagination li:last-child a.page-link:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    }
    .pagination li a.page-link:before {
        content: attr(data-hover);
        color: rgba(255, 255, 255, 0.2);
        font-size: 80px;
        font-weight: 700;
        height: 100%;
        width: 100%;
        opacity: 1;
        position: absolute;
        top: 100%;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .pagination li a.page-link:hover:before,
    .pagination li.active a.page-link:before {
        opacity: 1;
        top: 10px;
    }
    @media only screen and (max-width: 480px) {
        .pagination {
            display: block;
        }
        .pagination li {
            margin-bottom: 10px;
            display: inline-block;
        }
    }
    .htmleaf-content {
        display: block;
    }
    /* 加载 */
    .loader {
        display: none;
    }
}