html {
    
}

body,
div,
form,
section,
header,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
input,
select,
button {
    margin: 0;
    padding: 0;
    font-size: inherit;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

header,
section {
    display: block;
}

body {
    font-family: "PingFang SC", "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
    background-color: #FFFFFF;
    padding-top: 64px;
}

input,
select {
    font-size: 100%;
    outline: 0;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

a,
button {
    transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
}

.ec-animate {
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    animation: ec-skeleton-loading 1.4s ease infinite;
}

@keyframes ec-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}
.flex {
    display: -moz-flex;
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-align {
    align-items: center;
}

.flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-stretch {
    align-items: stretch;
}

.flex-end {
    align-items: flex-end;
}

.flex-justify {
    justify-content: center;
}

.flex-between {
    justify-content: space-between;
}

.flex-auto {
    width: 0;
    flex: 1;
}



.jz-btn-msg {
    display: inline-block;
    width: 38px;
    height: 38px;
}

.jz-btn-msg .pericon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url('../image/user.png') no-repeat center center;
}
.user-wrap {
    display: flex;
    align-items: center;
}

.user-wrap .jz-btn-msg {
    margin-right: 20px;
}


.image-part {
    position: relative;
    overflow: hidden;
}

.image-part img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.image-all {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.image-all img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.ads-button {
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    height: 48px;
    background: #FBAF27;
    border-radius: 8px;
}

.ads-button:hover {
    background-color: #ff9800;
}

.ads-sprite {
    background-image: url(../image/new-super/ads_spirit.png);
    background-repeat: no-repeat;
    background-size: 800px 800px;
}

.ecer-flex {
    display: -moz-flex;
    display: flex;
}

.ecer-flex-col {
    flex-direction: column;
}

.ecer-flex-align {
    align-items: center;
}

.ecer-flex-bottom {
    align-items: flex-end;
}

.ecer-flex-stretch {
    align-items: stretch;
}

.ecer-flex-end {
    align-items: flex-end;
}

.ecer-flex-justify {
    justify-content: center;
}

.ecer-flex-space-between {
    justify-content: space-between;
}

.ecer-flex-auto {
    width: 0;
    flex: 1;
}

.ecer-flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.animation {
    position: relative;
    transform: translateY(30%);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.animation.fade-in {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.ads-delay500 {
    transition-delay: 0.5s;
}

.ads-delay1000 {
    transition-delay: 1s;
}

.ads-m-button,
.ads-m-text {
    display: none;
}

.content-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ads-triangle {
    border-width: 100px 60px;
    border-style: solid;
    border-color: transparent transparent #287dda transparent;
    position: absolute;
}

.ads-triangle.orange {
    border-color: transparent transparent #fef6e3 transparent;
}

.ads-triangle.cyan {
    border-color: transparent transparent #bed8f3 transparent;
}

.ads-triangle.gray {
    opacity: 0.04;
    border-color: transparent transparent #fff transparent;
}

.ads-img-container img {
    max-width: 100%;
    max-height: 100%;
}

.ads-bg {
    background-color: #f9f9f9;
}










.Mode_part {
    height: 600px;
    position: relative;
}

.Mode_part .main {
    width: 1200px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.Model__07 {
    margin-bottom: 98px;
}

.Model__07:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-20%, 0%);
    background: url(../image/new-super/service_bg.png) no-repeat center right;
}

.Model__07 .text_show {
    padding-left: 60px;
}

.Model__07 .img_show img {
    height: 440px;
    margin-left: -65px;
}

.Model__08:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, 0%);
    background: url(../image/new-super/advantage_bg1.png) no-repeat center left;
}

.Model__08 .img_show img {
    height: 640px;
    margin-left: 115px;
    margin-top: -165px;
}

.Mode_part .img_show {
    width: 50%;
    text-align: left;
}

.Mode_part .text_show {
    width: 50%;
}

.Mode_part .text_show .Biao_ti {
    width: 520px;
    /*height: 87px;*/
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    margin-bottom: 40px;
    opacity: 1;
}

.Mode_part .text_show .Biao_ti:after {
    content: "";
    display: block;
    width: 62px;
    height: 8px;
    background: #E8B848;
    opacity: 1;
    margin-top: 30px;
    width: 140px;
    height: 4px;
    background: #287DDA;
}

.Mode_part .text_show .Miao_xu {
    width: 550px;
    /*height: 50px;*/
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 26px;
    color: #999999;
    margin-bottom: 30px;
    opacity: 1;
}

.Mode_part .text_show ul {
    list-style: none;
}

.Mode_part .text_show ul li {
    width: 513px;
    /*height: 50px;*/
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 26px;
    color: #333333;
    margin-bottom: 18px;
    opacity: 1;
    padding-left: 26px;
    position: relative;
}

.Model__07 .text_show ul li {
    margin-bottom: 42px;
    padding-left: 40px;
    position: relative;
}

.Model__07 .text_show ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('../image/new-super/chaozhi_spirit.png');
}

