@charset "utf-8";
@font-face {
    font-family: 'HarmonyOS';
    src: url('../fonts/HarmonyOS_Sans_SC_Black.ttf'),
    url('../fonts/HarmonyOS_Sans_SC_Bold.ttf'),
    url('../fonts/LICENSE.txt');
}
@font-face {
    font-family: 'Alibaba PuHuiTi 3.0';
    src: url('../fonts/AlibabaPuHuiTi-3-95-ExtraBold.ttf'),
    url('../fonts/AlibabaPuHuiTi-3-105-Heavy.ttf'),
    url('../fonts/AlibabaPuHuiTi-3-115-Black.ttf');
}
@font-face {
    font-family: 'Alibaba PuHuiTi 3.0 85';
    src: url('../fonts/AlibabaPuHuiTi-3-85-Bold.ttf');
}

@font-face {
    font-family: 'DIN-Bold';
    src: url('../fonts/DIN-Bold.otf');
}

@font-face {
    font-family: 'BlackAlternate';
    src: url('../fonts/DIN-BlackAlternate.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Alibaba PuHuiTi";
    src: url('../fonts/Alibaba-PuHuiTi-Bold.ttf');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    padding: 0;
    border: 0;
    margin: 0;
}

li {
    list-style: none
}

html {
    font-size: 625%
}

body {
    font-size: 14px;
    overflow-x: hidden;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #333;
    outline: 0;
}

a:focus {
    outline: 0
}

a:visited {
    text-decoration: none
}

em {
    font-style: normal;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clear {
    clear: both
}

.iphone {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .2);
    display: none !important;
}

.iphone form {
    display: none;
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 250px;
    background: white;
    border-radius: 5px;
}

input, textarea {
    background: 0;
    outline: 0;
    resize: none;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.fl {
    float: left;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/static/images/common/logo.png) center center no-repeat;
    background-size: cover;
}

.fr {
    float: right;
}

.w100 {
    width: 100%;
}

.wrap {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}

.heart {
    padding: 70px 0;
    width: 1280px;
    box-sizing: border-box;
    margin: 0 auto;
}

.heart .title {
    color: #14212F;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.heart .subtitle {
    margin: 0 auto;
    color: #566473;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

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

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.flex-align-start {
    display: flex;
    align-items: start;
}

.flex1 {
    flex: 1;
}

/* 页面banner标题 */
.banner-title {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 76px;
}

/* 页面中每块区域标题 */
.page-title {
    height: 48px;
    font-size: 36px;
    font-weight: 600;
    color: #14212F;
    line-height: 48px;
    text-align: center;
    padding: 70px 0 40px;
    cursor: default;
}

/*咨询客服按钮*/
.consult-customer {
    cursor: pointer;
}

/* banner */
.banner {
    width: 100%;
    height: 400px;
    min-width: 1280px;
    /*padding-top: 110px;*/
    background-size: cover !important;
    overflow: hidden;
    position: relative;
}

.banner .wrap {
    height: 100%;
}

.banner p {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
}

.banner h3 {
    padding: 10px 0 25px 0;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 36px;
    font-weight: 600;
    color: #FFF;
}

.banner a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    border-radius: 20px;
    border: 1px solid #FFF;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    display: block;
}

.banner a:hover {
    background: #FFF;
    color: #1179E5;
}

/* 公用头部 */
.Header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    min-width: 1280px;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.1);
    /*background: #FFFFFF;*/
    padding: 0 48px;
    box-sizing: border-box;
}

.Header.fix_header {
    /*background: rgba(255, 255, 255, 0.8);*/
    background: #FFFFFF;
}

.HeaderOn {
    background: #FFF;
    border-bottom: 0;
}

.HeaderMain {
    width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    /*position: relative;*/
    display: flex;
    justify-content: space-between;
}

.HeaderLogo {
    width: 94px;
    height: 28px;
    margin: 19px 0;
    /*position: relative;*/
    float: left;
}

.navs {
    height: 64px;
    margin-left: 44px;
    float: left;
    cursor: pointer;
}

.navs li.navs-li {
    height: 64px;
    padding-right: 44px;
    float: left;
}

.red-circular {
    width: 6px;
    height: 6px;
    background: #E22B00;
    top: 22px;
    left: 66px;
    border-radius: 50px;
}

.new-circular {
    position: absolute;
    top: 22px;
    left: 66px;
    width: 24px;
    height: 12px;
}

.navs li.navs-li .jiantou,
.navs li.navs-li .jiantou2 {
    position: absolute;
    top: 26px;
    right: -16px;
    width: 12px;
    height: 12px;
}

.navs li.navs-li a.one {
    height: 64px;
    line-height: 62px;
    font-size: 16px;
    color: #14212F;
    display: block;
    position: relative;
}

.navs li.navs-li a.active {
    color: #3185FE;
}

.navs li.navs-li a.active .jiantou2 {
    display: block;
    transform: rotate(180deg);
}

.navs li.navs-li .jiantou {
    display: block;
}

.navs li.navs-li .jiantou2 {
    display: none;
}

.navs li.navs-li:hover .jiantou {
    display: none;
}

.navs li.navs-li:hover .jiantou2 {
    display: block;
    transform: rotate(0deg) !important;
}

