@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);
}


/* 服务优势 流程*/

.requiremeny {
    position: relative;
    width: 100%;
    height: 213px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #515151;
}

.requiremeny-picture {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    /* background: url(../img/service/requiremeny_tu.png) no-repeat; */
}

.requiremeny span {
    display: block;
    margin-bottom: 20px;
    margin-top: 67px;
}

.requiremeny i {
    display: block;
}

.goodness {
    position: relative;
    width: 100%;
    height: 570px;
    margin-bottom: 98px;
}

.goodness-picture {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1240px;
    height: 100%;
    background: url(../img/service/goodness_tu.png) no-repeat;
}

.goodness-layer {
    position: relative;
    left: 50%;
    top: 50%;
    width: 1240px;
    height: 100%;
    transform: translate(-50%, -50%);
}

.goodness-layer div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 535px;
    height: 540px;
    background-image: url(../img/service/goodness_01.png);
    margin-top: 40px;
    margin-left: 32px;
    box-sizing: border-box;
    padding: 0 44px;
    text-align: right;
}

.goodness-layer div:nth-child(1) h4 {
    font-size: 36px;
    color: #b89b5e;
    margin-top: 48px;
    margin-bottom: 14px;
}

.goodness-layer div:nth-child(1) span {
    font-size: 20px;
    color: #b89b5e;
    display: block;
}

.goodness-layer div:nth-child(1) img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -111px;
    margin-top: -111px;
}

.goodness-layer div:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 535px;
    height: 540px;
    background-image: url(../img/service/goodness_02.png);
    margin-top: -20px;
    margin-right: 32px;
    padding: 0 44px;
    box-sizing: border-box;
}

.goodness-layer div:nth-child(2) h4 {
    font-size: 36px;
    color: #b89b5e;
    margin-top: 48px;
    margin-bottom: 14px;
}

.goodness-layer div:nth-child(2) span {
    font-size: 20px;
    color: #b89b5e;
    display: block;
}

.goodness-layer div:nth-child(2) img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -111px;
    margin-top: -111px;
}

.goodness-layer div>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}


/* 从未见过你，但会更懂你*/

.strike {
    position: relative;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.strike-picture {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    background: url(../img/seen_01.png) no-repeat;
}


/* 图片旋转*/

.rotate {
    margin: 0 auto;
    display: block;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    border-radius: 100%;
}

.goodness-layer div:hover .rotate {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.goodness-layer div:hover {
    box-shadow: 5px 5px 32px 0px rgba(184, 155, 94, .4);
    -webkit-box-shadow: 5px 5px 32px 0px rgba(184, 155, 94, .4);
    -moz-box-shadow: 5px 5px 32px 0px rgba(184, 155, 94, .4);
}