﻿@charset "utf-8";
/* CSS Document */

/*****滑块样式*****/
.slider-btn-box {
    text-align: center;
}
.slider-btn-box span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 7px;
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
    transition: all .4s;
}
.slider-btn-box span.active {
    width: 34px;
    background: #00bbb3!important;
}
.slider-container .arrow-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #333;
    margin-top: -25px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    transition: background .4s;
    overflow: hidden;
}
.slider-container .arrow-btn:before,
.slider-container .arrow-btn:after {
    display: block;
}
.slider-container .arrow-btn:before {
    color: #fff;
    transition: margin .4s;
}
.slider-container .arrow-btn:after {
    color: #fff;
}
.slider-container .prev-btn {
    left: -60px;
}
.slider-container .prev-btn:before,
.slider-container .prev-btn:after {
    content: '<';
}
.slider-container .next-btn {
    right: -60px;
}
.slider-container .next-btn:before,
.slider-container .next-btn:after {
    content: '>';
}
.slider-container .arrow-btn:hover {
    background: #00bbb3;
}
.slider-container .arrow-btn:hover:before {
    margin-top: -50px;
}


/*****认证服务项目*****/
.project-container .project-block {
    margin-top: -40px;
    margin-right: -40px;
}
.project-container .project-section {
    float: left;
    width: 25%;
    padding: 40px 40px 0 0;
}
.project-container .project-cells {
    display: block;
    transition: 0.2s;
    text-align: center;
}
.project-container .project-cells:hover {
    box-shadow: 0 8px 16px rgb(0 0 0 / 30%);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}
