.banner {
    height: calc(100vw/5.3);
    width: 100%;
    background: url('../images/companyinfo_banner.png') no-repeat center;
    background-size: auto 100%;
    min-height:260px;
}
.equips-content .area_title{
    text-align: center;
    margin-top: 78px;
    margin-bottom: 40px;
}

.equips-content  .area_title::before{
    content: attr(title);
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #111111;
    line-height: 30px;
}

.equips-content .area_title::after{
    content: attr(subtitle);
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #a8a8a8;
    padding-top: 16px;
    display: inline-block;
}
.company_info_area{
    height: 500px;
    background:url('../images/js_title_bg.png') no-repeat;
    background-size:auto 100%;
    background-position:right center;
    display: flex;
    align-items: center;
}
.company_info_area .company_info_con{
    width: 776px;
    height: 420px;
    background-color: #ffffff;
    box-shadow: 0px 1px 35px 0px rgba(216, 216, 216, 0.36);
    padding: 52px 32px;
}

.company_info_area .company_name{
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    margin-bottom: 32px;
}

.company_info_area .company_name::after{
    content: '';
    display: block;
    width: 92px;
    height: 4px;
    background: #da251c;
    position: relative;
    margin-top: 14px;
}
.company_info_area .company_info_text{
    font-size: 16px;
    line-height: 32px;
}

.company_cg{
    margin-top: 40px;
    margin-bottom: 40px;
}

.company_cg  .company_cg_item{
    display: inline-block;
    background: url('../images/c_list_icon.png') no-repeat;
    background-size:54px auto;
    background-position: 0 center;
    padding-left:62px;
}
.company_cg  .company_cg_item::after{
    content: attr(type);
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    margin-top: 6px;
    float: left;
    display: block;
    clear: both;
}
.company_cg  .company_cg_item>span{
    font-size: 30px;
    color: #da0000;
    font-weight: bold;
    line-height:30px;
    display: block;
    float: left;
}
.company_cg  .company_cg_item>span::after{
    content: attr(unit);
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    vertical-align: super;
    line-height: 16px;
}
.company_cg::before,.company_cg::after{
    clear: both;
}
.company_main_info{
    min-height: 290px;
    border: solid 1px #eeeeee;
    padding: 15px;
}
.company_main_info .c_info_left{
    width:452px;
    height:258px;
    background-color:#eeeeee ;
    background-size: 100% 100%;
}
.company_main_info .c_info_right{
    padding-left: 30px;
    flex: 1;
}
.company_main_info .c_info_right .c_info_title{
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    margin-bottom: 32px;
}
.company_main_info .c_info_right .c_info_title::after{
    content: '';
    display: block;
    width: 52px;
    height: 4px;
    background: #da251c;
    position: relative;
    margin-top: 14px;
}
.company_main_info .c_info_right .c_info_con{
    font-size: 16px;
    line-height: 32px;
}

.company_type_nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom:0;
    margin-left:0;
}
.company_type_nav::before,
.company_type_nav::after{
    display: none;
}
.company_type_nav>li{
    width: calc((100% - 60px)/5);
    display: inline-block;
    border-bottom:0;
}
.company_type_nav>li>a{
    border: 0;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #111111;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-family: MicrosoftYaHei-Bold;
    height: 44px;
    padding: 0;
    line-height: 44px;
    display: inline-block;
    list-style: none;
    white-space: nowrap;
    border-radius: 0;
    border: 0;
}
.company_type_nav>li.active>a:focus,
.company_type_nav>li.active>a:hover,
.company_type_nav>li.active>a{
    color: #fff;
    background-color:#da251c;
    border: 0;
}
.company_type_nav>li.active>a::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}