.navs li.navs-li a.active div {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 8px;
}

.page_navbar .fix_header .navs li.navs-li a:hover {
    color: #3185FE;
}

.page_navbar .fix_header .navs li.navs-li-func a:hover {
    color: #3185FE;
}

.navs li.navs-li .ernav {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(12px);
    position: absolute;
    right: 0;
    left: 0;
}

.navs li.navs-li .ernav .shadow,
.navs li.navs-li .ernav .product,
.navs li.navs-li .ernav .serves,
.navs li.navs-li .ernav .help,
.navs li.navs-li .ernav .shadow_solution {
    width: 1280px;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
}

.navs li.hover .ernav .shadow_solution .content {
    padding: 0 90px;
    box-sizing: border-box;
}

.navs li.navs-li .ernav .shadow_solution .content {
    display: flex;
    justify-content: space-between;
    padding-top: 54px;
    box-sizing: border-box;
    margin-top: 0;
}

/*解决方案*/
.navs li.hover:hover .ernav .shadow_solution {
    transition: all 0.5s;
    height: 380px;
}

/*解决方案*/
.navs li.navs-li .ernav .shadow_solution .content .left .l-con {
    display: grid;
    grid-template-columns: repeat(3, 340px);
    grid-column-gap: 40px;
    grid-row-gap: 24px;
}

.navs li.navs-li .ernav .shadow_solution .content .news_solution {
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(16px);
    display: flex;
    /*align-items: center;*/
    box-sizing: border-box;
    width: 340px;
    height: 122px;
    padding: 16px 24px;
    border-radius: 8px;
}

.navs li.navs-li .ernav .shadow_solution .content .news_solution .img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background: url("/static/images/header/distribution.png?v=1");
    background-size: 100% 100%;
}

.navs li.navs-li .ernav .shadow_solution .content .news_solution .img2 {
    background: url("/static/images/header/chain.png?v=1");
    background-size: 100% 100%;
}

.navs li.navs-li .ernav .shadow_solution .content .news_solution .img3 {
    background: url("/static/images/header/retailers.png?v=1");
    background-size: 100% 100%;
}

.navs li.navs-li .ernav .shadow_solution .content .news_solution .img4 {
    background: url("/static/images/header/merchants.png?v=1");
    background-size: 100% 100%;
}

.navs li.navs-li .ernav .shadow_solution .content .news_solution .img5 {
    background: url("/static/images/header/medicalShop.png");
    background-size: 100% 100%;
}

.navs li.navs-li .ernav .shadow_solution .content .news_solution .img6 {
    background: url("/static/images/header/ledger.png");
    background-size: 100% 100%;
}

.navs li.navs-li .ernav .shadow_solution .content .news_solution .row1 {
    width: 240px;
    font-size: 18px;
    color: #14212F;
    font-weight: 600;
    line-height: 25px;
    margin-top: 9px;
}

.navs li.navs-li .ernav .shadow_solution .content .news_solution .row1 .news-text,
.navs li.navs-li .ernav .shadow .content .news .row1 .news-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #566473;
    font-weight: 400;
}

/*应用组件*/
.navs li.navs-li-func:hover .ernav .product {
    transition: all 0.5s;
    height: 456px;
}

.navs li.navs-li-func .ernav .product {
    display: flex;
    padding: 0 40px;
    box-sizing: border-box;
    justify-content: space-between;
}

.navs li.navs-li-func:hover .ernav .product .lines {
    background: rgba(221, 221, 221, 1);
    width: 1px;
    height: 312px;
    margin: 96px 40px 0;
}

.navs li.navs-li-func:hover .ernav .product .item {
    padding-top: 40px;
    width: 237px;
    height: 375px;
}

