.header{
    display: none !important;
}
.pd_head_cont {
    padding: 40px 0;
}

.pd_head_logo {
    float: left;
    position: relative;
}

#c_product, #c_company, #inq {
    cursor: pointer;
}

.pd_head_logo_logo {
    float: left;
    display: block;
    width: 115px;
    height: 68px;
    position: relative;
}

.pd_head_logo_logo img {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.pd_head_logo_info {
    float: right;
    padding-left: 22px;
    margin-left: 25px;
    position: relative;
    margin-top: 9px;
}

.pd_head_logo_info .pd_head_QRcode {
    position: absolute;
    width: 200px;
    padding: 10px;
    top: 60px;
    z-index: 50;
    display: none;
    background-color: #ffffff;
    text-align: center;
}

.pd_head_logo_info::after {
    font-size: 0;
    content: "";
    width: 1px;
    height: 52px;
    background-color: #b9b9b9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}

.pd_head_logo_info::before {
    font-size: 0;
    content: "";
    width: 1px;
    height: 52px;
    background-color: #dfe0e1;
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
    position: absolute;
}

.pd_head_logo_info h2 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}

.pd_head_logo_info p {

}

.pd_head_logo_info p a {
    font-size: 12px;
    color: #999999;
    display: inline-block;
    float: left;
    line-height: 25px;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
}

.pd_head_logo_info p a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.pd_head_logo_info a span {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/firm_detail/pd_xing.png) no-repeat 50% 50%;
}
.pd_head_search {
    float: right;
    width: 500px;
    height: 45px;
    box-sizing: border-box;
    border: 2px solid #f49e15;
    margin-right: 28px;
}

.pd_head_search input {
    float: left;
    padding: 0 30px;
    width: 360px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    margin-left: 3px;
}

.pd_head_search div {
    background-color: #f49e15;
    width: 68px;
    height: 41px;
    float: right;
    position: relative;
}

.pd_head_search button {
    background-color: #f49e15;
    width: 68px;
    height: 42px;
    float: right;
    position: relative;
    border: none;
    cursor: pointer;
}

.pd_head_search div img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -12px;
}
.pd_nav {
    background-color: #0b4167;
    width: 100%;
    line-height: 52px;
}

.pd_nav_cont {

}

.pd_nav_group {
    /*padding: 0 100px;*/
}

.pd_nav_group a {
    float: left;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    line-height: 52px;
    width: 120px;
    text-align: center;
    margin-right: 55px;
}

.pd_nav_group a.forcus {
    background: #4275a0;
}

.pd_nav_group a:nth-last-child(1) {
    margin-right: 0;
}
/* 企业信息介绍 */
.corporate_info {
    background-color: #f5f5f5;
    padding-top: 30px;
    overflow: hidden;
}

.corporate_info_cont {
    position: relative;
}

.corporate_info_left {
    float: left;
    width: 210px;
    background-color: #fff;
    padding: 20px;
    height: auto;
    min-height: 380px;
    box-sizing: content-box;
}

.corporate_info_left_tit {
    font-size: 18px;
    line-height: 24px;
    color: #444444;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.corporate_info_left_tit a {
    position: absolute;
    right: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    padding: 0 5px;
}

.corporate_info_left_tit a:hover {
    color: #456598;
}

.corporate_info_name {
    padding: 10px;
    border-bottom: 1px dotted #e6e6e6;
}
.corporate_info_name img{
    max-width: 100%;
    width: 160px;
    height: 160px;
    object-fit: contain;
}
.corporate_info_name h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
    line-height: 25px;
}

.corporate_info_group {
    padding: 10px;
    border-bottom: 1px dotted #e6e6e6;
}

.corporate_info_item {
    margin-top: 10px;
}

.corporate_info_item h2 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.corporate_info_item a {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: inline-block;
    margin: 0 5px;
}

.corporate_info_item a:hover {
    color: #456598;
}

.corporate_info_link {
    margin-top: 20px;
}

.corporate_info_link a {
    float: left;
    display: inline-block;
    width: 93px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    text-align: center;
    margin-right: 20px;
}

.corporate_info_link a:nth-last-child(1) {
    margin-right: 0;
}

