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;
}

/* pc开始 */
@charset "utf-8";

/*  @功能: 重设浏览器默认样式 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Source Han Sans CN,PingFang SC,helvetica neue,arial,hiragino sans gb,stheiti,wenquanyi micro hei,微软雅黑,宋体,sans-serif";
}

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

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
    border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
    border: 0;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
    list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
    text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

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

/* 统一上标和下标 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */
/* a:hover {
    text-decoration: underline;
} */

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
    text-decoration: none;
}

/* 清理浮动 */
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1;
    /* for IE6 IE7 */
}










        
        

       

@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;
    }
    .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;
}



/* è”ç³»æˆ‘ä»¬ç›¸å…³æ ·å¼    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;
}



/* 移动端开始 */




.fn-clear {
    zoom: 1
}

@font-face {
    font-family: reducto_condensed_ssiCn;
    src: url(font/reducto_condensed_ssi_condensed-webfont.eot);
    src: url(font/reducto_condensed_ssi_condensed-webfont.eot?#iefix) format('embedded-opentype'), url(font/reducto_condensed_ssi_condensed-webfont.woff2) format('woff2'), url(font/reducto_condensed_ssi_condensed-webfont.woff) format('woff'), url(font/reducto_condensed_ssi_condensed-webfont.ttf) format('truetype'), url(font/reducto_condensed_ssi_condensed-webfont.svg#reducto_condensed_ssiCn) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    visibility: hidden;
    background: #fff
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.content-box {
    margin: 0 auto;
    box-sizing: border-box
}

.button {
    display: inline-block;
    height: 1.35rem;
    width: 5.05rem;
    line-height: 1.35rem;
    color: #fff;
    font-size: .35rem;
    background: #2EBC4F;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out
}

.title,
.title strong {
    color: #24292E
}

.button:hover {
    -moz-box-shadow: 0 0 .25rem rgba(46, 188, 79, .4);
    -webkit-box-shadow: 0 0 .25rem rgba(46, 188, 79, .4);
    box-shadow: 0 0 .25rem rgba(46, 188, 79, .4)
}

.title {
    font-size: .6rem;
    font-weight: 700;
    padding-bottom: .75rem;
    letter-spacing: .05rem
}

.title::before {
    content: "";
    width: 2.5rem;
    height: .05rem;
    margin-left: -1.25rem;
    background: #1074E7;
    position: absolute;
    left: 50%;
    bottom: 0
}

.arrow-btn,
.bottom-operations a {
    color: #fff;
    display: inline-block;
    text-align: center
}

.title strong.english {
    letter-spacing: 0;
    margin-left: -.2rem
}





.video-play-btn {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .7rem;
    right: .6rem;
    text-align: center;
    border-radius: 50%;
    background: #1074E7;
    color: #fff;
    position: absolute;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    z-index: 2
}

.video-play-btn:hover {
    background: #0062d3
}


.my-tab .tabs {
    text-align: center;
    margin-bottom: 1rem
}

.my-tab .tabs .tabs-options {
    display: inline-block;
    border-bottom: .05rem solid rgba(255, 255, 255, .5);
    font-size: 0
}

.my-tab .tabs .tabs-options li {
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    text-align: center;
    font-size: .425rem;
    font-weight: 300;
    color: #fff;
    padding-bottom: .375rem;
    cursor: pointer;
    position: relative;
    opacity: .5
}

.my-tab .tabs .tabs-options li::after {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    height: .05rem;
    background: #fff;
    left: 0;
    bottom: -.05rem
}

.my-tab .tabs .tabs-options li.on {
    color: #fff;
    opacity: 1
}

.my-tab .tabs .tabs-options li.on::after {
    display: block
}

.my-tab .tab-content .tab-item-list:first-of-type {
    display: block;
    text-align: center
}

.my-tab .tab-content .tab-item-list li {
    text-align: left;
    padding-bottom: .65rem;
    margin-bottom: .5rem;
    -webkit-box-shadow: 0 .075rem .25rem rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 .075rem .25rem rgba(0, 0, 0, .08);
    box-shadow: 0 .075rem .25rem rgba(0, 0, 0, .08)
}

.my-tab .tab-content .tab-item-list li a {
    text-decoration: none
}

.my-tab .tab-content .tab-item-list li .float-left {
    float: unset;
    width: 100%;
    height: auto
}

.my-tab .tab-content .tab-item-list li .right-text {
    margin-top: .25rem;
    padding: 0 .925rem
}

.my-tab .tab-content .tab-item-list li .float-left img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.my-tab .tab-content .tab-item-list li .list-item-title {
    font-size: .5rem;
    font-weight: 700;
    color: #24292E;
    line-height: .75rem;
    max-height: 1.5rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .35rem
}

.my-tab .tab-content .tab-item-list li .link-text {
    display: block;
    text-decoration: none;
    font-size: .35rem;
    font-weight: 400;
    color: #2879FF
}

.my-tab .tab-content .tab-item-list li .list-item-text {
    font-size: .4rem;
    margin-top: .25rem;
    color: #999;
    font-weight: 400;
    line-height: .7rem;
    height: 2.75rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    letter-spacing: 1px
}

.case-content .my-tab .tab-content .tab-item-list li .list-item-text {
    height: auto;
    overflow: visible;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset
}

.case-content .my-tab .tab-content .tab-item-list li .list-item-text h2 {
    display: inline
}

.my-tab .tab-content .tab-item-list li .list-item-time {
    font-size: .35rem;
    color: #333;
    margin-top: .25rem;
    letter-spacing: 1px
}

.branch-content .my-tab .tab-content {
    padding: 0 .775rem .375rem
}

.case-content .my-tab {
    margin-top: 1.35rem
}

.m-selects {
    margin: 0 auto;
    height: 1.9rem;
    line-height: 1.9rem;
    background: #fff;
    font-size: .4rem;
    color: #333;
    text-align: center;
    -webkit-box-shadow: 0 0 .25rem rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 .25rem rgba(0, 0, 0, .08);
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .08);
    position: relative
}

.m-selects span {
    display: block;
    text-align: left;
    padding: 0 .65rem;
    position: relative
}

.m-selects span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: .175rem .175rem 0;
    border-style: solid;
    border-color: #2879FF transparent transparent;
    right: .7rem;
    top: 50%;
    margin-top: -.0875rem
}

