body{
    max-width: 100% !important;
}
.banner-pa{
    position: absolute;
    left: 1.7rem;
    top: 25vh;
    font-size: .5rem;
    color: #fff;
}
.tabbar{
    position: sticky;
    top: 0;
    z-index: 1000
}
.row{
    height: .7rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background: #f1f1f1;
}
.row div{
    margin-right: .7rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row div:hover p{
    color: rgba(0, 0, 0, 1);
    font-weight: normal;
}
.row div:nth-last-of-type(1) {
    margin-right: 0
}
.row div a p{
    font-size: .18rem;
    color: rgba(0, 0, 0, .8);
    font-weight: 300;
    transition: color .3s
}
.row  .row-active{
    position: relative
}
.row  .row-active::after{
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0
}
.row  .row-active a p{
    color: #000;
    font-weight: normal
}
/*pc*/
.l {
    float: left;
}
.r {
    float: right;
}
.stock-box {
    margin-left: 1.8rem;
}
.nav-box-con{
    margin-top: .95rem;
    width: 100%;
    padding: 0 2rem .7rem;
    display: flex;
}
.resp-nav-box-con{
    margin-bottom: .05rem;
}
.show{
    display: block;
}
.hide {
    display: none;
}
.announce_us a{
    color: #1c4381;
    /* text-decoration: underline; */
}
.an {
    margin: 1rem 0;
}
.an h4{
    color: #005db9;
    font-size: 0.15rem;
    margin: 0;
}
.an .h4{
    color: #333;
    font-size: 0.24rem;
    margin: 0;
}
.an h3{
    color: #333;
    font-size: 0.28rem;
    margin: 0.1rem 0;
    margin-bottom: 0.2rem;
}
.an .h3{
    color: #005db9;
    font-size: 0.6rem;
    margin: 0.1rem 0;
}
.an .h3 i {
    font-size: 0.33rem;
    color: #464545;
    vertical-align: middle;
}
.an .h3 img{
    display: inline-block;
    width: 0.25rem;
    height: auto;
    margin-left: 0.16rem;
}
.an h3 span{
    color: #005db9;
    font-size: 0.14rem;
}
.an p {
    font-weight: 600;
    line-height: 0.3rem;
}
.an p span{
    font-weight: 600;
    font-size: 0.27rem;
    color: #005db9;
}
.an>div {
    margin-bottom: 0.5rem;
}
.an>div .more {
    display: inline-block;
    line-height: 0.5rem;
    background-image: linear-gradient(to right, #005cb9 , #0084c8);
    color: #fff;
    margin: 0.25rem 0;
    text-align: center;
    font-size: 0.2rem;
}
.an>div .more span{
    display: inline-block;
    padding: 0.1rem 0.3rem;
    line-height: 0.5rem;
    background:rgba(0,0,0,0);
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    transition: all 0.3s ease;
}
.an>div .more span:hover{
    background:rgba(0,0,0,0.2);
}

.announce_year_box{
    margin-right: 1.45rem;
}
.announce_year_box ul{
    position: relative;
    padding-left: .6rem
}
.announce_year_box ul::after{
    border-left: 1px dotted #b1b1b1;
    left: 0;
    height: 95%;
    width: 1px;
    content: '';
    position: absolute;
    display: block;
    top: 3%;
}
.announce_year_box ul li{
    position: relative;
    margin-bottom: .37rem;
    cursor: pointer
}
.announce_year_box ul .active a{
    font-size: .25rem;
    text-decoration: underline;
    color: #002775;
}

.announce_year_box ul li a{
    font-size: .18rem;
    transition: all .3s;
}
.announce_year_box ul li a:hover{
    font-size: .25rem;
    color: #000
}
.announce_year_box ul li:nth-last-of-type(1) {
    margin-bottom: 0
}
.announce_year_box ul li::before{
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: 1px dotted #b1b1b1;
    content: '';
    width: 0.55rem;
    height: 1px;
    left: -0.6rem;
}
.announce_year_box ul li::after{
    width: 0.05rem;
    height: 0.05rem;
    background: #b1b1b1;
    border-radius: 50%;
    content: '';
    display: block;
    left: -0.62rem;
    top: 55%;
    transform: translateY(-50%);
    position: absolute;
}
.announce_year_box ul .active::after{
    background: #002775;
    z-index: 11
}
.announce_year_box ul .active a{
    position: relative
}
.announce_year_box ul .active a::after{
position: absolute;
    content: '';
    width: 0.16rem;
    height: 0.16rem;
    border: 1px solid #002775;
    border-radius: 50%;
    left: -0.69rem;
    display: block;
    top: 55%;
    transform: translateY(-50%);
    z-index: 22
}
.announce_year_box .moreBox{
    font-size: .16rem;
    color: #aeaeae;
    text-align: right;
    margin-top: .3rem;
    cursor: pointer
}
/* 01 */
.announce_rep{
    box-sizing: border-box;
    position: relative;
    margin-right: 1.45rem;
}
.announce_rep ul {
    display: flex;
    flex-direction: column;
    align-items: center
}
.announce_rep .moreBox{
    position: absolute;
    top:0.3rem;
    right: 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    border: 0.02rem solid #484848;
}
.announce_rep .moreBox:hover{
    border: none;
    background: #005cb9;
    color: #fff;
}
.announce_rep .moreBox i {
    position: absolute;
    top: 55%;
    left: 50%;
    font-size: 0.3rem;
    transform: translate(-50%, -50%);
}
.announce_rep li {
    cursor: pointer;
    width: 2.2rem;
    height: 0.56rem;
    margin-bottom: .3rem;
}
.announce_rep li a {
    color: #444444;
    background-color: transparent;
    border: 1px solid #5f5f5f;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    font-weight: 300;

}
.announce_rep li.active a {
    background-color: #5f5f5f;
    border-color: #5f5f5f;
    color: #ffffff;
}
.pdf_icon {
    width: 0.23rem;
    height: 0.23rem;
    background: url('../../images/pdf_icon.png') no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.03rem;
    transform: translateY(0);
    left: 0;
    
}
.announce_tab_box {
    flex: 1;
    border-top: 2px solid #111;
}
.list_min {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    transition: opacity 1s, padding .4s;
    position: relative;
    opacity: 0;
}

.list_min.into {
    opacity: 1;
}

.list_min::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.list_min.into::after {
    width: 100%;
    transition: width 2s;
}

.list_min:hover {
    background-color: #f5f5f5ba;
    padding: 0 0.2rem;
}

.lm_left {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}
.lm_left p{
    color:#000;
font-weight: 300;
font-size: 0.2rem;
}
.lm_left img {
    width: 0.2rem;
    margin-right: 0.1rem;
}

.lm_right img {
    width: 0.3rem;
    margin-right: 0.2rem;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity .4s;
}

.list_min:hover .lm_right img {
    opacity: 1;
}
.announce_more {
    width: 2.65rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #000;
    margin-top: 0.5rem;
    background: #f0f0f0;
    cursor: pointer;
    font-weight: 300;
    font-size: .18rem;
    transition: all .3s
}
.announce_more:hover{
    background: #ececec
}
/* 04 */
.announce_road {
    margin-top: 1rem !important;
}
/* 05 */
.announce_us {
    margin: 0 auto;
    padding: 0;
}
.announce_us dt {
    position: relative;
    color: #333333;
    font-size: 0.3rem;
    margin-bottom: 0.44rem;
}
.announce_us dt span{
    font-size: .2rem;
    color: rgba(0, 0, 0, .5)
}
.announce_us dd {
    margin-left: 0;
    color: #444444;
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
    line-height: 0.3rem;
    height: 0.3rem;
    /* padding-left: 0.45rem; */
}
/* .announce_us dd:first-of-type{
    background: url('../../images/lianxi1.png') no-repeat left center;
    background-size: 0.26rem;
}
.announce_us dd:nth-of-type(2){
    background: url('../../images/lianxi2.png') no-repeat left center;
    background-size: 0.26rem;
}
.announce_us dd:nth-of-type(3){
    background: url('../../images/lianxi3.png') no-repeat left center;
    background-size: 0.26rem;
}
.announce_us dd:last-of-type{
    background: url('../../images/lianxi4.png') no-repeat left center;
    background-size: 0.26rem;
} */
.announce_us dd p {
    display: inline-block;
}
.announce_us dd label {
    display: inline-block;
    position: relative;
    vertical-align: top;
}


/*提示下载浮层*/
.tocn-pop {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
    left: 0;
    top: 0;
    position: fixed;
    
}
.tocn-cont {
    width: 42.5%;
    height: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 3px;
}
.tocn-cont .to-close {
    position: absolute;
    right: .2rem;
    top: .2rem;
    width: .5rem;
    height: .5rem;
    cursor: pointer;
}
.tocn-cont .to-close::before,
.tocn-cont .to-close::after {
    content: '';
    width: .3rem;
    height: 2px;
    top: 50%;
    left: 25%;
    background-color: #2d2d2d;
    position: absolute;
    font-size: 0;
}
.tocn-cont .to-close::before {
    transform: rotate(45deg);
}
.tocn-cont .to-close::after {
    transform: rotate(-45deg);
}
.tocn-cont-dl {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%);
}
.tocn-cont-dl dt {
    font-size: .26rem;
    color:#005eba;
    padding-bottom: 1em;
    font-weight: bold;
}
.tocn-cont-dl dd {
    font-size: .2rem;
    line-height: 1.4;
}
.tocn-cont-dl .a-to {
    width: 2.9rem;
    line-height: .46rem;
    display: block;
    color:#ffffff;
    margin: 1em auto;
    text-transform: uppercase;
    background: linear-gradient(to right, #005eba 0%,#0085c8 100%);;
    transition: all .5s ease;
}
.a-to:hover {
    background: linear-gradient(to right, #0054aa, #0073a9);
}
.tocn-cont-dl .a-close {
    cursor: pointer;
    color:#444444;
    text-decoration: underline;
}
/* .us_company dd label {
    min-width: 0.7rem;
} */
/* .us_company {
    margin-top: 1.2rem;
} */
.us_attention {
    margin-top: 1.2rem;
    margin-bottom: 1.05rem;
}
.us_attention label {
    min-width: 2.4rem
}
.last-box-in{
    width: 100%;
    padding: 0.9rem 2rem;
}
.resp-center{
    width: 100%;
}
/*ipad尺寸*/
@media (max-width: 1024px) {
    .us{
        width:80%;
    }
    .ul li>span:last-of-type {
        display: inline-block;
        width: 0.9rem;
    }
    .ul1 li>span:last-of-type {
        display: inline-block;
        width:90%
    }
    .row div{
        margin-right: .2rem
    }
}

/*mobile*/
@media (max-width: 767px) {
    .list_min:hover{
        padding: 0.4rem 0rem;
        background: transparent
    }
    .nav-box-con{
        margin-left: 0;
        flex-direction: column;
        padding: 0 0.45rem;
        width: 100%;
        margin-top: 0 !important;
        padding-bottom: 1rem;
    }
    .banner-scroll{
        width: 100%;
        overflow-x: scroll;
        height: 1.2rem;
        position: relative;
        overflow-y: hidden;
        background: #f1f1f1
    }
    .announce_year_box ul li a:hover{
        color: #fff
    }
    .announce_year_box{
        margin-right: 0
    }
    .announce_year_box ul{
        padding-left: 0;
        display: flex;
        align-items: center;
        overflow-y: hidden;
        overflow-x: auto;
        margin-top: 0.5rem;
    }
    .announce_year_box ul::-webkit-scrollbar{
        display: none
    }
    .announce_year_box ul li{
        margin-bottom: 0;
        padding: 0.2rem 0.5rem;
        background-color: #fff;
        border: solid 1px #000000;
        flex: none;
        margin-right: 0.12rem;
        display: block !important
    }
    .announce_year_box ul li a{
        font-size: .24rem; 
    }
    .announce_year_box ul .active{
        background-color: #5f5f5f;
    }
    .announce_year_box ul .active a{
        font-size: .24rem; 
        text-decoration: none; 
        color: #fff;
    }

    .banner-scroll::-webkit-scrollbar{
        display: none
    }
    .banner-scroll ul{
        height: 100%;
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        box-sizing: border-box;
        padding-left: 0.15rem;
    }
    .banner-scroll ul li{
        height: 100%;
        line-height: inherit;
        padding-left: 0;
        padding-right: 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .banner-scroll ul li a{
        width: 100%;
        color: #3f3f3f;
        text-align: center;
        font-weight: 300;
        font-size: .26rem;
        white-space: nowrap;
        height: 100%;
        position: relative;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .banner-scroll li.active a{
        width: 100%;
        display: flex;
        color: #3f3f3f;
        text-align: center;
        font-weight: 300;
        font-size: .26rem;
        white-space: nowrap;
        height: 100%;
        position: relative;
        padding-left: 0.2rem;
        padding-right: 0.1rem;
    }
    .banner-scroll li.active a:after{
        content: "";
        width: 100%;
        position: absolute;
        height: 2px;
        background: #111;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .lm_right img{
        margin-right: 0;
        width: .4rem;
    }
    .announce_rep{
        margin-right: 0;
        margin-top: 0.5rem;
    }
    .announce_rep ul{
        flex-direction: row;
        justify-content: space-between;
    }
    .stock-box{
        width: 6.5rem;
        margin-left: 0.35rem;
    }
    .us{
        width:100%;
    }
    ul li{
    }
    .ul li>span:last-of-type {
        display: inline-block;
        width: 0.9rem;
    }
    .ul1 li>span:last-of-type {
        display: inline-block;
        width:90%
    }
    .nav-box-top {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 1.2rem;
    }
    .nav-box-top .container{
        display: none
    }
    .fixed_top{
        position: absolute;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .nav-box-top::-webkit-scrollbar{
        display: none
    }
    .download_icon {
        width: auto;
        height: auto;
    }
    .announce_tab_box .tab_right i {
        font-size: 0.3rem;
        margin: 0;
        float: right;
        line-height: 1.7;
    }
    .announce_tab_box .tab_right p {
        float: left;
    }
    .announce_year_box ul::after {
        display: none
    }
    .announce_year_box ul li::after{
        display: none
    }
    .announce_year_box ul li::before{
        display: none
    }
    .announce_year_box ul .active a::after{
        display: none
    }
    .nav-box-top span{
        height: 0.05rem;
        bottom: 0rem;
        width: 0.6rem;
    }
    .an p {
        font-weight: 600;
        line-height: 0.4rem;
    }
    
    .announce_rep li{
        width:  32.5%;
        line-height: 1.4;
        padding: 0;
        height: .8rem;
        margin-bottom: 0;
    }
    .announce_rep li a{
        font-size: .24rem;
    }
    .announce_rep li:nth-child(3n){
        margin-right: 0;
    }
    .announce_year_box .moreBox{
        display: none
    }
    .announce_tab_box {
        margin-top: .4rem;

    }
    .lm_left img{
        width: .3rem;
        margin-right: .25rem;
    }
    .lm_left p{
        font-size: .28rem;
    }
    .lm_left{
        align-items: center
    }
    .announce_tab_box li {
        padding: 0.4rem 0;
        height: auto;
    }
    .announce_tab_box .tab_left p {
        width: 3rem;
        line-height: 1.6; 
        padding-left: 0.1rem
    }
    .pdf_icon {
        width: 0.3rem;
        height: 0.3rem;
    }
    .download_icon {
        width: 0.3rem;
        height: 0.3rem
    }
    .announce_more {
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.26rem;
    }
    /* 03 */
    .announce_us {
        padding-left: 0rem;
    }
    .announce_us dt span{
        font-size: .27rem;
    }
    .us_company {
        margin-top: 0rem;
    }
    .announce_us dt {
        font-size: 0.37rem;
    }
    .announce_us dd {
        font-size: 0.28rem;
        line-height: .4rem
    }
    .us_company dd label {
        vertical-align: top;
        min-width: 1rem;
        text-align: right;
    }
    .announce_us dd label::after {
        top: 0.16rem;
    }
    /* .announce_us dt::after {
        top: 0.12rem;
    } */
    .us_attention dd label {
        display: block;
        margin-bottom: 0.1rem;
    }
    .announce_us dd {
        margin-bottom: 0.2rem;
    }
    .us_attention dd p {
        margin-bottom: 0.1rem;
    }
     .investor_tit p {
        font-size: 0.26rem;
        font-weight: bolder;
    }
    .announce_year_box li a:active{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .announce_year_box li a:focus {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*解决手机版点击背景问题*/
    }
    .announce_us dd {
        margin-bottom: .3rem;
        line-height: .44rem;
        height: auto;
        /* padding-left: .6rem; */
        background-size: .36rem!important;
    }
    .announce_us dd:nth-last-of-type(1) {
        font-size: .25rem;
        margin-top: .7rem
    }
    .grid_container{
        width: 100%;
        overflow: hidden;
    }
    .full_container{
        width: 100%;
        overflow: hidden;
        padding-top: 1rem;
    }
    .banner-pa{
        position: absolute;
        left: 0.85rem;
        top: 21vh;
        font-size: .56rem;
        color: #fff;
    }
    .tocn-cont {
        width: 86.6%;
        height: 6.4rem;
        border-radius: 0;
    }
    .tocn-cont-dl dt {
        font-size: .36rem;
    }
    .tocn-cont-dl dd {
        font-size: .28rem;
    }
    .tocn-cont-dl .a-to {
        width: 5rem;
        line-height: .7rem;
        font-size: .26rem;
    }
    .tocn-cont-dl .a-close {
        font-size: .26rem;
    }
    .last-box-in {
        padding:1rem 0.5rem;
    }
}