.product_info {
    min-height: 348px;
    padding: 20px;
    background: #fff;
    margin-top: 40px;
    margin-bottom: 30px;
}
.product_info .p_left {
    width: 490px;
    height: 302px;
    background: #eeeeee no-repeat;
    overflow: hidden;
    text-align: center;
}
.product_info .p_right {
    flex: 1;
    padding-left: 34px;
}

.product_info .p_right .p_title {
    font-size: 24px;
    margin-bottom: 28px;
}

.product_info .p_right .p_r_con {
    font-size: 15px;
    color: #555555;
    margin-bottom: 58px;
    line-height: 30px;
}

.product-type-info {
    background: #ffffff;
    min-height: 200px;
}

.product-type-info .p_info_con {
    padding: 20px 20px 60px;
}

/*底部切换*/
.company_type_nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-bottom:0;
    padding-top: 0;
    float: none;
}
.company_type_nav::before,
.company_type_nav::after{
    display: none;
}
.company_type_nav>li{
    width: calc(100%/5);
    display: inline-block;
    border-bottom:0;
}
.company_type_nav>li>a{
    border: 0;
    background-color: #ffffff;
    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.nav-tabs>li>a,
.company_type_nav.nav-tabs>li>a:hover{
    border: 1px solid #eeeeee;
    border-top: 0;
    border-left: 0;
    background-color: #ffffff;
}
.company_type_nav.nav-tabs>li>a:hover{
    color: #da251c;
}
.company_type_nav>li.active>a:focus,
.company_type_nav>li.active>a:hover,
.company_type_nav>li.active>a{
    background-color: #f8f8f8;
    color: #da251c;
    border:0;
    border-bottom: 2px solid #da251c;
}
.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 #da251c;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.v-path{
    background: #f9f9f9;
}
.nproduct_wrap .nzx_btn:hover,
.nproduct_wrap .nzx_btn{
    display: block;
    text-align: center;
    width:100px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: solid 1px #da251c;
    font-size: 15px;
    color: #ffffff;
    background-color: #da251c;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
.product_info .nzx_btn:focus,
.nproduct_wrap .nzx_btn:hover{
    opacity: 0.85;
}
.product_info_con{
    padding: 20px;
}
.nproduct_info_wrap .company_type_nav{
    border-bottom: 1px solid #eeeeee;
}
.product_info .p_left .pro_img{
    width: 100%;
}