.m-selects select {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: .4rem;
    color: #333;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: left;
    border: none;
    background: 0 0;
    opacity: 0
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.banner {
    padding-bottom: .25rem;
    position: relative;
    margin-bottom: 1.25rem;
    /* margin-top: 1.5rem */
}

.banners-play.home-banners-play .banner {
    margin-top: 0
}

.banners-play#m_scrollBox .banner {
    height: 17.65rem;
    padding-bottom: 0
}

.consultation .banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .28)
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.m-banner-mask {
    width: 100%;
    height: .65rem;
    background: url(../image/banner/m-mask.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0
}

.banner .banner-title {
    font-size: .65rem;
    line-height: .85rem;
    font-weight: 700;
    text-align: center
}

.banner .banner-info {
    font-size: .65rem;
    font-weight: 400;
    margin-top: .375rem
}

.banner .banner-info .location {
    margin-left: .75rem;
    display: none
}

.banner .banner-info .split-dotted {
    margin: 0 .125rem
}

.banner.join-us {
    height: 9.5rem;
    margin-bottom: .375rem
}

.banner.history {
    height: 8.375rem
}

.banner.cooperative-agent,
.banner.group-manage,
.banners-play.consultation .banner,
.banners-play.consultation .pic-scroll {
    height: 8rem
}

.banner.tech-service {
    height: 5.5rem;
    margin-bottom: 0;
    position: relative
}

.banner.case {
    height: 5.25rem;
    margin-bottom: .45rem
}

.banner.case .content-box {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    padding: 0 .85rem;
    -webkit-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    transform: translateY(-55%)
}

.banner.case .banner-text {
    position: initial;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0)
}

.banner.case .banner-info {
    font-size: .5rem
}

.banner .banner-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-73%, -70%);
    -o-transform: translate(-73%, -70%);
    -ms-transform: translate(-73%, -70%);
    -moz-transform: translate(-73%, -70%);
    transform: translate(-73%, -70%)
}

.banner.case .operations {
    text-align: center;
    margin-top: .5rem
}

.banner.case .operations a {
    font-size: .5rem;
    color: #2778FE
}


.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: .35rem;
    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)
}





.my-tab.detail-item {
    background: #2778FE;
    margin-bottom: .425rem;
    padding-top: 1.425rem
}

.content-box.home-content-box .home-detail .detail-item-main:nth-of-type(4) {
    padding-top: 6rem
}

.content-box.home-content-box .home-detail.tech-service-ctc .detail-item-main {
    padding-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    background: 0 0;
    padding-bottom: 0
}

.content-box.home-content-box .home-detail.tech-service-ctc>.detail-item-main {
    background: #fff;
    padding-top: .7rem;
    padding-bottom: 1rem
}

.content-box.home-content-box .home-detail.tech-service-ctc .video-play-btn {
    bottom: -.75rem
}