.corporate_info_link a span {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.corporate_info_link a span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.corporate_info_link a.corporate_info_link_one span i {
    background: url(../img/firm_detail/corporate_info_name_1.png) no-repeat 50% 50%;
}

.corporate_info_link a.corporate_info_link_two span i {
    background: url(../img/firm_detail/corporate_info_name_2.png) no-repeat 50% 50%;
}

.corporate_info_link a:hover {
    background-color: #ffd364;
    border: 1px solid #ffd364;
    color: #fff;
}

.corporate_info_link a.corporate_info_link_one:hover span i {
    background: url(../img/firm_detail/corporate_info_name_1_on.png) no-repeat 50% 50%;
}

.corporate_info_link a.corporate_info_link_two:hover span i {
    background: url(../img/firm_detail/corporate_info_name_2_on.png) no-repeat 50% 50%;
}
.corporate_info_top p {
    line-height: 30px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
}
.corporate_info_right {
    float: right;
    width: 930px;
}

.corporate_info_right .corporate_brand {
    margin-top: 30px;

}

.corporate_info_right .corporate_brand p {
    font-size: 16px;
}

.corporate_info_right .corporate_zizhi {
    float: left;
    margin-right: 60px;
    margin-top: 25px;
    height: 300px;
}
.corporate_info_right .corporate_zizhi:nth-child(3n){
    /*margin-right: 0;*/
}
.corporate_info_top {
    padding: 25px;
    background-color: #fff;
}

.corporate_info_right_tit {
    font-size: 20px;
    color: #f49e15;
    position: relative;
    padding-left: 35px;
    padding-top: 10px;
}

.corporate_info_right_tit a {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    bottom: 0;
    right: 0;
}

.corporate_info_right_tit a:hover {
    color: #456598;
}

.corporate_info_right_tit::before {
    font-size: 0;
    content: "";
    width: 18px;
    height: 2px;
    background-color: #f49e15;
    left: 0;
    bottom: 10px;
    position: absolute;
}

.corporate_info_right_tit::after {
    font-size: 0;
    content: "";
    width: 680px;
    height: 2px;
    background-color: #f49e15;
    right: 67px;
    bottom: 10px;
    position: absolute;
}

.corporate_info_top p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 10px;
}

.corporate_info_bottom {
    padding: 25px;
    margin-top: 20px;
    background-color: #fff;
    padding-bottom: 0;
}

.corporate_info_bottom_group {
    margin-top: 20px;
}
.corporate_info_bottom_item .label {
    position: absolute;
    z-index: 8;
    right: 16px;
    top: 16px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #0a0a0a;
    line-height: 28px;
    display: none;
}
.corporate_info_bottom_item .label:hover{
    background-color: #d9d9d9;
    color: #414141;
}

.corporate_info_bottom_item .label:hover i {
    color: #414141;
}


.corporate_info_bottom_item:hover {
    box-shadow: 0 0 10px 3px #ececec;
    margin-top: -5px;
    margin-bottom: 5px;
}
.corporate_info_bottom_item:hover .label {
    display: inline-block;
}

.corporate_info_bottom_item {
    float: left;
    width: 23%;
    position: relative;
    display: block;
    margin: 0 1%;
}

.corporate_info_bottom_item  img {
    width: 100%;
    height: 204px;
    object-fit: contain;
}

.corporate_info_bottom_item p {
    padding: 0 15px;
    line-height: 35px;
    padding-top: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.corporate_info_bottom_item_hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 208px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    display: none;
}

.corporate_info_bottom_item_hi img {
    margin-top: 5px;
    margin-left: 165px;
    display: block;
    cursor: pointer;
    width: 34px;
    height: 34px;
}

.corporate_info_bottom_item_hi .companyDetail_contact {
    background-color: #f49e15;
    line-height: 28px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    width: 92px;
    display: inline-block;
    margin-top: 80px;
    cursor: pointer;
}

.corporate_info_bottom_item:hover .corporate_info_bottom_item_hi {
    display: block;
}
.corporate_recom_left {
    float: left;
    width: 860px;
    height: auto;
}

.corporate_recom_left h2 {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    background-color: white;
    position: relative;
    padding: 5px 0 5px 20px;
}

