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 {
        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 30px;
        border-radius: 28px;
        font-size: 14px;
        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 {
        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;
    }
    /* 公司报告 */
    /* 年度报告 */
    /* 年度报告标题 */
    .niandubaogao {
        padding: 0px 20px;
    }
    .niandubaogao_biaoti {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .niandubaogao_biaoti_right {
        display: flex;
        flex-direction: row;
    }
    .niandubaogao_biaoti_right_1 {
        width: 7px;
        height: 30px;
        margin-right: 10px;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .niandubaogao_biaoti_right_2 {
        font-size: 24px;
        color: #333333;
    }
    .niandubaogao_biaoti_left {
        display: none;
        width: 104px;
        height: 36px;
        line-height: 36px;
        border-radius: 28px;
        text-align: center;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .niandubaogao_biaoti_left_shouji>a {
        font-weight: 400;
        margin-top: 15px;
        color: #247DE1;
        display: block;
        text-transform: uppercase;
    }
    .niandubaogao_biaoti_left>a {
        color: #fff;
    }
    /* 年度报告内容 */
    .niandubaogao_neirong {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .niandubaogao_neirong_img {
        border: 1px solid #CDCDCD;
        padding: 10px;
        display: none;
    }
    .niandubaogao_neirong_left {
        width: 100%;
        padding-left: 0px;
    }
    .niandubaogao_neirong_left_wenzi {
        border-bottom: 1px solid #dadada;
        height: 45px;
        line-height: 45px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .niandubaogao_neirong_left_hr {
        margin: 7px 0px;
        border: 1px solid #dadada;
    }
    #niandubaogao_neirong_left_hr {
        margin-bottom: 0px;
    }
}

@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;
    }
    /* 公司报告 */
    /* 年度报告 */
    /* 年度报告标题 */
    .niandubaogao {
        padding: 0px 40px;
    }
    .niandubaogao_biaoti {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .niandubaogao_biaoti_right {
        display: flex;
        flex-direction: row;
    }
    .niandubaogao_biaoti_right_1 {
        width: 7px;
        height: 30px;
        margin-right: 10px;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .niandubaogao_biaoti_right_2 {
        font-size: 24px;
        color: #333333;
    }
    .niandubaogao_biaoti_left {
        display: block;
        width: 104px;
        height: 36px;
        line-height: 36px;
        border-radius: 28px;
        text-align: center;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .niandubaogao_biaoti_left_shouji>a {
        display: none;
        text-transform: uppercase;
        color: #247DE1;
    }
    .niandubaogao_biaoti_left>a {
        color: #fff;
    }
    /* 年度报告内容 */
    .niandubaogao_neirong {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .niandubaogao_neirong_img {
        border: 1px solid #CDCDCD;
        padding: 10px;
        display: none;
    }
    .niandubaogao_neirong_left {
        width: 100%;
        padding-left: 0px;
    }
    .niandubaogao_neirong_left_wenzi {
        border-bottom: 1px solid #dadada;
        height: 44px;
        line-height: 44px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .niandubaogao_neirong_left_hr {
        margin: 7px 0px;
        border: 1px solid #dadada;
    }
    #niandubaogao_neirong_left_hr {
        margin-bottom: 0px;
    }
}

@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;
    }
    /* 公司报告 */
    /* 年度报告 */
    /* 年度报告标题 */
    .niandubaogao {
        padding: 0px;
    }
    .niandubaogao_biaoti {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .niandubaogao_biaoti_right {
        display: flex;
        flex-direction: row;
    }
    .niandubaogao_biaoti_right_1 {
        width: 7px;
        height: 30px;
        margin-right: 10px;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .niandubaogao_biaoti_right_2 {
        font-size: 24px;
        color: #333333;
    }
    .niandubaogao_biaoti_left {
        display: block;
        width: 104px;
        height: 36px;
        line-height: 36px;
        border-radius: 28px;
        text-align: center;
        background: linear-gradient(203deg, #189DF8, #247DE1);
    }
    .niandubaogao_biaoti_left_shouji>a {
        display: none;
        color: #247DE1;
    }
    .niandubaogao_biaoti_left>a {
        text-transform: uppercase;
        color: #fff;
    }
    /* 年度报告内容 */
    .niandubaogao_neirong {
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .niandubaogao_neirong_img>img {
        width: 100%;
        border: 1px solid #CDCDCD;
        padding: 10px;
    }
    .niandubaogao_neirong_img {
        display: block;
    }
    .niandubaogao_neirong_left {
        margin-top: -15px;
        width: 70%;
        padding-left: 50px;
    }
    .niandubaogao_neirong_left_wenzi {
        border-bottom: 1px solid #dadada;
        height: 44px;
        line-height: 44px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .niandubaogao_neirong_left_hr {
        margin: 10px 0px;
        border: 1px solid #dadada;
    }
    #niandubaogao_neirong_left_hr {
        margin-bottom: 0px;
    }
}