@charset "UTF-8";
/*
 * @Description: 基于区块链的数据共享服务
 * @Autor: qianyuting
 * @LastEditors: qianyuting
 * @LastEditTime: 2021-12-27
 */

.main-hd {
    background-image: url('../images/cross_region/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;
}

.blockchain-process {
    display: block;
    max-width: 100%;
    margin: 30px auto 0;
}

/* 客户价值 */

.customer-value {
    margin-top: 50px;
    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-info {
    padding-top: 6px;
}

.customer-value-tt {
    font-size: 24px;
    color: #333;
    line-height: 48px;
}

.customer-value-cons {
    line-height: 22px;
    color: #5c5f6b;
    max-height: 88px;
    overflow: hidden;
}