.corporate_recom_left h2::after {
    position: absolute;
    width: 4px;
    height: 13px;
    left: 10px;
    top: 40%;
    background-color: #f49e15;
    font-size: 0;
    content: "";
}
.corporate_recom {
    background-color: #f5f5f5;
    padding: 40px 0 80px 0;
}
.swiper-container_crle {
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.swiper-container_crle .swiper-slide a {
    display: block;
    width: 100%;
    height: 265px;
    position: relative;
    background: white;
}

.swiper-container_crle .swiper-slide img {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.swiper-container_crle .swiper-button-prev {
    background: url(../img/firm_detail/corporate_swi_l.png) no-repeat 50% 50%;
    top: 50%;
    left: 0;
    position: absolute;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.swiper-container_crle .swiper-button-next {
    background: url(../img/firm_detail/corporate_swi_r.png) no-repeat 50% 50%;
    top: 50%;
    right: 0;
    position: absolute;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.corporate_recom_left_item .label {
    position: absolute;
    z-index: 8;
    right: 16px;
    top: 16px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #0a0a0a;
    line-height: 28px;
    display: none;
}
.corporate_recom_left_item .label:hover{
    background-color: #d9d9d9;
    color: #414141;
}

.corporate_recom_left_item .label:hover i {
    color: #414141;
}


.corporate_recom_left_item:hover {
    box-shadow: 0 0 10px 3px #ececec;
    margin-top: 5px;
}
.corporate_recom_left_item:hover .label {
    display: inline-block;
}

.corporate_recom_left_item {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    width: 207px;
    height: 265px;
    display: block;
    position: relative;
    background: white;
    position: relative;
}

.corporate_recom_left_group{display: inline-flex}

.corporate_recom_left_group a img {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    margin: auto;
    max-height: 75%;
    max-width: 90%;
}

.corporate_recom_left_group a p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.corporate_recom_left_group a:nth-child(2n) {
    margin-right: 0px;
}

.corporate_recom_mid {
    width: 427px;
    margin-left: 432px;
}

.corporate_recom_mid h2 {
    font-size: 16px;
    color: #333333;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    padding-top: 10px;
    background-color: #f5f5f5;
    position: relative;
    padding-left: 21px;
}

.corporate_recom_nid h2::after {
    position: absolute;
    width: 4px;
    height: 13px;
    left: 10px;
    top: 50%;
    background-color: #f49e15;
    font-size: 0;
    content: "";
}

.corporate_recom_left_slide {
    float: left;
    width: 425px;
}

.corporate_recom_mid_group {
    padding: 10px 0;
    border-top: none;
    padding-bottom: 0;
    height: 540px;
    float: right;
    width: 425px;
}
.corporate_recom_mid_group {
    padding: 10px 0;
    border-top: none;
    padding-bottom: 0;
    height: 540px;
    float: right;
    width: 425px;
}


.corporate_recom_mid_item a img {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    margin: auto;
    max-height: 70%;
    max-width: 90%;
}

.corporate_recom_mid_item .label {
    position: absolute;
    z-index: 8;
    right: 16px;
    top: 16px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #0a0a0a;
    line-height: 28px;
    display: none;
}
.corporate_recom_mid_item .label:hover{
    background-color: #d9d9d9;
    color: #414141;
}

.corporate_recom_mid_item .label:hover i {
    color: #414141;
}


.corporate_recom_mid_item:hover {
    box-shadow: 0 0 10px 3px #ececec;
    margin-top: -5px;
}
.corporate_recom_mid_item:hover .label {
    display: inline-block;
}

.corporate_recom_mid_item {
    margin-right: 11px;
    margin-bottom: 11px;
    width: 207px;
    height: 265px;
    position: relative;
    background: white;
    float: left;
}

.corporate_recom_mid_item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.corporate_recom_mid_item:nth-child(2n) {
    margin-right: 0;
}

.corporate_recom_mid_item p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.corporate_recom_mid_item:hover p {
    color: #456598;
}



.corporate_recom_left_group a:hover p {
    color: #456598;
}

.corporate_recom_right {
    position: absolute;
    top: 0;
    right: 0;
}
.expo_info {
    position: fixed;
    z-index: 2;
    left: 600px;
    top: 150px;
    width: 500px;
    background: #FFF;
    border: 5px solid #f49e15;
    padding: 20px;
    display: none;
    overflow-y: scroll;
    height: 500px;
    box-sizing: content-box;
}
.expo_info .expo_close {
    position: fixed;
    right: 5px;
    color: #666666;
    cursor: pointer;
    font-size: 20px;
    z-index: 5;
    left: 1100px;
    top: 160px;
}
.expo_info img {
    float: left;
    width: 90px;
    margin-bottom: 15px;
}
.expo_info .expo_text {
    float: left;
    margin-top: 25px;
    margin-left: 10px;
    display: table;
}
.corporate_info_top p img{
    object-fit:contain;
    width: 100%;
    height: 100%;
}
.pd_details_info p {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    margin-right: 40px;
    text-align: left;
}
