* {
    padding: 0;
    margin: 0;
    /* font-family: 'Microsoft YaHei' */
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif
}

html,
body {
    min-width: 1024px;
}

body {
    /* background-color: #f5f5f5 */
}

.fl {
    float: left;
}

.fr {
    float: right
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

img {
    border: 0;
    outline: none
}

ul,
li {
    list-style: none
}

a {
    text-decoration: none
}

.com-bor-b {
    border-bottom: 1px solid #ebebeb
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.h-inner {
    position: relative;
    /* width: 76.875%; */
    width: 914px;
    height: 65px;
    margin: 0 auto;
}

.logo {
    width: 190px;
    height: 52px;
    margin-top: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logo.png) no-repeat 0 -20px
}

.scrollTop .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 72px 32px;
    background: url(../img/logo2.png) no-repeat 0 -20px
}

.logo img {
    width: 72px;
    height: auto;
    display: inline-block
}

.hide {
    display: none
}

.nav {
    position: absolute;
    left: 0;
    width: 100%;
    height: 54px;
    /* overflow: hidden; */
    font-size: 24px;
}

.nav a {
    /* color: #777777 */
    color: #000
}

.scrollTop .nav a {
    color: #333
}

.nav-ul {
    text-align: center;
    width: 100%;
    font-size: 0
}

.nav-item {
    padding: 0 38px;
    display: inline-block;
    height: 54px;
}

.nav-item a {
    font-size: 18px;
    display: inline-block;
    line-height: 54px;
    height: 50px;
    padding: 0 16px;
    border-bottom: 4px solid transparent
}

.nav-item .active {
    border-bottom-color: #f5f5f5
}

.nav-item a:hover {
    /* border-bottom-color: #f5f5f5; */
    color: #508FFF;
    border-bottom: solid 5px #508FFF;
}

.scrollTop .nav-item .active {
    color: #0188fb
}

.scrollTop .nav-item .active {
    color: #0188fb;
    border-bottom-color: #0188fb
}

.scrollTop .nav-item a:hover {
    /* border-bottom-color: #0188fb */
    /* color: #0188fb */
    background-color: rgba(0, 0, 0, 0.06)
}

.video-bg img {
    width: 100%;
    display: block
}

.footer {
    padding-top: 0;
    background-color: #ebebeb;
    height: 40px;
    border-top: 1px solid #dbdbdb;
    color: #777777;
    font-size: 14px;
    text-align: center
}

.item-title {
    padding-top: 10px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
}

.header.scrollTop {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb
}

.item-desc {
    color: #666;
}

.copy-right {
    padding-top: 10px
}

.footer.fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.ant-card-body{
    color: #000;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
}