html, body {
    width: 100%;
}
/* 头部 */
.header-container {
    padding: 0;
    height: 64px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    color: white;
    line-height: 64px;
    font-size:16px;
    font-family: PingFangSC-Medium;
    font-weight:500;
    z-index: 9999;
}

/* LOGO 与公司名 */
.wh-left-logo {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../image/logo.png) no-repeat center / 40px 40px;
    margin-top: 12px;
}
.wh-left-name {
    float: left;
    margin-left: 6px;
}

/* 菜单 */
.w-nav {
    height: 64px;
    line-height: 64px;
    list-style: none;
}
.w-nav-item {
    float: left;
    margin-right: 10px;
}
.w-nav-link {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 18px;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}
.w-nav-link:hover {
    border-bottom: 2px solid white;
    color: white;
    text-decoration: none;
}
.w-nav-link.on {
    border-bottom: 2px solid white;
    color: white;
}
/* 进入系统 */
.wh-button {
    color: #4777E5;
    float: right;
    margin-top: 12px;
}



/* 组件-轮播图 */
.carousel-container {
    padding: 0;
    position: relative;
    z-index: 1;
}
.w-carousel {
    width: 100%;
    height: 560px;
}
.wc-imgs {
    height: 100%;
}
.wc-img-item {
    width: 100%;
    height: 100%;
    position: relative;
}
.wc-img-item>img {
    display: block;
    width: 100%;
    height: 100%;
}
.wc-slogan {
    position: absolute;
    bottom: 140px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    text-align: center;
    color: white;
}


/* 按钮：公共样式 */
.w-btn {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    padding: 0 25px;
}
.w-btn1 {
    background:rgba(237,242,255,1);
    color: #4777E5;
}
.w-btn2 {
    background:white;
    color: #4777E5;
    border-color: #4777E5;
}
.w-btn3 {
    background:rgba(241,235,255,1);
    color: #9161FF;
}
.w-btn4 {
    border:2px solid rgba(145,97,255,1);
    color: #9161FF;
    background-color: white;
}
.w-btn5 {
    background:rgba(237,242,255,1);
    color: #4777E5;
}
.w-btn6 {
    background:rgba(241,235,255,1);
    color: #9161FF;
}
.w-btn7 {
    background: #4777E5;
    color: white;
    padding: 0 45px;
}


/* ICON:公共样式 */
.w-icon {
    width: 40px;
    height: 40px;
}
.w-icon1 {
    background: url(../image/icon/i1.png) no-repeat center / 40px 40px;
}
.w-icon2 {
    background: url(../image/icon/i2.png) no-repeat center / 40px 40px;
}
.w-icon3 {
    background: url(../image/icon/i3.png) no-repeat center / 40px 40px;
    margin: 0 auto;
}
.w-icon4 {
    background: url(../image/icon/i4.png) no-repeat center / 40px 40px;
    margin: 0 auto;
}
.w-icon5 {
    background: url(../image/icon/e1.png) no-repeat center / 40px 40px;
    margin: 0 auto;
}
.w-icon6 {
    background: url(../image/icon/e2.png) no-repeat center / 40px 40px;
    margin: 0 auto;
}
.w-icon7 {
    background: url(../image/icon/e3.png) no-repeat center / 40px 40px;
    margin: 0 auto;
}
.w-icon8 {
    background: url(../image/icon/a1.png) no-repeat center / 40px 40px;
}
.w-icon9 {
    background: url(../image/icon/a2.png) no-repeat center / 40px 40px;
    margin: 0 auto;
}
.w-icon10 {
    background: url(../image/icon/a3.png) no-repeat center / 40px 40px;
    margin: 0 auto;
}


/* 过渡块 */
.container-title {
    text-align: center;
    display: block;
    font-size:20px;
    font-weight:400;
    color:rgba(37,37,37,1);
    margin-top: 16px;
    margin-bottom: 25px;
}


/* 按钮间距 */
.w-gap {
    margin-left: 30px;
}



/* 底部 */
.footer-container {
    padding: 0;
    height: 277px;
    background: url(../image/footer.png) no-repeat center / 100% 100%;
    padding-top: 35px;
}
.footer-title {
    font-size:14px;
    font-weight:600;
    color:rgba(254,254,254,1);
    line-height: 38px;
}
.footer-link>a {
    font-size:14px;
    font-weight:400;
    color:rgba(254,254,254,1);
    opacity:0.8;
    line-height: 38px;
}
.footer-contact {
    font-size:14px;
    font-weight:400;
    color:rgba(254,254,254,1);
    opacity:0.8;
    line-height: 38px;
    position: relative;
}
.f-icon {
    width: 18px;
    height: 18px;
    margin-top: 10px;
    margin-right: 15px;
}
.f-icon1 {
    background: url(../image/icon/f1.png) no-repeat center / 18px 18px;
}
.f-icon2 {
    background: url(../image/icon/f2.png) no-repeat center / 18px 18px;
}
.f-icon3 {
    background: url(../image/icon/f3.png) no-repeat center / 18px 18px;
}
.footer-code {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../image/code.jpg) no-repeat center / 100% 100%;
}
/* 备案 */
.footer-record {
    display: block;
    border-top: 1px solid rgba(247,247,247,0.3);
    text-align: center;
    font-size:14px;
    font-weight:400;
    color:rgba(254,254,254,1);
    opacity:0.8;
    padding-top: 15px;
    height: 35px;
    position: relative;
}
.ba-wrap {
    width: 180px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -90px;
    overflow: hidden;
}
.ba-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0;
    margin: 0;
    background: url(../image/beian.png) no-repeat center / 20px 20px;
    float: left;
}
.ba-desc {
    float: left;
    padding: 0 10px;
}





/* 卡片：公共样式 */
.w-card {
    width: 100%;
}
.card-img {
    position: relative;
}
.card-content {
    position: relative;
}
.card-title {
    font-size:20px;
    font-weight:400;
    color:rgba(37,37,37,1);
    margin-bottom: 30px;
    margin-top: 15px;
}
.card-desc {
    font-size:14px;
    font-weight:400;
    color:rgba(152,152,152,1);
    line-height:26px;
    margin-bottom: 30px;
}