.project-container .project-cells:hover .img {
    transform: scale(1.1);
}
.project-container .project-cells .whole-pic {
    display: block;
    padding-bottom: 50%;
    background-color: #ccc;
}
.project-container .project-cells .content-cell {
    padding: 18px 10px 14px;
    background: #f8fafb;
	height:90px;
}
.project-container .content-cell .title {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.project-container .content-cell .info {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.project-container .content-cell > * {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 899px) and (min-width: 540px) {
    .project-container .project-section {
        width: 33.3%;
    }
}
@media screen and (max-width: 539px) {
    .project-container .project-block {
        margin-top: -20px;
        margin-right: -10px;
    }
    .project-container .project-section {
        width: 50%;
        padding: 20px 10px 0 0;
    }
    .project-container .project-cells .content-cell {
        padding: 8px 5px;
		height:58px;
    }
    .project-container .content-cell .title {
        font-size: 16px;
        line-height: 22px;
    }
    .project-container .content-cell .info {
        font-size: 14px;
        line-height: 20px;
    }
}


/*****办理流程*****/
.flow-container .step-block {
    align-items: center;
}
.flow-container .step-block > * {
    float: left;
}
.ie .flow-container .step-block {
    height: 170px;
}
.flow-container .icon-section {
    position: relative;
    width: 168px;
    height: 168px;
    padding: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
}
.flow-container .icon-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px dashed #333;
    border-radius: 50%;
    transition: border .4s;
    content: '';
}
.flow-container .icon-section .cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.flow-container .icon-section .cell:before,
.flow-container .icon-section .cell:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
}
.flow-container .icon-section .cell:before {
    z-index: -2;
    background: #333;
}
.flow-container .icon-section .cell:after {
    z-index: -1;
    background: #00bbb3;
    transform: scale(0);
    transition: transform .4s
}
.flow-container .icon-section .num {
    position: relative;
    font-family: 'Times New Roman';
}
.flow-container .icon-section .num:before {
    position: absolute;
    left: -35px;
    top: 50%;
    width: 27px;
    border-top: 1px solid #fff;
    content: '';
}
.flow-container .icon-section .num:after {
    position: absolute;
    right: -35px;
    top: 50%;
    width: 27px;
    border-top: 1px solid #fff;
    content: '';
}
.flow-container .icon-section.active:before,
.flow-container .icon-section:hover:before {
    border-color: #00bbb3;
    animation: rotation 5s infinite linear;
}
.flow-container .icon-section.active .cell:after,
.flow-container .icon-section:hover .cell:after {
    transform: scale(1.05);
}
.flow-container .content-block {
    position: relative;
    margin-top: 60px;
}
.flow-container .content-cells {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    min-height: 380px;
    padding: 30px 0;
    border-top: 1px solid #00bbb3;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 60px, 0);
    pointer-events: none;
    transition: all .6s;
}
.flow-container .content-cells.active {
    z-index: 1;
    position: relative;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
}
.flow-container .content-cells:before {
    position: absolute;
    left: 76px;
    top: -6px;
    z-index: 1;
    width: 11px;
    height: 11px;
    border-top: 1px solid #00bbb3;
    border-left: 1px solid #00bbb3;
    background: #fff;
    transform: rotate(45deg);
    content: '';
}
.flow-container .content-cells:nth-child(2):before {
    left: calc(25% + 42px - 8px);
}
.flow-container .content-cells:nth-child(3):before {
    left: calc(50% - 8px);
}
.flow-container .content-cells:nth-child(4):before {
    left: calc(75% - 42px);
}
.flow-container .content-cells:nth-child(5):before {
    left: auto;
    right: 76px;
}
.flow-container .content-cells:after {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 50%;
    border-right: 1px dashed #ddd;
    content: '';
}
.flow-container .content-cells .cell {
    float: left;
    flex: 1;
    width: 50%;
    padding: 0 30px;
    overflow: hidden;
}
.flow-container .content-cells .title {
    font-size: 18px;
    color: #333;
}
.flow-container .content-cells .img-box {
    display: flex;
    height: 160px;
    margin: 15px -5px 10px;
}
.flow-container .content-cells .img-box .img {
    float: left;
    width: 33.3%;
    height: 100%;
    flex: 1;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flow-container .content-cells .info {
    font-size: 16px;
    color: #666;
    line-height: 32px;
	cursor: pointer;
}
@media screen and (max-width: 899px) and (min-width: 540px) {
    .flow-container .icon-section {
        width: 120px;
        height: 120px;
        padding: 0;
        font-size: 18px;
    }
    .flow-container .icon-section .cell {
        border: 5px solid #fff;
    }
    .flow-container .sign {
        width: 30px;
    }
}
@media screen and (max-width: 539px) {
    .flow-container .icon-section {
        width: 60px;
        height: 60px;
		margin: 1px;
        padding: 1px;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }
    .flow-container .icon-section:before {
        border-width: 1px;
    }
    .flow-container .icon-section .num:before,
    .flow-container .icon-section .num:after {
        display: none;
    }
    .flow-container .icon-section .cell {
        border: 2px solid #fff;
        padding-bottom: 8px;
    }
    .flow-container .sign {
        width: 12px;
    }
    .flow-container .content-block {
        margin-top: 0;
    }
    .flow-container .content-cells {
        display: block;
        min-height: 0;
        padding: 5px 0 0;
        border: none;
        box-shadow: none;
    }
    .flow-container .content-cells:before,
    .flow-container .content-cells:after {
        display: none;
    }
    .flow-container .content-cells .cell {
        width: 100%;
        padding: 10px 0 0;
    }
    .flow-container .content-cells .title {
        font-size: 16px;
        line-height: 28px;
    }
    .flow-container .content-cells .info {
        font-size: 14px;
        line-height: 24px;
    }
    .flow-container .step-block {
        flex-wrap: wrap;
        justify-content: center;
    }
}


/******* 华鉴实力见证 *****/
.strength-container .strength-nav-block {
    position: relative;
    float: left;
    width: 400px;
    height: 400px;
    border: 1px solid #eee;
}
.strength-container .strength-nav-block:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #eee;
    content: '';
    pointer-events: none;
}
.strength-container .strength-nav-block:after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    height: 100%;
    border-left: 1px solid #eee;
    content: '';
    pointer-events: none;
}
.strength-container .strength-nav-block li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;
    width: 199px;
    height: 199px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}
