article p, article div {
    word-break: break-word;
    text-align: justify;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #666A75 !important;
    line-height: 30px !important;
    margin-bottom: 15px !important;
}
/* 首页 */
.enterprise_bg_box .main_content .main_right .enterprise_dec {
    margin-bottom: 58px;
    width: 790px;
}
.enterprise_bg_box .main_content .main_right .dec_detail {
    font-size: 14px;
    color: #666666;
    /* text-indent: 28px; */
    line-height: 28px;
    word-wrap: break-word;
    word-break: break-all;
}
.enterprise_bg_box .main_content .main_right .enterprise_dynamic {
    margin: 0 0 58px 0;
    display: flex;
    flex-wrap: wrap;
}
.enterprise_bg_box .main_content .main_right .enterprise_dynamic .dynamic_item {
    width: 360px;
    height: 58px;
    margin: 0 70px 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}
.enterprise_bg_box
    .main_content
    .main_right
    .enterprise_dynamic
    a:nth-child(2n)
    .dynamic_item {
    margin-right: 0;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .date_box {
    padding-top: 6px;
    width: 58px;
    height: 52px;
    margin-right: 20px;
    background-color: #f6f6f6;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .date_box span {
    display: block;
    width: 48px;
    text-align: center;
    color: #0250a9;
}
.enterprise_bg_box
    .enterprise_dynamic
    .dynamic_item
    .date_box
    span:nth-child(1) {
    font-size: 26px;
    padding-bottom: 2px;
    border-bottom: 1px solid #0250a9;
}
.enterprise_bg_box
    .enterprise_dynamic
    .dynamic_item
    .date_box
    span:nth-child(2) {
    font-size: 12px;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .info {
    height: 58px;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .info span {
    display: block;
    width: 270px;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .info span:nth-child(1) {
    font-size: 14px;
    color: #666666;
}
.enterprise_bg_box .enterprise_dynamic .dynamic_item .info span:nth-child(2) {
    font-size: 12px;
    color: #999999;
}

.enterprise_bg_box .enterprise_product {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.enterprise_bg_box .enterprise_product .item_box {
    margin: 0 20px 20px 0;
    width: 370px;
    height: 160px;
    padding-left: 10px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_product .item_box:nth-child(2n) {
    margin-right: 0;
}
.enterprise_bg_box .enterprise_scal .enterprise_scal_img {
    width: 136px;
    height: 136px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.enterprise_bg_box .enterprise_scal .enterprise_scal_img img {
    width: 136px;
    max-height: 136px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box {
    width: 190px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* justify-content: space-around; */
    font-size: 12px;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .title1 {
    font-size: 14px;
    color: #666666;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .title2 {
    color: #0250a9;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .info {
    /* width: 74px; */
    /* width: fit-content; */
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    padding: 2px 18px;
    color: #ffffff;
    background-color: #3d86dc;
}
.enterprise_bg_box .enterprise_product .item_box .item_right_box .bottom_box {
    font-size: 14px;
    color: #666666;
    height: 20px;
    display: flex;
    align-items: center;
}
.enterprise_bg_box
    .enterprise_product
    .item_box
    .item_right_box
    .bottom_box
    img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
.enterprise_bg_box
    .enterprise_product
    .item_box
    .item_right_box
    .bottom_box
    span {
    margin-right: 20px;
}

/* 企业动态 */
/* .enterprise_bg_box .enterprise_act .main_right {
  width: 842px;
  min-height: 600px;
  padding: 28px 0 0 30px;
} */
.enterprise_bg_box .enterprise_act .main_right {
    box-sizing: border-box;
    width: 872px;
    padding: 28px 0 0 30px;
    background-color: #ffffff;
    min-height: 600px;
}
.enterprise_bg_box .colleges_purchase_content {
    display: flex;
    justify-content: space-between;
}
.enterprise_bg_box .colleges_purchase_left {
    width: 788px;
}
.enterprise_bg_box .colleges_purchase_left .colleges_purchase_left_item {
    width: 100%;
    height: 94px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(245, 245, 245);
    cursor: pointer;
}
.enterprise_bg_box
    .colleges_purchase_left
    .colleges_purchase_left_item:hover
    p {
    color: #0250a9;
}
.enterprise_bg_box
    .colleges_purchase_left
    .colleges_purchase_left_item
    .detail:hover {
    color: #0250a9;
}
.enterprise_bg_box .colleges_purchase_left_item p:nth-child(1) {
    font-size: 18px;
    /* font-weight: bold; */
    color: #333333;
    width: 728px;
}
.enterprise_bg_box .colleges_purchase_left_item div:nth-child(2) {
    font-size: 14px;
    /* color: #666666; */
    color: #999999;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .colleges_purchase_left_item div:nth-child(2) div {
    width: 728px;
}
.enterprise_bg_box .colleges_purchase_left_item div:nth-child(3) {
    font-size: 12px;
    color: #999999;
}
.enterprise_bg_box
    .colleges_purchase_left_item
    div:nth-child(3)
    span:nth-child(1) {
    color: #0250a9;
    margin-right: 44px;
}

/* 企业动态-详情 */
/* .enterprise_bg_box .main .bidding_announcement_content {
  display: none;
} */
.enterprise_bg_box .main .bidding_announcement_content {
    background-color: #ffffff;
    padding: 0 22px 60px 22px;
}
.enterprise_bg_box .main .bidding_announcement_content .title {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
}
.enterprise_bg_box .main .bidding_announcement_content .info {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-size: 12px;
    color: #999999;
    margin: 44px auto 46px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}
.enterprise_bg_box .main .bidding_announcement_content .info .left_info {
    display: flex;
    align-items: center;
    color: #999999;
}
.enterprise_bg_box .main .bidding_announcement_content .info .left_info div {
    margin-right: 40px;
    /* max-width: 280px; */
    height: 14px;
    max-height: 14px;
    overflow: hidden;
}
.enterprise_bg_box .main .bidding_announcement_content .info div:last-child {
    margin-right: 0;
}
.enterprise_bg_box .main .bidding_announcement_content .info a {
    /* margin-left: 5px; */
    font-size: 12px;
    color: #999999;
}
.enterprise_bg_box
    .main
    .bidding_announcement_content
    .info
    .jump_a
    .detail_jump_a {
    margin-left: 5px;
}
/* .enterprise_bg_box .main .bidding_announcement_content .info .jump_a a {
  margin-left: 5px;
} */
.enterprise_bg_box .main .bidding_announcement_content .detail {
    font-size: 16px;
    color: #666666;
    /* text-indent: 32px; */
    line-height: 32px;
    word-wrap: break-word;
    word-break: break-all;
}
.enterprise_bg_box .main .bidding_announcement_content .info .right_info {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}
.enterprise_bg_box .main .bidding_announcement_content .key_words {
    color: #0250a9;
    font-weight: bold;
    margin: 0 4px 0 30px;
    /* margin: 0 4px 0 12px; */
}

/* 企业产品 */
/* 企业产品与详情切换 */
.enterprise_bg_box .enterprise_pdt .main_right {
    /* padding-left: 52px; */
}
/* .enterprise_bg_box .main_right_sort_content_detail {
  display: none;
} */

.enterprise_bg_box .enterprise_pdt .main_right .sort {
    /* margin: 0 auto; */
    /* padding: 0 28px 0 16px; */
    padding-left: 16px;
    width: 756px;
    height: 36px;
    font-size: 12px;
    color: #333333;
    background-color: #f6f6f6;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort_left {
    display: flex;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort .sort_left .sort_item {
    font-size: 12px;
    color: #333333;
    margin-right: 50px;
    display: flex;
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort .sort_left .sort_item div {
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort .sort_left .checked_no {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
}
.enterprise_bg_box .enterprise_pdt .main_right .sort .sort_left .checked_yes {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    position: relative;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .sort
    .sort_left
    .checked_yes::after {
    position: absolute;
    content: "\2714";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #72a7e6;
}

.enterprise_bg_box .enterprise_pdt .main_right .main_right_sort_content {
    margin-top: 30px;
    width: 772px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .main_right_sort_content
    .item_box {
    margin: 0 10px 20px 0;
    cursor: pointer;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .main_right_sort_content
    a:nth-child(2n)
    .item_box {
    margin-right: 0;
}

.enterprise_bg_box .enterprise_pdt .main_right_detail_info {
    margin-bottom: 56px;
    height: 348px;
    display: flex;
}
.enterprise_bg_box .enterprise_pdt .main_right_detail_info .info_left {
    margin-right: 30px;
    width: 260px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right_detail_info
    .info_left
    .positionR {
    display: flex;
    justify-content: center;
    align-items: center;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right_detail_info
    .info_left
    .titile_img {
    width: 260px;
    /* height: 260px; */
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right_detail_info
    .info_left
    .img_name_box {
    bottom: 0;
    left: 0;
    width: 260px;
    height: 30px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right_detail_info
    .info_left
    .img_name {
    display: none;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right_detail_info
    .info_left
    .img_name_box
    .img_name_active {
    display: block;
    width: 260px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
    background: rgba(2, 80, 169, 0.53);
}

.enterprise_bg_box .enterprise_pdt .see_img_box {
    width: 260px;
    height: 60px;
    margin-top: 20px;
}
.enterprise_bg_box .enterprise_pdt .see_img {
    width: 200px;
    height: 60px;
}
.enterprise_bg_box .enterprise_pdt .see_img .swiper-wrapper {
    width: 200px;
    height: 60px;
    /* margin: 0 auto; */
}
.enterprise_bg_box .enterprise_pdt .see_img .swiper_img_box {
    width: 60px;
    height: 60px;
    /* margin-right: 10px; */
}
.enterprise_bg_box .enterprise_pdt .see_img img {
    width: 60px;
    height: 60px;
}
.enterprise_bg_box .enterprise_pdt .see_img_box .see_leftArrow {
    width: 8px;
    height: 16px;
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .see_img_box .see_rightArrow {
    width: 8px;
    height: 16px;
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .see_leftArrow img,
.enterprise_bg_box .enterprise_pdt .see_rightArrow img {
    width: 100%;
    height: 100%;
}

.enterprise_bg_box .enterprise_pdt .info_right {
    display: flex;
    flex-direction: column;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_title {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_key {
    margin: 15px 0 20px;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_key span {
    font-size: 12px;
    color: #999999;
    margin-right: 20px;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_show {
    width: 354px;
    height: 34px;
    padding: 0 18px;
    background-color: #f6f6f6;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_show span {
    font-size: 12px;
    color: #666666;
}
.enterprise_bg_box .enterprise_pdt .info_right .info_show a {
    font-size: 12px;
    /* font-weight: bold; */
    color: #0250a9;
    /* color: rgb(52,132,245); */
}
.enterprise_bg_box .enterprise_pdt .info_right .info_show a img {
    margin: -1px 0 0 2px;
    width: 5px;
    height: 10px;
    vertical-align: middle;
}
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box {
    margin: 18px 0 36px;
    font-size: 14px;
    color: #666666;
    height: 20px;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box .icon_box2,
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box .icon_box3 {
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
/* .enterprise_bg_box .enterprise_pdt .info_right .bottom_box img:nth-child(1) {
  width: 12px;
  height: 10px;
} */
.enterprise_bg_box .enterprise_pdt .info_right .bottom_box span {
    margin-right: 28px;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_box {
    padding: 10px 0;
    width: 370px;
    height: 110px;
    padding-left: 20px;
    border: 1px solid rgb(230, 230, 230);
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_item {
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_item span:nth-child(1) {
    display: block;
    font-size: 12px;
    color: #999999;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_item span:nth-child(2) {
    font-size: 12px;
    color: #666666;
}
.enterprise_bg_box .enterprise_pdt .info_right .contact_item span a {
    font-size: 12px;
    color: #0250a9;
    margin-left: 28px;
}
.enterprise_bg_box .enterprise_pdt .info_right button {
    width: 108px;
    height: 36px;
    font-size: 12px;
    color: #ffffff;
    background-color: #4d84c2;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.enterprise_bg_box .enterprise_pdt .main_prd_dec {
    width: 790px;
    margin: 26px 0 56px;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}

.enterprise_bg_box .enterprise_pdt .qualifications {
    margin: 46px 0 64px;
    width: 790px;
    height: 176px;
}
.enterprise_bg_box .enterprise_pdt .qualifications .qualifications_swiper {
    width: 688px;
    height: 176px;
}
.enterprise_bg_box .enterprise_pdt .qualifications .swiper-wrapper {
    width: 688px;
    height: 176px;
    /* margin-left: 20px; */
    /* margin: 0 auto; */
}
.enterprise_bg_box .enterprise_pdt .qualifications .qua_swiper_img {
    width: 218px;
    height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* margin-right: 10px; */
}
.enterprise_bg_box .enterprise_pdt .qualifications img {
    width: 218px;
    height: 146px;
}
.enterprise_bg_box .enterprise_pdt .qualifications span {
    font-size: 12px;
    color: #666666;
}
.enterprise_bg_box .enterprise_pdt .qualifications .qualifications_leftArrow,
.enterprise_bg_box .enterprise_pdt .qualifications .qualifications_rightArrow {
    width: 18px;
    height: 30px;
    background-color: rgba(2, 80, 169, 0.5);
    cursor: pointer;
}
.qualifications_arrow_hide {
    visibility: hidden;
}
.enterprise_bg_box .enterprise_pdt .qualifications_leftArrow img,
.enterprise_bg_box .enterprise_pdt .qualifications_rightArrow img {
    position: absolute;
    width: 8px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.enterprise_bg_box .enterprise_pdt .living_msg_title {
    padding-left: 22px;
    width: 773px;
    height: 32px;
    font-size: 12px;
    color: #666666;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li {
    width: 770px;
    margin-top: 22px;
    padding: 0 0 22px 22px;
    border-bottom: 1px solid #ededed;
    display: flex;
    /* align-items: center; */
}
.enterprise_bg_box .enterprise_pdt .living_msg_li:last-child {
    border-bottom: none;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_left {
    width: 60px;
    margin-right: 32px;
    display: flex;
    /* flex-direction: column;
    align-items: center; */
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_left img {
    width: 60px;
    height: 60px;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_right .author {
    display: flex;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_right .author span {
    font-size: 12px;
    color: #666666;
    margin: 6px 0;
}
.enterprise_bg_box .enterprise_pdt .living_msg_li .msg_li_right .author div {
    margin-left: 8px;
    width: 60px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #e3a906;
}
.enterprise_bg_box
    .enterprise_pdt
    .living_msg_li
    .msg_li_right
    .author
    div
    img {
    width: 100%;
    height: 100%;
}
.enterprise_bg_box
    .enterprise_pdt
    .living_msg_li
    .msg_li_right
    .author
    .ordinary_div {
    background-color: #9baebc;
}
.enterprise_bg_box
    .enterprise_pdt
    .living_msg_li
    .msg_li_right
    span:last-child {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}

.enterprise_bg_box .show_box {
    display: none;
}
.enterprise_bg_box .show_box_active {
    display: block;
}
.enterprise_bg_box .not_login_box {
    /* margin: 0 auto; */
    width: 795px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #333333;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
}
.enterprise_bg_box .not_login_box a span {
    color: rgb(2, 80, 169);
}
.enterprise_bg_box .enterprise_pdt .living_input_box {
    padding-top: 30px;
    border-top: 10px solid #f6f6f6;
}
.enterprise_bg_box .enterprise_pdt .living_input_box .msg_textarea {
    margin-top: 6px;
    padding: 10px 0 0 20px;
    width: 654px;
    height: 90px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #dddcdc;
}
.enterprise_bg_box .enterprise_pdt .living_input_box .msg_textarea_btn {
    padding-top: 4px;
    height: 36px;
    font-size: 12px;
    color: #999999;
    display: flex;
    justify-content: space-between;
}
.enterprise_bg_box .enterprise_pdt .living_input_box .msg_textarea_btn .btn {
    margin-top: 12px;
    width: 65px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: rgba(2, 80, 169, 0.7);
    border-radius: 2px;
    cursor: pointer;
}

.enterprise_bg_box .enterprise_msg .main_right {
    min-height: 600px;
}

/* 企业优势 */
.enterprise_bg_box .enterprise_sup .main_right {
    min-height: 600px;
}
.enterprise_bg_box .enterprise_sup .sup_swiper_box {
    margin: 0 auto;
    width: 646px;
    height: 260px;
}
.enterprise_bg_box .enterprise_sup .sup_swiper {
    width: 550px;
    height: 260px;
}
.enterprise_bg_box .enterprise_sup .swiper-wrapper {
    width: 550px;
    height: 260px;
}
.enterprise_bg_box .enterprise_sup .sup_swiper_img {
    width: 260px;
    height: 260px;
}
.enterprise_bg_box .enterprise_sup .sup_swiper_img img {
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .enterprise_sup .sup_leftArrow,
.enterprise_bg_box .enterprise_sup .sup_rightArrow {
    width: 18px;
    height: 30px;
    background-color: rgba(2, 80, 169, 0.5);
    cursor: pointer;
}
.enterprise_bg_box .enterprise_sup .sup_leftArrow img,
.enterprise_bg_box .enterprise_sup .sup_rightArrow img {
    position: absolute;
    width: 8px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 企业需求 */
.enterprise_bg_box .enterprise_nds .main_right {
    width: 890px;
    min-height: 600px;
    padding: 0;
}
.enterprise_bg_box .technology_content_card_box {
    width: 100%;
    /* padding-bottom: 22px; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.enterprise_bg_box .technology_content_card {
    overflow: hidden;
    width: 245px;
    height: 238px;
    border-radius: 6px;
    margin: 0 7px 20px 0;
    font-size: 12px;
    color: #666666;
    border: 1px solid rgb(230, 230, 230);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.enterprise_bg_box
    .technology_content_card_box
    a:nth-child(3n)
    .technology_content_card {
    margin-right: 0;
}
.enterprise_bg_box .technology_content_card div {
    width: 218px;
    margin-bottom: 12px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.enterprise_bg_box .technology_content_card .title {
    /* width: 218px; */
    width: 100%;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    background-color: #f6f6f6;
    margin-bottom: 24px;
}
.enterprise_bg_box .technology_content_card .title div {
    padding: 0;
    /* width: 218px; */
    width: 208px;
    height: 40px;
    line-height: 20px;
    white-space: normal;
}
.enterprise_bg_box .technology_content_card div:nth-child(4) {
    margin-bottom: 30px;
}
.enterprise_bg_box .technology_color {
    color: rgb(238, 161, 19);
}
.enterprise_bg_box .technology_content_card .detail {
    margin: 0 auto;
    width: 56px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 26px;
    color: #0250a9;
    border: 1px solid #0250a9;
    cursor: pointer;
}
.enterprise_bg_box .technology_content_card .detail:hover {
    background-color: #0250a9;
    border: 1px solid #0250a9;
    color: #ffffff;
}
/* 企业需求详情 */
.enterprise_bg_box .enterprise_nds_cot {
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
    display: flex;
    flex-direction: column;
}
.enterprise_bg_box .enterprise_nds_cot div {
    /* margin-bottom: 20px; */
    display: flex;
}
/* 文字两端对齐 */
.enterprise_bg_box .enterprise_nds_cot .span_name {
    margin-right: 4px;
    display: block;
    width: 80px;
    text-align: justify;
}
.enterprise_bg_box .enterprise_nds_cot i {
    display: inline-block;
    width: 100%;
}

/* 专家 */
/* .expertLib_library{
  border: 1px solid red;
} */
.expertLib_library .list {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0 51px;
}
.expert {
    display: flex;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 381px;
    height: 159px;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%);
    margin: 0 12px 16px 0;
    padding: 10px 17px 10px 7px;
}
.expert .left {
    width: 136px;
    height: 136px;
}
.expert .left img {
    width: 136px;
    height: 136px;
}
.expert .right {
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
    color: #333;
}
.expert .right {
    position: relative;
    color: #333;
    font-size: 12px;
}
.expert .right .name {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.expert .right .line {
    position: relative;
    width: 190px;
    height: 1px;
    background-color: #f0f0f0;
    margin-bottom: 7px;
}
.expert .right .progress_line {
    width: 56px;
    height: 1px;
    background-color: #002147;
}
.expert .right .area {
    padding-bottom: 7px;
}
.expert .right .domain {
    line-height: 18px;
    padding-bottom: 7px;
}
.expert .right .position {
    position: absolute;
    top: 5px;
    right: 0;
}
.expert .right .position .tag {
    font-size: 14px;
}

/* 搜索标签 */
.tag_search_tab {
    padding-bottom: 10px;
}
.tag_search_tab .search_tags {
    width: 100%;
    background-color: #ffffff;
}
.tag_search_tab .search_tags .tags_box {
    /* height: 150px; */
    font-size: 12px;
}
.tag_search_tab .search_tags .tags_box .after_line {
    position: relative;
    /* margin: 15px 0; */
}
.tag_search_tab
    .search_tags
    .tags_box
    .search_tags_child
    .search_tags_item:first-child {
    margin-top: 30px;
}
.tag_search_tab .search_tags .tags_box .search_tags_child .after_line {
    margin-top: 16px;
}
.tag_search_tab .search_tags .tags_box .after_line::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 756px;
    height: 1px;
    border-bottom: 1px dashed #f0f0f0;
}
.tag_search_tab .search_tags .tags_box .search_tags_child {
    display: none;
}
.tag_search_tab .search_tags .tags_box .search_tags_child_active {
    display: block;
}
.tag_search_tab .search_tags .tags_box .search_tags_item,
.tag_search_tab .search_tags .tags_box .search_tags_item_link {
    display: flex;
}
.tag_search_tab .search_tags .tags_box .search_tags_item_hide {
    display: none;
}
.tag_search_tab .search_tags .tags_box .search_tags_item_link .link_three {
    display: none;
}
.tag_search_tab
    .search_tags
    .tags_box
    .search_tags_item_link
    .link_three_active {
    display: block;
}
.tag_search_tab .search_tags .tags_box .search_tags_parent {
    margin-bottom: 20px;
}
.tag_search_tab
    .search_tags
    .tags_box
    .search_tags_child
    .after_line:last-child {
    margin-bottom: 0;
}
.tag_search_tab .search_tags .search_tags_gather {
    display: flex;
    align-items: center;
    /* 这里改了js记得改 */
    margin: 16px 0 16px;
}
.tag_search_tab .search_tags .tags_box .tags_item span {
    width: 110px;
    color: #999999;
    /* margin-right: 62px; */
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_ul_hide {
    display: none;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_ul {
    width: 1080px;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_li {
    /* height: 24px; */
    /* line-height: 24px; */
    margin: 0 34px 16px 0;
    color: #666666;
    cursor: pointer;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_li a {
    color: #666666;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_li:hover a {
    color: rgb(78, 136, 140);
}
/* .tag_search_tab .search_tags .tags_box .search_tags_item_first .tags_item_li {
  margin-top: 0;
} */
.tag_search_tab .search_tags .tags_box .tags_item .active_li,
.tag_search_tab .search_tags .tags_box .tags_item .active_li a {
    color: rgb(78, 136, 140);
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_ul {
    height: 26px;
    display: flex;
    align-items: center;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_li {
    margin-right: 34px;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_li div {
    position: relative;
    padding: 5px 30px 5px 12px;
    color: rgb(78, 136, 140);
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
    pointer-events: none;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_li div::after {
    position: absolute;
    content: "\2716";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 12px;
    color: rgb(78, 136, 140);
    cursor: pointer;
    pointer-events: auto;
}
/* 产品展示 */
.enterprise_bg_box .enterprise_pdt .main_right .right_top {
    display: flex;
    flex-direction: column;

    width: 100%;
    /* height: 122px; */
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_top .bread {
    width: 100%;
    font-size: 13px;
    color: #999999;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_top .bread img {
    width: 10px;
    height: 12px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_top .swiper-wrapper{
    width: auto !important;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_top .swiper-container {
    width: 100%;
    margin-top: 16px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_top .swiper-container .swiper-slide {
    width: auto !important;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #E2E7F1;
    padding: 13px 24px;
    margin-right: 24px;
    color: #999999;
    white-space: nowrap;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_top .swiper-container .swiper-slide a{
    color: #999999;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_top .swiper-container .swiper-slide.action {
    background: #ECF1FF;
    border: none;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_top .swiper-container .swiper-slide.action a{
    color: #2351D2;
}


.enterprise_bg_box .enterprise_pdt .main_right .right_main {
    margin-top: 16px;
    padding: 20px;
    background-color: #fff;
    border-radius: 24px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_box {
    display: flex;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_box .view .view-margin {
    position: relative;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_box .banner-swiper-container .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #2351D2;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_box .banner-swiper-container .swiper-pagination-bullet-active{
    width: 24px;
    height: 6px;
    background: #2351D2;
    border-radius: 3px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_box .banner-swiper-container {
    width: 312px;
    height: 324px;
    background: url(../img/enterprise/banner-bg.png);
    padding: 24px 24px 36px 24px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_box .swiper-pagination{
    width: 100%;
    bottom: 10px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_box .swiper-pagination .swiper-pagination-bullet{
   margin-right: 6px;
   background: #2351D2;
   cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_box .swiper-pagination .swiper-pagination-bullet-active{
    width: 24px;
    height: 6px;
    background: #2351D2;
    border-radius: 3px;
 }
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_box .swiper-slide img {
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_text {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_text .title {
    margin-top: 20px;
    width: 498px;
    height: 77px;
    font-size: 26px;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .banner_text .desc {
    display: flex;
    justify-content: space-between;
    margin: 32px 0 96px 0;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_main
    .banner_text
    .desc
    .type {
    font-size: 18px;
    color: #222222;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_main
    .banner_text
    .desc
    .type
    .point {
    color: #7d8596;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_main
    .banner_text
    .desc
    .goto {
    font-size: 16px;
    color: #2351d2;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .btn_box {
    display: flex;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .btn_box .know {
    width: 164px;
    line-height: 54px;
    background: #2351d2;
    border-radius: 4px;
    text-align: center;
    margin-right: 20px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_main .btn_box .join {
    width: 164px;
    line-height: 54px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #2351d2;
    color: #2351d2;
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .main_right .product_lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 36px;
}
.enterprise_bg_box .enterprise_pdt .main_right .product_lists .list_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 272px;
    height: 300px;
    background: #ffffff;
    box-shadow: 0px 2px 8px 1px rgba(3, 27, 78, 0.06);
    border-radius: 10px;
    color: #7d8596;
    margin-bottom: 16px;
    margin-right: 16px;
}
.enterprise_bg_box .enterprise_pdt .main_right .product_lists .list_box:nth-of-type(3n){
    margin-right: 0;
}
.enterprise_bg_box .enterprise_pdt .main_right .product_lists .list_box img {
    width: 180px;
    height: 180px;
    margin: 24px 0 20px 0;
}
.enterprise_bg_box .enterprise_pdt .main_right .product_lists .list_box .name {
    width: 244px;
    height: 25px;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.enterprise_bg_box .enterprise_pdt .main_right .product_lists .list_box .data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 18px 0 16px 0;
    padding: 0 16px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .product_lists
    .list_box
    .data
    img {
    width: 13px;
    height: 13px;
    margin: 0;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .product_lists
    .list_box
    .data
    .data_text {
    width: auto;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .product_lists
    .list_box
    .data
    .line {
    width: 0px;
    height: 20px;
    border: 1px solid #d9d9d9;
}

/* 产品详情 */
.enterprise_bg_box .enterprise_pdt .main_right .right_banner {
    display: flex;
    width: 890px;
    height: 398px;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    margin-top: 16px;
    padding: 20px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_banner .banner {
    height: 100%;
    width: 264px;
    margin-right: 40px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .banner
    .swiper-one {
    margin-bottom: 12px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .banner
    .swiper-one
    .swiper-wrapper {
    width: 264px;
    height: 264px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .banner
    .swiper-one
    .swiper-wrapper
    img {
    width: 264px;
    height: 264px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .banner
    .swiper-tow
    .swiper-wrapper {
    width: 82px;
    height: 82px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .banner
    .swiper-tow
    .swiper-wrapper
    .swiper-slide {
    margin-right: 9px;
    border: 1px solid #F0F0F0;
    cursor: pointer;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .banner
    .swiper-tow
    .swiper-wrapper
    .active-nav {
    border: 3px solid #2351D2;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .banner
    .swiper-tow
    .swiper-wrapper
    img {
    width: 100%;
    height: 100%;
    border: 1px solid #f0f0f0;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_banner .banner .swiper-tow .btn{
    width: 24px;
    height: 82px;
    background: #000000 url(../img/enterprise/arrow-r.png) no-repeat;
    background-size: 8px 16px;
    background-position: 50%;
    opacity: 0.2;
    border-radius: 0;
    right: 0;
    top: 21px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_banner .banner .swiper-tow .swiper-button-disabled{
    display: none;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_banner .contents {
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_banner .contents .title {
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #222222;
    line-height: 36px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .keywords {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    color: #626e84;
    margin: 20px 0 17px;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_banner .contents .data {
    display: flex;
    align-items: center;
    color: #7d8596;
    font-size: 12px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .data
    img {
    width: 13px;
    height: 13px;
    vertical-align: text-top;
}
.enterprise_bg_box .enterprise_pdt .main_right .right_banner .contents .data {
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .data
    .line {
    width: 0px;
    height: 12px;
    opacity: 1;
    border: 1px solid #d9d9d9;
    margin: 0 26px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .show-box {
    width: 546px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding: 14px 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    margin: 16px 0;
    background: url(../img/enterprise/show-bg.png) no-repeat;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .show-box
    .text {
    font-size: 14px;
    font-weight: 400;
    color: #7d8596;
    margin-right: 10px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .show-box
    .type {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .show-box
    .goto {
    float: right;
    font-size: 14px;
    color: #2351d2;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .link-box {
    width: 546px;
    height: 136px;
    background: #fffdf9;
    opacity: 1;
    border: 1px solid #fcf2d5;
    padding: 24px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .link-box
    .link {
    color: #222222;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .link-box
    .link
    .email {
    margin-left: 60px;
    margin-right: 10px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .link-box
    .link
    .look-all {
    color: #2351d2;
    margin-left: 15px;
}
.enterprise_bg_box
    .enterprise_pdt
    .main_right
    .right_banner
    .contents
    .link-box
    .call-box {
    margin-top: 20px;
    width: 168px;
    line-height: 48px;
    background: #2351d2;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 16px;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-header {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #E3E3E3;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-header .right-btn{
    width: 88px;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-header .active{
    border-bottom: 3px solid #2351D2;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-header .right-btn a{
    color: #222222;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content {
    padding: 48px 32px 32px;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .title{
    margin-bottom: 20px;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .title .line {
    width: 2px;
    height: 16px;
    background: #2351D2;
    margin-right: 12px;
    vertical-align: sub;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .title .text {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #222222;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc {
    position: relative;
    font-size: 16px;
    color: #666A75;
    word-break: break-word;
    text-align: justify;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #666666 !important;
    line-height: 30px !important;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc img{
    width: 100%;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content #zizhi .swiper-container {
    width: 618px;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content #zizhi .swiper-slide{
    width: 190px;
    height: 190px;
    border: 1px solid #F0F0F0;
    margin-right: 24px;
    overflow: hidden;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content #zizhi .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    /* min-width: 100%;
    min-height: 100%; */
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content #zizhi .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: url(../img/enterprise/swiper-l.png) no-repeat;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content #zizhi .swiper-button-next{
    width: 40px;
    height: 40px;
    background: url(../img/enterprise/swiper-r.png) no-repeat;
}
/* 留言 */
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box {}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main {
    margin-top: 22px;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .header .name{
    font-size: 14px;
    color: #222222;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .header img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .header .time{
    font-size: 14px;
    color: #7D8596;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .text{
    margin-top: 6px;
    margin-bottom: 12px;
    margin-left: 36px;
    font-size: 14px;
    color: #666A75;
    line-height: 24px;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .icon-box{
    display: flex;
    align-items: center;
    margin-left: 36px;
    padding-bottom: 14px;
    border-bottom: 1px solid #F6F6F6;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .icon-box .data_text{
    margin-right: 20px;
    font-size: 13px;
    color: #7D8596;
    cursor: pointer;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .icon-box img{
    width: 14px;
    height: 14px;
    vertical-align: top;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .leave-next{
    margin-top: 14px;
    padding-left: 36px;
    border-bottom: 1px solid #F6F6F6;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .leave-next .point{
    margin: 0 10px;
    font-size: 14px;
    color: #7D8596;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-main .leave-next .icon-box{
    border: none;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-msg{
    position: relative;
    margin-top: 18px;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-msg .text-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-msg .text-box .img{
    width: 40px;
    height: 40px;
    padding: 7px;
    background: url(../img/enterprise/head-bg.png) no-repeat;
    background-size: cover  ;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-msg .text-box .img img{
    width: 100%;
    height: 100%;
    border:  1px solid red;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-msg .text-box textarea{
    resize:none;
    width: 774px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #2351D2;
    outline: none;
    padding: 10px 16px;
}
.enterprise_bg_box .enterprise_pdt .main_right .tab-box .tab-content .desc .leave-box .leave-msg .push-box{
    width: 72px;
    height: 28px;
    line-height: 28px;
    background: #2351D2;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    transform: translateX(755px);
    margin-top: 12px;
    cursor: pointer;
}







/* 企业服务 */
.enterprise_bg_box .enterprise_pdt .main_right .service-box{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top:16px;
    padding: 20px;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .swiper-box{
    position: relative;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .swiper-slide{
    width: 200px !important;
    height: 100px;
    background: #FAFAFA;
    border-radius: 6px;
    background: url(../img/enterprise/service-bg.png) no-repeat;
    background-size: cover;
    /* margin-right: 17px; */
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .swiper-slide a{
   width: 100%;
   height: 100%;
   line-height: 100px;
   text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .swiper-slide.active{
    background: url(../img/enterprise/service-bg1.png) no-repeat;
    background-size: cover;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .swiper-slide.active a{
    color: #fff;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .swiper-button-next{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 1;
    width: 24px;
    height: 100px;
    border-radius: 0px 6px 6px 0px;
    opacity: 0.2;
    background: #000000 url(../img/enterprise/arrow-r.png) no-repeat;
    background-size: 8px 16px;
    background-position: center;

}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .tab-content{
    margin-top: 40px;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .tab-content .tab-pane .title{

font-size: 22px;
font-family: PingFang SC-Regular, PingFang SC;
color: #2351D2;
text-align: center;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .tab-content .tab-pane .line-box{
    height: 2px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 12px 0 24px;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .tab-content .tab-pane .line-box .short-line{
    position:absolute;
    width: 32px;
    height: 2px;
    background: #2351D2;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .tab-content .tab-pane .line-box .long-line{
    width: 80px;
    height: 2px;
    background: #E0ECFF;
}
.enterprise_bg_box .enterprise_pdt .main_right .service-box .tab-content .tab-pane .contents{
    padding: 0 12px 12px;
    font-size: 16px;
    color: #666A75;
    line-height: 30px;
}

/* 服务案例 */
.enterprise_bg_box .enterprise_pdt .main_right .case-box{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top:16px;
    padding: 20px;
}
.enterprise_bg_box .enterprise_pdt .main_right .case-box .case-list{
    display: flex;
    flex-wrap: wrap;

}
.enterprise_bg_box .enterprise_pdt .main_right .case-box .case-list .item{
    width: 200px;
    height: 148px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 1px rgba(3, 27, 78, 0.06);
    border-radius: 8px;
    padding: 10px 30px;
    margin-right: 16px;
    margin-bottom: 20px;
}
.enterprise_bg_box .enterprise_pdt .main_right .case-box .case-list .item:nth-of-type(4n){
    margin-right: 0;
}
.enterprise_bg_box .enterprise_pdt .main_right .case-box .case-list .item .img{
    height: 74px;
    text-align: center;
    margin-bottom: 10px;
}
.enterprise_bg_box .enterprise_pdt .main_right .case-box .case-list .item .img img{
  height: 100%;
}
.enterprise_bg_box .enterprise_pdt .main_right .case-box .case-list .item .title{
    font-size: 16px;
    text-align: center;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 企业需求改版 */
.enterprise_bg_box .enterprise_nds .main_right .right_top {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .bread {
    width: 100%;
    font-size: 13px;
    color: #999999;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .bread img {
    width: 10px;
    height: 12px;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .left{
    display: flex;
    margin-top: 16px;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .left .btn{
    width: 112px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #E2E7F1;
    margin-right: 24px;
    padding: 0;
    box-shadow: none;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .left .btn a{
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #999999;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .left .active{
    width: 112px;
    height: 48px;
    background: #ECF1FF;
    border-radius: 24px 24px 24px 24px;
    opacity: 1;
    border: none;
 
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .left .active a{
  color: #2351D2;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .right{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    color: #8D92A1;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .right .choose{
    position: relative;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .right .choose .dropdown-toggle::after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 20px;
    background: url(../img/enterprise/dorpdown.png) no-repeat;
    background-size: 8px 4px;
    margin-left: 16px;
    background-position-y: 13px;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .right .choose .dropdown-menu{
    padding: 0;
    margin: 0;
    width: 210px;
    position: absolute;
    right: -20px;
    top: 50px;
    border-radius: 0;
    border: none;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .right .choose .dropdown-menu .con-list{
    width: 100%;
    height: 40px;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .right .choose .dropdown-menu .con-list a{
    width: 100%;
    line-height: 20px;
    padding: 10px 20px;
    color: #999999;
}
.enterprise_bg_box .enterprise_nds .main_right .right_top .choose-box .right .choose .dropdown-menu .active a{
    background-color: #F2F5F9;
    color: #222222;
}

.enterprise_bg_box .enterprise_nds .main_right .list-box{
    width: 100%;
    border-radius: 10px;
    margin-top: 16px;
    padding: 20px;
    background-color: #fff;
}
.enterprise_bg_box .enterprise_nds .main_right .list-box .type-list.active{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.enterprise_bg_box .enterprise_nds .main_right .list-box .type-list .item{
    width: 418px;
    height: 108px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 1px rgba(3, 27, 78, 0.06);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}
.enterprise_bg_box .enterprise_nds .main_right .list-box .type-list .item .top-box{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    padding-bottom: 12px;
    border-bottom: 1px dashed #E3E7ED;
}
.enterprise_bg_box .enterprise_nds .main_right .list-box .type-list .item .top-box .title{
    width: 286px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.enterprise_bg_box .enterprise_nds .main_right .list-box .type-list .item .top-box .money{
    color: #FC827C;
}

.enterprise_bg_box .enterprise_nds .main_right .list-box .type-list .item .bottom-box{
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    color: #999999;
}
.enterprise_bg_box .enterprise_nds .main_right .list-box .type-list .item .bottom-box .line{
    width: 0px;
    height: 10px;
    opacity: 1;
    border: 1px solid #DBDBDB;
    margin: 0 12px;
}
.enterprise_bg_box .enterprise_nds .main_right .list-box .type-list .item .bottom-box span{
    max-width: 169px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/* 企业需求详情改版 */
.enterprise_bg_box .enterprise_nds .main_right .content-box {
    width: 100%;
    border-radius: 10px;
    padding: 32px;
    margin-top: 16px;
    background-color: #fff;
}
.enterprise_bg_box .enterprise_nds .main_right .content-box .top-box {
    border-bottom: 1px dashed #E3E7ED;
    margin-bottom: 30px;
}
.enterprise_bg_box .enterprise_nds .main_right .content-box .top-box .title{
    font-size: 24px;
    color: #222222;
}
.enterprise_bg_box .enterprise_nds .main_right .content-box .top-box .info{
    display: flex;
    align-items: center;
    margin:24px 0 20px ;
    font-size: 13px;
    color: #999999;
}
.enterprise_bg_box .enterprise_nds .main_right .content-box .top-box .info a{
    color: #999999;
}
.enterprise_bg_box .enterprise_nds .main_right .content-box .top-box .info .line{
    width: 0px;
    height: 10px;
    border: 1px solid #DBDBDB;
    margin: 0 16px;
}
.enterprise_bg_box .enterprise_nds .main_right .content-box .need-types {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    margin: 30px 0 20px;
    padding-left: 10px;
    line-height: 14px;
    font-size: 16px;
    font-weight: bold;
    border-left: 2px solid #2351D2;
}
.enterprise_bg_box .enterprise_nds .main_right .content-box .types-cot {
    font-size: 16px;
    line-height: 30px;
    color: #666A75;
    padding-bottom: 10px;
}
.enterprise_bg_box .enterprise_nds .main_right .content-box .types-cot .margin{
    margin-bottom: 15px;
}
.enterprise_bg_box .enterprise_nds .main_right .content-box .log-box{
    width: 300px;
    height: 44px;
    margin-top: 14px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    color: #2351D2;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #2351D2;
    cursor: pointer;
} 
.enterprise_bg_box .enterprise_nds .main_right .content-box .log-box img{
    width: 16px;
    height: 14px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

/* 企业关于我们改版 */
.enterprise_bg_box .enterprise_msg .main_right {
    width: 890px;
    /* height: auto; */
    /* height: 100px; */
    border-radius: 10px;
    /* background-color: #fff; */
}
.enterprise_bg_box .enterprise_msg .main_right .right_top{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}
.enterprise_bg_box .enterprise_msg .main_right .right_top .bread{
    font-size: 13px;
    color: #999999;
}
.enterprise_bg_box .enterprise_msg .main_right .right_top .bread img{
    vertical-align: revert;
}
.enterprise_bg_box .enterprise_msg .main_right .right_top .choose-box{
    margin-top: 16px;
}
.enterprise_bg_box .enterprise_msg .main_right .right_top .choose-box .left{
    margin-bottom: 0;
}
.enterprise_bg_box .enterprise_msg .main_right .right_top .choose-box .btn{
    width: 112px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #E2E7F1;
    color: #999999;
    margin-right: 24px;
}
.enterprise_bg_box .enterprise_msg .main_right .right_top .choose-box .btn a{
    width: 100%;
    height: 100%;
}
.enterprise_bg_box .enterprise_msg .main_right .right_top .choose-box .active{
    background: #ECF1FF;
    border: none;
    color: #2351D2;
    box-shadow: none;
}
.enterprise_bg_box .enterprise_msg .main_right .list-box{
    width: 100%;
    border-radius: 10px;
    padding: 32px;
    margin-top: 16px;
    background-color: #fff;
}
.enterprise_bg_box .enterprise_msg .main_right .list-box .type-list{}
.enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .title{
    text-align: center;
    font-size: 22px;
    color: #2351D2;
}
.enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .line-box{
    height: 2px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 12px 0 24px;
}
.enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .line-box .short-line{
    position:absolute;
    width: 32px;
    height: 2px;
    background: #2351D2;
}
.enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .line-box .long-line{
    width: 80px;
    height: 2px;
    background: #E0ECFF;
}
.enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .desc{
    font-size: 16px;
    color: #666A75;
    line-height: 30px;
}
.enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .video-box{
    width: 826px;
    height: 465px;
    background: #BDBFC2;
}
.enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .video-box video{
   width: 100%;
   height: 100%;
}
.enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .info-box{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 1px rgba(3, 27, 78, 0.08);
 }
 .enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .info-box .map-box{
     width: 100%;
     height: 250px;
     margin-bottom: 30px;
 }
 .enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .info-box .info{
    padding: 0 0 24px 30px;
    font-size: 16px;
    color: #222222;
 }
 .enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .info-box .info img{
    width: 20px;
    height: 20px;
    vertical-align: sub;
 }
 .enterprise_bg_box .enterprise_msg .main_right .list-box .type-list .info-box .info .hint{
    font-size: 16px;
    color: #999999;
    margin-left: 16px;
 }

 /* 分页器 */
 .pager_box #kkpager{
     margin: 0;
 }