.navs li.navs-li-func:hover .ernav .product .item .product-title {
    color: #3185FE;
    font-size: 18px;
    font-weight: 600;
    margin-left: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navs li.navs-li-func:hover .ernav .product .item .product-title p {
    position: relative;
}

.navs li.navs-li-func:hover .ernav .product .item .product-title p img {
    position: absolute;

    bottom: 11px;
    right: -26px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.navs li.navs-li-func:hover .ernav .product .item .product-title a {
    display: flex;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    line-height: 20px;
}

.navs li.navs-li-func:hover .ernav .product .item .product-title a img {
    width: 13px;
    height: 13px;
}

.navs li.navs-li-func:hover .ernav .product .item .product-app {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
}

.navs li.navs-li-func:hover .ernav .product .item .product-app .app {
    padding: 12px;
    display: flex;
}

.navs li.navs-li-func:hover .ernav .product .item .product-app .app img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.navs li.navs-li-func:hover .ernav .product .item .product-app .app div {
    color: #14212F;
    font-size: 18px;
    font-weight: 600;
}

/*企业服务*/
.navs li.navs-li:hover .ernav .serves {
    transition: all 0.5s;
    height: 305px;
    display: flex;
    justify-content: center;
}

.navs li.navs-li:hover .ernav .serves .item {
    width: 575px;
    height: 205px;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 50px;
    /*border: 2px solid #CBE2FC;*/
    background: #fff;
    display: flex;
}

.navs li.navs-li:hover .ernav .serves .item:first-child {
    margin-right: 50px;
}

.navs li.navs-li:hover .ernav .serves .item img {
    width: 169px;
    height: 169px;
    margin-right: 32px;
    border-radius: 8px;
}

.navs li.navs-li:hover .ernav .serves .item .title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: left;
    line-height: normal;
}

.navs li.navs-li:hover .ernav .serves .item .des {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.navs li.navs-li:hover .ernav .serves .item .des p {
    width: 6px;
    height: 6px;
    border-radius: 18px;
    background: #3185FE;
    margin-right: 8px;
    line-height: 22px;
}

/*服务于帮助*/
.navs li.navs-li:hover .ernav .help {
    transition: all 0.6s;
    height: 391px;
    display: flex;
    justify-content: center;
}

.navs li.navs-li:hover .ernav .help .left {
    margin-right: 56px;
}

.navs li.navs-li:hover .ernav .help .title {
    margin-top: 40px;
    color: #14212F;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.navs li.navs-li:hover .ernav .help .left .con {
    display: flex;
    margin-top: 30px;
}

.navs li.navs-li:hover .ernav .help .left .item {
    width: 240px;
    height: 246px;
    background: rgba(255, 255, 255, 0.70);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 0 30px;
    box-sizing: border-box;
}

.navs li.navs-li:hover .ernav .help .left .item:first-child {
    margin-right: 40px;
}

.navs li.navs-li:hover .ernav .help .left img {
    width: 60px;
    height: 60px;
}

.navs li.navs-li:hover .ernav .help .left .c-title {
    margin-top: 12px;
    margin-bottom: 6px;
    color: #14212F;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.navs li.navs-li:hover .ernav .help .left .c-subtitle {
    color: #566473;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.navs li.navs-li:hover .ernav .help .left .btn {
    margin-top: 25px;
    width: 90px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 600;
}

.navs li.navs-li:hover .ernav .help .right .con {
    display: grid;
    grid-template-columns: repeat(2, 280px);
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    margin-top: 30px;
}

.navs li.navs-li:hover .ernav .help .right .item {
    width: 280px;
    height: 111px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(5px);
    padding: 28px 20px;
    display: flex;
    align-items: center;
}

.navs li.navs-li:hover .ernav .help .right .item img {
    width: 34px;
    height: 34px;
    margin-right: 14px;
}

.navs li.navs-li:hover .ernav .help .right .item .detail div {
    color: #14212F;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.navs li.navs-li:hover .ernav .help .right .item .detail p {
    color: #566473;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.navs li.navs-li .ernav .shadow {
    padding: 0 40px;
    display: flex;
    box-sizing: border-box;
}

.navs li.hover3:hover .ernav .shadow
    /*.navs li.hover3:hover .ernav .shadow_solution*/
{
    transition: all 0.5s;
    height: 391px;
    box-sizing: border-box;
}

.navs li.hover3 .ernav .shadow {
    display: flex;
}

.navs li.hover3 .ernav .shadow .ls, .navs li.hover3 .ernav .shadow .rs {
    padding-top: 40px;
}

.navs li.hover3 .ernav .shadow .ls {
    width: 584px;
    margin-right: 102px;
}

.navs li.hover3 .ernav .shadow .tils {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
}

.navs li.hover3 .ernav .shadow .tils span {
    color: #14212F;
    font-size: 18px;
    font-weight: 600;
}

.navs li.hover3 .ernav .shadow .tils a {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.navs li.hover3 .ernav .shadow .tils a img {
    width: 13px;
    height: 13px;
}

.navs li.hover3 .ernav .shadow .cont {
    display: grid;
    grid-template-columns: repeat(2, 280px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.navs li.navs-li .ernav .shadow .cont a {
    width: 280px;
    height: 103px;
    padding: 24px 0 24px 20px;
    box-sizing: border-box;
    font-size: 18px;
    display: flex;
    border-radius: 14px;
    background: #FFFFFF;
    align-items: center;
}

.navs li.hover3 .ernav .shadow .rs {
    /*width: 500px;*/
}

.navs li.hover3 .ernav .shadow .rs .cnew {
    background: url("/static/images/header/cnew.png") no-repeat;
    background-size: 100% 100%;
    width: 430px;
    height: 270px;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
}

.navs li.hover3 .ernav .shadow .rs .new-detail {
    margin-bottom: 24px;
    box-sizing: border-box;
    display: flex;
}

.navs li.hover3 .ernav .shadow .rs .new-detail img {
    width: 152px;
    height: 100px;
    border-radius: 6px;
    margin-right: 14px;
}

.navs li.hover3 .ernav .shadow .rs .new-detail .texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navs li.hover3 .ernav .shadow .rs .new-detail .til {
    width: 216px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.navs li.hover3 .ernav .shadow .rs .new-detail p {
    color: #3185FE;
    font-size: 14px;
    font-weight: 400;
}

.navs li.navs-li .ernav .shadow a .img {
    width: 34px;
    height: 34px;
    margin-right: 14px;
}

.navs li.navs-li .ernav .shadow a .img1 {
    background: url("/static/images/header/ic11.png?v=3");
    background-size: cover;
}

.navs li.navs-li .ernav .shadow a .img2 {
    background: url("/static/images/header/ic12.png?v=2");
    background-size: cover;
}

.navs li.navs-li .ernav .shadow a .img3 {
    background: url("/static/images/header/ic13.png?v=3");
    background-size: cover;
}

.navs li.navs-li .ernav .shadow a .img4 {
    background: url("/static/images/header/ic14.png?v=2");
    background-size: cover;
}

.navs li.navs-li .ernav .shadow a .row1 .ic11 {
    color: #14212F;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}

.navs li.navs-li .ernav .shadow .news .news-text {
    font-size: 14px;
    color: #566473;
    line-height: normal;
    margin-top: 10px;
}

.navs li.navs-li:hover .ernav .shadow_solution .l-con .news_solution:hover .ic17,
.navs li.navs-li:hover .ernav .serves .item:hover .title,
.navs li.navs-li:hover .ernav .help .left .item:hover .c-title,
.navs li.navs-li:hover .ernav .help .right .item:hover .detail div,
.navs li.navs-li:hover .ernav .shadow .cont .news:hover .ic11,
.navs li.navs-li:hover .ernav .shadow .cnew .new-detail:hover .til {
    color: #3185FE;
}

.navs li.navs-li:hover .ernav .product .product-app .app:hover {
    border-radius: 8px;
    background: #F5F9FE;
}

.navs li.navs-li .ernav a.ic1 {
    background: #FFF url(../images/header/ic1.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic2 {
    background: #FFF url(../images/header/ic2.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic3 {
    background: #FFF url(../images/header/ic3.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic4 {
    background: #FFF url(../images/header/ic4.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic5 {
    background: #FFF url(../images/header/ic5.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic6 {
    background: #FFF url(../images/header/ic6.png) no-repeat 30px center;
}

.navs li.navs-li .ernav .shadow_solution .news_solution ul, .navs li.navs-li .ernav .shadow_solution .news_solution ol {
    width: 170px;
    margin: 20px 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    cursor: default;
}

.navs li.navs-li .ernav .shadow div.news:hover {
    background: #EFF5FF;
}


.navs li.navs-li .ernav .shadow_solution .news_solution .row1 {
    color: #fff;
}

.navs li.navs-li .ernav .shadow .news div img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.navs li.navs-li .ernav a.icv5 {
    background: #FFF url(../images/header/ic9.png) no-repeat 40px center;
}

.navs li.navs-li .ernav a.icv3 {
    background: #FFF url(../images/header/ic10.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic1:hover {
    color: #1179E5;
    background: #EFF5FF url(../images/header/ic1.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic2:hover {
    color: #1179E5;
    background: #EFF5FF url(../images/header/ic2.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic3:hover {
    color: #1179E5;
    background: #EFF5FF url(../images/header/ic3.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic4:hover {
    color: #1179E5;
    background: #EFF5FF url(../images/header/ic4.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic5:hover {
    color: #1179E5;
    background: #EFF5FF url(../images/header/ic5.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.ic6:hover {
    color: #1179E5;
    background: #EFF5FF url(../images/header/ic6.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.icv5:hover {
    color: #1179E5;
    background: #EFF5FF url(../images/header/ic9.png) no-repeat 30px center;
}

.navs li.navs-li .ernav a.icv3:hover {
    color: #1179E5;
    background: #EFF5FF url(../images/header/ic10.png) no-repeat 30px center;
}

.HeaderMain .login {
    width: 98px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 15px 0 0 20px;
    font-size: 16px;
    color: #FFF;
    float: right;
    background: #4390FF;
    border: 1px solid #4390FF;
    border-radius: 16px;
    cursor: pointer;
}

.HeaderMain .dcard {
    width: 674px;
    height: 219px;
    background: #FFFFFF;
    box-shadow: 6px 6px 42px 8px rgba(102, 102, 102, 0.08);
    border-radius: 20px;
    position: absolute;
    right: 50px;
    top: -300px;
    padding: 28px 25px;
    box-sizing: border-box;
}

.HeaderMain .dcard.clic {
    top: 75px;
}

.HeaderMain .dcard table {
    width: 100%;

    /*border-color: #F5F5F5;*/
}

.HeaderMain .dcard table tr {
    text-align: center;
    height: 39px;
}

.HeaderMain .dcard table tr th {
    color: #999999;
    border: 1px solid #F5F5F5;
}

.HeaderMain .dcard table tr td {
    color: #666666;
    border: 1px solid #F5F5F5;
}

.HeaderMain .dcard table tr td a {
    /*display: block;*/
    color: #3366FF;

}

/*.HeaderMain .dcard table tr td:nth-child(2){*/
/*    color: #3366FF;*/
/*}*/
.HeaderMain dl {
    margin: 12px 0;
    float: right;
}

.HeaderMain dl dt {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #1179E5;
    text-align: center;
}

.HeaderMain dl dd {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #293340;
}

.menuIcon {
    position: relative;
    right: 0px;
    float: right;
    top: 32px;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

/* 对于页面中banner图深颜色 -- 导航适配 body中传类名 page_navbar */
/* logo */
.page_navbar .fl {
    background: url(/static/images/common/white_logo.png) center center no-repeat;
    background-size: cover;
}

.page_navbar .Header.fix_header .fl {
    width: 94px;
    background: url(/static/images/common/logo.png) no-repeat;
    background-size: 100% 100%;
}

/*.page_navbar .Header .navs li.navs-li a.one,*/
/*.page_navbar .Header .navs li.navs-li-func a.one {*/
/*    !*max-width: 64px;*!*/
/*    color: #fff;*/
/*}*/
/*.page_navbar .Header .navs li.navs-li a.one div{*/
/*    background: #FFFFFF;*/
/*}*/

/*.page_navbar .fix_header .navs li.navs-li a.one,*/
/*.page_navbar .fix_header .navs li.navs-li-func a.one{*/
/*    color: #14212F;*/
/*}*/
.page_navbar .navs li.navs-li:hover a.one {
    color: #3185FE !important;
}

.page_navbar .fix_header .navs li.navs-li a.one div {
    background: #3185FE;
}

.page_navbar .fix_header .navs li.navs-li a.one .jiantou,
.page_navbar .fix_header .navs li.navs-li a.one .jiantou2 {
    /*transform: translateY(-40px);*/
    /*filter: drop-shadow(#666666 0px 40px 0px);*/
}

.page_navbar .HeaderMain dl dt,
.page_navbar .HeaderMain dl dd {
    color: #fff
}

.page_navbar .HeaderMain dl dt.default, .page_navbar .HeaderMain dl dd.default {
    color: #14212F;
}

.page_navbar .fix_header .HeaderMain .act {
    /*color: #2D8CF0;*/
    /*background: rgba(51, 102, 255, 0.1);*/
    /*border: 1px solid rgba(51, 102, 255, 0.3);*/
    color: #fff;
    background: #3185FE;
}

/*  公共产品中心 二级导航样式 */
.second-nav {
    width: 1280px;
    padding-top: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    top: 64px;
    display: none;
}

.second-nav .second {
    padding: 40px 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    /*box-shadow: 0px 1px 14px rgba(133, 148, 162, 0.2);*/
    box-shadow: 0px 0px 20px 0px rgba(110, 125, 141, 0.1);
}

.second-nav .second-left {
    width: 340px;
    padding-left: 50px;
}

.second-nav .second-card .card-img {
    width: 26px;
    height: 22px;
}

.second-nav .second-card .card-img-title {
    width: 110px;
    height: 28px;
}

.second-nav .second-card .card-title {
    height: 28px;
    font-size: 18px;
    line-height: 22px;
    margin-left: 10px;
}

.second-nav .second-card .card-desc {
    font-size: 14px;
    line-height: 24px;
    color: #7E8491;
    margin: 20px 0 38px;
    cursor: pointer;
    width: 290px;
}

.second-nav .second-card ul .card-item {
    width: 120px;
    margin-left: 7px;
    height: 42px;
    line-height: 42px;
    color: #0B7BF0;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    text-align: center;
}

.second-nav .second-card ul .card-item a {
    font-size: 16px;
    color: #2A2D2F;
}

.second-nav .second-card ul .card-item a:hover {
    color: #0B7BF0;
}

.second-nav .second-left .second-card ul .card-item:hover {
    /*    background: #0B7BF0;
        color: #fff;*/
}

.second-nav .second-left .second-card ul .card-item {
    margin-left: 10px;
    background: #EFF5FF;
    line-height: 42px;
    cursor: pointer;
    font-size: 14px;
}

.second-nav .second-right .second-card ul .card-item {
    margin-left: 20px;
}

.second-nav .second-card ul .card-item:first-child {
    margin-left: 0;
}

.second-nav .second-card ul .card-item.active {
    background: #0B7BF0;
}

.second-nav .second-card ul .card-item.active a {
    font-size: 16px;
    color: #fff;
}

.second-nav .second-right {
    cursor: pointer;
}

.second-nav .second-right .second-plugin {
    margin-top: 23px;
    flex-wrap: wrap;
}

.second-nav .second-right .second-plugin .second-pluItem {
    width: 35%;
    margin: 21px 43px 0 0;
    cursor: pointer;
}

.second-nav .second-right .second-plugin .second-pluItem:nth-child(1), .second-nav .second-right .second-plugin .second-pluItem:nth-child(2) {
    margin-top: 0;
}

.second-nav .second-right .second-plugin .second-pluItem .second-more {
    font-size: 14px;
    cursor: pointer;
}

.second-more a {
    color: #0B7BF0;
}

.second-nav .second-right .second-plugin .second-pluItem img {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

.second-nav .second-right .second-plugin .second-pluItem .pluItem-title {
    height: 17px;
    font-size: 14px;
    color: #293340;
}

.second-nav .second-right .second-plugin .second-pluItem .pluItem-title a {
    /*display: inline-block;*/
    display: flex;
    width: 120px;
    align-items: center;
}

.second-nav .second-right .second-plugin .second-pluItem .pluItem-title a span {
    display: inline-block;
    max-width: 80px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.second-nav .second-right .second-plugin .second-pluItem .pluItem-title a:hover {
    color: #0B7BF0;
}

.second-nav .second-right .second-plugin .second-pluItem .pluItem-new {
    height: 12px;
    width: 24px;
    margin-left: 6px;
}

.second-nav .second-right .second-plugin .second-pluItem .pluItem-new span {
    font-size: 10px;
}

.second-nav .second-right .second-platform .second-card:last-child {
    margin-top: 55px;
}

.second-nav .second-right .second-platform {
    border-left: 1px solid #EBECF0;
    padding: 0 0 0 50px;
    width: 340px;
}

.second-nav .second-right .hover:first-child:hover .card-item a,
.second-nav .second-right .hover:nth-child(2):hover .card-item a {
    color: #0B7BF0;
}

.second-nav .second-right .second-card ul .card-item {
    padding: 6px 12px;
    font-size: 14px;
}

.second-nav .second-right .second-card ul .card-item.left {
    padding-left: 0
}

.second-nav .second-right .second-card ul .card-item.active {
    background: #EFF5FF;
}

.second-nav .second-right .second-card ul .card-item.active a {
    color: #0B7BF0;
}

.second-nav .second-right .flex-row .card-img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.second-nav .second-right .flex-row .card-title {
    font-weight: 500;
    color: #2A2D2F;
    font-size: 18px;
}

.second-nav .second-right .card-desc {
    width: 290px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #7E8491;
    line-height: 24px;
    margin-top: 20px;
}

.second-nav .second-right ul li {
    margin-top: 38px;
    width: 150px;
    height: 42px;
    background: #EFF5FF;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.second-nav .second-right ul li a {
    font-size: 16px;
}

.second-nav .second-right .second-platform:nth-child(1):hover ul li a {
    color: #0B7BF0;
}

.nybanner {
    width: 100%;
    min-width: 1280px;
    height: 480px;
    padding-top: 64px;
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover !important;
}

.nybanner h2 {
    line-height: 56px;
    margin: 150px 0 24px 100px;
    font-size: 48px;
    font-weight: 600;
    color: #FFF;
}

.nybanner p {
    line-height: 28px;
    font-size: 20px;
    color: #FFF;
    margin-left: 100px;
}

.nybanner a {
    width: 128px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #0B7BEF;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    margin: 20px 0 0 0;
    display: block;
}

.casebn h2 {
    margin: 107px 0 22px 0;
    font-size: 50px;
}

.casebn p {
    font-weight: 600;
}

.nytit {
    text-align: center;
}

.nytit h3 {
    line-height: 48px;
    font-size: 36px;
    color: #14212F;
    font-weight: 600;
}

.nytit p {
    line-height: 30px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #2A2D2F;
}


/* 人人商城官方演示 */
.yanshi {
    padding: 80px 0;
}

.yanshi2 {
    padding: 20px 0 150px 0;
}

.yanshi .cons {
    margin-top: 55px;
    text-align: center;
}

.yanshi .cons dl {
    width: 220px;
    margin: 0 20px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

.yanshi .cons dl dt {
    width: 180px;
    height: 180px;
    padding: 19px;
    border: 1px solid #EBECF0;
    border-radius: 10px;
    overflow: hidden;
}

.yanshi .cons dl dt img {
    width: 100%;
    height: 100%;
    display: block;
}

.yanshi .cons dl dd {
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #2A2D2F;
}

.yanshi .txt {
    width: 716px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #0B7BF0;
    background: #F9FCFF;
    border-radius: 40px;
    margin: 60px auto;
}

.yanshi .txt span {
    padding-right: 30px;
    color: #2A2D2F;
}

.yanshi .more {
    width: 316px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    background: #0B7BF0;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}

/* 新闻动态 */
.sects {
    padding-bottom: 50px;
    background: #F5F9FE;
}

.sects .tap {
    margin: auto;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.sects .tap p {
    width: 140px;
    height: 44px;
    border-radius: 400px;
    color: #14212F;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    cursor: pointer;
}

.sects .tap p.sct {
    background: #3366FF;
    color: #FFFFFF;
}

.newslist {
    padding: 50px 0;
    /*display: none;*/
}

.newslist.down {
    /*display: block;*/
}

.newslist .list li {
    width: 1080px;
    margin: 0 auto 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*position: relative;*/
}

.newslist .list li a {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}

/*.newslist ul li:hover {*/
/*    top: -10px;*/
/*    box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    -moz-transition: all 0.3s ease-in-out;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
.newslist .list li:hover dl a dd h2 {
    color: #0B7BF0;
}

.newslist .list li:nth-child(4n) {
    /*margin: 20px 0 0 0;*/
}

.newslist .list li dt {
    width: 285px;
    height: 169px;
    border-radius: 20px;
    overflow: hidden;
}

.newslist .list li dt img {
    width: 100%;
    height: 100%;
    display: block;
}

.newslist .list li dd {
    margin-left: 40px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*padding: 30px 20px;*/
    /*border: 1px solid #EBECF0;*/
    /*border-top: 0;*/
    /*border-radius: 0 0 10px 10px;*/
    /*overflow: hidden;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newslist .list li dd h2 {
    width: 685px;
    height: 60px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2A2D2F;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newslist .list li dd div {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
    color: #B2B6BF;
}

.newslist .more {
    overflow: hidden;
}

.newslist .more a, .newslist .more p {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #3185FE;
    border: 1px solid #3185FE;
    border-radius: 14px;
    margin: 60px auto 0 auto;
    display: block;
}

.newslist .more a:hover {
    background: #0B7BF0;
    color: #FFF;
}

/* 产品中心页面 */
.prolist {
    padding: 53px 0 0 0;
    background: #F5F9FE;
}

.prolist #brand {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.prolist #brand .side-nav {
    width: 180px;
    height: auto !important;
    padding: 30px 20px;
    box-sizing: border-box;
    /*margin-top: 10px;*/
    background: #E8F1FD;
    border-radius: 20px 20px 0px 0px;
}

.prolist #brand .faxd {
    width: 100%;
    left: 0;
    top: 94px;
}

.prolist #brand #lists {
    width: 140px;
    margin: 0 auto;
    position: sticky;
    position: -webkit-sticky;
    top: 114px;
}

.prolist #brand #lists li {
    width: 140px;
}

.prolist #brand #lists li a {
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #7E8491;
    display: block;
}

.prolist #brand #lists li a:hover, .prolist #brand #lists li a.act {
    background: #FFFFFF;
    color: #3185FE;
    border-radius: 14px;
}

.prolist #brand #brand_con {
    width: 978px;
    float: right;
}

.prolist #brand #brand_con .alls .hidden {
    display: none;
}

.prolist #brand #brand_con .alls ul {
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.prolist #brand #brand_con .alls ul.list {
    padding-top: 10px;
    overflow: hidden;
}

.prolist #brand #brand_con .alls ul li {
    /*width: 306px;*/
    width: 306px;
    height: 369px;
    margin: 0 30px 30px 0;
    box-sizing: border-box;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 16px;
    position: relative;
    top: 0;
    overflow: hidden;
}

.prolist.v3 #brand #brand_con .alls ul li {
    /*width: 306px;*/
    width: 306px;
    height: 165px;
    margin: 0 30px 30px 0;
    box-sizing: border-box;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 16px;
    position: relative;
    top: 0;
    overflow: hidden;
}

.prolist.v3 #brand #brand_con .alls ul li a {
    display: inline-block;
    width: 135px;
    margin-left: 10px;
}

.prolist.v3 #brand #brand_con .alls ul li h2 {
    padding-left: 40px;
    background-size: 36px !important;
}

