/*----------共有的------------*/

.img_content .tip_3 {
    margin-top: 20px;
}

/*-------------服务团队------------start*/
.div_header_picpure {
    width: 100%;
    padding-bottom: 75px;
    background: url(../images/khfwbj.jpg)no-repeat center center;
    background-size: cover;
    padding-top: 70px;
}
.div_header_admin{
    width: 100%;
    padding: 75px 0;
    background-color: #F5F7FA;
}
.div_header {
    width: 1000px;
    padding: 75px 0;
}

.ui_subtitle{
    font-size: 30px;
    color: #172335;
}

.div_card {
    margin-top: 40px;
}
.div_card ul {
    display: flex;
    justify-content: space-between;
}
.div_card li,.div_card_team li{
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(3, 184, 255, 0.2);
    border-radius: 5px;
}
.div_card li {
    width: 383.3px;
    height: 455px;
    margin: 0 15px;
    background-color: #fff;
    
}
.div_card_team li{
    background-color: rgb(255,255,255,0.5);
}
.div_card_team li:hover{
    background-color: #fff;
}
.div_card_team li:first-child{
    width: 330px;
    height: 427px;
}
.div_card_team li:not(:first-child){
    width: 410px;
    height: 200px;
    margin-bottom: 25px;
    margin-left: 25px;
}
.div_card li img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.div_card_msg {
    padding: 35px;
}

.card_title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #172335;
    position: relative;
    padding-left: 15px;
}

.card_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #03B8FF;
    /* 左侧蓝线颜色 */
}

.card_content {
    font-size: 16px;
    color: #595959;
    line-height: 1.5em;
}

/*-------------服务团队------------end*/

/*------------客户项目组主要成员-------------start*/
.div_content {
    width: 100%;
    background-color: #F5F7FA;
    display: flex;
    justify-content: center;
}

.div_process_content {
    margin: 40px 0 45px;
}

.ui_content ul {
    display: flex;
    justify-content: space-between;
}

.ui_content ul li {
    margin: 50px 30px 0;
}

.div_person,
.div_person_circle {
    font-size: 20px;
    color: #252B3A;
    width: 130px;
    height: 130px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* .div_person_circle {
    border: 3px solid #e7e8ea;
    border-radius: 50%;
} */

.div_person {
    position: absolute;
    z-index: 1;
}

.element_center {
    position: relative;
}

.div_person::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 130px;
    width: 178px;
    border: 1px solid #e7e8ea;
}

.div_person::after {
    content: '';
    position: absolute;
    top: 43%;
    left: 180%;
    border: 10px solid transparent;
    border-left-color: #e7e8ea;
    transform: translateX(-50%);
}

.ui_content ul li:last-child .div_person::before,
.ui_content ul li:last-child .div_person::after {
    border-color: transparent;
}

.div_work {
    width: 250px;
    font-size: 16px;
    color: #595959;
    line-height: 2em;
    white-space: pre-wrap;
    text-align: center;
}

@keyframes loadBlue {
    from {
        stroke-dashoffset: 396;
    }
}

.loadBlueAnimation {
    animation: loadBlue 1s forwards;
}


/*------------客户项目组主要成员-------------end*/

/*------------   实施流程-------------start*/
.div_body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.div_describe,
.div_detail {
    font-size: 16px;
    color: #595959;
    line-height: 2em;
    white-space: pre-wrap;
}

.div_describe {
    text-align: center;
    margin: 40px 0;
}

.div_sslc {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.div_labels_left,
.div_labels_right {
    width: calc((100% - 160px)/2);
}

.div_labels_left .div_label:nth-child(1){
    margin-top: 252px;
}

.div_labels_left .div_label:nth-child(2){
    margin-top: 278px;
}

.div_labels_left .div_label:nth-child(3){
    margin-top: 310px;
}

.div_labels_right .div_label:nth-child(2){
    margin-top: 350px;
}
.div_labels_right .div_label:nth-child(3){
    margin-top: 343px;
}
.div_labels_right .div_label:nth-child(4){
    margin-top: 275px;
}
.div_labels_left .div_detail {
    margin-left: 45px;
    text-align: right;
}

.div_labels_right .div_detail {
    margin-left: 20px;
    margin-right: 40px;
}

.div_detail {
    width: 240px;
}

.div_detail_icon {
    display: flex;
    position: relative;
    padding: 15px;
    width: 420px;
}

.div_theme_title {
    width: 138px;
    height: 30px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #172335;
    text-align: center;
    padding: 10px;
}

.div_theme_title,
.div_detail_icon {
    box-shadow: 0 0 10px #CECECE;
}

.div_icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.div_icon_img img {
    width: 120px;
}

.div_theme_title:not(:last-child) {
    margin-bottom: 200px;
}

.div_theme_title:not(:last-child):after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -200px;
    height: 200px;
    width: 3px;
    background-color: rgb(3, 184, 255, 0.3);
}

.div_labels_left .div_detail_icon::before {
    content: "";
    position: absolute;
    left: 450px;
    top: 15%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #dedede;
}

.div_labels_left .div_detail_icon::after {
    content: "";
    position: absolute;
    left: 450px;
    top: 15%;
    transform: translateY(-50%);
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.div_labels_right .div_detail_icon::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 15%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #dedede transparent transparent;
}

