@charset "utf-8";
/*我们能帮您实现*/
.gxrd_service li {
    float: left;
    width: 23%;
    height: 236px;
    box-shadow: 0 0 10px rgba(204,204,204,0.5);
    background: #fff;
    margin-left: 20px;
}
.gxrd_service li img {
    width: 66px;
    height: 66px;
    margin: 30px 100px;
}
.gxrd_service li b {
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #333;
    margin-bottom: 18px;
    font-weight: normal;
    text-align: center;
}
.gxrd_service li p {
    font-size: 13px;
    line-height: 24px;
    color: #666;
    padding: 0 34px;
    text-align: center;
}
/*我们的优势*/
.service-container-wrapper {
    width: 100%;
}
.service-container {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    height: 650px;
}
/*我们的优势*/

.service-container-wrapper {
    width: 100%;
}
.service-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    height: 860px;
}

@media screen and (max-width: 960px) {
    .service-container-wrapper {
        display: flex;
        flex-direction: row;
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;
        position: relative;
        overflow-x: scroll;
        margin-left: 20px;
        margin-right: 20px;
        height: 960px;
    }
    .service-container {
        margin-bottom: 0;
        margin-top: 0;
        width: 1200px;
    }
    .left-container {
        margin-bottom: 0px !important;
    }
    .dock-container {
        left: 600px !important;
    }
}

.category-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-title h3 {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}
.dock-container {
    position: absolute;
    display: flex;
    justify-content: center;
    flex: 1;
    right: 0;
    top: 10px;
    padding-top: 0px;
    width: 600px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.075);
    padding: 0;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
}

.service-team-card {
    flex: 3;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 820px;
    padding-top: 5px;
    background-color: rgba(0, 0, 0, 0);
}

.service-team-card .card-header h3 {
    display: none;
}

.card:hover .card-header h3 {
    display: block;
}

