.company_page{
    overflow: hidden;
    background: #ffffff;
}
.company_page .fixed_tab{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #ffffff;
}
.company_page .pub_tab_shadow{
    height: 36px;
    display: none;
}
.company_page .company_item{
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.company_item .about_video{
    height: 56.2vw;
    width: 100%;
    background: #000000;
    position: relative;
}
.company_item .about_video .play_img{
    height: 50px;
    width: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
}
.company_item .company_content{
    padding: 4vw;
    overflow: hidden;
    line-height: 24px;
    color: #666666;
    font-size: 14px;
}
.company_item .company_content .cont_title{
    display: block;
    padding-bottom: 6px;
    font-size: 18px;
    color: #0052B9;
}
.company_item .company_content .compant_content_right_img{
    float: right;
    margin-left: 15px;
    width: 117px;
    height: auto;
}
.company_item .item_content_bird{
    padding: 20px 15px 28px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.company_item .item_content_bird .bird_item{
    width: 170px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}
.company_item .item_content_bird .bird_item>img{
    display: block;
    height: 81px;
    width: 81px;
}
.company_item .item_content_bird .bird_item .bird_item_mid{
    height: 38px;
    line-height: 38px;
    color: #004193;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
}
.company_item .item_content_bird .bird_item .bird_item_mid .small_font{
    font-size: 15px;
}
.company_item .item_content_bird .bird_item .bird_item_mid .small_font_en {
    display: block;
    margin-top: -6px;
    font-size: 12px;
    line-height: 17px;
}
.company_item .item_content_bird .bird_item .bird_item_bot{
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 17px;
}
.company_item .company_honor{
    width: 100%;
    overflow: hidden;
    height: 160px;
    background-image: linear-gradient(180deg, #F9F9F9 0%, #F1F6FA 100%);
    overflow-x: auto;
    padding: 28px 0;
}
.company_item .company_honor img{
    display: block;
    width: auto;
    height: 100%;
}
.company_item .padding_img{
    padding: 0 15px;
    overflow: hidden;
}
.company_item .padding_img>img{
    display: block;
    width: 100%;
    height: auto;
}
.company_item .full_width_img{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.company_item .full_width_img>img{
    display: block;
    width: 100%;
    height: auto;
}
.company_item .img_tips{
    text-align: center;
    line-height: 17px;
    color: #999999;
    font-size: 12px;
    margin: -10px auto 15px;
}
.company_item .company_prove_item{
    margin: 0 18px 16px;
    overflow: hidden;
    background: #f9f9f9;
    padding-bottom: 20px;
}
.company_item .company_prove_item .prove_title{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #014098;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}
.company_item .company_prove_item .prove_name{
    line-height: 35px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.company_item .company_duty_item{
    padding-bottom: 20px;
    background: #f9f9f9;
    overflow: hidden;
    margin: 0 4vw 15px;
}
.company_item .company_duty_item>img{
    display: block;
    width: 100%;
    height: auto;
}
.company_item .company_duty_item .company_duty_name{
    margin: 20px auto 5px;
    width: 270px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.company_item .company_duty_item .company_duty_tips{
    width: 270px;
    text-align: center;
    margin: 0 auto;
    line-height: 17px;
    font-size: 12px;
    color: #999999;
}
.company_page .company_dev_img{
    display: block;
    width: 100%;
    height: auto;
}
.company_item .duty_en{
    width: 83.5%!important;
    text-align: left!important;
}
.company_item .duty_img_en{
    padding: 16px 4vw 20px;
}
.company_item .half_img_en{
    display: inline-block;
    padding: 0 4px;
    width: calc(50% - 8px);
}
.company_item .half_img_en img{
    width: 100%;
}
.company_item .half_img_en .img_tips_en{
    padding-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    color: #999999;
}