* {
    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;
    padding: 10px 0 20px;
    line-height: 28px;
}
.t-box1 {
    padding-top: 20px;
}
.content_box {
    margin-top: 30px;
}
.category {
    padding: 0px 0px 60px;
}

.category ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.category li {
    width: 23.33%;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    transition: all 0.5s;
}

.category li .img {
    display: block;
    margin: 0 auto 0;
    background-color: #fff;
    text-align: center;
    box-sizing: content-box;
    border-radius: 10px;
    border: 1px solid #eee;
}
.category li .img img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: block;
}
/* 
.category li:hover .text-box {
    transform: translateY(-10px);
} */
.category li .text-box {
    /* position: absolute;
    left: 20px;
    right: 20px;
    bottom: -20px;
    background-color: #fff; */
    /* text-align: left; */
    padding: 20px 0px 0px;
    box-sizing: border-box;
    /* border-radius: 10px; */
    /* box-shadow: 0 20px 20px rgb(100 100 140 / 8%); */
    color: #333;
}
.category li .title {
    font-size: 22px;
    font-weight: bold;
}

.category li p {
    color: #999;
    line-height: 24px;
    font-size: 15px;
}

/* .category li .text-box .line {
    width: 40px;
    height: 4px;
    background-color: #f8b500;
    display: inline-block;
    margin-top: -4px;
} */
.t-con-new-tips {
    text-align: center;
}
.category .tips_p {
    text-align: center;
    margin-top: 20px;
}
.example {
    padding: 0px 0px 60px;
    background: #f7f7f7 url(../images/success-bg.png) no-repeat center;
    background-size: 100%;
    box-sizing: content-box;
    position: relative;
    z-index: 0;
}
.example_shouji {
    display: none;
}
.example h4 {
    color: rgba(255, 255, 255, 0.06);
}

.example h3 {
    color: #333;
}

.example .sub {
    padding: 40px 0 72px;
    color: #999;
}
.jjfa_box {
    margin-top: 20px;
    display: flex;
}
.example .menu {
    width: 16%;
    text-align: left;
    padding-right: 30px;
    float: left;
}

.example .menu li {
    display: block;
    flex: 1;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 20px;
    color: #333;
    cursor: pointer;
    background-color: #fff;
}
.example .menu li.hover {
    background-color: #f8b500;
    color: #fff;
}

.example .menu li span {
    float: left;
    width: 42px;
    margin-right: 18px;
    height: 42px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.example .menu li span i {
    width: 36px;
    height: 36px;
    background-size: 100% !important;
    display: inline-block;
    position: absolute;
}
.example .menu li p {
    font-size: 15px;
}
.example .menu li span i {
    transform: rotate(0deg);
}
.example .menu li:hover span i {
    transform: rotate(360deg);
    transition: all 0.4s linear;
}

.example .information {
    position: relative;
    width: 86%;
    float: right;
}

.example .information .info_con {
    /* background-color: #fff;
    padding: 24px 20px; */
}
.example .cyimgbox {
    width: 50%;
}
.example .cyimgbox img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    overflow: hidden;
}
.example .information ul {
    margin-top: 25px;
    margin-right: -20px;
    display: flex;
}

.example .information ul li {
    padding: 0px 13px;
    flex: 1;
    text-align: center;
    box-sizing: border-box;
}
.example .information ul li img {
    height: 20px;
}
.example .information ul li p {
    line-height: 28px;
    font-size: 16px;
    color: #333;
}
.example .information ul li:hover {
    cursor: pointer;
}
.example .information ul li:hover p {
    color: #f8b500;
}
.example .information .txt {
    text-align: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

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

.example .information .more {
    width: 80px;
    text-align: center;
    padding: 10px 20px;
    background-color: #f8b500;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px;
}

.advantage {
    padding: 55px 0px;
    background-color: #f4f4f4;
    z-index: 0;
    position: relative;
    display: none;
}

.advantage ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 6px;
    margin-top: 40px;
}

.advantage ul li {
    display: flex;
    display: -webkit-flex;
    height: 160px;
    margin-bottom: 38px;
    padding: 37px 87px 37px 0;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    background: #fff;
    text-align: left;
}

.advantage ul li:hover {
    box-shadow: 0 8px 24px #dbdbdb;
}

.advantage ul li .icon {
    width: 92px;
    height: 82px;
    margin: 0 15px 0 32px;
    background: url(../images/icon2.png) 0px 0px no-repeat;
}

.advantage ul li .con {
    width: 350px;
}

.advantage ul li .con .title {
    font-size: 18px;
    padding-bottom: 16px;
    color: #333;
}

.advantage ul li .con p {
    line-height: 20px;
    color: #999;
}

.advantage ul li:nth-child(2) .icon {
    background-position: 0px -80px;
}

.advantage ul li:nth-child(3) .icon {
    background-position: 0px -160px;
}

.advantage ul li:nth-child(4) .icon {
    background-position: 0px -240px;
}

.advantage ul li:nth-child(5) .icon {
    background-position: 0px -324px;
}

.advantage ul li:nth-child(6) .icon {
    background-position: 0px -410px;
}

