.text-overflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a:hover{
    text-decoration: none;
}
.banner{
    background-image: url(/img/company_banner.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    min-height: 250px;
    position: relative;
    margin-bottom: 80px;
    padding-top: 80px;
}
.home-item{
    margin-bottom: 80px;
}
.top-head{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f1f1;
}
.top-head .head-title{
    font-size: 30px;
    color: #000;
    margin-bottom: 9px;
}
.top-head .title-en{
    color: #bbb;
}
.top .top-desc {
    font-size: 18px;
    color: #666;
    padding-top: 30px;
    margin: 0 auto;
    line-height: 1.8;
}
.honours-container{
    margin-top: 45px;
    overflow: hidden;
}
.honours-row{
    position: relative;
    left: 1px;
}
.honours-item{
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px;
    padding-top: 25px;
}
.honours-cover{
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 60%;
    background-size: contain;
    margin-bottom: 26px;
    cursor: pointer;
}
.honours-name{
    font-size: 13px;
    color: #666;
    text-align: center;
}
.report-container{
    margin-top: 50px;
}
.report-con{
    border: 2px solid #f1f1f1;
    border-radius: 6px;
    padding: 4px;
    margin-bottom: 24px;
}
.report-cover-con{
    border-bottom: 1px solid #f1f1f1;
}
.report-cover{
    height: 0;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.report-main{
    padding: 15px 18px;
    height: 260px;
    position: relative;
    overflow: hidden;
}
.report-title{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;  /* 设置行数 */
    -webkit-box-orient: vertical;
}
.report-desc{
    color: #666;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 15px;
    overflow: hidden;
}
.report-more{
    font-size: 14px;
    color: #2b67c9;
    position: absolute;
    left: 18px;
    bottom: 14px;
}
.report-time{
    font-size: 13px;
    color: #999;
    position: absolute;
    right: 18px;
    bottom: 13px;
}
.swiper-row{
    position: relative;
}
.swiper-button{
    color: #666;
    font-size: 20px;
    top: calc(50% - 7px);
    cursor: pointer!important;
    pointer-events: auto!important;
    opacity: 1!important;
    text-align: center;
    line-height: 44px;
}
.swiper-button-prev{
    left: -19px;
    background-image: none;
}
.swiper-button-next{
    right: -19px;
    background-image: none;
}
#phone_swiper_container{
    display: none;
}
.phone-prev, .phone-next{
    display: none;
}
.big-swiper-button{
    top: calc(49% - -2px);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 1px #666;
    line-height: 42px;
    font-size: 20px;
    color: #666;
    background: #fff;
    text-align: center;
    display: none;
    cursor: pointer!important;
    pointer-events: auto!important;
    opacity: 1!important;
}
#big_prev{
    left: -26.5px;
}
#big_next{
    right: -26.5px;
}
@media (max-width: 991px){
    .top .top-desc{
        padding: 30px 15px 0;
    }
    #pc_swiper_container{
        display: none;
    }
    #phone_swiper_container{
        display: block;
    }
    .pc-prev, .pc-next{
        display: none;
    }
    .phone-prev, .phone-next{
        display: block;
    }
}
@media screen and (max-width: 820px) {
    .swiper-button{
        width: 30px;
        height: 30px;
        opacity: 0.3!important;
    }
    .swiper-button-prev{
        left: 15px;
    }
    .swiper-button-next{
        right: 15px;
    }
}
@media screen and (max-width: 560px) {
    .banner .container img{
        width: 90%;
    }
    .report-main{
        padding: 12px;
    }
    .report-more{
        left: 12px;
        bottom: 12px;
    }
}