@charset "utf-8";

/* common-css */
html,
body {
	font-family: arial,"Microsoft YaHei",PingFangSC-Regular, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
select {
    margin: 0;
    padding: 0;
}

input,
button,
textarea,
select {
    *font-size: 100%;
    outline: none;
    vertical-align: middle;
}

input {
    border: 0 none;
    vertical-align: middle;
    outline: none;
    background: none;
}

.mt10 {
    margin-top: 0.1rem !important;
}

.ml10 {
    margin-left: 0.1rem !important;
}

.mt5 {
    margin-top: 0.05rem !important;
}

.mt15 {
    margin-top: 0.15rem !important;
}

.mt20 {
    margin-top: 0.2rem !important;
}

.mt25 {
    margin-top: 0.25rem !important;
}

.mt40 {
    margin-top: 0.4rem !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg_whiter {
    background: #ffffff;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.ared,
.ared1,
.ared2 {
    color: #E93030 !important;
}

.ayellow {
    color: #FF7711 !important;
}

.agreen {
    color: #67B512 !important;
}

.agray {
    color: #666666 !important;
}

.ablue {
    color: #4371E0 !important;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.no_bb {
    border-bottom: none !important;
}

.animate {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

/* 1-1-首页 start */
/* 共用头部+侧边栏+底部样式start */
section .header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.5rem;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    z-index: 1000;
    padding: .13rem;
}

.menu_btn {
    position: absolute;
    top: 0.14rem;
    left: 0.13rem;
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/h5_img/nav.png) no-repeat center;
    background-size: 0.22rem 0.22rem;
    z-index: 10;
    /* transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out; */
}

.menu_btn.on {
    position: absolute;
    top: 0.14rem;
    left: 0.13rem;
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/h5_img/list.png) no-repeat center;
    background-size: 0.22rem 0.22rem;
    z-index: 10;
    /* transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out; */
}

section .header .logo img {
    width: 1.06rem;
    height: 0.35rem;
}

.dialog-layer {
    display: none;
    position: fixed;
    left: 0;
    top: 0.5rem;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2000;
}

.menu_nav {
    visibility: hidden;
    position: fixed;
    left: -50%;
    top: 0.5rem;
    width: 56%;
    min-width: 2.1rem;
    height: 100%;
    padding-left: 0.15rem;
    /* padding: 0.73rem 0; */
    background-color: #FFFFFF;
    z-index: 2001;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.menu_nav.act {
    left: 0;
    visibility: visible;
}

.menu_nav .outer_list>li {
    position: relative;
}

.menu_nav .outer_list>li>div {
    padding: 0.14rem 0.15rem 0.14rem 0;
    border-bottom: 1px solid #EBEDF0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_nav .outer_list>li>div>a {
    width: auto;
    font-size: 0.16rem;
    color: #333333;
    letter-spacing: 0;
    line-height: 0.22rem;
    font-weight: 400;
}

.menu_nav .outer_list>li>div>i {
    width: 0.12rem;
    height: 0.06rem;
    background: url(../images/h5_img/outerIist_show_icon.png);
    background-size: 0.12rem 0.06rem;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.menu_nav .outer_list>li>div>i.act {
    width: 0.12rem;
    height: 0.06rem;
    background: url(../images/h5_img/outerIist_show_icon.png);
    background-size: 0.12rem 0.06rem;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.menu_nav .Level2_list {
    display: none;
    padding: .15rem .15rem 0 0;
    /* transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out; */
}

.menu_nav .Level2_list.act {
    padding: .15rem .15rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out; */
}

.menu_nav .Level2_list>li {
    width: 44%;
    min-width: .84rem;
    height: .3rem;
    background: #F4F9FF;
    border-radius: 5px;
    margin-bottom: .1rem;
}

.menu_nav .Level2_list>li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: .14rem;
    color: #1678FF;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    line-height: .3rem;
}

section>article {
    padding-top: .5rem;
}

article .contentBox {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

article .contentBox .mainBox {
    flex: 1;
}

section .footer {
    padding: .15rem;
    display: flex;
    align-items: center;
    position: relative;
    background-image: linear-gradient(180deg, #7C9CD4 0%, #005BA7 100%);
}

section .footer .footer_ChildL {
    flex: 1;
    width: auto;
}

section .footer .footer_ChildL .footer_ChildL_tp {
    font-size: .14rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 0.14rem;
    font-weight: 400;
}

section .footer .footer_ChildL .footer_ChildL_cn {
    opacity: 0.7;
    font-size: 0.1rem;
    -webkit-text-size-adjust: none;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: .165rem;
    font-weight: 400;
    text-align: justify;
    margin: .15rem 0;
}

section .footer .footer_ChildL .footer_ChildL_bt {
    display: flex;
    align-items: center;
}

section .footer .footer_ChildL .footer_ChildL_bt em {
    display: inline-block;
    width: 0.13rem;
    height: 0.13rem;
    background: url(../images/h5_img/policeBadge_icon.png) center no-repeat;
    background-size: 0.13rem 0.13rem;
    margin-right: 10px;
}

section .footer .footer_ChildL .footer_ChildL_bt p {
    flex: 1;
    width: auto;
    opacity: 0.7;
    font-size: .11rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: .11rem;
    font-weight: 400;
}

section .footer .footer_ChildR {
    width: .75rem;
    margin-left: 0.1rem;
}

section .footer .footer_ChildR img {
    width: .65rem;
    height: .65rem;
    border-radius: 0.02rem;
    margin: 0 auto;
}

section .footer .footer_ChildR p {
    width: .75rem;
    margin-top: 0.05rem;
    font-size: .10rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: .21rem;
    font-weight: 400;
    text-align: center;
    -webkit-text-size-adjust: none;
}

/* 共用头部+侧边栏+底部样式end */

article .banner_Box {
    width: 100%;
    height: 2rem;
    position: relative;
}

.h5CnBox {
    padding: 0 0.15rem;
}

article .banner_Box .banner_img {
    width: 100%;
    height: 2rem;
}

article .bannerUnder_box {
    display: flex;
    height: 1.02rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.02rem 0.08rem 0 rgba(15, 24, 38, 0.07);
    border-radius: 0.05rem;
    margin-top: -0.65rem;
    z-index: 2;
    position: relative;
}

article .bannerUnder_box .indexBannerUnd_btn {
    display: block;
    width: 25%;
    position: relative;
}

.indexBannerUnd_btn .indexBnUndBtn_tp {
    display: block;
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 100%;
    background-image: linear-gradient(135deg, #86A1D1 0%, #005BA7 100%);
    text-align: center;
    line-height: 0.44rem;
    margin: 0.15rem auto 0.1rem;
}

.indexBannerUnd_btn .indexBnUndBtn_tp img.indexBnUndBtn_icon {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: middle;
}

.indexBannerUnd_btn .indexBnUndBtn_txt {
    font-size: 0.13rem;
    color: #0F1826;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.13rem;
    font-weight: 400;
}

.indexPageSec_tit {
    margin: 0.15rem;
    font-size: 0.16rem;
    color: #0F1826;
    letter-spacing: 0;
    line-height: 0.16rem;
    font-weight: bold;
}

.indexPageSec_tit>em {
    display: block;
    width: 0.04rem;
    height: 0.16rem;
    border-radius: 0.02rem;
    background: #0068AD;
    margin-right: 0.1rem;
    float: left;
}

.indexPageSecBox_ComBusiness {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 0.1rem 0.1rem;
}

.indexPageSecBox_ComBusiness .IndexPSB_ComBusinessChild:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    height: 100%;
}

.indexPageSecBox_ComBusiness .IndexPSB_ComBusinessChild {
    position: relative;
    height: 0.44rem;
    background-image: linear-gradient(135deg, #86A1D1 0%, #005BA7 100%);
    border-radius: 0.05rem;
    padding: 0.15rem;
}

.indexPageSecBox_ComBusiness .IndexPSB_ComBusinessChild .ComBusinessChild_Bg {
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 0.44rem;
    height: 0.44rem;
}

.indexPageSecBox_ComBusiness .IndexPSB_ComBusinessChild .ComBusinessChild_tit {
    font-size: 0.14rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 0.14rem;
    font-weight: bold;
}

.indexPageSecBox_NewsDyn {
    background: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(15, 24, 38, 0.07);
    border-radius: 10px;
    position: relative;
    margin-bottom: 0.15rem;
}

.indexPageSecBox_NewsDyn .NewsDyn_TabPageBox {
    position: relative;
}

.NewsDyn_TabPageBox .NewsDyn_TabPage_list {
    width: 50%;
    float: left;
}

.NewsDyn_TabPageBox .NewsDyn_TabPage_list>.NewsDyn_TabPage_btn {
    display: block;
    width: 100%;
    height: 0.4rem;
    border-bottom: 1px solid #EBEDF0;
    text-align: center;
    font-size: .13rem;
    color: #6E7580;
    letter-spacing: 0;
    line-height: .4rem;
    font-weight: 400;
    float: left;
}

.NewsDyn_TabPageBox .NewsDyn_TabPage_list>.NewsDyn_TabPage_btn:after {
    content: "";
    display: block;
    width: 0;
    height: 0.02rem;
    background: #0068AD;
    position: relative;
    margin: -0.03rem auto 0;
    transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -webkit-transition: width .4s ease-in-out;
}

.NewsDyn_TabPageBox .NewsDyn_TabPage_list.act>.NewsDyn_TabPage_btn,
.NewsDyn_TabPageBox .NewsDyn_TabPage_list>.NewsDyn_TabPage_btn:hover {
    font-size: 0.14rem;
    color: #0068AD;
    font-weight: bold;
}

.NewsDyn_TabPageBox .NewsDyn_TabPage_list.act>.NewsDyn_TabPage_btn:after,
.NewsDyn_TabPageBox .NewsDyn_TabPage_list>.NewsDyn_TabPage_btn:hover:after {
    content: "";
    display: block;
    width: 0.16rem;
}

.indexPageSecBox_NewsDyn .NewsDyn_TabPageCont {
    padding: 0 0.15rem;
}

.NewsDyn_TabPageCont>.NewsDyn_TabPageBox_childBox {
    display: none;
    clear: both;
}

.NewsDyn_TabPageCont>.NewsDyn_TabPageBox_childBox.act {
    display: block;
    clear: both;
}

.commList {
    padding: .1rem 0;
    border-bottom: 1px solid #EBEDF0;
}

.commList .commList_MnTxt {
    font-size: 0.14rem;
    color: #0F1826;
    letter-spacing: 0;
    line-height: 0.21rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
}

.commList .commList_LtTxt {
    font-size: 0.14rem;
    color: #A9AFB8;
    letter-spacing: 0;
    line-height: 0.21rem;
    font-weight: 400;
}

.NewsDyn_TabPageBox_childBox .commListAfter_btn {
    display: block;
    padding: 0.15rem 0;
    font-size: 0.14rem;
    color: #0068AD;
    letter-spacing: 0;
    line-height: 0.14rem;
    font-weight: 400;
    text-align: center;
}

.indexPageSecBox_DataInfo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 0.15rem;
    margin-bottom: 0.15rem;
}

.indexP_DataInfo_item {
    width: 100%;
    height: 1.05rem;
    background: #FFFFFF;
    box-shadow: 0 0.02rem 0.08rem 0 rgba(15, 24, 38, 0.07);
    border-radius: 0.05rem;
    text-align: center;
    padding: .155rem 0;
}

.indexP_DataInfo_item .indexP_DataInfo_txt1 {
    font-size: 0.13rem;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.18rem;
    font-weight: 400;
}

.indexP_DataInfo_item .indexP_DataInfo_txt2 {
    font-size: 0.16rem;
    color: #00051D;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.22rem;
    font-weight: bold;
    margin: 0.08rem 0;
}

.indexP_DataInfo_item .indexP_DataInfo_txt3 {
    font-size: 0.13rem;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.18rem;
    font-weight: 400;
}

.indexP_DataInfo_item .indexP_DataInfo_txt3 .color_green {
    color: #389E0D;
}

.indexP_DataInfo_item .indexP_DataInfo_txt3 .color_red {
    color: #E83445;
}

.fixedKF_nav {
    width: 0.55rem;
    height: 0.55rem;
    background: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(15, 24, 38, 0.07);
    border-radius: 100%;
    position: fixed;
    right: 0.15rem;
    bottom: 1.5rem;
    z-index: 300;
}

.fixedKF_nav .fixedKF_nav_icon {
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    margin: 0.1rem auto 0.01rem;
}

.fixedKF_nav .fixedKF_nav_tit {
    font-size: 0.11rem;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.12rem;
    font-weight: 400;
}

/* 1-1-首页 end */

/* 2-1-软件下载 start */
.banner_Box .commFir_tit {
    width: 100%;
    font-size: 0.16rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 0.16rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0.25rem;
}

.banner_Box .commFir_tit:after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.03rem;
    background: #1678FF;
    border-radius: 0.015rem;
    margin: 0.06rem auto 0;
}

.bannerUnder_mian {
    position: relative;
    margin-top: -1.36rem;
}

.bannerUnder_mian ul.softwareDLPage_ul .softwareDLPage_list {
    background: #FFFFFF;
    border-radius: 0.05rem;
    padding: 0.15rem;
    position: relative;
}

.softwareDLPage_ul .softwareDLPage_list {
    margin-bottom: 0.15rem;
}

.commThr_tit {
    font-size: 0.14rem;
    color: #333333;
    text-align: justify;
    font-weight: bold;
    line-height: 0.2rem;
    position: relative;
}

.commThr_tit>em {
    display: inline-block;
    width: 0.02rem;
    height: 0.06rem;
    background: #1678FF;
    border-radius: 0.02rem;
    position: relative;
    vertical-align: middle;
}

.softwareDLPage_ul .softwareDLPage_list .softwareDL_btn {
    display: block;
    width: 0.86rem;
    /* padding: 0 0.06rem; */
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    background: #FFFFFF;
    background-image: linear-gradient(90deg, #31B0FF 0%, #1678FF 100%);
    border-radius: 0.04rem;
    font-size: 0.14rme;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: bold;
    float: right;
}

.softwareDL_btn>em {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background: url(../images/h5_img/softwareDL_btnIcon.png) center no-repeat;
    background-size: 0.12rem 0.12rem;
    position: relative;
    vertical-align: middle;
    margin-right: 0.05rem;
}

.softwareDL_infoBox>.softwareDL_infoItem:not(:last-child) {
    margin-bottom: 0.05rem;
}

.softwareDL_infoBox .softwareDL_infoItem .DL_infoItem_label {
    font-size: 0.13rem;
    color: #999999;
    letter-spacing: 0;
    line-height: 0.19rem;
    font-weight: 400;
    float: left;
}

.softwareDL_infoBox .softwareDL_infoItem .DL_infoItem_txt {
    font-size: 0.13rem;
    color: #1678FF;
    letter-spacing: 0;
    line-height: 0.19rem;
    font-weight: 400;
    float: left;
}

.softwareDL_infoBox .softwareDL_infoItem .DL_infoItem_txtBox {
    padding-left: 0.14rem;
    font-size: 0.13rem;
    color: #333333;
    letter-spacing: 0;
    line-height: 0.19rem;
    font-weight: 400;
    clear: both;
}

.bannerUnder_mianItem {
    opacity: 0.98;
    background: #FFFFFF;
    border-radius: 0.05rem;
    padding: 0.15rem;
}

.bannerUnder_mianItem.mb_62 {
    margin-bottom: 0.62rem;
}

.commThr_tit.mb_10 {
    margin-bottom: 0.1rem;
}

.common_ul .commListAfter_btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.15rem;
    font-size: 0.14rem;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
}

.invBankChildList_imgBox {
    display: block;
    width: 100%;
    margin: 0.2rem 0;
    text-align: center;
}

.invBankChildList_imgBox .invBankChildList_img {
    display: inline-block;
}

.common_txt {
    font-size: 0.14rem;
    color: #333333;
    text-align: justify;
    line-height: 0.2rem;
    font-weight: 400;
}

.txt_blueBold {
    font-size: 0.14rem;
    color: #1678FF;
    text-align: justify;
    line-height: 0.2rem;
    font-weight: bold;
}

.bannerUnder_mianItem.mb_15 {
    margin-bottom: 0.15rem;
}

.bannerUnder_mianItem.maxHi_variable {
    position: relative;
    opacity: 0.98;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0 0;
    height: 1.15rem;
    overflow: hidden;
    transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
    -webkit-transition: height .4s ease-in-out;
}

.bannerUnder_mianItem.maxHi_variable.act {
    height: auto;
}

.bannerUnder_mianItem.maxHi_variable .maskLayer_Wh {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.9rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%);
}

.bannerUnder_mianItem.maxHi_variable.act .maskLayer_Wh {
    background: none;
    position: relative;
    height: auto;
}

.bannerUnder_mianItem.maxHi_variable .maskLayer_Wh .btn_maxHight_115 {
    display: block;
    width: 0.6rem;
    height: 0.26rem;
    opacity: 0.91;
    background: #FFFFFF;
    box-shadow: 0 0.02rem 0.08rem 0 rgba(15, 24, 38, 0.07);
    border-radius: 0.13rem;
    text-align: center;
    font-size: 0.12rem;
    color: #1678FF;
    letter-spacing: 0;
    line-height: 0.26rem;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 0.53rem;
}

.bannerUnder_mianItem.maxHi_variable .maskLayer_Wh .btn_maxHight_115.act {
    margin-top: 0.15rem;
}

.btn_maxHight_115 .icon_maxHiSwitch {
    display: inline-block;
    width: 0.09rem;
    height: 0.05rem;
    background: url(../images/h5_img/icon_maxHiSwitch_toDown.png) center no-repeat;
    background-size: 0.09rem 0.05rem;
    position: relative;
    vertical-align: middle;
    margin-left: 0.04rem;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.btn_maxHight_115.act .icon_maxHiSwitch {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.h5BtmBox {
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0 -0.02rem 0.08rem 0 rgba(15, 24, 38, 0.07);
    border-radius: 0.1rem 0.1rem 0 0;
    padding: 0.15rem;
    z-index: 3;
}

.h5BtmBox .card_btn_Box {
    display: flex;
    height: 0.93rem;
    margin: 0 -0.075rem;
}

.h5BtmBox .card_btn_Box:not(:last-child) {
    margin-bottom: 0.15rem;
}

.h5BtmBox .card_btn_Box .card_btn {
    flex: 1;
    height: 0.93rem;
    padding: 0.15rem 0;
    margin: 0 0.075rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #F5F6FA;
    border-radius: 0.05rem;
}

.card_btn .card_boxIcon {
    display: block;
    width: 0.33rem;
    height: 0.33rem;
}

.card_btn .card_boxIcon {
    text-align: center;
}

article .contentBox .mainBox.display_flex {
    display: flex;
    flex-direction: column;
}

.mainBox.display_flex .h5Box_parent {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: -1.36rem;
    height: 100%;
}

.mainBox.display_flex .h5Box_parent .bannerUnder_mian {
    margin-top: 0;
}


.groupsHonor_box .groupsHonor_body {
    width: 100%;
    height: 5.6rem;
    overflow-y: auto;
    /* padding-right: 0.15rem !important; */
}

.groupsHonor_MonthBox .groupsHonor_MonthTit {
    width: 0.58rem;
    height: 0.2rem;
    background: url(../images/h5_img/groupsHonor_MonthTit_bg.png) center no-repeat;
    background-size: 0.58rem 0.2rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 0.2rem;
    font-weight: 600;
}

.groupsHonor_MonthBox .groupsHonor_MonthTit>span {
    padding-left: 0.19rem;
}

.groupsHonor_MonthBox ul.groupsHonor_Month_ul {
    padding-top: 0.08rem;
    overflow: hidden;
}

.groupsHonor_MonthBox ul.groupsHonor_Month_ul>li {
    font-size: 0.14rem;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 0.26rem;
    font-weight: 400;
    padding: 0.08rem 0 0.08rem 0.25rem;
    position: relative;
}

.groupsHonor_MonthBox ul.groupsHonor_Month_ul>li:before {
    content: "";
    display: inline-block;
    width: 0.01rem;
    height: 100%;
    background: #E5E5E5;
    position: absolute;
    left: 0.09rem;
    bottom: 0.22rem;
}

.groupsHonor_MonthBox ul.groupsHonor_Month_ul>li .dotS_icon {
    display: inline-block;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #1678FF;
    position: absolute;
    left: 0.07rem;
    top: 0.18rem;
    z-index: 2;
}

.comm_selectBox {
    width: 100%;
    height: 0.4rem;
    background: #F7F7F7;
    border-radius: 0.1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comm_selectBox.mb_15 {
    margin-bottom: 0.15rem;
}

.comm_selectBox .input_replica {
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
    font-weight: 400;
    line-height: 0.2rem;
}

.comm_selectBox em {
    display: inline-block;
    width: 0.07rem;
    height: 0.04rem;
    background: url(../images/h5_img/inputDl_icon.png) no-repeat center;
    background-size: 0.07rem 0.04rem;
    margin-left: 0.05rem;
}

.comm_selectBox em.act {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.comm_selectBox .selectDrop_box {
    width: 100%;
    position: absolute;
    top: 0.4rem;
    background: #FFFFFF;
    box-shadow: 0 0.02rem 0.1rem 0 rgba(15, 24, 38, 0.07);
    border-radius: 0.05rem;
    display: none;
    padding: 0.1rem 0 0.15rem;
    z-index: 5;
    max-height: 1.85rem;
    overflow-y: auto;
}

.comm_selectBox .selectDrop_box li:not(:last-child) {
    margin-bottom: 0.15rem;
}

.comm_selectBox .selectDrop_box li a {
    display: block;
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
    font-weight: 400;
    line-height: 0.2rem;
}

.comm_selectBox .selectDrop_box li.act a {
    color: #1678FF;
}

.comm_selectBox .selectDrop_box li:hover a {
    color: #1678FF;
}

.comm_tabOptionsList {
    display: flex;
}

.comm_tabOptionsList .comm_tabOptions {
    flex: 1;
    height: 0.3rem;
}

.comm_tabOptionsList .comm_tabOptions a {
    display: block;
    height: 100%;
    border-radius: 0.15rem;
    font-size: 0.13rem;
    color: #666666;
    text-align: center;
    line-height: 0.3rem;
    font-weight: 400;
}

.comm_tabOptionsList .comm_tabOptions.act a,
.comm_tabOptionsList .comm_tabOptions:hover a {
    background: #1678FF;
    color: #FFFFFF;
    font-weight: bold;
}

.comm_tabOptionsList.mb_15 {
    margin-bottom: 0.15rem;
}

.inputBox_pra {
    display: flex;
}

.inputBox_pra .comm_inputBox {
    flex: 1;
    height: 0.39rem;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.1rem;
    padding: 0 0.15rem 0 0.1rem;
    display: flex;
    align-items: center;
}

.inputBox_pra .comm_inputBox em {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/h5_img/icon_inquire.png) center no-repeat;
    background-size: 0.18rem 0.18rem;
    margin-right: 0.05rem;
    margin-top: -0.02rem;
}

.inputBox_pra .comm_inputBox input {
    flex: 1;
    font-size: 0.13rem;
    line-height: 0.19rem;
    color: #333;
    font-weight: 400;
}

.inputBox_pra .comm_inputBox input::-webkit-input-placeholder {
    color: #999999;
}

.inputBox_pra .comm_inputBox input::-moz-placeholder {
    color: #999999;
}

.inputBox_pra .comm_inputBox input::-ms-input-placeholder {
    color: #999999;
}

.inputBox_pra .comm_inputBox .inputInquire_btn {
    display: block;
    line-height: 0.19rem;
    font-size: 0.13rem;
    color: #1678FF;
    font-weight: bold;
}

.h5_commTable {
    width: 100%;
    table-layout: fixed;
}

.h5_commTable thead {
    padding: 0 0.1rem;
    background: #F7F7F7;
}

.h5_commTable thead tr th {
    font-size: 0.14rem;
    color: #666666;
    text-align: center;
    font-weight: 400;
    padding: 0.08rem 0;
    line-height: 0.2rem;
}

.h5_commTable tbody {
    padding: 0.1rem;
}

.h5_commTable tbody tr td {
    background: #ffffff;
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
    font-weight: 400;
    padding: 0.08rem;
    line-height: 0.16rem;
    padding: 0.15rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.h5_commTable tbody tr td p {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.h5_commTable tbody tr td p.color_999 {
    color: #999999;
    margin-top: 0.05rem;
}

.h5_commTable tbody tr td::after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 0.01rem solid #EEEEEE;
    position: absolute;
    bottom: 0;
    left: 0;
}

.h5_commTable thead tr th:first-child {
    padding-left: 0.1rem;
    text-align: left;
}

.h5_commTable thead tr th:last-child {
    padding-right: 0.1rem;
}

.h5_commTable tbody tr td:first-child {
    padding-left: 0.1rem;
    text-align: left;
}

.h5_commTable tbody tr td:last-child {
    padding-right: 0.1rem;
}

.h5_commTable tbody tr td:first-child:after {
    width: calc(100% - 0.1rem);
    left: 0.1rem;
}

.h5_commTable tbody tr td:last-child:after {
    width: calc(100% - 0.1rem);
    right: 0.1rem;
}

.bannerUnder_mianItem.borderRadius_nn00 {
    border-radius: 0.05rem 0.05rem 0 0;
}

.h5_commTableBox.borderRadius_00nn {
    border-radius: 0 0 0.05rem 0.05rem;
    /* padding-bottom: 0.15rem; */
    background: #fff;
}

.h5_commTableBox.mb_15 {
    margin-bottom: 0.15rem;
}

.h5_commTableBox .commBtn_afterTb {
    display: block;
    width: auto;
    font-size: 0.14rem;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    line-height: 0.2rem;
    margin: 0 auto;
    padding: 0.15rem 0;
}

.comm_tabList_BeforeTxt {
    font-size: 0.14rem;
    color: #333333;
    font-weight: 400;
    line-height: 0.2rem;
    margin-bottom: 0.1rem;
}

.comm_tabOptionsList.mb_10 {
    margin-bottom: 0.1rem;
}

.comm_tabOptionsList.comm_tabOptionsSecList {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 0.1rem;
    background: #F7F7F7;
    border-radius: 0.1rem;
}

.comm_tabOptionsList.comm_tabOptionsSecList li {
    display: inline-block;
    width: auto;
    height: 0.2rem;
    margin-right: 0.15rem;
}

.comm_tabOptionsList.comm_tabOptionsSecList li a {
    display: block;
    height: 0.2rem;
    font-size: 0.14rem;
    color: #333333;
    font-weight: 400;
    line-height: 0.2rem;
}

.comm_tabOptionsList.comm_tabOptionsSecList li.act a,
.comm_tabOptionsList.comm_tabOptionsSecList li:hover a {
    color: #1678FF;
    background: none;
}

.comm_selectBox.w_77 {
    width: 0.77rem;
    margin-right: 0.1rem;
}

@media screen and (max-width: 400px) {
    .inputBox_pra .comm_inputBox input {
        width: 1.4rem;
    }
}

.common_ul .commList .display_flex {
    display: flex;
    align-items: center;
}

.common_ul .commList .display_flex .w_flex1 {
    flex: 1;
}

.commList .listPlace_icon {
    display: block;
    width: 0.15rem;
    height: 0.18rem;
    background: url(../images/h5_img/listPlace_icon.png) center no-repeat;
    background-size: 0.15rem 0.18rem;
}

.grayInfoCard_list {
    margin-bottom: 0.2rem;
}

.grayInfoCard_list .grayInfoCard {
    background: #F5F6FA;
    border-radius: 0.05rem;
    padding: 0.1rem 0;
}

.grayInfoCard_list .grayInfoCard:not(:last-child) {
    margin-bottom: 0.15rem;
}

.grayInfoCard_list .grayInfoCard .grayInfoCard_tit {
    font-size: 0.14rem;
    color: #666666;
    font-weight: 400;
    line-height: 0.2rem;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}

.grayInfoCard_list .grayInfoCard .grayInfoCard_tit .grayInfoCard_icon {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    position: relative;
    vertical-align: middle;
    margin-right: 0.05rem;
}

.grayInfoCard_list .grayInfoCard .grayInfoCard_txt {
    padding: 0 0.1rem;
    font-size: 0.14rem;
    color: #333333;
    text-align: justify;
    font-weight: bold;
    line-height: 0.2rem;
}

.grayInfoCard_icon.place {
    background: url(../images/h5_img/grayInfoCard_iconPl.png) center no-repeat;
    background-size: 0.24rem 0.24rem;
}

.grayInfoCard_icon.telphone {
    background: url(../images/h5_img/grayInfoCard_iconPh.png) center no-repeat;
    background-size: 0.24rem 0.24rem;
}

.bannerUnder_mianItem.borderRadius_00nn {
    border-radius: 0 0 0.05rem 0.05rem;
}

.bannerUnder_mianItem.padding_0 {
    padding: 0;
}

.h5_MapBox {
    position: relative;
    padding-bottom: 0.05rem;
	width: 100%;
	height: auto;
	min-height: 230px;
}

.h5_MapBox .h5_MapImg {
    width: 100%;
    height: auto;
}

.h5_MapBox .h5_MapReturn_btn {
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    background: #FFFFFF;
    box-shadow: 0 0.02rem 0.08rem 0 rgba(15, 24, 38, 0.07);
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 0.44rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h5_MapBox .h5_MapReturn_btn em {
    width: 0.15rem;
    height: 0.14rem;
    background: url(../images/h5_img/h5_MapReturn_btnIcon.png) center no-repeat;
    background-size: 0.15rem 0.14rem;
    margin-bottom: 0.045rem;
}

.h5_MapBox .h5_MapReturn_btn span {
    font-size: 0.11rem;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.12rem;
    font-weight: 400;
}

.h5_MapBox .h5_MapPosition_btn {
    position: absolute;
    width: 100%;
    bottom: 0.5rem;
}

.h5_MapBox .h5_MapPosition_btn em {
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: #1678FF;
    border-radius: 100%;
    border: 0.03rem solid #fff;
    box-shadow: 0 0.02rem 0.08rem 0 rgba(15, 24, 38, 0.07);
    margin: 0 auto;
}

.h5_MapBox .h5_MapPosition_btn .h5_MapPosition_info {
    display: block;
    width: 1.95rem;
    padding: 0.05rem 0.1rem;
    opacity: 0.98;
    background: #FFFFFF;
    box-shadow: 0 0.02rem 0.1rem 0 rgba(15, 24, 38, 0.07);
    position: absolute;
    bottom: 0.16rem;
    left: 50%;
    margin-left: -0.975rem;
}

.h5_MapBox .h5_MapPosition_info {
	margin-left: 0.38rem;
	width: 1.95rem;
}

.h5_MapBox .h5_MapPosition_info h4 {
    font-size: 0.11rem;
    color: #1678FF;
    letter-spacing: 0;
    line-height: 0.15rem;
    font-weight: bold;
    text-align: justify;
}

.h5_MapBox .h5_MapPosition_info .MapPosition_info_txtLb {
    font-size: 0.11rem;
    color: #999;
    letter-spacing: 0;
    line-height: 0.15rem;
    font-weight: 400;
    text-align: justify;
}

.h5_MapBox .h5_MapPosition_info .MapPosition_info_txtCom {
    font-size: 0.11rem;
    color: #333;
    letter-spacing: 0;
    line-height: 0.15rem;
    font-weight: 400;
    text-align: justify;
}

/* 2-1-软件下载 end */
/* 2022-02-23 样式调整部分--start */
.indexPageSecBox_ComBusiness .IndexPSB_ComBusinessChild {
    padding: 0;
}

.indexPageSecBox_ComBusiness .IndexPSB_ComBusinessChild>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.15rem;
    position: relative;
}
/* 2022-02-23 样式调整部分--end */
/* 2022-02-24 新增通用文章页样式--start */
.h5CnBox .h5Comm_articleBox {
    display: block;
    padding: 0.15rem;
    margin-top: 0.15rem;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0.05rem;
}

.h5CnBox .h5Comm_articleBox .h5Comm_articleHeader {
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #EEE;
}

.h5CnBox .h5Comm_articleBox .h5Comm_articleHeader h3 {
    font-size: 0.18rem;
    color: #333333;
    text-align: justify;
    line-height: 0.27rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.h5CnBox .h5Comm_articleBox .h5Comm_articleHeader p {
    font-size: 0.14rem;
    color: #999999;
    text-align: justify;
    font-weight: 400;
    line-height: 0.2rem;
}

.h5CnBox .h5Comm_articleBox .h5Comm_articleMain {
    padding-top: 0.15rem;
}

.h5CnBox .h5Comm_articleBox .h5Comm_articleMain p {
    font-size: 0.15rem;
    color: #333333;
    text-align: justify;
    line-height: 0.22rem;
    font-weight: 400;
}

/* 2022-02-24 新增通用文章页样式--end */
.indexBannerUnd_btn .indexBnUndBtn_tp img.indexBnUndBtn_icon {
    vertical-align: top;
    position: relative;
    top: 50%;
    margin-top: -0.12rem;
}

.menu_nav li.specialLi {
	width: 100%;
    min-width: .84rem;
    height: .3rem;
    background: #F4F9FF;
    border-radius: 5px;
    margin-bottom: .1rem;
}

.menu_nav li.specialLi a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: .13rem;
    color: #1678FF;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    line-height: .3rem;
}

.noDataPage_Box .noDataPage_txt {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
}
/* 2022-03-02 --start */

.h5FirNav_box {
    padding: 0.15rem 0.15rem;
    background: #fff;
    margin-bottom: -0.15rem;
    border-radius: 0.05rem 0.05rem 0 0;
}

.h5FirNav_box.fixed {
    position: fixed;
    top: 0.5rem;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: #fff;
    padding: 0.1rem 0.3rem 0.1rem;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

/* 2022-03-02 --end */