.service-team-card h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.left-container {
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
.left-container h1 {
    color: #333;
}
.left-container ul {
    list-style-type: none;
    padding: 0;
}
.left-container li {
    background-color: #fff;
    padding: 15px;
    padding-left: 12px;
    border-radius: 4px;
    height: 20px;
}
.left-container li:nth-child(odd) {
    background: linear-gradient(
            to right,
            transparent,
            #eeeeee 50%,
            transparent
    );
}
.left-container li:nth-child(even) {
    background: rgba(0, 0, 0, 0);
}
.icon {
    color: red;
    vertical-align: middle;
    margin-right: 10px;
}
.item-icon {
    width: 15px;
    height: 15px;
    margin-right: 18px;
    margin-top: 3px;
}
.service-list {
    margin-top: 32px;
}
.service-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.service-list li .service-item-container {
    width: 550px;
    overflow: hidden;
    white-space: nowrap; /* 文本不换行 */
    text-overflow: ellipsis;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    transform: translateX(-30px);
    border: 1px solid rgba(0, 0, 0, 0);
}
.service-list li .service-item-container:hover {
    width: auto;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 15px;
}
.service-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
    font-size: 25px;
    height: 40px;
    margin-bottom: 0;
}
.item-title-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.card-header {
    color: white;
    padding: 5px 0;
    height: 28px;
}
.card-body {
    padding: 0px;
    flex: 1;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    border-radius: 15px;
    padding-top: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.card-body-title-container {
    height: 70px;
    gap: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart-body-title-strong {
    font-size: 32px;
    color: #e10c13;
    font-weight: 700;
}
.card-body-title-text {
    font-size: 25px;
    color: #262626;
    font-weight: 600;
}
.sub-title {
    font-size: 16px;
    color: #333;
}

.check-options-container {
    margin-top: -2px;
    width: 100%;
}

.check-options {
    width: 100%;
}
.check-options ul {
}
.check-options ul > li {
    width: 100%;
    height: 50px;
}
.check-options ul > li:nth-child(odd) {
    background: linear-gradient(to right, #f8f8f8, #f4f4f4);
}
.card:nth-child(1) .check-options ul > li:nth-child(odd) {
    background: linear-gradient(to right, #f8f8f8, #f4f4f4);
}
.card:nth-child(2) .check-options ul > li:nth-child(odd) {
    background: linear-gradient(to right, #f8f8f8, #f4f4f4);
}
.card:nth-child(2) .check-options ul > li:nth-child(odd) {
    background: linear-gradient(to right, #f8f8f8, #f4f4f4);
}
.card:nth-child(1) .card-body {
    /* box-shadow: outside 0 10px 10px rgba(0, 0, 0, .075); */
}
.check-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
}
.check-item-icon {
    width: 20px;
    height: 20px;
}

.check-item-icon-cross {
    width: 15px;
    height: 15px;
}

.card-footer-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.check-item-text {
    font-size: 16px;
    color: #666;
}

.card-footer-button-container {
    border: 1px solid #efefef;
    width: 200px;
    height: 37px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.card-footer-button-text {
    font-size: 15px;
}
.card-team {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #ccc;
}
.card-team .card-body {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-project {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex: 3;
}
.card-project .card-body {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card-project .card-body .check-options-container {
}
.ps-text {
    position: absolute;
    bottom: 45px;
    left: 50%;
    color: #999999;
    transform: translateX(-50%) translateY(75px);
}
/*团队协作宗旨*/
.zl_box1 {
}
.zl_box1 .side {
    float: left;
    background: url(../images/zl_bg1.jpg) no-repeat;
    width: 272px;
    height: 346px;
    overflow: hidden;
    padding: 39px 20px 0 25px;
    box-sizing: border-box;
}
.zl_box1 .side h3 {
    font-size: 25px;
    margin-bottom: 18px;
    letter-spacing: 2px;
    color: #04b398
}
.zl_box1 .side p {
    line-height: 1.6;
    color: #04b398
}
.zl_box1 .main_con {
    width: 928px;
    float: right;
}
.zl_box1 .main_con li {
    width: 294px;
    height: 346px;
    overflow: hidden;
    margin-left: 15px;
    position: relative;
    float: left;
    text-align: center;
}
.zl_box1 .main_con li section {
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    padding: 35px 20px 0 20px;
}
.zl_box1 .main_con li .pic {
    height: 80px;
    text-align: center;
    margin-bottom: 25px;
}
.zl_box1 .main_con li .pic img {
    height: 100%;
}
.zl_box1 .main_con li h3 {
    font-size: 20px;
    transition: 0.3s all;
    margin-bottom: 15px;
}
.zl_box1 .main_con li p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #999;
    height: 66px;
}
.zl_box1 .main_con li a {
    min-width: 130px;
    line-height: 32px;
    overflow: hidden;
    background: #f8f8f8;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 52px;
    text-align: center;
    color: #666;
    transition: 0.3s all;
    position: relative;
}
.zl_box1 .main_con li a:hover {
    border: solid 1px #04b398;
    background: #04b398;
    color: #fff;
}
.animate-line i {
    position: absolute;
    display: inline-block;
    background: linear-gradient(to left, #4abf9f, #4abf9f);
    transition: all .5s linear
}
.animate-line .top {
    width: 0;
    height: 2px;
    top: 0;
    left: 0
}
.animate-line .bottom {
    width: 0;
    height: 2px;
    bottom: 0px;
    left: 0
}
.animate-line .left {
    width: 2px;
    height: 0;
    top: 0;
    left: 0
}
.animate-line .right {
    width: 2px;
    height: 0;
    top: 0;
    right: 0
}
.zl_box1 li:hover .top {
    width: 300px
}
.zl_box1 li:hover .left {
    height: 346px
}
.zl_box1 li:hover .bottom {
    width: 300px
}
.zl_box1 li:hover .right {
    height: 346px
}