.prolist #brand #brand_con .alls ul li:nth-child(3n) {
    margin: 0 0 30px 0;
}

.prolist #brand #brand_con .alls ul li:hover {
    top: -10px;
    box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prolist #brand #brand_con .alls ul li img {
    width: 306px;
    height: 202px;
    vertical-align: middle;
}

.prolist #brand #brand_con .alls ul li h2 {
    margin-top: 14px;
    margin-left: 14px;
    line-height: normal;
    /*padding-left: 40px;*/
    font-size: 24px;
    font-weight: 600;
    color: #14212F;
    /*background-size: 36px !important;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.prolist #brand #brand_con .alls ul li .text-es {*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.prolist #brand #brand_con .alls ul li.lr h2 span {*/
/*    line-height: 20px;*/
/*    font-size: 16px;*/
/*}*/

.prolist #brand #brand_con .alls ul li p {
    margin: 14px 0 16px 14px;
    font-size: 16px;
    color: #566473;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prolist #brand #brand_con .alls ul li a {
    width: 226px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #3185FE;
    border-radius: 8px;
    display: block;
    margin: auto;
}

.prolist #brand #brand_con .alls ul li a.act {
    font-size: 16px;
    font-weight: 500;
    background: #3185FE;
    border-radius: 8px;
    color: #FFFFFF;
}

