@import url('aliyunfont.css');
.iconfont-service {
    font-family: "iconfont" !important;
    font-size: 40px !important;
    font-style: normal;
    color: #fff;
    background: #ea672b;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0 14px;
}

.icon-search {
    font-family: "iconfont" !important;
    font-size: 35px !important;
    font-style: normal;
    color: #e16428;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 18px;
    height: 48px;
    line-height: 48px;
    margin-top: 15px;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

.icon-service-plan {
    font-family: "iconfont" !important;
    font-size: 70px !important;
    font-style: normal;
    color: #03363d;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 112px;
    height: 112px;
    line-height: 112px;
    border-radius: 56px;
    border: 1px solid #03363d;
}

html, body {
    font: 400 13px 'Open Sans', sans-serif;
}

a {
    text-decoration: none !important;
    color: #323232;
}

.echat-service {
    height: 769px;
    background: url(../images/service/banner-top-bg.jpg) no-repeat center;
}

a:hover {
    color: #323232;
}

.service-banner-cntr {
    width: 1200px;
    height: 754px;
    margin: 60px auto 0;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.service-pers {
    width: 800px;
    height: 600px;
    position: relative;
    z-index: 200;
    background: #fff;
    padding: 30px 30px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.service-pers-img img {
    max-width: 100%;
    margin-top: 23px;
}

.service-plan {
    width: 1000px;
    /* height: 390px; */
    position: absolute;
    top: 470px;
    left: 175px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.service-plan-cntr {
    /* height: 254px; */
    margin-top: 136px;
    font-size: 0;
    padding-bottom: 20px;
}

.service-plan-icon {
    display: inline-block;
    min-width: 250px;
    text-align: center;
    padding: 0 60px;
    margin-top: 35px;
}

.service-plan-icon h4 {
    font-size: 16px;
    font-weight: 600;
}

.service-plan-icon p {
    font-size: 13px;
    color: #ccc;
}

.service-st-1 {
    padding: 300px 0 130px 0;
}

.service-st-1 h2 {
    font-size: 24px;
    text-align: center;
}

.service-help-cntr {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-help-list {
    width: 245px;
    height: 130px;
    position: relative;
    margin-top: 76px;
}

/* .service-help-list+.service-help-list {
    margin-left: 74px;
} */

.help-list-right {
    width: 205px;
    height: 100%;
    background: #fafaf9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-left: 40px;
    padding-left: 52px;
    display: flex;
    align-items: center;
}

.help-list-right h4 {
    font-size: 14px;
}

.help-list-right ul {
    color: #888888;
    padding-left: 15px;
}

.service-st-2 {
    height: 178px;
    background: #f76d2b;
    text-align: center;
}

.service-st-2 h2 {
    line-height: 178px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.service-st-3 {
    padding-bottom: 185px;
}

.service-introduce-1, .service-introduce-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 185px;
}

.service-introduce-2 {
    flex-direction: row-reverse;
}

.service-introduce-left {
    width: 40%;
    padding: 0px 30px 0 0px;
}

.service-introduce-left h2 {
    color: #323232;
    margin-bottom: 20px;
}

.service-introduce-left p {
    color: #999;
    line-height: 30px;
    font-size: 16px;
}

.service-introduce-right {
    width: 60%;
    padding-right: 0px;
}

.service-introduce-2 .service-introduce-right {
    padding: 0 0 0 0px;
}

.service-introduce-2 .service-introduce-left {
    padding: 0px 0 0 30px;
}

@media screen and (max-width:1280px) {
    .service-introduce-left {
        width: 50%;
        padding: 0px 30px 0 0;
    }
    .service-introduce-2 .service-introduce-left {
        padding: 0px 0 0 30px;
    }
    .service-plan {
        left: 100px;
    }
    .service-pers {
        left: 100px;
    }
}

.service-introduce-right img {
    max-width: 100%;
}

.service-st-4 {
    height: 555px;
    background: url("../images/service/banner-bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #323232;
    margin-bottom: 430px;
}

.service-st-4:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.service-st-4 h2 {
    margin: 100px 0 35px 0;
}

.service-st-4 p {
    font-size: 18px;
}

.service-search {
    width: 43%;
    height: 77px;
    background: #fff;
    padding-left: 30px;
    margin: 60px auto 0;
    position: relative;
    border-radius: 3px;
}

.service-search input {
    width: 100%;
    height: 74px;
    border: none;
    outline: none;
    padding-right: 80px;
    font-size: 18px;
}

.service-tab-cntr {
    width: 62.5%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 40px auto 0;
    background: #fff;
}

.service-tab {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
}

.service-tab li {
    flex: auto;
    color: #323232;
    height: 74px;
    line-height: 74px;
    border-right: 2px solid #fff;
}

.service-tab li:last-child {
    border-right: none;
}

.service-tab li:hover {
    background: #f36b2b;
    color: #fff;
}

.service-tab .type-click {
    background: #f36b2b;
    color: #fff;
}

.service-ul-cntr {
    max-height: 400px;
    font-size: 0;
    overflow-y: auto;
    padding: 20px 0;
}

.service-ul-cntr ul {
    padding-left: 0px;
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-align: left;
}

.service-ul-cntr ul+ul {
    display: none;
}

.service-ul-cntr ul li {
    float: left;
    line-height: 25px;
    width: 45%;
    margin-left: 3%;
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 65px;
}

.service-ul-cntr ul li:hover a {
    color: #f36b2b;
}

.service-ul-cntr ul li a span+span {
    color: #ccc;
}

.service-ul-cntr ul li:hover a span+span {
    color: #f36b2b;
}

.service-ul-cntr ul li .subtitle-p {
    font-size: 12px;
    line-height: 20px;
    color: #ccc;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.service-a-cntr {
    line-height: 65px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.service-a-cntr a {
    color: #f36b2b;
}

@media screen and (max-width:768px) {
    section {
        overflow-x: hidden;
    }
    .service-st-4 {
        overflow: visible;
    }
    .service-banner-cntr {
        width: 100%;
    }
    .service-pers {
        width: 90%;
        left: 5%;
    }
    .service-plan {
        width: 90%;
        left: 5%;
        overflow: hidden;
    }
    .service-plan-cntr {
        flex-direction: column;
    }
    .service-st-1 {
        padding: 250px 0 130px 0;
    }
    .service-plan-cntr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        overflow: hidden;
    }
    .service-plan-icon {
        min-width: 50%;
        max-width: 50%;
        padding: 0;
    }
    .icon-service-plan {
        font-size: 40px !important;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        line-height: 60px;
    }
    .service-introduce-1, .service-introduce-2 {
        flex-direction: column;
        align-items: center;
    }
    .service-introduce-right {
        width: 90%;
    }
    .service-introduce-left {
        width: 90%;
        padding: 0;
    }
    .service-search {
        width: 90%;
    }
    .service-tab-cntr {
        width: 90%;
    }
    .service-ul-cntr ul li {
        margin-left: 10%;
        width: 40%;
    }
    .service-st-2 h2 {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 40px;
    }
}

@media screen and (max-width:550px) {
    .service-help-cntr {
        justify-content: center;
    }
    .service-ul-cntr ul li {
        margin-left: 10%;
        width: 80%;
    }
}