.div_labels_right .div_detail_icon::after {
    content: "";
    position: absolute;
    left: -18px;
    top: 15%;
    transform: translateY(-50%);
    border-width: 9px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.div_theme_active,
.div_detail_icon_active,
.div_detail_icon:hover {
    background-color: #03B8FF;
    color: #fff !important;
    box-shadow: 0 0 10px #85DCFF;
}

.div_detail_icon:hover .div_theme {
    color: #fff !important;
}

.div_detail_icon:hover .div_detail,
.div_detail_active {
    color: #fff !important;
}

.div_detail_icon:hover::after,
.div_detail_icon_active::after {
    display: none;
}

.div_labels_right .div_detail_icon:hover::before,
.div_labels_right .div_detail_icon_active::before {
    border-color: transparent #03B8FF transparent transparent;
}

.div_labels_left .div_detail_icon:hover::before,
.div_labels_left .div_detail_icon_active::before {
    border-color: transparent transparent transparent #03B8FF;
}


/*------------   实施流程-------------end*/


/*------------   培训体系-------------start*/
.div_footer {
    width: 100%;
    background: url(../images/pxtxBj.jpg)no-repeat center center;
    background-size: cover;
    /* 背景图尺寸自动调整以填充容器 */
    display: flex;
    justify-content: center;
    height: 450px;
    text-align: center;
}

.div_footer .ui_title {
    font-size: 36px;
    color: #fff;
    margin-top: 0;
}

.div_footer .ui_detail {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
    letter-spacing: 1px;
}

/*------------   培训体系-------------end*/

.i_linkbg {
    margin-top: 0 !important;
}

/*------------  客户服务的服务体系-------------start*/
.div_photo {
    margin-top: 30px;
    width: 950px;
    height: 600px;
    background: url(../images/fwtxbj.png)no-repeat center center;
    background-size: contain;
    /* 背景图尺寸自动调整以填充容器 */
    position: relative;
    z-index: 1;
}

.div_circle,
.div_rect {
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
    white-space: pre-wrap;
}

.div_circle {
    width: 950px;
    height: 950px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    /* background-image: -webkit-linear-gradient(right, #92c542, #409fd9); */
}

.div_cicrle_content {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.div_rect {
    position: absolute;
    width: 950px;
    height: 750px;
    display: flex;
    flex-wrap: wrap;
}

.div_rect_content {
    position: relative;
    display: flex;
    width: 45%;
    height: 50px;
}

.div_rect_content:nth-child(odd) {
    justify-content: flex-start;
    /* 靠左对齐 */
}

.div_rect_content:nth-child(even) {
    justify-content: flex-end;
    /* 靠右对齐 */
}

.div_rect_content:nth-child(1),
.div_rect_content:nth-child(2) {
    left: 60px;
    top: 170px;
}

.div_rect_content:nth-child(2) {
    left: 80px;
}

.div_rect_content:nth-child(3),
.div_rect_content:nth-child(4) {
    left: 155px;
    top: 123px;
}

.div_rect_content:nth-child(4) {
    left: -15px;
}

/*------------  客户服务的服务体系-------------end*/

/*------------  客户服务的运维与支持-------------start*/
.div_yunwei {
    width: 100%;
    background: url(../images/yunweibj.jpg)no-repeat center center;
    background-size: cover;
    /* 背景图尺寸自动调整以填充容器 */
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 156px;
    padding-top: 80px;
}

.div_icons {
    display: flex;
    width: 1130px;
    box-sizing: border-box;
    /* 使内边距不会增加元素的宽度 */
}

.div_icon {
    flex: 1;
    /* 元素平分可用空间 */
    margin: 0 65px;
    display: flex;
    flex-direction: column;
    /* 使元素垂直排列 */
    justify-content: space-between;
    /* 在元素之间平分空间 */
    width: 150px;
    height: 550px;
    box-shadow: 0 0 20px rgba(3, 184, 255, 0.2);
    background-color: #fff;
    position: relative;
    border-radius: 6px;
}

.div_icon1 {
    height: 150px;
    margin-top: 179px;
}

.div_icon4 {
    height: 380px;
    margin-top: 75px;
}

.div_icon_detail {
    height: 150px;
    margin: 45px 0;
    position: relative;
}

.div_icon_detail:first-child {
    margin-top: 20px;
}

.div_img img {
    width: 35px;
    height: 35px;
    padding: 10px;
}

.div_icon_label {
    font-size: 14px;
    color: #595959;
    line-height: 1.5em;
    white-space: pre-wrap;
}

.div_icon:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 230px;
    top: 45%;
    transform: translateY(-50%);
    border-width: 24px;
    border-style: solid;
    border-color: transparent transparent transparent #dedede;
}

.div_icon1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 30px;
    left: 180px;
    top: 35%;
    background-color: #dedede;
}

.div_icon2::before,
.div_icon3::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 30px;
    left: 180px;
    top: 42%;
    background-color: #dedede;
}

.div_icon3 .div_icon_detail:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50px;
    top: 165%;
    transform: translateY(-50%);
    border-width: 24px;
    border-style: solid;
    border-color: #dedede transparent transparent transparent;
}

.div_icon3 .div_icon_detail:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 11px;
    left: 59px;
    top: 132%;
    background-color: #dedede;
}

/*------------  客户服务的运维与支持-------------end*/