* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

.anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
}
a {
    text-decoration: none !important;
    color: #333;
}

a:hover {
    color: #ed6827;
}
.fl {
    float: left;
}
ul,
li,
h2 {
    margin: 0;
    padding: 0;
}
.container {
    padding: 0px;
}
h2 {
    text-align: center;
    padding: 48px 0 38px;
}

@media screen and (min-width: 769px) {
    .container {
        width: 1260px;
    }
    .ssp .ggtf li {
        width: 471px;
    }
    .test-situation {
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .ssp .inside-title .title {
        font-size: 30px;
    }
    .inside-banner-m {
        padding: 0 10px !important;
    }

    /* li {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    } */

    .domestic .hxjsh .list {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .domestic .hxjsh li:nth-of-type(even) {
        padding-right: 0;
    }
    .domestic .hxjsh li:nth-of-type(odd) {
        padding: 0 10px 10px 0px;
    }
    .domestic .hxjsh li:last-of-type {
        padding: 0;
    }
    .inside-title .title {
        font-size: 30px;
    }

    /* 移动端tabs处理 */
    .sys {
        padding: 0 10px;
    }
    .tabs {
        display: none !important;
    }
    .sys-content dl {
        display: block !important;
    }

    .domestic .hxjsh li {
        width: 100% !important;
    }
    .sys-content dd {
        padding-right: 0 !important;
    }
}

.test-situation {
    position: relative;
    min-height: 755px !important;
}
.service-goods,
.sys {
    position: relative;
}
.txt dd {
    display: flex;
    align-items: center;
    /* align-items: baseline; */
}
.txt dd em {
    display: inline-block;
    min-width: 5px;
    min-height: 5px;
    background-color: #ed6827;
    margin-right: 3px;
    font-style: normal;
}
dd,
dt {
    line-height: 18px;
}

.ssp .ggtf .pic {
    left: 47%;
}

.service-goods {
    background-color: #f7f7f7;
}

.domestic .hxjsh {
    padding-bottom: 38px;
}

.sys-wrap {
    margin-top: 25px;
    width: 100%;
    display: flex;
    /* border: 1px solid red; */
}

.tabs {
    margin-right: 43px;
    width: 210px;
    height: 248px;
    border-right: 1px solid #d2d2d2;
}

.tabs li {
    padding-left: 52px;
    height: 52px;

    font-size: 16px;
    color: #333333;
    line-height: 52px;
}

.tabs li.active {
    border-right: 3px solid #ed6827;
    background-image: -webkit-linear-gradient(left, #fff, #f9c9b2);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f9c9b2);
    background: -ms-linear-gradient(left, #fff, #f9c9b2);
    background: -moz-linear-gradient(left, #fff, #f9c9b2);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#ffffff),
        to(#f9c9b2)
    );
    background: -webkit-linear-gradient(left, #fff, #f9c9b2);
    background: -o-linear-gradient(left, #fff, #f9c9b2);
}

.sys-content {
    flex: 1;
    /* float: left; */
}
.sys-content dl {
    display: none;
}
.sys-content dd {
    padding-top: 16px;
    padding-bottom: 29px;
    padding-right: 40px;
    min-height: 136px;
    line-height: 24px;
    border-bottom: 1px solid #eeeeee;
}

.sys-content dd p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.sys-content dd p::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 4px;
    height: 18px;
    background: #ed6827;
    margin-right: 12px;
}

.sys-content dd span {
    color: #666666;
}

/* .inside-banner .info {
    margin-top: 10px;
    font-size: 14px;
} */

.text ul li em {
    background: url("../image/dian.png") no-repeat center;
    background-size: contain;
    font-style: normal;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
}
.text ul {
    margin-top: 29px;
}
.text ul li {
    font-size: 16px;
}