/*.prolist #brand #brand_con .alls .more {*/
/*    overflow: hidden;*/
/*}*/

.prolist #brand #brand_con .alls .more a, .alls .more p {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #3185FE;
    border: 1px solid #3185FE;
    box-sizing: border-box;
    border-radius: 14px;
    margin: 60px auto 70px auto;
    display: block;
}

.prolist #brand #brand_con .alls .more a:hover {
    background: #0B7BF0;
    color: #FFF;
}


/* 人人商城V8多商家平台系统 */


/* 演示地址 */
.ysadd {
    padding: 80px 0;
}

.ysadd .cons {
    margin-top: 50px;
}

.ysadd .cons dl {
    width: 128px;
    margin: 0 136px;
    float: left;
}

.ysadd .cons dl dt {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

.ysadd .cons dl dt .lit {
    width: 100%;
    height: 100%;
    display: block;
}

.ysadd .cons dl dt .ClickMe {
    width: 32px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}

.ysadd .cons dl dd {
    margin-top: 35px;
    text-align: center;
}

.ysadd .cons dl dd h3 {
    font-size: 20px;
    color: #293340;
}

.ysadd .cons dl dd a {
    width: 128px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background: #293340;
    border-radius: 4px;
    margin: 20px 0 0 0;
    display: block;
}

.ysadd .cons dl dd a:hover {
    background: #0B7BF0;
    color: #FFF;
}


/* 系统高性能技术架构，运营安全稳定 */
.safety {
    padding: 80px 0;
}

.safety .cons {
    margin-top: 55px;
}

.safety dl {
    width: 580px;
    margin-right: 40px;
    overflow: hidden;
    float: left;
}

.safety dl.lr {
    margin-right: 0;
}

.safety dl dt {
    height: 110px;
    line-height: 110px;
    padding-left: 40px;
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
    background: #0B7BEF url(../images/safe1.png) no-repeat right bottom;
    border-radius: 10px 10px 0 0;
}

.safety dl.lr dt {
    background: #FF9F00 url(../images/safe2.png) no-repeat right bottom;
}

.safety dl dd {
    padding: 40px 40px 10px 40px;
    border: 1px solid #EBECF0;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.safety dl dd h3 {
    line-height: 28px;
    padding-left: 20px;
    background: url(../images/dian.png) no-repeat left center;
    font-size: 20px;
    color: #293340;
}

.safety dl dd p {
    padding: 10px 0 30px 20px;
    font-size: 16px;
    color: #7E8491;
}

.safety dl.lr dd h3 {
    background: url(../images/jia.png) no-repeat left center;
}

/* 全面售后服务  解决后顾之忧 */
.servers {
    width: 100%;
    padding: 70px 0;
    background: #F2F7FC;
}

.servers .cons {
    margin-top: 40px;
    padding: 0 40px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
}

.servers .cons dl {
    width: 380px;
    padding: 30px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s;
    display: flex;
    align-items: center;
}

.servers .cons dl:hover {
    transform: translateY(-10px);
    box-shadow: 2px 2px 20px rgba(155, 159, 171, 0.08);
}

.servers .cons dl dt {
    /*width: 380px;*/
    /*height: 207px;*/
    /*position: relative;*/
}

.servers .cons dl dt img {
    width: 50px;
    height: 50px;
    margin-right: 26px;
    display: block;
}

.servers .cons dl dd:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    color: #293340;
}