.content-box.home-content-box .home-detail.tech-service-ctc .detail-item-main .show-text {
    padding: .9rem .8rem;
    text-align: left
}

.content-box.home-content-box .home-detail.tech-service-ctc .slide-content {
    padding-bottom: 1rem;
    display: none
}

.content-box.home-content-box .home-detail.tech-service-ctc .slide-list .detail-item-main:nth-of-type(1) .slide-content {
    display: block
}

.content-box.home-content-box .home-detail.tech-service-ctc .detail-item-main .desc-text p,
.content-box.home-content-box .home-detail.tech-service-ctc .slide-content .title {
    text-align: left
}

.content-box.home-content-box .home-detail.tech-service-ctc .detail-item-main .title {
    font-weight: 300;
    color: #333
}

.content-box.home-content-box .home-detail.tech-service-ctc .detail-item-main .desc-text {
    margin: 1rem 0 0
}









.case-content .picScroll,
.case-content .picScroll .picList li {
    width: 9.2rem;
    height: 6rem
}


.case-content {
    margin-bottom: 1rem
}

.case-content .picScroll {
    margin: 0 auto
}

.case-content .video-play-btn {
    bottom: .375rem
}

.case-content .picScroll .nav-list li {
    background: #E2E2E2;
    width: .225rem;
    height: .225rem;
    margin: 0 .225rem
}

.case-content .picScroll .nav-list li.on {
    background: #999
}



.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 999;
    display: none
}

.dialog .dialog-main {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1.25rem 2rem;
    background: #fff;
    border-radius: .1rem;
    -moz-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .27);
    -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .27);
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, .27)
}

.dialog.reminder .dialog-main {
    padding: 1.25rem 1.75rem
}

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

.dialog .dialog-main .dialog-title {
    font-size: .5rem;
    color: #333;
    text-align: center;
    font-weight: 700;
    position: relative
}

.dialog .dialog-main .dialog-content {
    margin-top: .75rem;
    font-size: .4rem;
    color: #333
}

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

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

.dialog.login-dialog .dialog-main {
    width: 92%;
    padding: 1.25rem 1rem
}

.dialog.login-dialog .dialog-main .dialog-content {
    margin: 1.4rem 0 .75rem
}

.dialog .dialog-main form .inputs {
    display: block;
    margin-bottom: 1.1rem
}

.dialog .dialog-main form .button {
    display: block;
    width: 100%
}

.dialog .dialog-main form .input-item {
    display: block;
    width: 100%;
    margin: 0 0 .75rem;
    position: relative
}

.dialog .dialog-main form .input-item label {
    position: absolute;
    font-size: .35rem;
    color: #A0A0A0;
    font-weight: 300;
    left: .375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.dialog .dialog-main form .input-item input {
    height: 1.35rem;
    width: 100%;
    box-sizing: border-box;
    line-height: .75rem;
    border: 1px solid #EAEAEA;
    border-radius: .25rem;
    outline: 0;
    padding-left: 1.5rem;
    position: relative
}

.dialog .dialog-main form .input-item .reminder-info {
    position: absolute;
    bottom: -.75rem;
    left: .375rem;
    font-size: .35rem;
    color: #FF2828
}

.dialog .dialog-main form .input-item .reminder-info .iconfont {
    margin-right: .25rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dialog .dialog-main form .input-item input:focus {
    border-color: #2879FF;
    -moz-box-shadow: 0 0 .5rem rgba(39, 118, 248, .33);
    -webkit-box-shadow: 0 0 .5rem rgba(39, 118, 248, .33);
    box-shadow: 0 0 .5rem rgba(39, 118, 248, .33)
}

.dialog .dialog-main form .input-item.error input {
    border-color: #FF2828;
    -moz-box-shadow: 0 0 .5rem rgba(255, 40, 40, .23);
    -webkit-box-shadow: 0 0 .5rem rgba(255, 40, 40, .23);
    box-shadow: 0 0 .5rem rgba(255, 40, 40, .23)
}

.dialog.video-play .dialog-main {
    width: 92%;
    padding: 0;
    background: 0 0
}

#cnzz_stat_icon_1277940688 {
    display: none
}

.banners-play .arrow-btn.banner-video-play .text,
.banners-play .arrow-btn.banner-video-play i,
.ecert-input-phoneql .yuan img {
    display: inline-block;
    vertical-align: middle
}

.banners-play .arrow-btn.banner-video-play {
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 10rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.banners-play .arrow-btn.banner-video-play i {
    width: .625rem;
    height: .625rem;
    background: url(../images/icon-video-mobile.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .25rem
}



.left-hide {
    position: fixed;
    left: 200%
}
/* 移动端结束 */


