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

.paging {
    margin-top: 32px;
    font-size: 14px;
}

/*.paging { margin-top: 32px; font-size: 14px; text-align:center;}*/
居中 .paging>span {
    margin: auto 16px;
}

.paging .page-numbar {
    margin: auto 0;
}

.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last {
    display: inline-block;
    margin: auto 1px;
    padding: 2px 12px;
    line-height: 29px;
    border: 1px solid #EEE;
    border-radius: 2px;
}

.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover {
    border-color: #1179E5;
    color: #fff;
    background: #1179E5;
}

.marginauto {
    margin: 0 auto;
    width: 1200px;
}

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: 1200px;
    margin: 0 auto;
}

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

.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: 60px;
    font-weight: 600;
    color: #293340;
    line-height: 76px;
}

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

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

/* banner */
.banner {
    width: 100%;
    height: 400px;
    min-width: 1200px;
    /*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: 1200px;
    transition: all 0.5s;
}

.Header.fix_header {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(110, 125, 141, 0.1);
}

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

.HeaderMain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.HeaderLogo {
    width: 180px;
    height: 40px;
    margin: 10px 0;
    position: relative;
    float: left;
}

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

.navs {
    height: 64px;
    margin-left: 50px;
    float: left;
}

.navs li.navs-li {
    height: 64px;
    margin: 0 40px 0 0;
    float: left;
    position: relative;
}

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

.navs li.navs-li-func.hover {
    height: 64px;
    margin: 0 40px 0 0;
    float: left;
}

.navs li.navs-li-func.hover a.one {
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    color: #293340;
    border-bottom: 2px solid rgba(200, 200, 200, 0);
    display: block;
}

.Header .navs li a.one {
    color: #293340;
}

.navs li.navs-li a.one {
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    color: #293340;
    border-bottom: 2px solid rgba(200, 200, 200, 0);
    display: block;
}

.navs li.navs-li a.one:hover,
.navs li.navs-li a.active,
.navs li.navs-li-func.hover a.active,
.navs li.navs-li-func.hover a.one:hover {
    color: #1179E5;
    border-bottom: 2px solid #1179E5;
}

.navs li.navs-li .ernav {
    padding-top: 20px;
}

.navs li.navs-li .ernav .shadow,
.navs li.navs-li .ernav .shadow_solution {
    /*width: 750px;*/
    height: 0px;
    /*background: #FFFFFF;*/
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -545px;
    top: 84px;
    overflow: hidden;
    /*display: none;*/
    display: flex;
    box-shadow: 0px 0px 20px 0px rgba(110, 125, 141, 0.1);


}

.navs li.navs-li .hover3 .shadow,
.navs li.navs-li .hover3 .shadow_solution {
    margin-left: -260px;
}

.navs li.hover:hover .ernav .shadow,
.navs li.hover:hover .ernav .shadow_solution {
    transition: all 0.5s;
    height: 256px;

}

.navs li.hover .ernav .shadow_solution {
    margin-left: -260px !important;
}

.navs li.hover3:hover .ernav .shadow,
.navs li.hover3:hover .ernav .shadow_solution {
    transition: all 0.5s;
    height: 140px;
}

.navs li.navs-li .ernav .shadow a,
.navs li.navs-li .ernav .shadow_solution a {
    width: 750px;
    padding-left: 40px;
    font-size: 18px;
    display: block;
    background-size: 26px !important;
}

.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 .news {
    width: 250px;
    height: 140px;
    background: #FFFFFF;
}

.navs li.navs-li .ernav .shadow_solution .news_solution {
    width: 250px;
    height: 256px;
    background: #FFFFFF;
}

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

