.tort .top .img-box {
    position: absolute;
    left: 0;
    top: 85px;
    width: 426px;
    display: flex;
    flex-direction: column;
}

.tort .top .img-box span {
    padding-left: 12px;
    color: #ffffff;
}

.tort .top .img-box p {
    padding-left: 12px;
    font-size: 18px;
    color: #ffffff;
}

.tort .top .img-box div {
    width: 50px;
    height: 5px;
    margin: 10px 0 14px 12px;
    background-color: #ffffff;
}

.tort .top .img-box .title {
    font-size: 43px;
}

.tort .top {
    clear: both;
    background: url(https://res.zdspat.com/system/tort/bg.png?ver=1) center no-repeat;
    background-size: cover;
    height: 730px;
    display: block;
}

.tort .top .form .left {
    padding-bottom: 60px;
}
.tort .top .form .right .notescontact {
    margin-top: 40px;
    margin-bottom: 40px;
}
.tort .top .form .left .type-service .item {
    width: 110px;
    height: 30px;
    margin-right: 7px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #999999;
    margin-bottom: 11px;
    position: relative;
    cursor: pointer;
}

.tort .top .form .left .type-service .item.on {
    border: 1px solid #ff0000;
}

.tort .top .form .left .type-service .item img {
    display: none;
}

.tort .top .form .left .type-service .item.on img {
    display: block;
}

.tort .top .form .left .type-service .items {
    width: 168px;
    height: 30px;
    margin-right: 7px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 12px;
    color: #999999;
    margin-bottom: 11px;
    position: relative;
    cursor: pointer;
}

.tort .top .form .left .type-service .items.on {
    border: 1px solid #ff0000;
}

.tort .top .form .left .type-service .items img {
    display: none;
}

.tort .top .form .left .type-service .items.on img {
    display: block;
}

.tort .top .form .left .describtion {
    color: #666666;
    padding: 10px 0 0 40px;
}

/* 服务 */
.tort .main-head {
    width: 306px;
    margin: 85px auto 0;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.tort .main-head-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tort .main-head-top .border {
    width: 54px;
    height: 1px;
    border-bottom: 1px solid #dddddd;
}

.tort .main-head-top .title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.tort .main-head .on .title {
    color: #fff;
}

.tort .main-head .on .border {
    color: #fff;
}

.tort .top .form .left .score {
    width: 380px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
}

.tort .service {
    width: 1200px;
    height: 483px;
    margin: 51px auto 80px;
    display: flex;
    justify-content: space-between;
}

.tort .service .service-list {
    width: 482px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tort .service .service-list-item {
    width: calc(100% - 71px);
    padding: 0 31px 0 40px;
    height: 83px;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tort .service .service-list .on {
    width: calc(100% - 71px);
    padding: 0 31px 0 40px;
    height: 100px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #76baff, #0291ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tort .service .service-list .on .index {
    color: #fff;
}

.tort .service .service-list .on .text {
    color: #fff;
}

.tort .service-list-item .index {
    margin-right: 29px;
    font-size: 34px;
    font-weight: bold;
    color: #091928;
}

.tort .service-list-item:hover {
    cursor: pointer;
}

.tort .service-list-item .text {
    margin-right: 68px;
    flex: 1;
    font-size: 22px;
    color: #091928;
}

.tort .service-list-item .arrow {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 6px 4px rgba(166, 166, 166, 0.08);
}

.tort .service .service-content {
    width: 687px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.tort .service .service-content-box {
    width: 622px;
    margin: 38px 36px 0 29px;
}

.tort .service-content-box-title {
    font-size: 28px;
    color: #091928;
}

.tort .service-content-box-border {
    width: 38px;
    height: 5px;
    margin-top: 15px;
    background-color: #098cf2;
    border-radius: 2.5px;
}

.tort .service-content-box-detail {
    font-size: 20px;
    color: #666666;
    margin: 24px 0 32px 0;
}

/* 服务流程 */
.tort .flowpath {
    width: 100%;
    height: 638px;
    background: url(https://res.zdspat.com/system/tort/flowpath.png) center no-repeat;
    background-size: cover;
}

.tort .flowpath .flowpath-box {
    width: 873px;
    height: 180px;
    margin: 73px auto 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tort .flowpath .flowpath-box-card {
    width: 235px;
    height: 178px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.tort .flowpath .flowpath-box-card img {
    width: 54px;
    margin-bottom: 20px;
}

.tort .flowpath .flowpath-btn {
    width: 357px;
    height: 51px;
    background-color: #ef8a53;
    margin: 0 auto;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 25px;
}

.tort .presentation {
    width: 100%;
    height: 592px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tort .presentation img {
}

.tort .presentation .presentation-box {
    width: 450px;
    margin: 0 70px 0 94px;
}

.tort .presentation .presentation-box .title {
    margin: 51px 0 0 15px;
    font-size: 28px;
    color: #333333;
}

.tort .presentation .presentation-box-item {
    margin-top: 44px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
}

.tort .presentation .presentation-box-item div {
    width: 8px;
    height: 13px;
    flex-shrink: 0;
    margin-right: 9px;
    background-color: #0787f8;
}

.tort .presentation .presentation-box-btn {
    width: 155px;
    padding: 15px 0;
    margin-top: 44px;
    background-color: #319cf6;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0px 0px 6px 4px rgba(166, 166, 166, 0.08);
}

.tort .presentation .presentation-box-btn:hover {
    cursor: pointer;
}

/* 排查详情弹窗 */
.dialog-tort {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
}

.dialog-tort .dialog-box {
    width: 1400px;
    height: 800px;
    background-color: #fff;
    border-radius: 10px;
    margin: 6vh auto 0;
    position: relative;
}

.dialog-tort .dialog-box-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -30px;
    top: 0;
}

.dialog-tort .dialog-box-close:hover {
    cursor: pointer;
}

.dialog-tort .dialog-box-carousel {
    width: 1300px;
    margin: 0 auto;
    padding: 25px 0;
}

.dialog-tort .dialog-box-carousel img {
    width: auto;
    height: 100%;
    max-width: 100%;
}
.dialog-box-carousel {
    height: 750px;
}
/*笔记本电脑等*/
@media screen and (max-width:1600px){
    .dialog-tort .dialog-box {
        width: 1134px;
        height: 600px;
    }
    .dialog-tort .dialog-box-carousel {
        width: 1086px;
    }
    .dialog-box-carousel {
        height: 550px;
    }
}
/* 案例展示 */
.project{
    width: 1200px;
    margin: 0 auto;
}
.project img{
    width: 100%;
    height: auto;
    margin: 0 0 22px;
    object-fit: contain;
}
.project-bg{
    width: 100%;
    height: 265px;
    background: url(https://res.zdspat.com/system/tort/cases/case_bg.png) center no-repeat;
    background-size: cover;
    margin-bottom: 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project-bg-title{
    font-size: 28px;
}
.project-bg-line{
    width: 27px;
    height: 1px;
    margin-top: 5px;
    border-bottom: 1px solid #fff;
}
.project-bg-describe{
    width: 530px;
    text-align: center;
    margin-top: 27px;
    font-size: 16px;
    line-height: 30px;
}
.project-position{
    position: relative;
    height: 620px;
}
