body {
    font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #F8F9FA;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: 170px;
    background-color: #FFFFFF;
}

header .hbg {
    position: absolute;
    height: 4px;
    width: 100%;
    background-image: url("../img/top_h.png");
    overflow: hidden;
}

header .hot {
    width: 300px;
    height: 30px;
    line-height: 26px;
    margin: 0 auto;
    display: flex;
    color: rgba(255, 255, 255, 0.9);
    background-image: url("../img/top_m.png");
    background-repeat: no-repeat;
}

header .hot img {
    margin-top: -3px;
    vertical-align: middle;
}

header .hot .tel {
    width: 100%;
    height: 30px;
    line-height: 29px;
    text-align: center;
}

header .concat {
    display: flex;
    margin-top: -30px;
}

header .concat a {
    color: #262626;
    text-decoration: none;
}

header .concat a:visited {
    color: #262626;
}

header .concat .icon {
    margin: 25px auto 20px 30px;
}

header .concat .icon > img {
    width: 120px;
    height: 61px;
}

header .concat .tel-box {
    width: 309px;
    height: 60px;
    text-align: center;
    background: #F5F6F7;
    border-radius: 6px;
    display: flex;
    padding-left: 8px;
    align-items: center;
    margin: 30px 30px 20px auto;
}

header .concat .tel-box span {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.wx, .mail {
    width: 149px;
    cursor: pointer;
}

.wx img, .mail img {
    margin: -2px 3px;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}

.h-spilt {
    width: 1px;
    height: 36px;
    margin: 1px 3px 1px 10px;
    background: rgba(140, 140, 140, 0.2);
}

header .nav {
    display: flex;
    text-align: center;
}

header .nav > a {
    text-decoration: none;
}

header .menu {
    width: 25%;
    height: 60px;
    cursor: pointer;
    color: #262626;
    font-size: 16px;
    line-height: 60px;
    background-color: #F5F6F7;
    border-right: 2px rgba(111, 110, 110, 0.2) solid;
}

header .this-menu {
    color: #FFFFFF;
    background-color: #127FBB;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 18px;
}

.title {
    margin-top: 50px;
    user-select: none;
}

.title h1 {
    font-size: 34px;
    height: 48px;
    line-height: 48px;
}

.title p {
    color: #A4A6B5;
    font-size: 20px;
    margin-top: -15px;
    line-height: 21px;
}

header .qrcode {
    z-index: 1000;
    position: absolute;
    display: none;
    top: 93px;
    right: 139px;
    padding: 15px 10px 10px 10px;
    background-color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

header .qrcode img {
    width: 180px;
    height: 180px
}

header .qrcode .guanzhu {
    font-weight: 500;
    color: #8C8C8C;
    line-height: 17px;
    text-align: center;
    padding: 10px 0 0 0;
}

header .wx:hover .qrcode {
    display: block;
}

.top {
    position: fixed;
    display: none;
    cursor: pointer;
    left: calc(50% - 600px - 80px);
    bottom: 391px;
    width: 48px;
    height: 48px;
    background: #fff;
}

.top img {
    margin: 12px;
    width: 24px;
    border-radius: 2px;
}

footer {
    width: 100%;
    height: 295px;
    background: #E7E8EC;
    border-top: 4px solid #127FBB;
}

footer .concat {
    width: 800px;
    height: 206px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

footer .concat .icon {
    margin: 0 25px;
}

footer .concat .icon img {
    width: auto;
    height: 52px;
}

footer .concat .text {
    margin: 0 25px;
}

footer .concat p {
    height: 17px;
    line-height: 21px;
    font-weight: 400;
    color: #8C8C8C;
}

footer .sp-hr {
    width: 1px;
    height: 38px;
    align-self: center;
    background: rgba(140, 140, 140, 0.2);
}

footer .sp-vr {
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
    background: rgba(140, 140, 140, 0.2);
}

footer .copyright {
    display: flex;
    margin: 10px auto;
    color: #8C8C8C;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

footer .copyright .sp-hr {
    height: 10px;
    margin: 0 10px;
}

footer .atext {
    margin: 5px;
    color: #8C8C8C;
    text-decoration: none;
}

footer .qrcode {
    width: 190px;
    white-space: nowrap;
}

footer .qrcode img {
    margin: 0 50px;
    width: 90px;
    height: 90px;
}

footer .qrcode .guanzhu {
    font-weight: 500;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
    text-align: center;
    padding: 3px;
}

