.cnt-super, .idea-list {
    box-sizing: border-box
}

.cnt-idea-tit, .super-item-tit, .super-tit {
    font-family: PingFang-SC-Medium
}

.cnt-benefit1-tit:after, .super-item-tit:after {
    bottom: 0;
    display: block;
    content: ''
}

body {
    background-color: #fff
}

.cnt-banner {
    height: 460px;
    text-align: center;
    background: url(/img/pc/welafre/banner.png) center center no-repeat;
    background-size: 100% 100%
}

.cnt-banner > h2 {
    padding: 125px 0 20px;
    color: #fff;
    font-size: 50px;
    letter-spacing: 4px;
}

.cnt-banner > p {
    font-size: 24px;
    color: #fff
}

.cnt-banner .jump-baidu {
    width: 181px;
    height: 49px;
    border-radius: 24px;
    border: solid 1px #e4e4e4;
    margin: 34px auto 0;
}

.cnt-banner .jump-baidu:hover {
    background: rgba(194, 194, 194, .3);
}

.cnt-banner .jump-baidu > a {
    font-size: 18px;
    line-height: 49px;
    color: #ffffff;
    text-align: center;
}

.cnt-benefit1 {
    width: 1166px;
    margin: 114px auto 0
}

.cnt-welfare {
    height: 270px;
    background: url(/img/pc/welafre/bg1.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.cnt-welfare .box {
    position: relative;
    width: 1166px;
    margin: 0 auto;
}

.cnt-welfare .box > li {
    float: left;
    padding: 70px 35px 0 35px;
    position: relative;
}

.cnt-welfare .box > li:first-child::after {
    content: none;
}

.cnt-welfare .box > li::after {
    content: '';
    position: absolute;
    top: 84px;
    margin: 0 0 0 -36px;
    width: 1px;
    height: 125px;
    background: url(../../img/pc/welafre/line.png) no-repeat;
    background-size: 100%;
}

.cnt-welfare .box li:first-child {
    padding-left: 0;
}

.cnt-welfare .box li:last-child {
    padding-right: 0;
}

.cnt-welfare .box li img {
    width: 45px;
    height: 37px;
}

.welfare-name {
    font-size: 24px;
    padding: 20px 0 25px 0;
    color: #fff;
}

.welfare-tips {
    color: #fff;
    font-size: 16px;
}

.cnt-super {
    height: 884px;
    padding-top: 121px;

}

.super-tit {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

.cnt-super .img-swiper {
    overflow: hidden;
    /*width: 1280px;*/
    margin: 0 auto;
}

.logo_wrap .line_odd {
    width: 4008px;
    -webkit-animation: scrollToRight 36s linear infinite;
    -ms-animation: scrollToRight 36s linear infinite;
    animation: scrollToRight 36s linear infinite;
}

.logo_wrap .line_odd .logo_img {
    width: 50%;
    display: inline-block;
}

.logo_wrap .line_even {
    width: 4008px;
    -webkit-animation: scrollToRight 30s linear infinite;
    -ms-animation: scrollToRight 30s linear infinite;
    animation: scrollToRight 30s linear infinite;
}

.logo_wrap .line_even .logo_img {
    width: 50%;
    display: inline-block;
}

@-webkit-keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
    }
}

.logo_wrap .line_odd .logo_img {
    width: 50%;
    display: inline-block;
}


.cnt-benefit1 > h2 {
    text-align: center;
}

.vice-title {
    padding-top: 34px;
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    color: #666666;
}

.cnt-benefit1 .title-wrap {
    overflow: hidden;
    margin-top: 69px;
}

.cnt-benefit1 .title-wrap .bank-title {
    position: relative;
    float: left;
    padding: 0 57px 19px 0;
    font-size: 20px;
}

.cnt-benefit1 .title-wrap .bank-title > p {
    color: #999;
    cursor: pointer;
}

.cnt-benefit1 .title-wrap .bank-title.active > p {
    color: #333;
}

.cnt-benefit1 .title-wrap .bank-title.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #ff7200;
    z-index: 2;
}