.Model__07 .text_show ul li .kv {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.Model__07 .text_show ul li .kv span {
    width: 100%;
    height: 28px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
    margin-bottom: 4px;
}

.Model__07 .text_show ul li:nth-child(1) i {
    background-position: -9px -9px;
}

.Model__07 .text_show ul li:nth-child(2) i {
    background-position: -48px -9px;
}

.Model__07 .text_show ul li:nth-child(3) i {
    background-position: -85px -9px;
}

.Model__07 .text_show ul li:nth-child(4) i {
    background-position: -123px -9px;
}

.Model__07 .text_show ul li:nth-child(5) i {
    background-position: -162px -9px;
}

.Model__07 .text_show ul li:nth-child(6) i {
    background-position: -200px -9px;
}

.Model__08 .text_show ul li {
    margin-bottom: 42px;
    padding-left: 100px;
    position: relative;
    height: 82px;
    display: flex;
    align-items: center;
}

.Model__08 .text_show ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    background: url('../image/new-super/chaozhi_spirit.png');
}

.Model__08 .text_show ul li .kv {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.Model__08 .text_show ul li .kv span {
    width: 100%;
    height: 28px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
    margin-bottom: 4px;
}

.Model__08 .text_show ul li:nth-child(1) i {
    background-position: -9px -47px;
}

.Model__08 .text_show ul li:nth-child(2) i {
    background-position: -100px -47px;
}

.Model__08 .text_show ul li:nth-child(3) i {
    background-position: -191px -47px;
}

.phone-img {
    display: none;
}

.Model_tit {
    width: 100%;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    text-align: center;
    opacity: 1;
    padding: 100px 0 64px;
    margin: 0;
    position: relative;
}

.Model_tit:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 5px;
    background: #287DDA;
    opacity: 1;
    margin-top: 30px;
}
.banner-wrap {
    font-size: 0;
}
.banner-wrap img {
    width: 100%;
}
.only-m {
    display: none!important;
}

.content-box {
    width: 40rem;
    margin: 0 auto
}
.consultation-detail {
    width: 78.072%;
    margin: 0.4rem auto 0
}

.crumbs {
    font-size: 0;
    padding: .5rem 0
}

.crumbs a,.crumbs span {
    vertical-align: middle;
    text-decoration: none;
    font-size: .47rem;
    color: #999
}

.crumbs .current,.header.fixed .login-user .user-info,.header.fixed .login-user .user-info li a,.header.fixed .nav .menu-list a {
    color: #333
}

.crumbs .split-arrow {
    margin: 0 .125rem
}

.consultation-detail .top-content {
    padding: 1.25rem 0 1.5rem;
    overflow: hidden;
}

.consultation-detail .top-content .float-left {
    width: 50%
}

.consultation-detail .top-content .float-right {
    width: 14.5rem;
    height: 9.45rem;
    position: relative
}

.consultation-detail .top-content .float-right .picScroll .picList li {
    width: 14.5rem;
    height: 9.45rem
}

.consultation-detail .picScroll {
    display: block
}

.consultation-detail .picScroll .nav-list li {
    background: #E2E2E2
}

.consultation-detail .picScroll .nav-list li.on {
    background: #999
}

.consultation-detail .top-content .float-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.consultation-detail .top-content .float-right .video-button {
    position: absolute;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer
}

.consultation-detail .top-content .float-right .video-button::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .275rem .4rem;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: .2rem;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.contact-us,.contact-us .contact-us-btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    box-sizing: border-box
}

.consultation-detail .content-show .content-title {
    font-size: .5rem;
    font-weight: 700;
    color: #24292E
}

