@media only screen and (max-width: 767px) {
    .desc-info{
        min-height: 5rem;
    }
    .desc-info>h3{
        padding: 0 .2rem;
        font-size: .4rem;
        text-align: center;
        line-height: .6rem;
        margin-bottom: .2rem;
    }
    .desc-info img{
        /*display: block;*/
        max-width: 100%;
        height: auto;
        margin: .2rem auto;
    }
    .desc-info p{
        font-size: 0.28rem;
        line-height: .48rem;
        color: #333333;
    }

    .desc-time{
        width: 1.82rem;
        height: 0.54rem;
        text-align: center;
        line-height:0.54rem;
        font-size: 0.24rem;
        color: #ffffff;
        background-color: #d7d7d7;
        margin: 0 auto;
    }
    .desc-time-list{
        position: relative;
        padding: 50px 0;
        width: 100%;
    }
    .desc-time-list:before{
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        content: '';
        width: 1px;
        background: #bdbdbd;
    }
    .desc-time-item{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        width: 100%;
    }
    .desc-time-item:before{
        position: absolute;
        top: 0.3rem;
        left: 50%;
        transform: translate(-50%,0);
        content: '';
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 0.4rem;
        background-color: #f15a23;
        opacity: 0.3;
    }
    .desc-time-item:after{
        position: absolute;
        top: 0.37rem;
        left: 50%;
        transform: translate(-50%,0);
        content: '';
        width: 0.26rem;
        height: 0.26rem;
        border-radius: 0.26rem;
        background-color: #f15a23;
    }
    .desc-time-item:nth-child(2n){
        justify-content: flex-end;
    }
    .desc-time-item-info{
        position: relative;
        width: 40%;
        padding: .22rem;
        background-color: #f6f6f6;
        border: solid .02rem #cccccc;
    }
    .desc-time-item-info h3{
        font-size: 0.3rem;
        line-height: .48rem;
    }
    .desc-time-item-info p{
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    .sanjiao{
        position: absolute;
        transform: rotate(45deg);
        width: .2rem;
        height: .2rem;
    }
    .desc-time-item:nth-child(2n) .sanjiao{
        top: .36rem;
        left: -.1rem;
        border-left: .01rem solid #ccc;
        border-bottom: .01rem solid #ccc;
    }
    .desc-time-item:nth-child(2n+1) .sanjiao{
        top: .36rem;
        right: -.1rem;
        border-top: .01rem solid #ccc;
        border-right: .01rem solid #ccc;
    }
    .active0 .desc-time-item-info{
        background: #f6f6f6;
        color: #333;
    }
    .active0 h3{
        color: #f15a23;
    }
    .active0 .sanjiao{
        background: #f6f6f6;
    }
    .active1 .desc-time-item-info{
        background: #f15a23;
        color: #fff;
    }
    .active1 .sanjiao{
        background: #f15a23;
    }
    .active2 .desc-time-item-info{
        background: #333333;
        color: #fff;
    }
    .active2 .sanjiao{
        background: #333333;
    }


    .honor-box h3{
        width: 100%;
        height: .58rem;
        text-align: center;
        line-height:.58rem;
        font-size: 0.32rem;
        margin-bottom: .3rem;
        color: #fff;
        background-color: #f15a23;
    }
    .honor-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: .3rem;
    }
    .honor-item{
        width: 48%;
        margin-bottom: .2rem;
    }
    .honor-item div{
        width: 100%;
        height: 2.65rem;
        cursor: pointer;
        margin-bottom: .05rem;
    }
    .honor-item img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .honor-item p{
        height: .72rem;
        line-height: 0.36rem;
        text-align: center;
        padding: 0 .2rem;
        font-size: 0.24rem;

    }
    /*新闻*/
    a.news-item{
        display: block;
        width: 100%;
        /*height: 160px;*/
        padding: .2rem .3rem;
        margin-bottom: .15rem;
        background-color: #ffffff;
        border: solid 1px #d7d7d7;
    }
    .news-item-top{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .news-item-time{
        display: flex;
        align-items: center;
        width: 1.5rem;
        border-right: 1px solid #cccccc;
    }
    .news-item-time b{
        font-size: .48rem;
        line-height: .52rem;
        color: #f15a23;
        margin-right: .1rem;
    }
    .news-item-time div h4{
        font-size: 0.24rem;
        line-height: .36rem;
        text-align: right;
    }
    .news-item-title{
       flex: 1;
        overflow: hidden;
        margin-left: .2rem;
        line-height: .36rem;

    }
    .news-item-title h4{
        font-weight: normal;
    }

    a.news-item:hover{
        background-color: #f15a23;
        box-shadow: 0px 0px 8.7px 1.3px
        rgba(107, 29, 0, 0.6),
        inset 1.6px 3.7px 13px 0px
        rgba(114, 31, 0, 0.35);
        border: solid 1px #fee5dc;
        color: #fff;
    }
    a.news-item:hover .news-item-time b,
    a.news-item:hover p{
        color: #fff;
    }
    .news-item-desc{
        display: none;
    }

    /*投资者关系*/
    .investor-info{
        width: 100%;
        padding: .3rem;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
        border: solid 1px #f3f3f3;
    }

    /*联系我们*/
    .contact-title{
        padding: .2rem 0;
        font-size: 0.36rem;
        line-height: .72rem;
        text-align: center;
    }
    .contact-tel{
        width: 3.96rem;
        height: 0.88rem;
        margin: 0 auto;
        padding-left: 0.48rem;
        text-align: center;
        line-height: .9rem;
        font-size: 0.32rem;
        color: #fff;
        background: url(../img/tel.png) no-repeat center;
        background-size: 100% 100%;

    }
    .address-list{
        width: 100%;
        margin: 40px auto 0;
    }
    .address-item{
        position: relative;
        width: 100%;
        padding: .3rem .2rem;
        margin-bottom: .2rem;
        background-color: #f6f6f6;
        border-radius: .1rem;
        border: solid 1px #cccccc;
    }
    .address-item-title{
        display: flex;
        align-items: center;
        font-size: 0.32rem;
        margin-bottom: .15rem;
    }
    .address-item-title img{
        width: 0.36rem;
        margin-right: .1rem
    }
    .address-item p{
        font-size: 0.28rem;
        line-height: .56rem
    }
    .dingwei{
        display: none;
    }
    .bank-title{
        display: flex;
        align-items: center;
        width: 100%;
        height: 1rem;
        font-size: 0.32rem;
        color: #f15a23;
        margin: 0 auto;
    }
    .bank-title img{
        width: .36rem;
        margin-right: .1rem;
    }

    .bank-item{
        display: flex;
        align-items: center;
        width: 100%;
        padding: .23rem;
        background-color: #f15a23;
        border-radius: .1rem;
        margin-bottom: .2rem;
        position: relative;
    }
    .bank-item-img{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 1.55rem;
        height: 1.55rem;
        border: .04rem solid #fff;
        overflow: hidden;
        border-radius: .1rem;
        background: #fff;
    }
    .bank-item-img img{
        display: block;
        width: 1.55rem;
        /*height: 1.55rem;*/
    }
    .bank-info{
        margin-left: .2rem;
        flex: 1;
    }
    .bank-info h3{
        /*position: absolute;*/
        /*left: .2rem;*/
        /*bottom: .2rem;*/
        font-size: 0.3rem;
        line-height: .38rem;
        color: #ffffff;
        margin-bottom: .1rem;
    }
    .bank-info p{
        font-size: 0.26rem;
        line-height: 0.42rem;
        color: #ffffff;
    }
    .address-map{
        width: 100%;
        background: #bebebe;
        padding: .2rem;
    }
    .address-map img{
        display: block;
        width: 100%;
    }


    .pager{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .pager a, .pager span{
        width: .6rem;
        height: .6rem;
        font-size: 0.22rem;
        line-height: .6rem;
    }
    .pager .pg-prev ,
    .pager .pg-prev:hover {
        background-position: 0rem -.55rem;
    }
    .pager .pg-next,
    .pager .pg-next:hover{
        background-position: -.6rem -.55rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1179px){
    .desc-info{
        min-height: 5rem;
    }
    .desc-info>h3{
        padding: 0 .2rem;
        font-size: .4rem;
        text-align: center;
        line-height: .6rem;
        margin-bottom: .2rem;
    }
    .desc-info img{
        /*display: block;*/
        max-width: 100%;
        height: auto;
        margin: .2rem auto;
    }
    .desc-info p{
        font-size: 0.28rem;
        line-height: .48rem;
        color: #333333;
    }

    .desc-time{
        width: 1.82rem;
        height: 0.54rem;
        text-align: center;
        line-height:0.54rem;
        font-size: 0.24rem;
        color: #ffffff;
        background-color: #d7d7d7;
        margin: 0 auto;
    }
    .desc-time-list{
        position: relative;
        padding: 50px 0;
        width: 100%;
    }
    .desc-time-list:before{
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        content: '';
        width: 1px;
        background: #bdbdbd;
    }
    .desc-time-item{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        width: 100%;
    }
    .desc-time-item:before{
        position: absolute;
        top: 0.3rem;
        left: 50%;
        transform: translate(-50%,0);
        content: '';
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 0.4rem;
        background-color: #f15a23;
        opacity: 0.3;
    }
    .desc-time-item:after{
        position: absolute;
        top: 0.37rem;
        left: 50%;
        transform: translate(-50%,0);
        content: '';
        width: 0.26rem;
        height: 0.26rem;
        border-radius: 0.26rem;
        background-color: #f15a23;
    }
    .desc-time-item:nth-child(2n){
        justify-content: flex-end;
    }
    .desc-time-item-info{
        position: relative;
        width: 45%;
        padding: .22rem;
        background-color: #f6f6f6;
        border: solid .02rem #cccccc;
    }
    .desc-time-item-info h3{
        font-size: 0.3rem;
        line-height: .48rem;
    }
    .desc-time-item-info p{
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    .sanjiao{
        position: absolute;
        transform: rotate(45deg);
        width: .2rem;
        height: .2rem;
    }
    .desc-time-item:nth-child(2n) .sanjiao{
        top: .36rem;
        left: -.1rem;
        border-left: .01rem solid #ccc;
        border-bottom: .01rem solid #ccc;
    }
    .desc-time-item:nth-child(2n+1) .sanjiao{
        top: .36rem;
        right: -.1rem;
        border-top: .01rem solid #ccc;
        border-right: .01rem solid #ccc;
    }
    .active0 .desc-time-item-info{
        background: #f6f6f6;
        color: #333;
    }
    .active0 h3{
        color: #f15a23;
    }
    .active0 .sanjiao{
        background: #f6f6f6;
    }
    .active1 .desc-time-item-info{
        background: #f15a23;
        color: #fff;
    }
    .active1 .sanjiao{
        background: #f15a23;
    }
    .active2 .desc-time-item-info{
        background: #333333;
        color: #fff;
    }
    .active2 .sanjiao{
        background: #333333;
    }


    .honor-box h3{
        width: 100%;
        height: .58rem;
        text-align: center;
        line-height:.58rem;
        font-size: 0.32rem;
        margin-bottom: .3rem;
        color: #fff;
        background-color: #f15a23;
    }
    .honor-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: .3rem;
    }
    .honor-item{
        width: 32%;
        margin-bottom: .2rem;
    }
    .honor-item div{
        width: 100%;
        height: 2.65rem;
        cursor: pointer;
        margin-bottom: .05rem;
    }
    .honor-item img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .honor-item p{
        height: .72rem;
        line-height: 0.36rem;
        text-align: center;
        padding: 0 .2rem;
        font-size: 0.24rem;

    }
    /*新闻*/
    a.news-item{
        display: block;
        width: 100%;
        /*height: 160px;*/
        padding: .2rem .3rem;
        margin-bottom: .15rem;
        background-color: #ffffff;
        border: solid 1px #d7d7d7;
    }
    .news-item-top{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .news-item-time{
        display: flex;
        align-items: center;
        width: 1.5rem;
        border-right: 1px solid #cccccc;
    }
    .news-item-time b{
        font-size: .48rem;
        line-height: .52rem;
        color: #f15a23;
        margin-right: .1rem;
    }
    .news-item-time div h4{
        font-size: 0.24rem;
        line-height: .36rem;
        text-align: right;
    }
    .news-item-title{
        flex: 1;
        overflow: hidden;
        margin-left: .2rem;
        line-height: .36rem;

    }
    .news-item-title h4{
        font-weight: normal;
    }

    a.news-item:hover{
        background-color: #f15a23;
        box-shadow: 0px 0px 8.7px 1.3px
        rgba(107, 29, 0, 0.6),
        inset 1.6px 3.7px 13px 0px
        rgba(114, 31, 0, 0.35);
        border: solid 1px #fee5dc;
        color: #fff;
    }
    a.news-item:hover .news-item-time b,
    a.news-item:hover p{
        color: #fff;
    }
    .news-item-desc{
        display: none;
    }

    /*投资者关系*/
    .investor-info{
        width: 100%;
        padding: .3rem;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
        border: solid 1px #f3f3f3;
    }

    /*联系我们*/
    .contact-title{
        padding: .2rem 0;
        font-size: 0.36rem;
        line-height: .72rem;
        text-align: center;
    }
    .contact-tel{
        width: 3.96rem;
        height: 0.88rem;
        margin: 0 auto;
        padding-left: 0.48rem;
        text-align: center;
        line-height: .9rem;
        font-size: 0.32rem;
        color: #fff;
        background: url(../img/tel.png) no-repeat center;
        background-size: 100% 100%;

    }
    .address-list{

        flex-wrap: wrap;
        width: 100%;
        margin: 40px auto 0;
    }
    .address-item{
        position: relative;
        width: 100%;
        padding: .3rem .2rem;
        margin-bottom: .2rem;
        background-color: #f6f6f6;
        border-radius: .1rem;
        border: solid 1px #cccccc;
    }
    .address-item-title{
        display: flex;
        align-items: center;
        font-size: 0.32rem;
        margin-bottom: .15rem;
    }
    .address-item-title img{
        width: 0.36rem;
        margin-right: .1rem
    }
    .address-item p{
        font-size: 0.28rem;
        line-height: .56rem
    }
    .dingwei{
        display: none;
    }

    .bank-title{
        display: flex;
        align-items: center;
        width: 100%;
        height: 1rem;
        font-size: 0.32rem;
        color: #f15a23;
        margin: 0 auto;
    }
    .bank-title img{
        width: .36rem;
        margin-right: .1rem;
    }
    .bank-list{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bank-item{
        display: flex;
        align-items: center;
        width: 49%;
        padding: .23rem;
        background-color: #f15a23;
        border-radius: .1rem;
        margin-bottom: .2rem;
        position: relative;
    }
    .bank-item-img{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 1.55rem;
        height: 1.55rem;
        border: .04rem solid #fff;
        overflow: hidden;
        border-radius: .1rem;
        background: #fff;
    }
    .bank-item-img img{
        display: block;
        width: 1.55rem;
        /*height: 1.55rem;*/
    }
    .bank-info{
        margin-left: .2rem;
        flex: 1;
    }
    .bank-info h3{
        /*position: absolute;*/
        /*left: .2rem;*/
        /*bottom: .2rem;*/
        font-size: 0.3rem;
        line-height: .38rem;
        color: #ffffff;
        margin-bottom: .1rem;
    }
    .bank-info p{
        font-size: 0.26rem;
        line-height: 0.42rem;
        color: #ffffff;
    }
    .address-map{
        width: 100%;
        background: #bebebe;
        padding: .2rem;
    }
    .address-map img{
        display: block;
        width: 100%;
    }


    .pager{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }
    .pager a, .pager span{
        width: .6rem;
        height: .6rem;
        font-size: 0.22rem;
        line-height: .6rem;
    }
    .pager .pg-prev ,
    .pager .pg-prev:hover {
        background-position: 0rem -.55rem;
    }
    .pager .pg-next,
    .pager .pg-next:hover{
        background-position: -.6rem -.55rem;
    }
}