@charset "utf-8";

/* banner 部分*/

.banner {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.banner a {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 580px;
}

.banner a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 3s;
}

.banner a img:hover {
    transform: scale(1.1);
}


/* 服务流程*/

.procedure {
    position: relative;
    width: 100%;
    height: 2016px;
    overflow: hidden;
}

.procedure-img {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/procedure/procedure_img.jpg) no-repeat;
}

.procedure-ban {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1240px;
    height: 100%;
    transform: translate(-50%, -50%);
}

.procedure-hd {
    padding-top: 68px;
    text-align: center;
}

.procedure-hd i {
    font-size: 14px;
    color: #666666;
}

.procedure-hd h3 {
    font-size: 32px;
    color: #121212;
    margin-top: 12px;
    font-family: "SourceHanSerifSC-Bold";
}

.procedure-hd h3 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #c8996d;
    margin: 0 auto;
    margin-top: 18px;
}

.procedure-bd {
    margin-top: 38px;
}

.procedure-bd li {
    width: 100%;
    height: 200px;
    margin-bottom: 24px;
}

.procedure-bd-img {
    width: 620px;
    height: 100%;
    overflow: hidden;
}

.procedure-bd-img img {
    width: 100%;
    transition: all 3s;
}

.procedure-bd-img img:hover {
    transform: scale(1.1);
}

.procedure-bd-text {
    position: relative;
    width: 620px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px -2px 16px -6px #b1b1b1;
}


/* 左右浮动 */

.procedure-left {
    float: left;
}

.procedure-right {
    float: right;
}

.procedure-bd-text>span {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 2px;
    background-color: #c8996d;
    margin-top: 44px;
    margin-left: 44px;
}

.procedure-bd-text>div {
    width: 480px;
    height: 100%;
    margin-left: 96px;
}

.headline {
    height: 82px;
    width: 100%;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 20px;
}

.headline span {
    display: inline-block;
    font-size: 44px;
    color: #333333;
    margin-top: 25px;
    font-weight: 400;
    vertical-align: sub;
}

.headline i {
    display: inline-block;
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    margin-left: 10px;
}

.headline em {
    display: inline-block;
    font-size: 12px;
    color: #dddddd;
    margin-left: 10px;
}

.procedure-bd-text>div b {
    font-size: 16px;
    color: #666666;
    display: block;
    font-weight: 400;
    margin-bottom: 12px;
}

.procedure-bd-text>div b a {
    color: #666666;
}