.consultation-detail .content-show .time {
    font-size: .35rem;
    font-weight: 400;
    color: #999;
    letter-spacing: 1px;
    margin-top: .725rem
}

.consultation-detail .content-show .tags {
    font-size: 0;
    margin-top: .725rem
}

.consultation-detail .content-show .tags h2 {
    display: inline-block;
    vertical-align: middle;
    height: .65rem;
    line-height: .65rem;
    font-size: .35rem;
    font-weight: 400;
    color: #333;
    padding: 0 .55rem;
    background: #EBEBEB;
    border-radius: .325rem;
    margin-right: .375rem;
    margin-bottom: .375rem
}

.consultation-detail .article {
    padding-top: 1rem;
    border-top: 1px dotted #E2E2E2
}

.consultation-detail .article p {
    font-size: .35rem;
    font-weight: 400;
    line-height: .8rem;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: .375rem;
    margin-left: 0!important;
    margin-right: 0!important;
    overflow: hidden
}

.consultation-detail .article .image-show {
    margin-bottom: .5rem
}

.consultation-detail .article .image-show .image {
    width: 70.266%;
    margin: 0 auto
}

.consultation-detail .article .image-show .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.consultation-detail .article .remark {
    font-size: .3rem;
    font-weight: 400;
    color: #999;
    letter-spacing: 1px;
    text-align: center;
    margin-top: .25rem
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.cooperative-agent-ctc .contact-title,.footer .footer-bottom .slogans,.footer .footer-info-item .column,.home-detail .bar-item .bar-name,.home-detail .lengend .lengend-item {
    font-size: .5rem
}

.branch-content .item-info .item-text table td,.branch-content .item-info .item-text table th,.camel-sprit-content,.camel-sprit-content .full-letter,.consultation-detail .article p,.consultation-detail .content-show .tags span,.consultation-detail .content-show .time,.cooperative-agent-ctc .text-content,.crumbs a,.crumbs span,.dg-wrapper .banner-content,.dg-wrapper .banner-sign,.footer .footer-info-item ul li a,.footer .footer-tel .footer-tel-name,.footer form .inputs input,.footer form .inputs select,.group-manage-content .desc,.history-content li .text .text-desc,.history-text,.join-us-content li .item .float-right,.join-us-content li .item-details,.more-tech .more-tech-content .more-tech-list li .more-tech-item .text,.my-tab .tab-content .tab-item-list li .link-text,.my-tab .tab-content .tab-item-list li .list-item-text,.my-tab .tab-content .tab-item-list li .list-item-time,.my-tab .tab-content .tab-item-list li .right-text .list-item-text h2,.operations a,.page-list span {
    font-size: .47rem
}

.join-us-content li .item-details {
    line-height: .8rem
}

.cooperative-agent-ctc .text-content,.group-manage-content .desc,.history-content li .text .text-desc,.join-us-content li .item-details.alpha,.my-tab .tab-content .tab-item-list li .list-item-text,.my-tab .tab-content .tab-item-list li .right-text .list-item-text h2 {
    line-height: .875rem
}

.more-tech .more-tech-content .more-tech-list li .more-tech-item .text {
    line-height: .8rem;
    max-height: 3.9rem
}

.banner.case .banner-info,.branch-content .item-info .item-title,.consultation-detail .content-show .content-title,.cooperative-agent-ctc .cooperative-title,.group-manage-content .info .name,.history-content li .text .text-title,.join-us-content li .item .float-left,.my-tab .tab-content .tab-item-list li .list-item-title {
    font-size: .625rem
}
.fn-clear {
    zoom:1
}
.consultation-detail .top-content {
    padding: 1.25rem 0 1.5rem
}

.consultation-detail .top-content .float-left {
    width: 50%
}

.consultation-detail .top-content .float-right {
    width: 14.5rem;
    height: 9.45rem;
    position: relative
}

.consultation-detail .top-content .float-right .picScroll .picList li {
    width: 14.5rem;
    height: 9.45rem
}

.consultation-detail .picScroll {
    display: block
}

.consultation-detail .picScroll .nav-list li {
    background: #E2E2E2
}

.consultation-detail .picScroll .nav-list li.on {
    background: #999
}

.consultation-detail .top-content .float-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.consultation-detail .top-content .float-right .video-button {
    position: absolute;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer
}

.consultation-detail .top-content .float-right .video-button::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .275rem .4rem;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: .2rem;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.picScroll,.picScroll .picList li {
    width: 100%;
    position: relative
}

.picScroll li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: .25rem
}