.about_ringt {
    width: 580px;
    float: right;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.about_ringt p {
    text-indent: 32px;
    margin-bottom: 20px;
}

.about_ringt .more {
    margin-top: 20px;
    padding-left: 28px;
}

.about_ringt .more a {
    font-size: 14px;
    color: #f8b500;
    border: 1px solid #f8b500;
    padding: 0px 38px;
    display: inline-block;
    border-radius: 50px;
}

.yfsl_list {
    height: auto;
    overflow: hidden;
    width: 580px;
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}
.yfsl_list img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.yfsl_item {
    width: 200px;
    padding: 25px 0px 50px;
    float: left;
}

.yfsl_item img {
    display: block;
    margin: 0 auto;
    width: 40px;
}

.yfsl_num {
    font-size: 48px;
    line-height: 50px;
    color: #947455;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'impact';
}

.yfsl_tex {
    font-size: 16px;
    color: #282828;
    margin-top: 20px;
    text-align: center;
}

.t-box-dc {
    padding: 20px 0px 55px;
    overflow: hidden;
    margin: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.t-box-dc .content h4 {
    color: #f2f2f2;
}
.liaoj-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.liaoj-ul li {
    width: 18.5%;
    border-radius: 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;
}

.liaoj-ul li:hover {
    transform: translateY(-10px);
}
.liaoj-ul li img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}
.liaoj-ul li .rig {
    flex: 1;
    text-align: center;
    padding: 15px;
}
.liaoj-ul li .rig h2 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.liaoj-ul li .rig p {
    display: block;
    font-size: 14px;
}
/* .jzxx-cont {
    background: #f7f7f7;
} */
.jzxx-box {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    margin: 0 -20px;
    justify-content: center;
}
.jzxx-box li {
    width: 20%;
    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: url(../images/yjcy-bg.jpg) center;
    background-size: cover;
    padding-bottom: 40px;
}
.t-box2 .content h3 {
    color: #fff;
}
.t-box2 .content .sub {
    color: #fff;
    padding: 0px 0px 20px;
}
.t-box2  .tips {
    color: #fff;
    text-align: center;
    padding: 20px 0px 0px;
}
.t-con-new {
    margin: 0px -10px 0;
    overflow: hidden;
}
.t-con-new ul {
    display: flex;
    flex-wrap: wrap;
}
.t-con-new li {
    position: relative;
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
}

.t-con-new a {
    display: block;
    padding: 20px 20px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s;
    text-align: center;
}
.t-con-new 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;
}
.t-con-new a:hover .item-icon img {
    transform: rotate(360deg);
}
.t-con-new-item h3 {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    font-weight: 600;
}

.t-con-new-item p {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
    line-height: 20px;
    height: 60px;
}
.worth-content {
    width: 1200px;
    margin: 40px auto 80px;
    position: relative;
}
.vs_div {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 20px rgb(100 100 140 / 8%);
}
.vs_div img {
    width: 100%;
    height: 100%;
}
.worth-ago {
    max-width: 570px;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 0px 0px 30px;
}
.worth-ago > p {
    height: 56px;
    background-color: #cccbcb;
    font-size: 28px;
    margin-top: 38px;
    margin: auto;
    line-height: 56px;
}
.worth-content > div > p {
    margin: 40px;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.worth-content > div ul {
    margin: 0 50px;
    width: 80%;
}
.worth-content > div ul li {
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: auto;
    overflow: hidden;
}
.worth-content > div ul li img {
    float: left;
    margin-right: 15px;
}
.worth-content > div ul li .ago-text {
    float: left;
}
.worth-ago li {
    margin-bottom: 30px;
}
.worth-later {
    max-width: 570px;
    width: 100%;
    background-color: #fff;
    margin-left: -10px;
    box-shadow: 0 10px 20px rgb(100 100 140 / 8%);
    border-radius: 10px;
    padding: 0px 0px 30px;
}
.worth-later > p {
    height: 56px;
    line-height: 56px;
    background-color: #f8b500;
    font-size: 28px;
    margin-top: 38px;
    margin: auto;
}
.worth-later li {
    margin-bottom: 30px;
}

.alzs-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.alzs-ul li {
    width: 25%;
}

.alzs-ul li img {
    margin: auto;
    width: 260px;
}
.logo-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.logo-ul li {
    width: 25%;
}

.logo-ul li img {
    margin: auto;
    width: 260px;
    border: 1px solid #f7f7f7;
}
@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;
    }

    .liaoj-ul li {
        width: 100%;

        margin-bottom: 20px;
    }
    .t-box-dc {
        padding: 20px 0 20px;
    }
    .liaoj-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;
    }
    .example {
        display: none;
    }
    .example_shouji {
        background: url(../images/yjcy-bg.jpg) center;
        padding: 20px 0px;
        background-size: cover;
        box-sizing: content-box;
        position: relative;
        display: block;
    }
    .example_shouji h4 {
        color: rgba(255, 255, 255, 0.06);
        z-index: 2;
    }

    .example_shouji h3 {
        color: #fff;
    }

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

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

    .example_shouji .menu_warp .infobox .txt .more {
        display: inline-block;
        padding: 10px 20px;
        background-color: #f8b500;
        border-radius: 4px;
        color: #fff;
    }
    .example_shouji .menu_warp .infobox .txt ul {
        display: flex;
        flex-wrap: wrap;
    }
    .example_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;
    }
    .example_shouji .menu_warp .infobox .txt ul li img {
        display: none;
    }
    .t-con-new {
        margin-top: 0px;
    }
    .t-con-new li {
        width: 100%;
        padding: 10px;
    }

    .item-icon i {
        width: 20px;
        height: 20px;
    }
    .t-con-new-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;
    }
    .jjfa_box {
        margin-top: 40px;
    }
    .alzs-ul {
        display: none;
    }
}
