/*-------------------list---------------------*/
body {
    background-color: #f7f7f7 !important;
}
.back {
    position: fixed;
    right: 0;
    bottom: 5%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    z-index: 99999;
}
.back img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.repair {
    padding-top: 80px;
}

.repair-div a {
    display: flex;
    background: #fff !important;
}

.repair-div .left {
    width: 33.3%;
    overflow: hidden;
}

.repair-div .left img {
    width: 100%;
    display: block;
    transition: .4s;
}

.repair-div .right {
    width: 66.7%;
    padding-left: 40px;
    padding-right: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.repair-div .right:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 0;
    background: #137fcf;
    transition: .4s;
}

.repair-div .right p:nth-child(1) {
    font-size: 24px;
    color: #222222;
    line-height: 1;
    margin-bottom: 30px;
    transition: .4s;
}

.repair-div .right p:nth-child(2) {
    font-size: 14px;
    line-height: 28px;
    color: #888888;
    margin-bottom: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.repair-div .right p:nth-child(3) {
    font-size: 16px;
    line-height: 1;
    color: #666666;
    text-transform: uppercase;
    transition: .4s;
}

.repair-div a:hover img {
    transform: scale(1.1, 1.1);
}

.repair-div a:hover p:nth-child(1) {
    color: #137fcf;
}

.repair-div a:hover p:nth-child(3) {
    color: #acce22;
}

.repair-div a:hover .right:after {
    height: 100%;
}

.repair-div a:nth-child(1) ~ a {
    margin-top: 30px;
}

/*--------------------index--------------------*/
.repair-jj-div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
}

.repair-jj-div .left {
    width: 34.15%;
}

.repair-jj-div .left img {
    width: 100%;
    display: block;
}

.repair-jj-div .right {
    width: 62%;
    border: 1px solid #eeeeee;
    padding: 80px 65px;
}

.repair-jj-div2 {
    display: flex;
    justify-content: space-between;
}

.repair-jj-div .right p:first-child {
    font-size: 40px;
    line-height: 1;
    color: #137fcf;
    margin-bottom: 40px;
}

.repair-jj-div .right p:first-child i {
    font-size: 36px;
    line-height: 1;
    color: #aecf26;
    margin-left: 30px;
}

.repair-jj-div .right p:first-child ~ p {
    font-size: 14px;
    line-height: 36px;
    color: #888888;
}

.repair-jj-div2 n2 {
    position: absolute;
    top: 10px;
    right: -30px;
}

.repair-jj-div2 p {
    position: relative;
}

.repair-jj-div2 p:nth-child(1) {
    font-size: 48px;
    line-height: 1;
    font-family: Arial;
    font-weight: bold;
    color: #137fcf;
    margin-right: 5px;
    display: inline-block;
}

.repair-jj-div2 p:nth-child(1):after {
    content: '家';
    position: absolute;
    right: -25px;
    bottom: -5px;
    font-size: 20px;
    line-height: 1;
    color: #999999;
    margin-bottom: 15px;
    font-weight: initial;
}

.repair-jj-div2 div:nth-child(1) p:nth-child(1):after {
    content: '例';
    right: -55px;
}

.repair-jj-div2 div:nth-child(2) p:nth-child(1):after {
    content: '个';
}

.repair-jj-div2 div:nth-child(3) p:nth-child(1):after {
    content: '人';
}

.repair-jj-div2 p:nth-child(2) {
    font-size: 24px;
    line-height: 1;
    color: #111111;
}

.repair-zx {
    background: #f3f5f7;
}

.repair-zx-div {
    display: flex;
    justify-content: space-between;
}

.repair-zx-div a {
    /*width: 23%;*/
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.repair-zx-div a img {
    display: block;
    width: 100%;
    transition: .4s;
}

.repair-zx-div a div {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .5));
    transition: .4s;
}

