/**!
 * 交易中心金融服务平台-列表
 * author: qianyuting;
 * date:2020-09-08
 */

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
}

.container {
    width: 1200px;
}

/* 正文 */

.tit {
    position: relative;
    height: 38px;
    line-height: 38px;
    margin-bottom: 78px;
    text-align: center;
}

.tit::before,
.tit::after {
    position: absolute;
    top: 50%;
    content: '';
    width: calc(50% - 222px);
    height: 1px;
    margin-top: -0.5px;
    background-color: #d8e5ff;
}

.tit::before {
    left: 0;
}

.tit::after {
    right: 0;
}

.tit span {
    position: relative;
    padding: 0 70px;
    font-size: 36px;
    font-family: "SourceHanSansCN-Bold";
}

.tit span::before,
.tit span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 31px;
    height: 38px;
    margin-top: -19px;
}

.tit span::before {
    left: 0;
    background: url('../images/tit_left.png') center no-repeat;
}

.tit span::after {
    right: 0;
    background: url('../images/tit_right.png') center no-repeat;
}

/* 视频 */

.banner {
    position: relative;
    height: 660px;
    background: url('../images/top_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.banner .container {
    position: relative;
    padding-right: 385px;
}

.logo-tit {
    margin: 100px 0 80px;
}

.introduction-box>div {
    height: 256px;
    color: #fff;
    background-color: rgba(84, 140, 255, 0.25);
    box-shadow: 0 51px 116px  rgba(70, 77, 99, 0.25);
    box-sizing: border-box;
    overflow: hidden;
}

.introduction-words {
    width: 562px;
    padding: 30px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 15px 0 0 15px;
}

.qrcode {
    width: 250px;
    padding-top: 30px;
    border-radius: 0 15px 15px 0;
}

.qrcode-outer {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 15px;
    background-color: #6790ff;
    box-sizing: border-box;
}

.qrcode-img {
    display: block;
    width: 140px;
    height: 140px;
}

.qrcode-msg {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.img-phone {
    position: absolute;
    right: 0;
    top: 100px;
    border-radius: 45px;
    box-shadow: 0 46px 93px  rgba(70, 77, 99, 0.33);
}

/* 视频 */

.video-box {
    height: 986px;
    padding-top: 190px;
    background: #f2f4fb url('../images/video_bg.png') center no-repeat;
    box-sizing: border-box;
}

/* 合作交易中心 */

.trade-center {
    padding: 114px 0 112px;
    background-color: #fff;
}

.link-list {
    margin: -16px -12px;
}

.link-item {
    width: 25%;
    padding: 16px 12px;
    box-sizing: border-box;
}

.link-box {
    display: block;
    height: 160px;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.link-box:hover {
    transform: translate(0,-10px);
    box-shadow:0px 0px 10px 0px rgba(102,102,102,0.1);
}

.link-box>img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 合作伙伴 */

.partner {
    padding: 114px 0 112px;
    background-color: #f8f9fd;
}

.partner .tit::before,
.partner .tit::after {
    width: calc(50% - 185px);
}

.partner .link-box {
    height: 140px;
    border: 0;
}

/* 底部 */

.footer-bottom-white {
    background: #586378;
    color: #fff;
}