* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    font-family: 'Microsoft YaHei', sans-serif;
    color: #333;
}

em {
    font-style: normal;
}

strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
button {
    outline: 0;
    border: 0;
    padding: 0;
    background: transparent;
}

input,
textarea {
    font-family: 'Microsoft YaHei', sans-serif;
    outline: 0;
}

.content {
    text-align: center;
    position: relative;
}
.content h4 {
    font-size: 40px;
    font-family: 'Microsoft YaHei';
    color: rgb(248, 248, 248);
    text-transform: uppercase;
    line-height: 0.75;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 50px;
    z-index: -1;
}

.content h3 {
    font-size: 32px;
    color: #333;
    padding-top: 50px;
    background-image: url(../images/title_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 174px 12px;
    padding-bottom: 20px;
    letter-spacing: 4px;
}

.content .sub {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.t-box1 {
    /* background-image: url(../images/about_bg.png);
    background-position: center top;
    background-repeat: no-repeat; */
    /* background-color: #f7f7f7; */
}

.solution {
    position: relative;
    z-index: 0;
    padding-bottom: 60px;
}
.solution_shouji {
    display: none;
}
.solution h4 {
    color: rgba(255, 255, 255, 0.06);
}

.solution h3 {
    color: #333;
}

.solution .sub {
    padding: 0px 0 0px;
    color: #999;
}
.solution_box {
    margin-top: 20px;
}
.solution_ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.solution_ul li {
    width: calc(25% - 20px);
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
}
.solution_ul li img {
    width: 100%;
    height: 160px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
.solution_ul li p {
    font-size: 16px;
    color: #333;
    padding: 10px 10px 15px;
}
.content_box{padding-bottom: 50px;}
.content_box .text_p {
    font-size: 16px;
    line-height: 30px;
    margin: 40px 40px 0px;
    text-align: center;
}
.content_box .about_img {
    display: block;
    margin: auto;
}
.content_box p {
    text-align: center;
}

.dzsc_box {
    padding: 20px 0px 40px;
    overflow: hidden;
    margin: auto;
    position: relative;
    z-index: 0;
    background-color: #f7f7f7;
}

.dzsc-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
}
.dzsc-ul li {
    width: calc(20% - 20px);
    margin: 0px 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    transition: all 1s ease-out;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.dzsc-ul li:hover {
    transform: translateY(-10px);
}
.dzsc-ul li img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    display: block;
    margin: 20px auto;
}
.dzsc-ul li .rig {
    flex: 1;
}
.dzsc-ul li .rig h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.dzsc-ul li .rig p {
    display: block;
    font-size: 14px;
    text-align: center;
}
/* .jzxx-cont {
    background: #f7f7f7;
} */
.jzxx-box {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    margin: 0 -20px;
    justify-content: center;
}
.jzxx-box li {
    width: 25%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.jzxx-box li img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.jzxx-box li .jzxx-rig {
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.t-box2 {
    background: #f7f7f7 url(../images/success-bg.png) no-repeat center;
    background-size: 100%;
    padding-bottom: 40px;
}
.function {
    margin: 20px auto 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}
.function ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.function li {
    position: relative;
    width: 16.6%;
    box-sizing: border-box;
    padding: 10px;
}

.function a {
    display: block;
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s;
    text-align: center;
}
.function a:hover {
    transform: translateY(-10px);
}
.item-icon {
    width: 50px;
    height: 50px;
    margin: 0px auto 20px;
}

.item-icon img {
    width: 50px;
    height: 50px;
    transition: all 0.5s;
}
.function a:hover .item-icon img {
    transform: rotate(360deg);
}
.function-item h3 {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    font-weight: 600;
}

.function-item p {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
    line-height: 20px;
    height: 60px;
}
.function-tips {
    text-align: center;
    margin-top: 12px;
}
.marketing {
    padding-bottom: 60px;
    /* background-color: #f7f7f7; */
}
.marketing_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 30px;
}
.marketing_ul li {
    width: 25%;
    text-align: center;
    padding: 30px 40px;
    box-sizing: border-box;
    border: 1px solid #f7f7f7;
}
.marketing_ul li img {
    width: 50px;
    margin: auto;
}
.ddgongneng {
    background: url(../images/yjcy-bg.jpg) top;
    background-size: cover;
    box-sizing: content-box;
}
.ddgongneng .content h3,
.ddgongneng .content .sub,
.ddgongneng .function-tips {
    color: #fff;
}
.jjfa-dl {
    background: url(../images/home-page-slide-3.jpg) center;
    background-size: cover;
    box-sizing: content-box;
}
.jjfa-dl ul {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px;
}
.jjfa-dl ul li {
    width: 25%;
    position: relative;
    box-sizing: border-box;
}
.jjfa-dl ul li .jj-div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    padding: 0px 20px;
    color: #fff;
}

.jjfa-dl ul li img {
    width: 50px;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 10px;
}
.jjfa-dl ul li .info-text {
    margin-top: 40px;
}
.jjfa-dl ul li .info-text h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.jjfa-dl ul li .info-text p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
    color: #ccc;
}
@media only screen and (max-width: 760px) {
    .w_1200,
    .footer .wrapper {
        width: 100% !important;
    }
    .footer .wrapper {
        display: flex;
        flex-direction: column;
        padding: 15px !important;
        box-sizing: border-box;
    }
    .footer .wrapper div {
        flex: 1;
        width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
    }
    #consult_toolbar .toolbarbox .chat .chat_msg {
        display: none;
    }
    .logo-ul li {
        width: 100%;
    }
    .logo-ul li img {
        width: 100%;
        box-sizing: border-box;
    }
    .content h3 {
        font-size: 24px;
        padding-top: 20px;
    }
    .content h4 {
        font-size: 20px;
    }

    .dzsc-ul li {
        width: 100%;

        margin-bottom: 20px;
    }
    .t-box-dc {
        padding: 20px 0 20px;
    }
    .dzsc-ul li::after {
        top: 20px;
        right: -20px;
        bottom: -20px;
        left: 20px;
    }
    .t-box1 {
        padding: 0px 0px 0px;
    }
    .content_box {
        margin: 30px 0px;
    }
    .yfsl_list {
        width: 100%;
        padding: 0px;
    }
    .yfsl_item {
        width: 50%;
        padding: 0px 0px 25px;
    }
    .yfsl_num {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .yfsl_tex {
        font-size: 14px;
        margin-top: 0px;
    }

    .about_ringt {
        width: 100%;
        margin-top: 20px;
    }
    .solution {
        display: none;
    }
    .solution_shouji {
        background: url(../images/yjcy-bg.jpg) center;
        padding: 20px 0px;
        background-size: cover;
        box-sizing: content-box;
        position: relative;
        display: block;
    }
    .solution_shouji h4 {
        color: rgba(255, 255, 255, 0.06);
        z-index: 2;
    }

    .solution_shouji h3 {
        color: #fff;
    }

    .solution_shouji .sub {
        padding: 40px 0 72px;
        color: #fff;
    }
    .t-box2 {
        padding: 20px 0;
    }
    .dzsc-ul {
        padding: 10px;
    }
    .solution_shouji .menu_warp {
        margin: 10px;
    }
    .solution_shouji .menu_warp .infobox {
        width: 100%;
        padding-right: 0;
        background-color: #fff;
        border-radius: 10px;
    }
    .solution_shouji .menu_warp .infobox .txt {
        padding: 20px;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .solution_shouji .menu_warp .infobox .txt .title {
        font-size: 28px;
        font-weight: bold;
        position: relative;
        height: 100px;
        color: #333;
    }
    .solution_shouji .menu_warp .infobox .txt .title::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 5px;
        background: #303030;
        left: 0;
        top: 70px;
    }
    .solution_shouji .menu_warp .infobox .txt .intro {
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 30px;
        color: #666;
    }

    .solution_shouji .menu_warp .infobox .txt .more {
        display: inline-block;
        padding: 10px 20px;
        background-color: #f8b500;
        border-radius: 4px;
        color: #fff;
    }
    .solution_shouji .menu_warp .infobox .txt ul {
        display: flex;
        flex-wrap: wrap;
    }
    .solution_shouji .menu_warp .infobox .txt ul li {
        width: 29%;
        margin-top: 10px;
        text-align: center;
        background-color: #f7f7f7;
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box;
        margin-right: 10px;
    }
    .solution_shouji .menu_warp .infobox .txt ul li img {
        display: none;
    }
    .function {
        margin-top: 0px;
    }
    .function li {
        width: 100%;
        padding: 10px;
    }

    .item-icon i {
        width: 20px;
        height: 20px;
    }
    .function-item h3 {
        font-size: 14px;
    }
    .category ul {
        margin-top: 0;
    }
    .category li {
        width: 100%;
        margin-bottom: 25px;
    }
    .category {
        padding: 20px 0;
    }
    .jzxx-box {
        margin: 0px;
        padding: 10px 0px 0px;
    }
    .jzxx-box li {
        width: 100%;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .jzxx-box li p {
        line-height: 24px;
    }
    .jzxx-box li img {
        width: 40px;
        height: 40px;
    }
    .jzxx-box li:last-child {
        display: none;
    }
    .worth-content {
        width: 100%;
        margin: 0px;
    }
    .worth-content > div ul {
        margin: 0px 30px;
        width: auto;
    }
    .worth-ago {
        padding-bottom: 60px;
    }
    .worth-later {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .worth-content > div ul li {
        display: flex;
    }
    .worth-content > div > p {
        margin: 20px;
    }
    .solution_box {
        margin-top: 40px;
    }
    .alzs-ul {
        display: none;
    }
}
