/* 解决方案-数字化维护 顶部 开始 */
.customerservice-top {
    background: url(/res/images/solution/maintainance/banner@2x.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 144px;
    padding-bottom: 113px;
    height: 460px;
}

.module-content {
    width: 50%;
    margin-left: 18.75%;
    color: #ffffff;
}

.module-content .search-top-title {
    width: auto;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
    margin-bottom: 32px;
}

.module-content .search-sub-title {
    width: auto;
    height: 45px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
    margin-bottom: 8px;
}

.module-content .search-detail {
    width: 650px;
    min-height: 96px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.main-content {
    width: 100%;
}

/*小模块中的标题、内容和图片等*/
.container_types {
    background: #ffffff;
    padding: 40px 0 56px;
}

.container_types:nth-of-type(odd) {
    background: #E4E6EE;
}

.container_types h3 {
    width: auto;
    height: 31px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #071635;
    line-height: 33px;
    text-align: center;
}

.container_content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 24px;
    position: relative;
}

.team {
    text-align: center;
    padding-bottom: 40px;
}

.team h4 {
    font-size: 18px;
    color: #222222;
    margin: 0px 0 16px;
}

.team p {
    text-align: justify;
    width: 1140px;
    height: auto;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    text-indent: 24px;
}

.container_content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 24px;
    position: relative;
}

.container_content .picShow {
    display: block;
    margin: 0 auto;
    width: 788px;
    height: 426px;
}


@media (min-width: 769px) {
    .team p {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .container_content .picShow {
        height: auto;
    }

}

/*关于我们页面  start*/
.single-content {
    width: 1200px;
    height: auto;
    margin: 32px auto 24px;
    position: relative;
}

.single-content .content-title {
    width: 100%;
    height: 69px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #071635;
    line-height: 45px;
    border-bottom: 1px solid #E9E9E9;;
}

.single-content .content-detail {
    width: auto;
    height: auto;
    margin-top: 32px;
    min-height: 260px;
}

.single-content .content-detail.pics {
    min-height: 490px;
}

.single-content .content-detail.company {
    min-height: 690px;
}

.single-content .content-detail.swiper-content {
    overflow: hidden;
}

.single-content .content-detail.swiper-content .swiper-container {
    height: 220px;
}

.single-content .content-detail > div {
    float: left;
}

.single-content .content-detail:not(.has-ul) > div:not(:first-child) {
    margin-left: 32px;
}

.single-content .content-detail.has-ul > div:not(:first-child) {
    margin-left: 14px;
}

.single-content .content-detail img {
    width: 390px;
    height: 250px;
}

.single-content .content-detail .detail-text {
    width: auto;
    max-width: 778px;
    height: auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #505E6A;
    line-height: 32px;
    text-indent: 32px;
}

.single-content .content-detail.has-ul .detail-text {
    width: auto;
    max-width: 796px;
}

.detail-text ul li {
    background: url("../images/solution/about/ul-dot.png") no-repeat left;
    background-size: 24px 24px;
    margin: 8px 0;
    padding-left: 10px;
    /*width: 736px;*/
    height: 32px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #505E6A;
    line-height: 32px;
}

.single-capacity {
    width: 588px;
    height: 230px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E4E6EE;
    float: left;
}

.single-capacity img {
    width: 200px !important;
    height: 228px !important;
}

.single-capacity .capacity-detail {
    width: 380px;
    float: right;
    padding: 16px 24px 14px;
}

.single-capacity .capacity-detail .capacity-title {
    width: auto;
    height: 30px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #071635;
    line-height: 30px;
    margin-bottom: 8px;
}

.single-capacity .capacity-detail .capacity-text {
    width: auto;
    height: 160px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #505E6A;
    line-height: 32px;
    text-indent: 32px;
}

.single-content .content-detail:not(.has-ul) > div.single-capacity {
    margin-bottom: 24px;
}

.single-content .content-detail:not(.has-ul) > div.single-capacity:nth-of-type(odd) {
    margin-left: 0;
}

.single-content .content-detail:not(.has-ul) > div.single-capacity:nth-of-type(even) {
    margin-left: 24px;
}

.detail-type {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 24px;
}

.single-type {
    width: 282px;
    height: 206px;
    background: #FFFFFF;
    border: 1px solid #E4E6EE;
    padding-top: 24px;
    padding-bottom: 24px;
    float: left;
}

.single-type:not(:first-child) {
    margin-left: 24px;
}

.single-type .type-icon {
    width: 100%;
    height: 48px;
    text-align: center;
    margin-bottom: 24px;
}

.single-type .type-title {
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #071635;
    line-height: 30px;
    text-align: center;
    margin-bottom: 8px;
}

.single-type .type-text {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #505E6A;
    line-height: 24px;
    text-align: center;
}

.partners-item {
    background: url("../images/solution/about/hzdw-s.png") no-repeat center;
    background-size: 240px 110px;
    width: 240px;
    height: 110px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #071635;
    /*line-height: 110px;*/
    text-align: center;
    padding: 0px 10px;
    display: table;
}
.partners-item >div {
    height: 60px;
    /* margin: 25px auto; */
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 3; */
    display: table-cell;
    vertical-align: middle;
}

.swiper-button{
    height: 69px;
    position: absolute;
    top: -6px;
    right: 20px;
}
.swiper-news-prev {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(/res/homepage/industryNews/left.svg) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 16px;
    background-color: rgba(228, 230, 238, 0.5);
    opacity: 0.49;
    border-radius: 50%;
    outline: none;
    user-select: none;
}
.swiper-news-next {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(/res/homepage/industryNews/right.svg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    background-color: rgba(228, 230, 238, 0.5);
    opacity: 0.49;
    border-radius: 50%;
    outline: none;
    user-select: none;
}
/*关于我们页面  end*/
