@media only screen and (min-width: 1180px) {
    .desc-time{
        width: 182px;
        height: 54px;
        text-align: center;
        line-height: 54px;
        font-size: 24px;
        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: 35px;
        left: 50%;
        transform: translate(-50%,0);
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: #f15a23;
        opacity: 0.3;
    }
    .desc-time-item:after{
        position: absolute;
        top: 39px;
        left: 50%;
        transform: translate(-50%,0);
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 12px;
        background-color: #f15a23;
    }
    .desc-time-item:nth-child(2n){
        justify-content: flex-end;
    }
    .desc-time-item-info{
        position: relative;
        width: 330px;
        padding: 22px;
        background-color: #f6f6f6;
        border: solid 1px #cccccc;
    }
    .desc-time-item-info h3{
        font-size: 24px;
        line-height: 32px;
    }
    .desc-time-item-info p{
        font-size: 16px;
        line-height: 26px;
    }
    .sanjiao{
        position: absolute;
        transform: rotate(45deg);
        width: 20px;
        height: 20px;
    }
    .desc-time-item:nth-child(2n) .sanjiao{
        top: 32px;
        left: -10px;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .desc-time-item:nth-child(2n+1) .sanjiao{
        top: 32px;
        right: -10px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .active0 .desc-time-item-info{
        background: #f6f6f6;
        color: #333;
    }
    .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;
    }
    .desc-info>h3{
        padding: 0 20px;
        font-size: 24px;
        text-align: center;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .desc-info img{
        /*display: block;*/
        max-width: 100%;
        height: auto;
        /*margin: 20px auto;*/
    }
    .desc-info p,.desc-info div{
        font-size: 16px;
        line-height: 30px;
        color: #333333;
    }
    .honor-box h3{
        width: 100%;
        height: 58px;
        text-align: center;
        line-height: 58px;
        font-size: 24px;
        margin-bottom: 30px;
        color: #fff;
        background-color: #f15a23;
    }
    .honor-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .honor-item{
        width: 236px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .honor-item:nth-child(3n){
        margin-right: 0;
    }
    .honor-item div{
        width: 236px;
        height: 167px;
        cursor: pointer;
        margin-bottom: 5px;
    }
    .honor-item img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .honor-item p{
        height: 40px;
        line-height: 20px;
        text-align: center;
        padding: 0 20px;
    }
    /*新闻*/
    a.news-item{
        display: block;
        width: 100%;
        height: 160px;
        padding: 20px 30px;
        margin-bottom: 15px;
        background-color: #ffffff;
        border: solid 1px #d7d7d7;
    }
    .news-item-top{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 14px;
    }
    .news-item-time{
        display: flex;
        align-items: center;
        width: 120px;
        border-right: 1px solid #cccccc;
    }
    .news-item-time b{
        font-size: 46px;
        line-height: 52px;
        color: #f15a23;
        margin-right: 10px;
    }
    .news-item-time div h4{
        font-size: 18px;
        line-height: 24px;
        text-align: right;
    }
    .news-item-title{
        width: 550px;
        line-height: 26px;
        font-size: 18px;
    }

    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{
        height: 48px;
        line-height: 24px;
        color: #666666;
    }

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

    /*联系我们*/
    .contact-title{
        padding: 20px 0;
        font-size: 30px;
        line-height: 48px;
        text-align: center;
    }
    .contact-tel{
        width: 315px;
        height: 70px;
        margin: 0 auto;
        padding-left: 44px;
        text-align: center;
        line-height: 75px;
        font-size: 28px;
        color: #fff;
        background: url(../img/tel.png) no-repeat center;

    }
    .address-list{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1050px;
        margin: 40px auto 0;
    }
    .address-item{
        position: relative;
        width: 500px;
        height: 200px;
        padding: 30px 40px;
        margin-bottom: 20px;
        background-color: #f6f6f6;
        border-radius: 10px;
        border: solid 1px #cccccc;
    }
    .address-item-title{
        display: flex;
        align-items: center;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .address-item-title img{
        width: 24px;
        margin-right: 10px;
    }
    .address-item p{
        font-size: 16px;
        line-height: 30px;
    }
    .dingwei{
        position: absolute;
        right: -100px;
        bottom: -72px;
        width: 144px;
        z-index: 9;
    }
    .bank-title{
        display: flex;
        align-items: center;
        width: 1050px;
        height: 60px;
        font-size: 30px;
        color: #f15a23;
        margin: 0 auto;
    }
    .bank-title img{
        margin-right: 10px;
    }

    .bank-list{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px auto;
        width: 1050px;
    }
    .bank-item{
        display: flex;
        align-items: center;
        width: 500px;
        height: 186px;
        padding: 23px;
        background-color: #f15a23;
        border-radius: 10px;
    }
    .bank-item-img{
        display: flex;
        align-items: center;
        width: 155px;
        height: 138px;
        border: 2px solid #fff;
        overflow: hidden;
        border-radius: 10px;
        background: #fff;
    }
    .bank-item-img img{
        display: block;
        width: 155px;
        /*height: 138px;*/
    }
    .bank-info{
        margin-left: 20px;
        flex: 1;
        width: 264px;
    }
    .bank-info h3{
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
        margin-bottom: 10px;
    }
    .bank-info p{
        line-height: 28px;
        color: #ffffff;
    }
    .address-map{
        width: 1050px;
        background: #bebebe;
        padding: 25px;
        margin: 20px auto;
    }
    .address-map img{
        display: block;
        width: 100%;
    }

}