.repair-zx-div a div p {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.repair-zx-div a:hover div {
    height: 250%;
}

.repair-zx-div a:hover img {
    transform: scale(1.05, 1.05);
}

.repair-sl-div {
    display: flex;
    flex-wrap: wrap;
}

.repair-sl-div > div {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    padding: 50px 35px 50px 30px;
    border: 1px solid #eeeeee;
    position: relative;
    transition: .4s;
    overflow: hidden;
}

.repair-sl-div i {
    position: absolute;
    top: 50px;
    left: 30px;
    font-size: 55px;
    line-height: 1;
    color: #137fcf;
    transition: .4s;
    display: block;
    transform-origin: left;
}

.repair-sl-div > div:nth-child(3n) {
    margin-right: 0;
}

.repair-sl-div > div:nth-child(3) ~ div {
    margin-top: 30px;
}

.repair-sl-div > div div {
    width: 75%;
    margin-left: auto;
}

.repair-sl-div > div div p:nth-child(1) {
    font-size: 20px;
    line-height: 1;
    color: #222222;
    margin-bottom: 20px;
    transition: .4s;
}

.repair-sl-div > div div p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    transition: .4s;
}

.repair-sl-div > div:hover {
    background: #acce22;
    border: 1px solid #acce22;
}

.repair-sl-div > div:hover i {
    font-size: 100px;
    color: #fff;
    transform: rotate(-30deg);
    left: 0;
    top: 20px;
    opacity: 0.2;
}

.repair-sl-div > div:hover p {
    color: #fff !important;
}

.repair-show .container {
    padding: 80px 8% 130px;
    background: #fff;
}

.repair-show-title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.repair-show-title p:nth-child(1) {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    margin-bottom: 30px;
}

.repair-show-title p:nth-child(2) {
    font-size: 14px;
    color: #333333;
}

.repair-show-title p:nth-child(2) span:nth-child(2) {
    margin: 0 10px;
}

.repair-show-div {
    padding: 80px 0 65px;
}

.repair-show-div p {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    /* text-indent: 28px; */
}

.repair-show-div p img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.repair-show-div p ~ p {
    /* margin-top: 40px; */
    margin-top: 10px;
}

.repair-show-div span {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    display: block;
    color: #666666;
}

@media (max-width: 1440px) {
    .repair-jj-div .right p:first-child {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .repair-jj-div .right {
        width: calc(50% - 20px);
        padding: 45px;
    }

    .repair-jj-div .left {
        width: calc(50% - 20px);
        position: relative;
        overflow: hidden;
    }

    .repair-jj-div .left img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
    }

    .repair-sl-div > div {
        padding: 35px 15px;
    }

    .repair-sl-div i {
        left: 15px;
    }

    .repair {
        padding-top: 60px;
    }

    .lanmu {
        margin-bottom: 60px;
    }

    .repair-show-div {
        padding: 40px 0;
    }

    .repair-show-div p ~ p {
        margin-top: 25px;
    }

    .repair-show .container {
        padding: 60px 40px 100px;
    }

}