.picScroll .nav-list {
    font-size: 0;
    margin-top: .5rem;
    text-align: center
}

.picScroll .nav-list li {
    display: inline-block;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    margin: 0 .325rem;
    cursor: pointer
}

.picScroll .nav-list li.on {
    background: rgba(255,255,255,1)
}
.bottom-operations {
    padding: 0 2.65rem;
    text-align: center;
    margin: .65rem 0 .875rem
}

.bottom-operations a {
    width: 2.65rem;
    height: 1.075rem;
    line-height: 1.075rem;
    text-align: center;
    font-size: .35rem;
    color: #fff;
    background: #2879FF;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    text-decoration: none;
    margin: 0 .25rem
}

.bottom-operations a:hover {
    -moz-box-shadow: 0 0 .75rem rgba(40,121,255,.5);
    -webkit-box-shadow: 0 0 .75rem rgba(40,121,255,.5);
    box-shadow: 0 0 .75rem rgba(40,121,255,.5)
}

.bottom-operations a.no-page {
    background: #EDEDED;
    color: #999
}

.bottom-operations a.no-page:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: no-drop
}
.arrow-btn,.bottom-operations a,.button,.crumbs a,.crumbs span,.page-list span {
    display: inline-block
}
@media screen and (max-width: 1440px) {
    .content-container {
        padding: 0 60px;
    }

    
}