.ie .strength-container .strength-nav-block li {
    text-align: center;
}
.strength-container .strength-nav-block li.active .bg {
    top: 0 !important;
    left: 0 !important;
}
.strength-container .strength-nav-block li.bbbb .title,
.strength-container .strength-nav-block li.active .title,
.strength-container .strength-nav-block li:hover .title {
    color: #fff;
}
.strength-container .strength-nav-block .bg {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #00bbb3;
}
.strength-container .strength-nav-block .iconfont {
    position: relative;
    z-index: 3;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #00bbb3;
    overflow: hidden;
    color: #00bbb3;
    text-align: center;
    line-height: 76px;
    font-size: 38px;
}
.ie .strength-container .strength-nav-block .iconfont {
    display: block;
    margin: 60px auto 0;
}
.strength-container .strength-nav-block .title {
    position: relative;
    z-index: 3;
    margin-top: 13px;
    font-size: 18px;
    color: #333;
    line-height: 38px;
    transition: all .4s;
}
.strength-container .strength-cont-block {
    position: relative;
    margin-left: 420px;
}
.strength-container .strength-cont-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    padding: 20px 30px 30px;
    border: 1px solid #eee;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 60px, 0);
    pointer-events: none;
    transition: all .6s;
}
.strength-container .strength-cont-section.active {
    z-index: 1;
    position: relative;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
}
.strength-container .strength-cont-section .title {
    position: relative;
    font-size: 18px;
    line-height: 38px;
    color: #333;
}
.strength-container .strength-cont-section .title:before {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    border-top: 3px solid #00bbb3;
    content: '';
}
.strength-container .strength-cont-section .info {
    margin: 35px 0 23px;
    max-height: 90px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.strength-container .strength-cont-section .img-cells {
    margin-right: -10px;
}
.strength-container .strength-cont-section .img-cell {
    position: relative;
    float: left;
    width: 31%;
    width: calc(33.3% - 10px);
    max-width: 250px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.strength-container .strength-cont-section .img-cell .bg {
    display: block;
    padding-bottom: 66.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
}
.strength-container .strength-cont-section .img-cell .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}
.strength-container .strength-cont-section .img-cell:hover .bg {
    transform: scale(1.2);
}
.strength-container .strength-cont-section .img-cell:hover .name {
    color: #00bbb3;
}
@media screen and (max-width: 899px) {
    .strength-container .strength-cont-block {
        margin: 0;
    }
    .strength-container .strength-cont-section {
        position: relative;
        height: auto;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: auto;
    }
}
@media screen and (max-width: 539px) {
    .strength-container .strength-cont-section {
        padding: 0;
        border: none;
        background: none;
    }
    .strength-container .strength-cont-section .img-cell {
        width: calc(50% - 10px);
    }
    .strength-container .strength-cont-section .img-cell:nth-child(3) {
        display: none;
    }
    .strength-container .strength-cont-section .title {
        font-size: 16px;
        line-height: 26px;
    }
    .strength-container .strength-cont-section .title:before {
        bottom: -7px;
        width: 20px;
        border-top-width: 2px;
    }
    .strength-container .strength-cont-section .info {
        max-height: none;
        margin: 20px 0 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .strength-container .strength-cont-section + .strength-cont-section {
        padding-top: 12px;
    }
    .strength-container .strength-cont-section .img-cell .name {
        font-size: 14px;
    }
}


/******* 客户 *****/
.customer-container .customer-block {
    margin-top: -20px;
    margin-right: -20px;
}
.customer-container .customer-section {
    float: left;
    width: 33.3%;
    padding: 20px 20px 0 0;
	cursor: pointer;
}
.customer-container .customer-cells {
    display: block;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .4s;
}
.customer-container .customer-cells .img-cell {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
	border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.customer-container .customer-cells .img-cell .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .4s;
}
.customer-container .customer-cells .title {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 38px;
    color: #333;
    transition: color .4s;
}
.customer-container .customer-cells .info {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.customer-container .customer-cells .info .sign {
    color: #00bbb3;
}
.customer-container .customer-cells:hover {
    transform: translateY(-10px);
}
.customer-container .customer-cells:hover .img-cell .img {
    transform: scale(1.1);
}
.customer-container .customer-cells:hover .title {
    color: #00bbb3;
}
@media screen and (max-width: 899px) and (min-width: 540px) {
    .customer-container .customer-section {
        width: 50%;
    }
}
@media screen and (max-width: 539px) {
    .customer-container .customer-block {
        margin-top: -10px;
    }
    .customer-container .customer-section {
        width: 100%;
        padding-top: 10px;
    }
    .customer-container .customer-cells {
        padding: 15px 10px;
        transform: translateY(0px) !important;
    }
    .customer-container .customer-cells .img-cell {
        width: 90px;
        height: 90px;
        margin-right: 10px;
    }
    .customer-container .customer-cells .title {
        margin-top: -5px;
        font-size: 16px;
        line-height: 32px;
    }
    .customer-container .customer-cells .info {
        max-height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
}


/*****团队*****/
.team-container .team-slider {
    margin-right: -40px;
}
.ie .team-container .team-slider {
    height: 400px;
}
.team-container .list li {
    padding-right: 40px;
}
.team-container .list li:nth-child(1) {
    position: relative !important;
    height: auto !important;
}
.ie .team-container .list li.active {
    position: relative !important;
    height: auto !important;
}
.team-container .list .cells {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.team-container .cells .img-cell {
    display: block;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow: hidden;
}
.team-container .cells .img-cell .img-box {
    position: relative;
    display: block;
    padding-bottom: 100%;
}
.team-container .cells .img-cell .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*height: calc(100% + 100px);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .5s;
}
.team-container .cells .img-cell .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transform: translate3d(0, 100%, 0);
    transition: transform .5s;
}
.team-container .cells .img-cell .bg .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    background: #00bbb3;
}
.ie .team-container .cells .img-cell .bg .icon {
    display: none;
}
.team-container .cells .img-cell .bg .icon:before,
.team-container .cells .img-cell .bg .icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #fff;
    content: '';
}
.team-container .cells .img-cell .bg .icon:before {
    width: 18px;
    height: 2px;
}
.team-container .cells .img-cell .bg .icon:after {
    height: 18px;
    width: 2px;
}
.team-container .cells .img-cell:hover .img {
    /*transform: translate3d(0, -100px, 0);*/
	transform: scale(1.1);
}
.team-container .cells .img-cell:hover .bg {
    transform: translate3d(0, 0, 0);
}
.team-container .cells .content-cell {
    padding: 0 20px 30px;
}
.team-container .cells .title {
    margin: 14px 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-container .cells .info {
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.team-container .cells .btn {
    position: relative;
    z-index: 3;
    display: block;
    width: 110px;
    height: 40px;
    margin: 16px auto 0;
    border-radius: 5px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.team-container .cells .btn:before,
.team-container .cells .btn:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #333;
    content: '';
}
.team-container .cells .btn:after {
    z-index: -1;
    width: 0;
    background: #00bbb3;
    transition: all .36s;
}
.team-container .cells .btn:hover:after {
    width: 100%;
}
.team-btn-box {
    padding-top: 40px;
}
@media screen and (max-width: 539px) {
    .team-container .team-slider {
        margin-top: -20px !important;
        margin-right: -10px !important;
    }
    .team-container .team-slider .list {
        width: 100% !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .team-container .list li {
        float: left;
        position: static !important;
        width: 50% !important;
        height: auto !important;
        padding: 20px 10px 0 0 !important;
    }
    .team-container .list li[data-index="6"],
    .team-container .list li[data-index="7"],
    .team-container .list li.js-copy-node {
        display: none;
    }
    .team-container .cells .content-cell {
        padding: 5px 10px 15px;
    }
    .team-container .cells .title {
        margin: 0;
        font-size: 16px;
    }
    .team-container .cells .info {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .team-container .cells .btn {
        width: 80px;
        height: 34px;
        margin-top: 8px;
        line-height: 34px;
        font-size: 14px;
    }
    .team-container .cells .img-cell .bg,
    .team-container .cells .btn:after {
        display: none;
    }
}