.navs li.navs-li .ernav .shadow_solution .news_solution ul li,
.navs li.navs-li .ernav .shadow_solution .news_solution ol li {
    font-size: 12px;
    color: #7E8491;
    /*padding: 5px 15px;*/
    background: #F6F6F8;
    border-radius: 4px;
    margin: 10px 10px 0 0;
    width: 74px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.navs li.navs-li .ernav .shadow_solution .news_solution ol li:nth-child(2),
.navs li.navs-li .ernav .shadow_solution .news_solution ol li:nth-child(1),
.navs li.navs-li .ernav .shadow_solution .news_solution ol li:nth-child(3) {
    width: 46px;
    margin-top: 0;
}

.navs li.navs-li .ernav .shadow_solution .news_solution:last-child ul li:last-child {
    /*width: 158px;*/
}

.navs li.navs-li .ernav .shadow_solution .news_solution ul li:nth-child(1),
.navs li.navs-li .ernav .shadow_solution .news_solution ul li:nth-child(2) {
    margin-top: 0;
}

.navs li.navs-li .ernav .shadow_solution .news_solution ul li:nth-child(2n) {
    margin-right: 0;
}

.navs li.navs-li .ernav .shadow_solution .news_solution:first-child {
    border-radius: 10px 0 0 0;
}

.navs li.navs-li .ernav .shadow_solution .news_solution:last-child {
    border-radius: 0 10px 0 0;
}

.navs li.navs-li .ernav .shadow_solution div.news_solution:hover {
    background: #EFF5FF;
}

.navs li.navs-li .ernav .shadow_solution .news_solution:hover ul.news_title1 li,
.navs li.navs-li .ernav .shadow_solution .news_solution:hover ul.news_title3 li,
.navs li.navs-li .ernav .shadow_solution .news_solution:hover ul.news_title4 li,
.navs li.navs-li .ernav .shadow_solution .news_solution:hover ol.news_title2 li {
    background: #E0EBFF;
}

.navs li.navs-li .ernav .shadow_solution .news_solution .news-text,
.navs li.navs-li .ernav .shadow_solution .news_solution:hover .news-text {
    font-size: 14px;
    color: #7E8491;
    width: 172px;
    margin-left: 38px;
}

.navs li.navs-li .ernav .shadow .news:first-child {
    border-radius: 10px 0 0 10px;
}

.navs li.navs-li .ernav .shadow .news:last-child {
    border-radius: 0 10px 10px 0;
}

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

.navs li.navs-li .ernav .shadow .news .news-text,
.navs li.navs-li .ernav .shadow .news:hover .news-text {
    font-size: 14px;
    color: #B2B6BF;
    width: 200px;
    /*margin-left: 38px;*/
}

.navs li.navs-li .ernav .shadow .news:hover .ic11,
.navs li.navs-li .ernav .shadow .news:hover .ic12,
.navs li.navs-li .ernav .shadow .news:hover .ic13,
.navs li.navs-li .ernav .shadow .news:hover .ic14,
.navs li.navs-li .ernav .shadow .news:hover .ic15,
.navs li.navs-li .ernav .shadow .news:hover .ic16,
.navs li.navs-li .ernav .shadow_solution .news_solution:hover .ic17,
.navs li.navs-li .ernav .shadow_solution .news_solution:hover .ic18,
.navs li.navs-li .ernav .shadow_solution .news_solution:hover .ic19,
.navs li.navs-li .ernav .shadow_solution .news_solution:hover .ic20,
.navs li.navs-li .ernav .shadow .news:hover .ic21 {
    width: 172px;
    color: #1179E5;
}

.navs li.navs-li .ernav .shadow_solution .news_solution .row1 {
    display: flex;
    align-items: center;
    margin: 40px 0 10px 0;
}

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

.navs li.navs-li .ernav .shadow_solution .news_solution:hover {
    background: #EFF5FF;
}

.navs li.navs-li .ernav .shadow .news .row1 {
    display: flex;
    align-items: center;
    margin: 40px 0 10px 0;
}

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

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

.navs li.navs-li .ernav .shadow .news .ic11,
.navs li.navs-li .ernav .shadow .news .ic12,
.navs li.navs-li .ernav .shadow .news .ic13,
.navs li.navs-li .ernav .shadow .news .ic14,
.navs li.navs-li .ernav .shadow .news .ic15,
.navs li.navs-li .ernav .shadow .news .ic16,
.navs li.navs-li .ernav .shadow_solution .news_solution .ic17,
.navs li.navs-li .ernav .shadow_solution .news_solution .ic18,
.navs li.navs-li .ernav .shadow_solution .news_solution .ic19,
.navs li.navs-li .ernav .shadow_solution .news_solution .ic20,
.navs li.navs-li .ernav .shadow .news .ic21 {
    color: #2A2D2F;
    width: 172px;
}

.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: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 15px 0 0 15px;
    font-size: 16px;
    color: #1179E5;
    border: 1px solid #1179E5;
    border-radius: 4px;
    float: right;
}