@media screen and (max-width: 1000px) {
    body {
        padding-top: 76px;
    }
    .banner-wrap {
        
    }
    body {
        font-size: 12px;
    }
    .only-pc {
        display: none!important;
    }
    .only-m {
        display: block!important;
    }
    .content-container {
        width: 100%;
        padding: 0 60px;
    }
    .consultation-content {
        width: auto;
        margin: 0;
    }
    .content-box {
        width: 100%;
        margin: 0 auto
    }
    .float-left, .float-right {
        float: initial;
    }
    .crumbs a,.crumbs span {
        font-size: 0.4rem;
    }
    .consultation-detail {
        width: auto;
        margin: 0.5rem .675rem 0
    }
    .consultation-detail .top-content .float-right {
        display: none;
    }
    .consultation-detail .content-show .tags {
        display: none;
    }
    
    .crumbs {
        padding: 0;
    }
    .bottom-operations {
        position: relative;
        padding: 0 2.65rem;
        text-align: center;
        margin: .65rem 0 .875rem
    }
    
    .bottom-operations a {
        width: 2.65rem;
        height: 1.075rem;
        line-height: 1.075rem;
        font-size: .35rem;
        background: #2879FF;
        -webkit-transition: box-shadow .2s ease-in-out;
        -moz-transition: box-shadow .2s ease-in-out;
        -o-transition: box-shadow .2s ease-in-out;
        -ms-transition: box-shadow .2s ease-in-out;
        transition: box-shadow .2s ease-in-out;
        text-decoration: none
    }
    
    .bottom-operations a:hover {
        -moz-box-shadow: 0 0 .75rem rgba(40, 121, 255, .5);
        -webkit-box-shadow: 0 0 .75rem rgba(40, 121, 255, .5);
        box-shadow: 0 0 .75rem rgba(40, 121, 255, .5)
    }
    
    .bottom-operations .last-page,
    .bottom-operations .next-page {
        position: absolute;
        top: 0
    }
    
    .bottom-operations .last-page {
        left: 0
    }
    
    .bottom-operations .next-page {
        right: 0
    }
    
    .bottom-operations a.no-page {
        background: #EDEDED;
        color: #999
    }
    
    .bottom-operations a.no-page:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: no-drop
    }
    
    .consultation-detail .article {
        padding: 0;
        border: none;
    }
    .consultation-detail .top-content {
        padding: .55rem 0
    }
    
    .consultation-detail .top-content .float-left {
        width: 100%
    }
    
    .consultation-detail .top-content .float-right {
        width: 14.5rem;
        height: 9.45rem;
        position: relative
    }
    
    .consultation-detail .top-content .float-right .picScroll .picList li {
        width: 14.5rem;
        height: 9.45rem
    }
    
    .consultation-detail .picScroll {
        display: block
    }
    .consultation-detail .picScroll .tempWrap {
        width: 1005;
    }
    .consultation-detail .picScroll .nav-list li {
        background: #E2E2E2
    }
    
    .consultation-detail .picScroll .nav-list li.on {
        background: #999
    }
    
    .consultation-detail .top-content .float-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }
    
    .consultation-detail .top-content .float-right .video-button {
        position: absolute;
        width: 2.625rem;
        height: 2.625rem;
        border-radius: 50%;
        background: rgba(0, 0, 0, .4);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: pointer
    }
    
    .consultation-detail .top-content .float-right .video-button::before,
    .contact-us .contact-content {
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%)
    }
    
    .consultation-detail .top-content .float-right .video-button::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .275rem .4rem;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: .2rem;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    
    .consultation-detail .content-show .content-title {
        font-size: .5rem;
        font-weight: 700;
        color: #24292E
    }
    
    .consultation-detail .content-show .time {
        font-size: .35rem;
        font-weight: 400;
        color: #999;
        letter-spacing: 1px;
        margin-top: .25rem
    }
    
    .consultation-detail .article p {
        font-size: .4rem;
        font-weight: 400;
        line-height: .8rem;
        color: #333;
        letter-spacing: 1px;
        margin-bottom: .375rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden
    }
    
    .consultation-detail .article p img {
        display: block;
        width: 100% !important;
        height: auto !important
    }
    
    .contact-us,
    .my-dialog {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999
    }
    
    .consultation-detail .article .image-show {
        margin-bottom: .5rem
    }
    
    .consultation-detail .article .image-show .image {
        width: 100%;
        margin: 0 auto
    }
    
    .consultation-detail .article .image-show .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }
    
    .consultation-detail .article .remark {
        font-size: .3rem;
        font-weight: 400;
        color: #999;
        letter-spacing: 1px;
        text-align: center;
        margin-top: .25rem
    }
    .jz-container {
        width: 100%;
        padding: 0 16px;
        /*padding: 0 140px;*/
    }


    .Model_tit {
        line-height: 1.5;
        box-sizing: border-box;
        padding: 66px 20px 20px;
        font-size: 28px;
    }

    .Model_tit:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 3px;
        background: #287DDA;
        opacity: 1;
        margin-top: 15px;
    }

    .Mode_part .main {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .Mode_part .main .img_show,
    .Mode_part .main .text_show {
        width: 100%;
    }

    .Mode_part .main .img_show img,
    .Mode_part .main .text_show img {
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }

    .Model__07 {
        height: auto;
        margin: 0;
    }

    .Model__07 .text_show {
        padding-left: 0;
    }

    .Model__07 .text_show ul {
        padding: 30px 20px 10px;
    }

    .Model__07 .text_show ul li {
        margin-bottom: 20px;
    }

    .Model__07 .text_show ul li .kv {
        font-size: 14px;
    }

    .Model__07 .text_show ul li .kv span {
        font-size: 16px;
    }

    .Model__08 {
        height: auto;
    }

    .Model__08:before {
        width: 100%;
        background: url(../image/new-super/advantage_bg1.png) no-repeat center bottom;
    }

    .Model__08 .img_show img {
        margin: 0;
    }

    .Model__08 .text_show ul {
        padding: 10px 20px 10px;
    }

    .Model__08 .text_show ul li {
        margin-bottom: 20px;
        padding-left: 78px;
    }

    .Model__08 .text_show ul li i {
        background-size: 600px;
        width: 62px;
        height: 62px;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .Model__08 .text_show ul li .kv {
        font-size: 14px;
    }

    .Model__08 .text_show ul li .kv span {
        font-size: 16px;
    }

    .Model__08 .text_show ul li:nth-child(1) i {
        background-position: -7px -35px;
    }

    .Model__08 .text_show ul li:nth-child(2) i {
        background-position: -75px -35px;
    }

    .Model__08 .text_show ul li:nth-child(3) i {
        background-position: -142px -35px;
    }

    .Mode_part .text_show ul li {
        width: 100%;
    }

    .Mode_part .text_show .Biao_ti {
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        padding: 0px 0px 20px;
        text-align: center;
        margin: 0;
        line-height: 1.5;
        box-sizing: border-box;
        padding: 56px 40px 20px;
        font-size: 28px;
    }

    .Mode_part .text_show .Biao_ti:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 3px;
        background: #287DDA;
        opacity: 1;
        margin-top: 15px;
    }

    .Model__07:before,
    .ranks-icon1 {
        display: none;
    }


}