.servers .cons dl dd:nth-child(2) {
    margin-top: 14px;
    line-height: 28px;
    color: #566473;
    font-size: 16px;
}

/* 分页 */
#mpage {
    display: none
}

#page {
    text-align: right;
    padding: 60px 0 0 0;
    clear: both;
}

#page li, #mpage li {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

#page li a, #mpage li a {
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    font-size: 24px;
    color: #006464;
    background: #FFF;
}

#page li a.active {
    font-weight: bold;
}

#page li a:hover {
    text-decoration: underline;
}

/* 公用底部 */
.footer {
    width: 100%;
    min-width: 1280px;
    padding-top: 60px;
    background: #141A21;
}

.footer .tops {
    width: 100%;
    padding-bottom: 50px;
}

.footer .tops img {
    display: block;
    float: left;
}

.footer .tops dl {
    margin: 10px 90px 0 0;
    float: left;
}

.footer .tops dl dt {
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 20px;
    /*font-weight: 600;*/
    color: #CCC;
    text-align: left;
    text-align: left;
}

.footer .tops dl dd {
    padding-top: 25px;
}

.footer .tops .add .technology {
    height: 70px;
    width: 223px;
    margin-top: 10px;
}

.footer .tops dl dd a {
    margin-bottom: 6px;
    display: block;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-align: left;
}