.HeaderMain .login:hover {
    background: #1179E5;
    color: #FFF;
}

.HeaderMain .act {
    background: #1179E5;
    color: #FFF;
    cursor: pointer;
}

.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/upload/image/20230717/1689565954687471.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-func a.one.active {
    border-bottom: 1px solid #fff;
}

.page_navbar .Header.fix_header .navs li.navs-li a.active,
.page_navbar .Header.fix_header .navs li.navs-li a.one:hover,
.page_navbar .Header.fix_header .navs li.navs-li-func a.one.active,
.page_navbar .Header.fix_header .navs li.navs-li-func a.one:hover {
    color: #1179E5;
    border-bottom: 2px solid #1179E5;
}

.page_navbar .Header .navs li.navs-li a.active,
.page_navbar .Header .navs li.navs-li a.one:hover,
.page_navbar .Header .navs li.navs-li-func a.one:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.page_navbar .fix_header .navs li.navs-li a.one,
.page_navbar .fix_header .navs li.navs-li-func a.one {
    color: #293340;
}

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

.page_navbar .HeaderMain dl dt.default {
    color: #1179E5;
}

.page_navbar .HeaderMain dl dd.default {
    color: #293340;
}

.page_navbar .HeaderMain .login {
    border-color: #fff;
}

.page_navbar .HeaderMain .act {
    background: #fff;
    color: #1179E5;
}

.page_navbar .fix_header .HeaderMain .act {
    background: #1179E5;
    color: #fff;
}

.page_navbar .fix_header .HeaderMain .login {
    border-color: #1179E5;
}

/*  公共产品中心 二级导航样式 */
.second-nav {
    width: 1200px;
    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;
    width: 120px;
}

.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%;
    height: 400px;
    padding-top: 64px;
    overflow: hidden;
    background-size: cover !important;
}

.nybanner h2 {
    line-height: 56px;
    margin: 147px 0 22px 0;
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}

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

.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: 34px;
    color: #2A2D2F;
    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;
}

/* 新闻动态 */
.newslist {
    padding: 80px 0;

}

.newslist ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.newslist ul li {
    width: 285px;
    margin: 20px 20px 0 0;
    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: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: 10px 10px 0 0;
    overflow: hidden;
}

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

.newslist ul li dd {
    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: 228px;
    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;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -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: 218px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #0B7BF0;
    border: 1px solid #1078E4;
    border-radius: 4px;
    margin: 60px auto 0 auto;
    display: block;
}

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

.newslist p {
    width: 1200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #0B7BF0;
    border: 1px solid #1078E4;
    border-radius: 4px;
    margin: 60px auto 0 auto;
    display: block;
}



/* 产品中心 */
.prolist {
    padding: 70px 0 80px 0;
    /*position: relative;*/
}

.prolist #brand {}

.prolist #brand .side-nav {
    width: 140px;
    margin-top: 10px;
    float: left;
}

.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: 136px;
}

.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: #EFF5FF;
    color: #0B7BEF;
}

.prolist #brand #brand_con {
    width: 1020px;
    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: 258px;
    margin: 0 30px 30px 0;
    padding: 30px;
    border: 1px solid #EBECF0;
    border-radius: 10px;
    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: #293340;
    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: 25px 0 35px 0;
    font-size: 16px;
    color: #B2B6BF;
}

.prolist #brand #brand_con .alls ul li a {
    width: 128px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #0B7BF0;
    display: block;
    float: left;
}

.prolist #brand #brand_con .alls ul li a.act {
    background: #0B7BF0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    color: #FFF;
}

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

.prolist #brand #brand_con .alls .more a,
.alls .more p {
    width: 193px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #0B7BEF;
    border: 1px solid #0B7BEF;
    border-radius: 4px;
    margin: 50px auto 0 auto;
    display: block;
}

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


/* 人人商城V5多商家平台系统 */
.ptsec {
    padding: 80px 0;
}

.ptsec dl {
    margin-top: 60px;
}