@media (max-width: 1260px) {
    .repair-div .right p:nth-child(1) {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .repair-div .right p:nth-child(2) {
        margin-bottom: 20px;
    }

    .repair-show .container {
        padding: 60px 40px;
    }
}

@media (max-width: 992px) {
    .repair-jj-div {
        align-items: flex-start;
    }

    .repair-jj-div .left {
        width: calc(50% - 15px);
    }

    .repair-jj-div .left img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .repair-jj-div .right {
        width: calc(50% - 15px);
        padding: 25px;
    }

    .repair-jj-div2 p:nth-child(1) {
        font-size: 38px;
    }

    .repair-jj-div2 p:nth-child(2) {
        font-size: 20px;
    }

    .repair-sl-div > div {
        width: calc((100% - 30px) / 2);
    }

    .repair-sl-div > div:nth-child(2) ~ div {
        margin-top: 30px;
    }

    .repair-sl-div > div:nth-child(3n) {
        margin-right: 30px;
    }

    .repair-sl-div > div:nth-child(2n) {
        margin-right: 0;
    }

    .repair {
        padding-top: 45px;
    }

    .lanmu {
        margin-bottom: 45px;
    }

    .repair-div .left {
        width: 40%;
    }

    .repair-div .right {
        width: 60%;
    }

    .page-html2 a {
        padding: 15px;
    }

    .repair-show-title p:nth-child(1) {
        margin-bottom: 15px;
    }

}

@media (max-width: 767px) {
    .repair-jj-div {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .repair-jj-div .left {
        width: 100%;
        margin-bottom: 25px;
    }

    .repair-jj-div .right {
        width: 100%;
    }

    .repair-jj-div .right p:first-child {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .repair-jj-div .right p:first-child ~ p {
        line-height: 28px;
    }

    .repair-jj-div2 {
        flex-wrap: wrap;
        text-align: center;
    }

    .repair-jj-div2 > div {
        width: calc(50% - 7.5px);
    }

    .repair-jj-div2 > div:nth-child(2) ~ div {
        margin-top: 15px;
    }

    .repair-jj-div2 p:nth-child(2), .repair-jj-div2 p:nth-child(1):after {
        font-size: 16px;
    }

    .service .title p, .repair-zx .title p, .repair-sl .title p, .solve .title p {
        margin-bottom: 15px;
    }

    .service .title, .repair-zx .title, .repair-sl .title {
        margin-bottom: 10px;
    }

    .repair-zx-div {
        flex-wrap: wrap;
    }

    .repair-zx-div a {
        /*width: calc(50% - 7.5px);*/
    }

    .repair-zx-div a:nth-child(2) ~ a {
        margin-top: 15px;
    }

    .repair-zx-div a div p {
        font-size: 16px;
    }

    .repair-sl-div > div {
        width: 100%;
        margin-right: 0 !important;
    }

    .repair-sl-div > div:nth-child(1) ~ div {
        margin-top: 15px;
    }

    .repair {
        padding-top: 25px;
    }

    .lanmu {
        margin-bottom: 25px;
    }

    .repair-div a {
        flex-wrap: wrap;
    }

    .repair-div a .left {
        width: 100%;
    }

    .repair-div a .right {
        width: 100%;
        padding: 25px 15px;
    }

    .repair-div a:nth-child(1) ~ a {
        margin-top: 15px;
    }

    .repair-show {
        padding: 25px 15px;
    }

    .repair-show .container {
        padding: 25px 15px;
    }

    .repair-show-title p:nth-child(2) span {
        display: inline-block;
    }

    .repair-show-title p:nth-child(1) {
        font-size: 20px;
    }

    .repair-show-div {
        padding: 15px 0;
    }
    .repair-show-div>div>img {
        width: 100%;
    }
    .repair-show-div p {
        line-height: 28px;
    }

    .repair-show-div p ~ p {
        /* margin-top: 15px; */
        margin-top: 5px;
    }

    .page-html2 a:nth-child(3) i {
        padding-left: 0;
        margin-left: 15px;
    }

    .page-html2 a:nth-child(2) {
        font-size: 20px;
        padding: 15px 0;
    }

    .page-html2 a:nth-child(3) {
        padding: 15px 0;
    }

    .page-html2 a:nth-child(1) {
        padding: 15px 0;
    }

    .page-html2 a:nth-child(1) i {
        padding-right: 0;
        margin-right: 15px;
    }

    .page-html2 a p {
        width: calc(100% - 27px)
    }

    .page-html2 a p n {
        display: none;
    }

    .page-html2 a p span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: initial;
    }

    .repair-jj-div2 p:nth-child(1) {
        font-size: 24px;
    }

    .repair-jj-div2 n2 {
        position: absolute;
        top: 4px;
        right: -18px;
    }
    .repair-jj-div2 p:after{
        font-size: 14px!important;
    }
    .repair-jj-div2 p:nth-child(1):after{
        right: -21px;
        bottom: -8px;
    }
    .repair-jj-div2 div:nth-child(1) p:nth-child(1):after {
        right: -40px;
    }
}

@media (max-width: 414px) {
    .repair-sl-div i {
        font-size: 45px;
    }
}