/* 底部样式 */

.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% - 320px);
}

.omSubContNavDome {
    overflow: hidden;
    position: relative;
    /* padding-right: 60px; */
}

.omSubContNavDome:last-child {
    padding-right: 0px;
}

.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 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: 50px;
}

.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%;
    padding-top: 24px;
}

.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: 160px;
    right: 0px;
    width: 60px;
    z-index: 99;
    background: #fff;
    border-radius: 10px 0 0 10px;

}

.qrcode_sidebar a {
    display: block;
    width: 60px;
    height: 50px;
    margin-top: 15px;

}

.qrcode_sidebar_list {
    width: 100%;
    padding-top: 25px;

    font-size: 10px;
    text-align: center;
}

.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: linear-gradient(180deg, #fff, #fff, #8cb2f1, #0A7BFD);
    position: absolute;
    left: -170px;
    top: -120px;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
}

.qrcode_sidebar_tcbg2 {
    background: linear-gradient(180deg, #fff, #fff, #7ee6b0, #098f49);
}

.qrcode_sidebar_h2 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.qrcode_sidebar_p {
    font-size: 12px;
    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;

}

.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: 10px;
    padding-top: 10px;
}

.go-top:before {
    display: none;
}

.go-top a {
    margin: auto;
}