@charset "UTF-8";
/*
 * @Description: 远程异地评标服务
 * @Autor: qianyuting
 * @LastEditors: qianyuting
 * @LastEditTime: 2021-12-28
 */

.main-hd {
    background-image: url('../images/remote_bid/banner.jpg');
}

.main-tt {
    line-height: 112px;
}

/* 简介 */

.introduction {
    height: 90px;
    padding-left: 82px;
    padding-right: 21px;
    margin-top: 34px;
    background: #e6f3fd url('../images/intro_ico.png') 14px center no-repeat;
    border-radius: 4px;
}

.introduction-tt {
    color: #0f60cd;
    font-size: 36px;
    line-height: 90px;
    font-weight: 600;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}

.introduction-con {
    margin-left: 105px;
    font-size: 0;
    height: 100%;
    -webkit-text-size-adjust: none;
}

.introduction-con span {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    max-height: 72px;
    word-break: break-all;
    overflow: hidden;
}

.introduction-con>i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

/* 标题 */

.title {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}

.title.overview {
    margin-top: 65px;
}

.title-txt {
    position: relative;
    padding: 0 24px;
}

.title-txt::before {
    right: 100%;
    background-image: url('../images/title_l.png');
}

.title-txt::after {
    left: 100%;
    background-image: url('../images/title_r.png');
}

.title-txt::before,
.title-txt::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 42px;
    height: 9px;
    margin-top: -4.5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 服务总览图 */

.title.overview {
    margin-top: 65px;
}

.remote-bid-overview {
    display: block;
    max-width: 100%;
    margin: 35px auto 100px;
}

/* 安全创新·专家身份认证服务 */

.expert-certify {
    min-height: 675px;
    padding: 70px 0 60px;
    background: url("../images/remote_bid/expert_certify_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.expert-certify-intro {
    width: 645px;
}

.expert-certify-tit {
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
    color: #1e4698;
}

.expert-certify-desc {
    margin-top: 25px;
    line-height: 26px;
    font-size: 16px;
}

.advantage-item {
    margin-top: 35px;
}

.advantage-name {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 600;
    color: #1e4698;
    background: url("../images/remote_bid/advantage_special_blue.png") left center no-repeat;
}

.advantage-item:nth-child(2) .advantage-name {
    background-image: url("../images/remote_bid/advantage_special_green.png");
}

.advantage-name-special {
    display: inline-block;
    width: 115px;
    padding: 0 25px;
    margin-right: 5px;
    color: #fff;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.advantage-detail-item {
    min-width: 130px;
    margin: 30px 20px 0 0;
    text-align: center;
}

.advantage-detail-name {
    margin-top: 10px;
    line-height: 28px;
    font-size: 18px;
}

.expert-certify-process {
    width: 512px;
    height: 534px;
    line-height: 534px;
    margin-top: 5px;
    background: url("../images/remote_bid/expert_certify_process_bg.png") left top repeat-x;
    background-size: auto 100%;
    border: 1px solid #fff;
    text-align: center;
}

.expert-certify-process>img {
    display: inline-block;
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
}

/* 客户价值 */

.customer-value {
    padding: 50px 0 60px;
    overflow: hidden;
    background: #f6f8fb;
}

.customer-value .title {
    margin-bottom: 30px;
}

.customer-value-list {
    margin: -24px 0 0 -24px;
}

.customer-value-item {
    width: 33.3333333333%;
}

.customer-value-con {
    display: block;
    height: 290px;
    margin: 24px 0 0 24px;
    padding: 0 20px;
    box-shadow: 0px 0px 15px 0px rgba(203, 211, 228, 0.14);
    background: #fff url("../images/blockchain/customer_value_bg.png") right top no-repeat;
}

.customer-value-con:hover {
    box-shadow: 0px 0px 15px 0px rgba(203, 211, 228, 0.88);
}

.customer-value-img {
    height: 125px;
    line-height: 125px;
}

.customer-value-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.customer-value-tt {
    font-size: 22px;
    color: #333;
    line-height: 48px;
}

.customer-value-cons {
    line-height: 22px;
    color: #5c5f6b;
    max-height: 88px;
    overflow: hidden;
}