.content-wrap .content-info {
    width: 100%;
    height: 443px;
    border-top: 1px solid #eee;
}

.content-info-writing {
    float: left;
    padding-top: 83px;
    width: 563px;
}


.content-info-img1 {
    float: right;
    padding: 35px 0 0 0px;
}

.content-info-img2 {
    float: right;
    padding: 35px 46px 0px 0px;
}

.content-info-img3 {
    float: right;
    padding: 64px 18px 0px 0px;
}

.writing-introduce {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-family: PingFang-SC-Medium;
}

.writing-tips {
    padding: 64px 0 47px 0;
    color: #4c4c4c;
    font-size: 18px;
}

.writing-tips span:nth-child(1) {
    padding-right: 23px;
    border-right: 2px solid #8f8f8f;
}

.writing-tips span:nth-child(2) {
    padding: 0 23px;
    border-right: 2px solid #8f8f8f;
}

.writing-tips span:nth-child(3) {
    padding-left: 23px;
}

.writing-jump {
    width: 140px;
    height: 48px;
    background-image: linear-gradient(0deg,
    #ff7200 0%,
    #ff9846 100%);
    box-shadow: 0px 4px 5px 1px rgba(255, 122, 15, 0.22);
    border-radius: 24px;
    text-align: center;
}

.writing-jump:hover {
    opacity: .8;
}


.cq-banner-consult {
    cursor: pointer;
}

.writing-jump > span {
    color: #fff;
    line-height: 48px;
    font-size: 18px;
}

.cnt-service-title {
    margin: 100px auto 0;
    text-align: center;
    font-size: 30px;
    color: #282828;
}

.cnt-service > ul {
    width: 1160px;
    margin: 80px auto 0;
}

.cnt-service ul > li {
    float: left;
    margin: 0 13px 125px 0;
    width: 280px;
    height: 320px;
}

.cnt-service ul > li:last-child {
    margin-right: 0;
}

.service-img-1 {
    background: url(/img/pc/welafre/5-1.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.service-img-2 {
    background: url(/img/pc/welafre/2-2.png) center center no-repeat;
    background-size: 100% 100%;
}

.service-img-3 {
    background: url(/img/pc/welafre/2-3.png) center center no-repeat;
    background-size: 100% 100%;
}

.service-img-4 {
    background: url(/img/pc/welafre/2-4.png) center center no-repeat;
    background-size: 100% 100%;

}

.service-title {
    position: relative;
    top: 123px;
    left: 34px;
    font-size: 24px;
    color: #fff;
}

.service-title::after {
    content: '';
    position: absolute;
    top: 4px;
    left: -11px;
    width: 2px;
    height: 24px;
    background-color: #ff7200;
}

.service-tips {
    position: relative;
    bottom: -156px;
    left: 0;
    padding: 20px;
    line-height: 24px;
    text-align-last: left;
    text-align: justify;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-family: PingFang-SC-Medium;
    background-color: rgba(255, 255, 255, .15);
}

.service-tips:first-child {
    padding-left: 21px;
}

.service-tips:hover {
    background-color: rgba(255, 255, 255, .35);
}

.service-tips::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 137px;
    height: 1px;
    background: url(../../img/pc/welafre/transverse.png) no-repeat;
    background-size: 100%;
}

.vague {
    padding-top: 80px;
    position: relative;
    height: 580px;
    margin: 0 auto;
    font-size: 0;
    background: url(/img/pc/welafre/bg2.png) center bottom no-repeat;
    background-size: 100% 100%;
}

.vague::before {
    content: '';
    position: absolute;
    bottom: 0;
    /* top: -178px; */
    /* left: calc(50% - 640px); */
    /* left: 100px; */
    z-index: 100;
    width: 330px;
    height: 747px;
    background: url(../../img/pc/welafre/right.png) no-repeat;
    background-size: 100% 100%;
}

.vague::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200;
    width: 330px;
    height: 747px;
    background: url(../../img/pc/welafre/left.png) no-repeat;

}

.cq-footer-records > p > a > img {
    vertical-align: baseline;

}