@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: '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;
}

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(../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);
    /*backdrop-filter: blur(12.4444px);*/
    padding: 0 48px;
    box-sizing: border-box;
}

.Header.fix_header {
    background: rgba(255, 255, 255, 0.8);
    /*backdrop-filter: blur(12px);*/
}

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

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

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

.HeaderLogo img {
    /*height: 100%;*/
    /*vertical-align: top;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}

.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;
    left: 66px;
    width: 12px;
    height: 12px;
}

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

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

.navs li.navs-li a.one:hover div,
.navs li.navs-li a.active div{
    position: absolute;
    /*bottom: 15px;*/
    width: 100%;
    height: 3px;
    border-radius: 8px;
}
.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 .shadow_solution {
    width: 1280px;
    margin: 0 auto;
    height: 0px;
    overflow: hidden;
}
.navs li.hover .ernav .shadow_solution .content {
    padding: 0 40px;
    box-sizing: border-box;
}
.navs li.navs-li .ernav .shadow_solution .content {
    display: flex;
    justify-content: space-between;
    padding-top: 46px;
    box-sizing: border-box;
    margin-top:0;
}
.navs li.navs-li .ernav .shadow_solution .content .right img{
    width: 260px;
    height: 301px;
}
.navs li.navs-li .ernav .shadow_solution .content .left .l-top{
    position: relative;
    color: #566473;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 10px;
}
.navs li.navs-li .ernav .shadow_solution .content .left .l-top::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 6px;
    border-radius: 50px;
    background: #3185FE;
    width: 2px;
    height: 14px;
}
.navs li.navs-li .ernav .shadow_solution .content .left .l-con{
    display: flex;
    flex-wrap: wrap;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution{
    background: #FFF;
    margin-top: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 284px;
    height: 123px;
    padding: 24px 20px;
    margin-right: 10px;
    border-radius: 14px;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution .img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background: url("../images/header/distribution.png?v=1");
    background-size: 100% 100%;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution .img2{
    background: url("../images/header/chain.png?v=1");
    background-size: 100% 100%;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution .img3{
    background: url("../images/header/retailers.png?v=1");
    background-size: 100% 100%;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution .img4{
    background: url("../images/header/merchants.png?v=1");
    background-size: 100% 100%;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution .img5{
    background: url("../images/header/medicalShop.png");
    background-size: 100% 100%;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution .row1{
    width: 200px;
    font-size: 18px;
    color: #14212F;
    font-weight: 600;
    line-height: 25px;
}
.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.hover:hover .ernav .shadow,*/
.navs li.hover:hover .ernav .shadow_solution{
    transition: all 0.5s;
    height: 393px;
}

.navs li.navs-li-func:hover .ernav .product{
    transition: all 0.5s;
    height: 357px;
}
.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 .item{
    padding-top: 46px;
}
.navs li.navs-li-func .ernav .product .lefs{
    width: 712px;
}
.navs li.navs-li-func .ernav .product .item .title{
    text-align: left;
    position: relative;
    margin-left: 10px;
    font-size: 18px;
    line-height: 25px;
    color: #566473;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.navs li.navs-li-func .ernav .product .item .title::before{
    content:'';
    position: absolute;
    top: 6px;
    left: -10px;
    width: 2px;
    height: 14px;
    border-radius: 50px;
    background: #3185FE;
}
.navs li.navs-li-func .ernav .product .item .title a{
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
    color: #939799;
}
.navs li.navs-li-func:hover .ernav .product .item .nexts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.navs li.navs-li-func .ernav .product .item .nexts a{
    width: 230px;
    height: 103px;
    display: flex;
    padding: 24px 0 24px 20px;
    color: #14212F;
    font-weight: 400;
    font-size: 18px;
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    margin-top: 10px;
    align-items: center;
}
.navs li.navs-li-func .ernav .product .item .nexts .item1 img{
    width: 34px;
    height: 34px;
}
.navs li.navs-li-func:hover .ernav .product .item .nexts .subtitle{
    font-weight: 600;
    font-size: 18px;
    color: #14212F;
    margin-left: 14px;
}
.navs li.navs-li-func:hover .ernav .product .item .nexts .subtitle p{
    font-size: 14px;
    font-weight: 400;
    color: #566473;
    margin-top: 10px;
}
.navs li.navs-li-func:hover .ernav .product .item .nexts .subtitle div{
    display: flex;
    align-items: center;
}
.navs li.navs-li-func:hover .ernav .product .item .nexts .subtitle div img{
    width: 24px;
    height: 24px;
    margin-left: 4px;
}
/*.navs li.navs-li-func .ernav .product .item .nexts a:hover .img1,*/
/*.navs li.navs-li-func:hover .ernav .product .item .nexts .subtitle .img2{*/
/*    display: none;*/
/*}*/
/*.navs li.navs-li-func .ernav .product .item .nexts .item1:hover .img2{*/
/*    display: block;*/
/*}*/
.navs li.navs-li-func .ernav .product .item .nexts .item1:nth-child(1):hover{
    background: #F1FBFF;
}
.navs li.navs-li-func .ernav .product .item .nexts .item1:nth-child(2):hover{
    background: #F0F4FF;
}
.navs li.navs-li-func .ernav .product .item .nexts .item1:nth-child(3):hover{
    background: #FFF6F2;
}
.navs li.navs-li-func .ernav .product .item .nexts .item1:nth-child(4):hover{
    background: #F6F4FF;
}
.navs li.navs-li-func .ernav .product .item .nexts .item1:nth-child(5):hover{
    background: #FFF6F2;
}
.navs li.navs-li-func .ernav .product .item .nexts .item1:nth-child(6):hover{
    background: #EFF3FB;
}
.navs li.navs-li-func:hover .ernav .product .item .nexts p{
    /*font-size: 14px;*/
    /*color: #566473;*/
}
.navs li.navs-li-func .ernav .product .rigs{
    width: 410px;
}
.navs li.navs-li-func .ernav .product .rigs .nexts{
    align-items: center;
}
.navs li.navs-li-func .ernav .product .rigs .nexts .plugs{
    width: 200px;
    height: 49px;
    padding: 12px 0 12px 12px;
    box-sizing: border-box;
    border-radius: 14px;
    background: #FFFFFF;
}
.navs li.navs-li-func .ernav .product .rigs .nexts .plugs:hover{
    background: #F5F9FE;
}
.navs li.navs-li-func .ernav .product .rigs .dets{
    display: flex;
}
.navs li.navs-li-func .ernav .product .rigs .dets p{
    color: #14212F;
    font-size: 18px;
    font-weight: 600;
}
.navs li.navs-li-func .ernav .product .rigs .plugs .plus-img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.navs li.navs-li-func .ernav .product .item .plugs .new{
    width: 24px;
    height: 24px;
    margin-left: 4px;
}
.navs li.navs-li .ernav .shadow{
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.navs li.hover3:hover .ernav .shadow,
.navs li.hover3:hover .ernav .shadow_solution{
    transition: all 0.5s;
    height: 353px;
    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: 46px;
}
.navs li.hover3 .ernav .shadow .ls{
    width: 570px;
}
.navs li.hover3 .ernav .shadow .tils{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}
.navs li.hover3 .ernav .shadow .tils::before{
    content: "";
    position: absolute;
    top: 6px;
    left: -10px;
    width: 2px;
    height: 14px;
    border-radius: 50px;
    background: #3185FE;
}
.navs li.hover3 .ernav .shadow .tils span{
    color: #566473;
    font-size: 18px;
    font-weight: 600;
}
.navs li.hover3 .ernav .shadow .tils a{
    color:  #939799;
    font-size: 14px;
    font-weight: 400;

}
.navs li.hover3 .ernav .shadow .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.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;
    margin-top: 10px;
}
.navs li.hover3 .ernav .shadow .rs {
    width: 500px;
}
.navs li.hover3 .ernav .shadow .rs .new-detail{
    width: 500px;
    height: 102px;
    border-radius: 14px;
    background: #F9F9F9;
    margin-bottom: 12px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}
.navs li.hover3 .ernav .shadow .rs .new-detail:hover {
    background: #F5F9FE;
}
.navs li.hover3 .ernav .shadow .rs .new-detail img{
    width: 123px;
    height: 82px;
    border-radius: 10px;
    margin-right: 20px;
}
.navs li.hover3 .ernav .shadow .rs .new-detail .til{
    width: 330px;
    font-size: 18px;
    font-weight: 600;
    color: #14212F;
    margin-bottom: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.navs li.hover3 .ernav .shadow .rs .new-detail p{
    color: #566473;
    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("../images/header/ic11.png?v=2");
    background-size: cover;
}
.navs li.navs-li .ernav .shadow a .img2{
    background: url("../images/header/ic12.png?v=2");
    background-size: cover;
}
.navs li.navs-li .ernav .shadow a .img3{
    background: url("../images/header/ic13.png?v=2");
    background-size: cover;
}
.navs li.navs-li .ernav .shadow a .img4{
    background: url("../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: 25px;
    font-weight: 600;
}
.navs li.navs-li .ernav .shadow .news .news-text{
    font-size: 14px;
    color: #566473;
    line-height: 20px;
    margin-top: 10px;
}
.navs li.navs-li .ernav .shadow a:nth-child(1):hover{
    background: #F0F4FF;
}
.navs li.navs-li .ernav .shadow a:nth-child(2):hover{
    background: #F1F9FB;
}
.navs li.navs-li .ernav .shadow a:nth-child(3):hover{
    background: #FFF6F2;
}


.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-func .ernav .product .item .nexts a:hover*/
.navs li.navs-li .ernav .shadow_solution .content .news_solution:hover{
    background: #FFF6F2;
    backdrop-filter: blur(16px);
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution:nth-child(2):hover{
    background: #F1FBFC;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution:nth-child(3):hover{
    background: #F6F4FF;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution:nth-child(4):hover{
    background: #F0F4FF;
}
.navs li.navs-li .ernav .shadow_solution .content .news_solution:nth-child(4):hover{
    background: #F1F8FF;
}
/*.navs li.navs-li .ernav .shadow_solution .content .news_solution:hover .row1,*/
/*.navs li.navs-li .ernav .shadow_solution .content .news_solution:hover .row1 .news-text {*/
/*    color: #fff;*/
/*}*/


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


.navs li.navs-li .ernav .shadow_solution .news_solution .row1 {
    color: #fff;
    /*display: flex;*/
    /*align-items: center;*/
    /*margin: 40px 0 10px 0;*/
}
.navs li.navs-li .ernav .shadow_solution .news_solution:hover {
    background: #EFF5FF;
}
.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(../images/common/white_logo.png) center center no-repeat;
    background-size: cover;
}

.page_navbar .Header.fix_header .fl {
    background: url(../images/common/logo.png) center center no-repeat;
    background-size: cover;
}

.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 .Header .navs li.navs-li-func a.one.active {
    /*border-bottom: 1px solid #fff;*/
}

.page_navbar .fix_header .navs li.navs-li a.one,
.page_navbar .fix_header .navs li.navs-li-func a.one{
    color: #666666;
}
.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);
    /*stroke: red;*/
}

.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: #333333;
}

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

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

/*.second-nav:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 14px;*/
/*    left: 280px;*/
/*    height: 12px;*/
/*    width: 12px;*/
/*    background: #fff;*/
/*    border-radius: 1px;*/
/*    transform: rotate(45deg);*/
/*}*/

/*.navs-li .hover1:before, .navs-li .hover2:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 14px;*/
/*    left: 375px;*/
/*    height: 12px;*/
/*    width: 12px;*/
/*    background: #fff;*/
/*    border-radius: 1px;*/
/*    transform: rotate(45deg);*/
/*}*/

.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: 40px;
    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 ul li {
    width: 1080px;
    margin: 0 auto;
    /*margin: 20px 20px 0 0;*/
    margin-bottom: 30px;
    /*top: 0;*/
    /*box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0);*/
    -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 ul 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 ul li:hover dl a dd h2 {
    color: #0B7BF0;
}
.newslist ul li:nth-child(4n) {
    /*margin: 20px 0 0 0;*/
}

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

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

.newslist ul 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 ul li:hover dd {
    /*border: 1px solid #1179E5;*/
    /*border-top: 0;*/
    /*-webkit-transition: all 0.3s ease-in-out;*/
    /*-moz-transition: all 0.3s ease-in-out;*/
    /*transition: all 0.3s ease-in-out;*/
}

.newslist ul 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 ul li dd div {
    display: flex;
    align-items: center;
    line-height: 20px;
    /*padding-left: 20px;*/
    font-size: 14px;
    color: #B2B6BF;
    /*display: block;*/
    /*background: url(../images/news/time.png) no-repeat center;*/
    /*background-size: cover;*/
}
.newslist ul li dd div img {
    /*width: 14px;*/
    /*height: 14px;*/
    /*margin-right: 8px;*/
    /*margin: auto 8px auto 0;*/
}
.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;
    /*position: relative;*/
}

.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 .side-nav.fix_scoll {
    /*position: fixed;*/
    /*top:104px;*/
}

.prolist #brand .faxd {
    width: 100%;
    /*position: fixed;*/
    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 {
}

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

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

.prolist #brand #brand_con .alls ul li {
    width: 306px;
    margin: 0 30px 30px 0;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    /*border: 1px solid #EBECF0;*/
    border-radius: 20px;
    float: left;
    position: relative;
    top: 0;
    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;
}

.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;
    /*border: 1px solid #0B7BF0;*/
    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: 140px;
    height: 140px;
    right: -50px;
    bottom: -50px;
    position: absolute;
    display: none;
}

.prolist #brand #brand_con .alls ul li h2 {
    line-height: 36px;
    padding-left: 40px;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    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 {
}

.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 30px 0;
    font-size: 16px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prolist #brand #brand_con .alls ul li a {
    width: 118px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #3185FE;
    display: block;
    float: left;
}

.prolist #brand #brand_con .alls ul li a.act {
    font-size: 16px;
    font-weight: 500;
    background: #3185FE;
    border-radius: 20px;
    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;
}


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







/* 演示地址 */
.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;
}