.footer .tops dl dd a:hover, .footer .links a:hover, .footer .copys a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.footer .tops dl.wximg {
    width: 120px;
    margin: 10px 0 0 0;
    float: right;
    overflow: hidden;
}

.footer .tops dl.wximg dt {
    width: 120px;
    height: 120px;
    text-align: center;
}

.footer .tops dl.wximg dt img {
    width: 120px;
    display: block;
}

.footer .tops dl.wximg dd {
    width: 120px;
    text-align: center;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.footer .tops dl.add {
    width: 230px;
    margin: 10px 50px 0 0;
    float: right;
    overflow: hidden;
}

.footer .tops dl.add dt {
    width: 100px;
    height: 24px;
    text-align: center;
}

.footer .tops dl.add dt img {
    width: 100px;
    display: block;
}

.footer .tops dl.add dd {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.footer .tops dl.add dd p {
    height: 16px;
    line-height: 16px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.footer .tops dl.add dd h3 {
    padding-left: 25px;
    margin-top: 10px;
    background: url(../images/footer/telico.png) no-repeat left center;
    font-size: 20px;
    font-weight: 600;
    color: #CCC;
}

.footer .tops dl.add dd h2 {
    padding-top: 10px;
    font-family: "DIN-Bold";
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
}

.footer .tops .hot_line {
    height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    text-align: left;
}

.footer .tops .hot_line img {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

.footer .wrap ul {
    /*background: #FFFFFF;*/
    justify-content: flex-start;
}

.footer .tops .hot_tel {
    margin-top: 10px;
    height: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
}

.footer ul {
    width: 100%;
    padding-bottom: 33px;
}

.footer ul.links {
    padding: 20px 0;
    border-top: 1px solid #252525;
}

.footer ul.links li {
    font-size: 14px;
    padding-left: 40px;
}

.footer ul li {
    line-height: 18px;
    padding-left: 65px;
    font-size: 12px;
    color: #999;
    float: left;
}

.footer ul li:first-child {
    padding-left: 0;
}

.footer ul li.one {
    padding-left: 40px;
    background: url(../images/footer/icos.png) no-repeat left center;
}

.footer .copys {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    border-top: 1px solid #252525;
}

.footer .copys a {
    color: #999;
}

.footer .links ul li {

}

.footer .links a {
    color: #999;
}