.ptsec dl dd {
    width: 538px;
    padding: 110px 0 0 0;
    float: left;
}

.ptsec dl dd h3 {
    line-height: 40px;
    padding-left: 50px;
    font-size: 30px;
    color: #2A2D2F;
    background-size: 40px !important;
}

.ptsec dl dd p {
    padding: 30px 78px 50px 0;
    line-height: 28px;
    font-size: 16px;
    color: #7E8491;
}

.ptsec dl dd a {
    width: 128px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    background: #1782F1;
    border-radius: 5px;
    display: block;
    float: left;
}

.ptsec dl dt {
    width: 662px;
    float: left;
}

.ptsec dl dt img {
    width: 100%;
    display: block;
}

.ptsec2 {
    width: 100%;
    padding: 20px 0 40px 0;
    background: #FAFBFD;
}

.ptsec3 {
    padding: 20px 0 60px 0;
}

.ptsec3 dl dd {
    padding: 110px 0 0 0;
}

/* 适用群体 */
.groups {
    width: 100%;
    padding: 80px 0;
    background: #FAFBFD;
}

.groups .cons {
    margin-top: 60px;
}

.groups .cons dl {
    width: 285px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.groups .cons dl.lr {
    margin-right: 0;
}

.groups .cons dl dt {
    width: 285px;
    height: 210px;
    position: relative;
}

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

.groups .cons dl dt h2 {
    line-height: 28px;
    font-size: 20px;
    color: #FAFBFD;
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.groups .cons dl dd {
    padding: 30px;
    line-height: 28px;
    font-size: 16px;
    color: #7E8491;
    background: #FFF;
}


/* 强大平台管理 */
.platform {
    width: 100%;
    padding: 80px 0 60px 0;
    background: #FAFBFD;
}

.platform .wrap {
    width: 1220px;
}

.plat {
    width: 1220px;
    margin: 30px auto 0 auto;
}

.plat .hd {
    width: 480px;
    margin-top: 20px;
    float: left;
}

.plat .hd li {
    width: 218px;
    height: 72px;
    line-height: 72px;
    margin: 20px 20px 0 0;
    border: 1px solid #EBECF0;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    display: block;
}

.plat .hd li a {
    padding-left: 86px;
    font-size: 20px;
    font-weight: 400;
    color: #2A2D2F;
    display: block;
    background-size: 26px !important;
}

.plat .hd li a.a1 {
    background: #FFF url(../images/v5merchant/shico1.png) no-repeat 50px center;
}

.plat .hd li a.a2 {
    background: #FFF url(../images/v5merchant/shico2.png) no-repeat 50px center;
}

.plat .hd li a.a3 {
    background: #FFF url(../images/v5merchant/shico3.png) no-repeat 50px center;
}

.plat .hd li a.a4 {
    background: #FFF url(../images/v5merchant/shico4.png) no-repeat 50px center;
}

.plat .hd li a.a5 {
    background: #FFF url(../images/v5merchant/shico5.png) no-repeat 50px center;
}

.plat .hd li a.a6 {
    background: #FFF url(../images/v5merchant/shico6.png) no-repeat 50px center;
}

.plat .hd li a.a7 {
    background: #FFF url(../images/v5merchant/shico7.png) no-repeat 50px center;
}

.plat .hd li a.a8 {
    background: #FFF url(../images/v5merchant/shico8.png) no-repeat 50px center;
}

.plat .hd li.on a.a1 {
    background: #1782F1 url(../images/v5merchant/shico1h.png) no-repeat 50px center;
    color: #FFF;
}

.plat .hd li.on a.a2 {
    background: #1782F1 url(../images/v5merchant/shico2h.png) no-repeat 50px center;
    color: #FFF;
}

.plat .hd li.on a.a3 {
    background: #1782F1 url(../images/v5merchant/shico3h.png) no-repeat 50px center;
    color: #FFF;
}

.plat .hd li.on a.a4 {
    background: #1782F1 url(../images/v5merchant/shico4h.png) no-repeat 50px center;
    color: #FFF;
}

.plat .hd li.on a.a5 {
    background: #1782F1 url(../images/v5merchant/shico5h.png) no-repeat 50px center;
    color: #FFF;
}

.plat .hd li.on a.a6 {
    background: #1782F1 url(../images/v5merchant/shico6h.png) no-repeat 50px center;
    color: #FFF;
}

.plat .hd li.on a.a7 {
    background: #1782F1 url(../images/v5merchant/shico7h.png) no-repeat 50px center;
    color: #FFF;
}

.plat .hd li.on a.a8 {
    background: #1782F1 url(../images/v5merchant/shico8h.png) no-repeat 50px center;
    color: #FFF;
}

.plat .bd {
    width: 731px;
    overflow: hidden;
    float: right;
    position: relative;
}

.plat .bd ul {
    overflow: hidden;
    position: relative;
}

.plat .bd li {
    position: relative;
}

.plat .bd li img {
    width: 100%;
    display: block;
}

/* 独立商户管理 */
.merchant {
    padding: 80px 0 60px 0;
}

.merchant .wrap {
    width: 1220px;
}

.chant {
    width: 1220px;
    margin: 30px auto 0 auto;
}

.chant .hd {
    width: 480px;
    margin-top: 60px;
    float: right;
}

.chant .hd li {
    width: 218px;
    height: 72px;
    line-height: 72px;
    margin: 20px 0 0 20px;
    border: 1px solid #EBECF0;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    display: block;
}

.chant .hd li a {
    padding-left: 86px;
    font-size: 20px;
    font-weight: 400;
    color: #2A2D2F;
    display: block;
    background-size: 26px !important;
}

.chant .hd li a.a2 {
    background: #FFF url(../images/v5merchant/shico2.png) no-repeat 50px center;
}

.chant .hd li a.a3 {
    background: #FFF url(../images/v5merchant/shico3.png) no-repeat 50px center;
}

.chant .hd li a.a4 {
    background: #FFF url(../images/v5merchant/shico4.png) no-repeat 50px center;
}

.chant .hd li a.a5 {
    background: #FFF url(../images/v5merchant/shico5.png) no-repeat 50px center;
}

.chant .hd li a.a8 {
    background: #FFF url(../images/v5merchant/shico8.png) no-repeat 50px center;
}

.chant .hd li a.a9 {
    background: #FFF url(../images/v5merchant/shico9.png) no-repeat 50px center;
}

.chant .hd li.on a.a2 {
    background: #1782F1 url(../images/v5merchant/shico2h.png) no-repeat 50px center;
    color: #FFF;
}

.chant .hd li.on a.a3 {
    background: #1782F1 url(../images/v5merchant/shico3h.png) no-repeat 50px center;
    color: #FFF;
}

.chant .hd li.on a.a4 {
    background: #1782F1 url(../images/v5merchant/shico4h.png) no-repeat 50px center;
    color: #FFF;
}

.chant .hd li.on a.a5 {
    background: #1782F1 url(../images/v5merchant/shico5h.png) no-repeat 50px center;
    color: #FFF;
}

.chant .hd li.on a.a8 {
    background: #1782F1 url(../images/v5merchant/shico8h.png) no-repeat 50px center;
    color: #FFF;
}

.chant .hd li.on a.a9 {
    background: #1782F1 url(../images/v5merchant/shico9h.png) no-repeat 50px center;
    color: #FFF;
}

.chant .bd {
    width: 731px;
    overflow: hidden;
    float: left;
    position: relative;
}

.chant .bd ul {
    overflow: hidden;
    position: relative;
}

.chant .bd li {
    position: relative;
}

.chant .bd li img {
    width: 100%;
    display: block;
}

/* 演示地址 */
.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: 80px 0;
    background: #FAFBFD;
}

.servers .cons {
    margin-top: 60px;
}

.servers .cons dl {
    width: 380px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.servers .cons dl.lr {
    margin-right: 0;
}

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

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

.servers .cons dl dd {
    line-height: 64px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #293340;
    background: #FFF;
}

/* 分页 */
#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%;
    padding-top: 60px;
    background: #141A21;
}

.footer .new {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #1d2035;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
}

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

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

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

.footer .tops dl dt {
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 20px;
    /*font-weight: 600;*/
    color: #CCC;
    /* 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; */
    text-align: center;
}

.footer .tops dl dd a:hover {
    text-decoration: underline;
}

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