/* 底部样式 */

.bottomSubject {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-top: 54px;
}

.bottomSubWidths {
    overflow: hidden;
    position: relative;
    width: 1200px;
    padding: 34px 0 24px 0;
}

.bottomSubConts {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bottomSubContNavs {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 280px);
}

.omSubContNavDome {
    overflow: hidden;
    position: relative;
    /* padding-right: 60px; */
}

.omSubContNavDome:last-child {
    padding-right: 0px;
}

/* 咨询热线：标题与内容统一左对齐 */
.omSubContNavDome.omSubContNavContact .omSubContNavTitle,
.omSubContNavDome.omSubContNavContact .omSubContNavTexts {
    text-align: left;
}

.omSubContNavTitle {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.omSubContNavTexts {
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.omSubContNavTexts ul {
    overflow: hidden;
    position: relative;
}

.omSubContNavTexts ul li {
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}

.omSubContNavTexts ul li a {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 13px;
    color: #666;
}

.omSubContNavTexts ul li a:hover {
    color: #2877F8;
}

.omSubContNavTexts ul li span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 13px;
    color: #666;
}

.bottomSubContErwem {
    overflow: hidden;
    position: relative;
    display: flex;
}

.tomSubContErwList {
    overflow: hidden;
    position: relative;
    padding-left: 36px;
}

.tomSubContErwList:first-child {
    padding-left: 0px;
}

.tomSubContErwTuian {
    overflow: hidden;
    position: relative;
    width: 97px;
    height: 97px;
    background: linear-gradient(133deg, #2877F8 0%, #00C3E2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.tomSubContErwTuian img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 91px;
    height: 91px;
}

.tomSubContErwIcon {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.tomSubContErwIcon img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
}

.tomSubContErwIcon span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 13px;
    color: #333;
    padding-left: 4px;
}

.bottomSubBanuans {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.tomSubBanuaInfos {
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #666;
}

.tomSubBanuaxukezs {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 12px;
}

.SubBanuaxukList {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.SubBanuaxukList img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.SubBanuaxukList span {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 12px;
    color: #666;
}


/* 返回顶部 */
.qrcode_sidebar {
    position: fixed;
    bottom: 148px;
    right: 0px;
    width: 60px;
    z-index: 99;
    background: #fff;
    border-radius: 12px 0 0 12px;
    border: 1px solid #eceef2;
    border-right: 0;
    box-shadow: 0 2px 12px rgba(17, 24, 39, 0.08);

}

.qrcode_sidebar a {
    display: block;
    width: 60px;
    margin-top: 0;
    padding: 10px 0 8px;
    transition: background-color 0.2s ease;

}

.qrcode_sidebar a:first-child {
    border-radius: 12px 0 0 0;
}

.qrcode_sidebar a:last-child {
    border-radius: 0 0 0 12px;
}

.qrcode_sidebar a + a {
    border-top: 1px solid #f2f3f5;
}

.qrcode_sidebar a:hover {
    background: #f6f8fc;
    text-decoration: none;
}

.qrcode_sidebar_list {
    width: 100%;
    padding-top: 25px;

    font-size: 11px;
    color: #5b6472;
    text-align: center;
    transition: color 0.2s ease;
}

.qrcode_sidebar a:hover .qrcode_sidebar_list,
.qrcode_sidebar a:hover .go_li {
    color: #2778F8;
}

.qrcode_sidebar .go_li {
    font-size: 11px;
    color: #5b6472;
    transition: color 0.2s ease;
}

.qrcode_sidebar_gzh {
    background: url(../images/fot_gzh.png) no-repeat center 0px;
}

.qrcode_sidebar_app {
    background: url(../images/fot_app.png) no-repeat center 0px;
}

.qrcode_sidebar_tc {
    width: 150px;
    background: #fff;
    border: 1px solid #eceef2;
    box-shadow: 0 6px 24px rgba(17, 24, 39, 0.14);
    position: absolute;
    left: -170px;
    top: -120px;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
}

.qrcode_sidebar_tcbg2 {
    background: #fff;
}

.qrcode_sidebar_h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.qrcode_sidebar_p {
    font-size: 12px;
    color: #98a1ad;
    padding: 3px 0 5px 0;
}

.qrcode_sidebar_ewm {
    width: 120px;
    height: 120px;
    background-color: #fff;
    padding: 5px;
    margin: 0 auto;
    border-radius: 4px;
}

.qrcode_sidebar_ewm img {
    border-radius: 4px;

}

/* APP 二维码：源图白边比公众号的薄，缩到 110px 使码体与公众号视觉同宽（110×127/135≈104px） */
.qrcode_sidebar_ewm_app {
    width: 110px;
    height: 110px;
    display: block;
    margin: 5px auto;
}

.qrcode_sidebar .qrcode_sidebar_gb {
    width: 10px;
    height: 10px;
    background: url(../images/tel_tclose.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 8px;
    top: -15px;
    display: block;
}

.dn {
    display: none
}

.go-top {
    right: 0px;
    width: 60px;
    border-radius: 12px 0 0 12px;
    padding-top: 0;
    border: 1px solid #eceef2;
    border-right: 0;
    box-shadow: 0 2px 12px rgba(17, 24, 39, 0.08);
}

.go-top:before {
    display: none;
}

.go-top a {
    margin: auto;
    height: auto;
    padding: 10px 0 8px;
    border-radius: 12px 0 0 12px;
    transition: background-color 0.2s ease;
}

.go-top a:hover {
    background: #f6f8fc;
}

.go-top .go_li {
    font-size: 11px;
    color: #5b6472;
    transition: color 0.2s ease;
}

.go-top a:hover .go_li {
    color: #2778F8;
}