﻿@import url("//at.alicdn.com/t/c/font_4336068_7nvqt2pk32.css");
 body, html {
    margin: 0;
    height: 100%;
    width: 100%;
}
ul, li {
    list-style: none;
}
html, body {
    font-family: PingFang SC, PingFang SC;
    font-size: 12px;
    color: #333;
}
* {
    margin: 0;
    box-sizing: border-box;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Start Header样式 */
 .header {
    width: 1200px;
    height: 84px;
    background: #FFFFFF;
    margin: 0 auto;
}
.header .header-content {
    display: flex;
    align-items: center;
    padding-top: 13px;
    justify-content: space-between;
}
.header .header-content .header-left {
    width: 160px;
    height: 60px;
}
.header .header-content .header-left img {
    width: 100%;
    height: 100%;
}
.header .header-content .header-right {
    display: flex;
    align-items: center;
}
.header .header-content .header-right .link-item {
    display: flex;
    align-items: center;
    user-select: none;
    position: relative;
}
.header .header-content .header-right .link-item .item-icon {
    width: 16px;
    height: 16px;
    margin: -5px 5px 0 0;
    color: #000;
}
.header .header-content .header-right .link-item::before {
    content:'';
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.header .header-content .header-right .link-item.active::before {
    background-color: #0194FF;
}
.header .header-content .header-right .link-item.active .text-link, .header .header-content .header-right .link-item.active .item-icon {
    color: #0194FF;
}
.header .header-content .header-right .link-item + .link-item {
    margin-left: 30px;
}
.header .header-content .header-right .text-link {
    height: 28px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    text-decoration: none;
}
/* End Header样式 */

/* Start Footer样式 */
 .footer {
    width: 100%;
    min-width: 1200px;
    height: 286px;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    color: #fff;
}
.footer .footer-left .com-name {
    margin: 10px 0 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}
.footer .footer-left .com-phone {
    margin: 10px 0 10px;
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
.footer .footer-left .com-des {
    margin-bottom: 10px;
    color: #b0b0b0;
    font-size: 12px;
}
.footer .footer-right {
    margin-left: 25px;
    border-left: 2px solid #444;
    display: flex;
}
.footer .footer-right .qrCode .code-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 6px;
}
.footer .footer-right .right-item, .footer .footer-right .qrCode {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    justify-content: space-between;
}
.footer .footer-right .item-link, .footer .footer-right .qrDes {
    margin-top: 10px;
    color: #828690;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.footer .footer-right .item-link:first-of-type, .footer .footer-right .qrDes:first-of-type {
    margin-top: 0;
}
/* End Footer样式 */