.copyright .content-container a {
    color: rgba(255, 255, 255, 0.6) !important;
}


/* è”ç³»æˆ‘ä»¬ç›¸å…³æ ·å¼    start */
.contact-us {
    box-sizing: border-box;
    width: 240px;
    position: fixed;
    top: 50%;
    right: -205px;
    transform: translateY(-50%);
    padding-left: 35px;
    transition: right 0.5s ease-in-out;
    z-index: 10;
}

.contact-us.on {
    right: 0;
}

.contact-us .contact-us-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 35px;
    padding: 15px 11px;
    background: #2879FF;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.contact-us .contact-us-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #2879FF;
    right: -5.5px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-us .contact-content {
    padding: 16px 0;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.contact-us .contact-content.on {
    border-radius: 5px 0 0px 5px;
    box-shadow: 0 0 20px rgba(39, 121, 253, 0.23);
}

.contact-us .contact-ways {
    padding: 0 30px;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way {
    margin-bottom: 12px;
}

.contact-us .contact-ways .contact-way .way {
    font-size: 0;
}

.contact-us .contact-ways .contact-way .way i,
.contact-us .contact-ways .contact-way .way span {
    display: inline-block;
    vertical-align: middle;
}

.contact-us .contact-ways .contact-way .way .iconfont {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #FFB521;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email {
    background: #01BE91;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi {
    background: #386BF3;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dianhua:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -1px -9px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -25px -8px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -50px -8px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way span {
    font-size: 14px;
    color: #333333;
    margin-left: 12px;
}

.contact-us .contact-ways .contact-way .way-ctc {
    color: #2878FF;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way .way-ctc a {
    display: block;
    text-decoration: none;
    color: #2878FF;
}

.contact-us .contact-way:last-of-type .way-ctc {
    border-bottom: none;
}

.contact-us .contact-way .way-ctc.tel {
    font-size: 14px;
}

.contact-us a.box-item {
    text-decoration: none;
    color: #2879FF;
    border: 1px solid #2879FF;
    margin: 15px 0;
    transition: all 0.2s ease-in-out;
}

.contact-us a.box-item:hover {
    background: #2879FF;
    color: #fff;
}

.contact-us .info {
    padding: 0 30px;
}

.contact-us .box-item {
    display: block;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.contact-us .info .box-item {
    text-align: left;
    padding: 0 15px;
}

.contact-us .box-item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    line-height: 30px;
    background: 0 0;
}

.contact-us .info .consultation-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #2878FF;
    margin-top: 10px;
}

.contact-us .contact-ways .contact-way .way-ctc a {
    display: block;
    text-decoration: none;
    color: #2878FF;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.newct-warp {}

.newct-warp .ct-item {
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.newct-warp .ct-item:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
}

.newct-warp .dh {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFB521;
    border-radius: 50%;
}

.newct-warp .dh:before {
    content: "";
    background: url(../image/contact-sprite.png) no-repeat;
    background-position: -4px -18px;
    display: block;
    width: 100%;
    height: 100%;
}

.newct-warp .wx {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #01BE91;
    border-radius: 50%;
}

.newct-warp .wx:before {
    content: "";
    background: url(../image/contact-sprite.png) no-repeat;
    background-position: -52px -18px;
    display: block;
    width: 100%;
    height: 100%;
}


.newct-warp .ct-w {}

.newct-warp .cthead {
    font-size: 14px;
    color: #333333;
}

.newct-warp .cttxt {
    font-size: 12px;
    color: orange;
}


.newct-warp .ctimg {}

.newct-warp .ctimg img {
    max-width: 100%;
}

.newct-warp a {
    font-size: 14px;
    color: orange;
    text-decoration: none;
}

/*.contact-us .contact-ways {
    border-bottom: none;
    padding: 0 16px;
}
*/
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

input:-moz-placeholder,
select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input::-moz-placeholder,
select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.contact-us .box-item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    /* line-height: 1rem; */
    background: transparent;
}

.contact-us .info {
    padding: 0 0.975rem
        /* 39px */
    ;
}

.contact-us .info .box-item {
    text-align: left;
    padding: 0 0.425rem;
}

.contact-us .info .consultation-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #2878FF;
    margin-top: 0.25rem
        /* 10px */
    ;
}

/* è”ç³»æˆ‘ä»¬ç›¸å…³æ ·å¼    end */
/* å¼¹å±‚æ ·å¼    start */
.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}

.dialog .dialog-main {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    padding: 1.25rem
        /* 50px */
        2rem
        /* 80px */
    ;
    background: #fff;
    border-radius: 0.1rem
        /* 4px */
    ;
    box-shadow: 0 0 1.25rem
        /* 50px */
        rgba(0, 0, 0, 0.27);
}

.dialog .dialog-main i.close-btn {
    position: absolute;
    right: 0.725rem
        /* 29px */
    ;
    top: 0.5rem;
    color: #E2E2E2;
    cursor: pointer;
}

.dialog.reminder .dialog-main {
    padding: 1.25rem 2rem;
}

.dialog.video-play i.close-btn {
    z-index: 10;
    display: none;
}

.dialog.video-play .dialog-main:hover i.close-btn {
    display: block;
}

.dialog .dialog-main .dialog-title {
    font-size: 0.5rem
        /* 20px */
    ;
    color: #333333;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.dialog .dialog-main .dialog-content {
    margin-top: 0.75rem;
    font-size: 0.4rem
        /* 16px */
    ;
    color: #333333;
}

.dialog .dialog-main .dialog-content p {
    text-align: center;
}

.dialog .dialog-main .dialog-operations {
    text-align: center;
    margin-top: 1rem
        /* 40px */
    ;
}

.dialog.login-dialog .dialog-main {
    width: 58%;
}

.dialog.login-dialog .dialog-main .dialog-content {
    margin: 1.4rem
        /* 56px */
        0 0.75rem
        /* 30px */
    ;
}

.dialog .dialog-main form .inputs {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
}

.dialog .dialog-main form .button {
    width: 20%;
}

.dialog .dialog-main form .input-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 0.825rem
        /* 33px */
        );
    margin-right: 0.75rem
        /* 30px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item label {
    position: absolute;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #A0A0A0;
    font-weight: 300;
    left: 0.375rem
        /* 15px */
    ;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.dialog .dialog-main form .input-item input {
    height: 1.35rem
        /* 54px */
    ;
    width: 100%;
    box-sizing: border-box;
    line-height: 0.75rem
        /* 30px */
    ;
    border: 1px solid #EAEAEA;
    border-radius: 0.25rem
        /* 10px */
    ;
    outline: none;
    padding-left: 1.5rem
        /* 60px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item .reminder-info {
    display: none;
    position: absolute;
    bottom: -0.75rem
        /* 30px */
    ;
    left: 0.375rem
        /* 15px */
    ;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #FF2828;
}

.dialog .dialog-main form .input-item .reminder-info .iconfont {
    display: none;
    margin-right: 0.25rem
        /* 10px */
    ;
    transform: rotate(180deg);
}

.dialog .dialog-main form .input-item input:focus {
    border-color: #2879FF;
    box-shadow: 0 0 0.5rem
        /* 20px */
        rgba(39, 118, 248, 0.33);
}

.dialog .dialog-main form .input-item.error input {
    border-color: #FF2828;
    box-shadow: 0 0 0.5rem
        /* 20px */
        rgba(255, 40, 40, 0.23);
}

.dialog .dialog-main form .input-item.error .reminder-info {
    display: block;
}

/* å¼¹å±‚æ ·å¼    end */
/* è§†é¢‘æ’­æ”¾å™¨æ ·å¼    start */
.dialog.video-play .dialog-main {
    width: 80%;
    padding: 0;
    background: transparent;
}

.dialog.reminder .button {
    display: inline-block;
    height: 1.35rem
        /* 54px */
    ;
    width: 5.05rem
        /* 202px */
    ;
    text-align: center;
    line-height: 1.35rem
        /* 54px */
    ;
    color: #fff;
    font-size: 0.35rem
        /* 14px */
    ;
    background: #2EBC4F;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}

.article ul li {
    list-style: disc;
}
.article ol li {
    list-style: decimal;
}