* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, span {
    margin: 0;
    /* [disabled]padding: 0; */
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

textarea {
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    border-width: 0px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 2px;
    outline: none;
    vertical-align: baseline;
}
a{
    color: black;
    text-decoration: none;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 0.28rem Arial;
}

ul {
    list-style: none;
}

.body {
    position: relative;
}

.title-bq {
    position: relative;
    margin-top: 0.3rem;
    height: 0.6rem;
    /* display:flex; */	/* justify-content:flex-start; */
}

.title-bq .fk {
    margin-left: 0.3rem;
    width: 0.06rem;
    height: 0.32rem;
    float: left;
    background: #40a2eb;
    margin-top: 0.16rem;
}

.line {
    height: 1px;
    width: 100%;
    background: #dadada;
    margin-top: 0.1rem;
    clear: both;
}

#org_list .line {
    height: 1px;
    width: 100%;
    background: #eee;
    margin-top: 0.1rem;
    clear: both;
}

.title-bq span {
    font-size: 0.36rem;
    line-height: 0.6rem;
    font-weight: 600;
    color: #333;
    float: left;
    line-height: 0.6rem;
    display: block;
    padding-left: 0.2rem;
}

.title-bq .ml {
    float: right;
    margin-right: 0.3rem;
    line-height: 0.4rem;
    margin-toP: 0.15rem;
}

.title-bq .ml a {
    font-size: 0.28rem;
    color: #666;
    font-weight: normal;
    line-height: 0.4rem;
    text-decoration: none;
}

.title-bq img {
    width: 0.12rem;
    height: 0.22rem;
}

.title-bq span.a1 {
    font-size: 0.28rem;
    font-weight: normal;
    line-height: 0.4rem;
    margin-top: 0.15rem;
    color: #666;
}

.title-bq span.a2 {
    font-size: 0.28rem;
    font-weight: normal;
    color: #fc4545;
    line-height: 0.4rem;
    padding-left: 0;
    margin-top: 0.15rem;
}

.e-content {
    width: 100%;
    height: 0.2rem;
    background: #f4f4f4;
}

.end-text {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.8rem;
    text-align: center;
}

.eva-bq {
    margin: 0.1rem 0.3rem 0.3rem;
}

.bq-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.eva-bq span {
    font-size: 0.24rem;
    background: #40a2eb;
    font-weight: normal;
    padding-left: 0.1rem;
    width: auto;
    color: #fff;
    line-height: 0.52rem;
    display: block;
    border-radius: 20px;
}/*** 头部导航*/.menu {
                width: 100%;
                /*height:100%;*/
                z-index: 1000;
                top: 0;
            }

.nav {
    position: fixed;
    z-index: 1999;
    top: 0;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav--active .nav {
    opacity: 1;
    background-color: #333;
}

.nav__list {
    margin: 0;
    padding: 0px;
}

.nav__item {
    list-style-type: none;
    text-align: left;
    height: 1rem;
    line-height: 0.4rem;
    border-bottom: #595959 1px solid;
}

.nav__link {
    display: block;
    line-height: 1rem;
    font-size: 0.32rem;
    padding-left: 0.3rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}/* Default navigation icon */.nav__trigger {
                                  display: block;
                                  position: fixed;
                                  width: 0.5rem;
                                  height: 0.5rem;
                                  right: 0.3rem;
                                  top: 0.44rem;
                                  z-index: 3999;
                              }

.nav--active .nav__trigger {
    opacity: 0.5;
}

#index .nav__icon {
    background-color: #40a2eb;
}

#index .nav__icon:before,#index .nav__icon:after {
    background-color: #40a2eb;
}

#index .menu .nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
}

.nav__icon {
    display: inline-block;
    position: relative;
    display: block;
    width: 0.5rem;
    height: 0.06rem;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav__icon:before,.nav__icon:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.06rem;
    border-radius: 10px;
    position: absolute;
    background: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav__icon:before {
    margin-top: -0.16rem;
}

.nav__icon:after {
    margin-top: 0.16rem;
}/* Don't nest if you don't have to. *//*** Style #1*/.menu .nav {
                                                          -webkit-transform: translateX(-100%);
                                                          transform: translateX(-100%);
                                                          width: 100%;
                                                          height: 100%;
                                                      }

.menu .nav__link {
    opacity: 0;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.menu .nav--active .nav__link {
    opacity: 1;
}

.menu .nav--active .nav {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu .nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
}

.menu .nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu .nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}/*** 内页头部*/.ny-header {
                height: 0.9rem;
                width: 100%;
                background: #FF0036;
                position: fixed;
                top: 0;
                z-index: 999;
            }

.ny-header .btn-back {
    display: block;
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    text-indent: -99999px;
    background: url(../images/jt-wihte.png);
    background-size: 0.22rem 0.4rem;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.ny-header .header-title {
    font-size: 0.42rem;
    color: #fff;
    font-weight: 400;
    line-height: 0.9rem;
    text-align: center;
}/* CSS 底部浮动按钮 */.foot_content {
                     height: 0.9rem;
                     width: 100%;
                 }

.footer_nav {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 0.9rem;
    background: #fff;
    border-top: #eee 1px solid;
}

.footer_nav ul {
    display: flex;
}

.footer_nav a {
    color: inherit;
    text-decoration: none;
}

.footer_nav li {
    width: 17%;
}

.footer_nav li.f_sq {
    width: 49%;
}

#news_list .footer_nav li {
    width: 50%;
}

#news_list .footer_nav .f_tel {
    background: url(../images/b-tel-w.png);
    background-repeat: no-repeat;
    background-position: 0.92rem center;
    background-size: 0.32rem auto;
    background-color: #FF9500;
}

#news_list .footer_nav .f_zx {
    background: url(../images/b-zx-r.png);
    background-repeat: no-repeat;
    background-position: 0.92rem center;
    background-size: 0.32rem auto;
    background-color: #FF0036;
}

#news_list .footer_nav span {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.32em;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    text-indent: 0.26rem;
    display: block;
}

#news_detail .footer_nav li {
    width: 50%;
}

#news_detail .footer_nav .f_tel {
    background: url(../images/b-tel-w.png);
    background-repeat: no-repeat;
    background-position: 0.92rem center;
    background-size: 0.32rem auto;
    background-color: #FF9500;
}

#news_detail .footer_nav .f_zx {
    background: url(../images/b-zx-r.png);
    background-repeat: no-repeat;
    background-position: 0.92rem center;
    background-size: 0.32rem auto;
    background-color: #FF0036;
}

#news_detail .footer_nav span {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.32em;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    text-indent: 0.26rem;
    display: block;
}

.footer_nav span {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
    font-size: 0.22rem;
    color: #4c4c4c;
    text-align: center;
    display: block;
}

.footer_nav .f_tel {
    background: url(../images/b-tel.png);
    background-repeat: no-repeat;
    background-position: center 0.15rem;
    background-size: 0.32rem auto;
}

.footer_nav .f_zx {
    background: url(../images/b-zx.png);
    background-repeat: no-repeat;
    background-position: center 0.15rem;
    background-size: 0.32rem auto;
}

.footer_nav .f_pe {
    background: url(../images/b-ed.png);
    background-repeat: no-repeat;
    background-position: center 0.15rem;
    background-size: 0.32rem auto;
}

.footer_nav i {
    background: url(../images/b-sq.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    line-height: 0.9rem;
    display: block;
    color: #fff;
    font-size: 0.36rem;
}

#faq_list .footer_nav li {
    width: 25%;
    border-right: #e5e5e5 1px solid;
}

#faq_list .footer_nav li.f_sq {
    width: 50%;
}

#faq_detail .footer_nav li {
    width: 25%;
    border-right: #e5e5e5 1px solid;
}

#faq_detail .footer_nav li.f_sq {
    width: 50%;
}/* CSS 贷款产品 */.cplist {
                   width: 100%;
                   margin-top: 0;
               }

#products_list .cplist {
    margin-top: 1.7rem;
}
#products_listes .cplist {
    margin-top: 0.9rem;
}

.cplist-box {
    width: 100%;
}

.cplist-box li {
    border-bottom: #dadada 1px solid;
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
}

.cplist .cpleft {
    width: 16%;
    height: auto;
    border: #dadada 1px solid;
    border-radius: 4px;
    margin-left: 0.3rem;
    overflow: hidden;
    margin-top: 0.05rem;
}

.cplist .cpleft img {
    width: 100%;
    display: block;
}

.cplist .cpright {
    width: 72%;
    height: 1.25rem;
    margin-right: 0.3rem;
}

.cpright .cptitle {
    font-size: 0.32rem;
    color: #333;
    font-weight: normal;
}

.cptitle a {
    text-decoration: none;
    color: inherit;
}

.cpright .cptitle span {
    color: #1bad99;
    padding: 0 0.1rem;
    border: #1bad99 1px solid;
    display: inline-block;
    font-size: 0.24rem;
    margin-left: 0.1rem;
}

.cpdetail {
    display: flex;
    justify-content: space-between;
    padding-top: 0.1rem;
}

.cpdetail .detail {
    display: flex;
}

.cpdetail .ed p {
    font-size: 0.28rem;
    color: #999;
}

.cpdetail .ed .je {
    font-size: 0.36rem;
    color: #fd4545;
    font-weight: normal;
}

.cpdetail a {
    text-decoration: none;
    color: inherit;
}

.cpdetail .lv {
    margin-left: 0.2rem;
}

.cpdetail .lv p {
    font-size: 0.28rem;
    color: #999;
}

.cpdetail .lv span {
    font-size: 0.28rem;
    color: #333;
}

.cpdetail .sq-btn a {
    width: 1.35rem;
    height: 0.6rem;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 0.28rem;
    text-decoration: none;
    background: #40a2eb;
    line-height: 0.6rem;
    padding: 0 0.1rem;
    border-radius: 0.1rem;
    margin-top: 0.1rem;
}

.cplist .gd-btn {
    margin: 0 auto;
    width: 2rem;
}

.cplist .gd-btn img {
    width: 0.12rem;
    height: 0.22rem;
}

.cplist .gd-btn a {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.8rem;
    text-decoration: none;
}/* 下拉筛选*/.selectbox {
              top: 0.9rem;
              width: 100%;
              position: fixed;
              height: 0.9rem;
              background: #f7f7f7;
              border-bottom: #e5e5e5 1px solid;
              display: flex;
              display: -webkit-box;
          }

.selectbox .selemediv:nth-child(1) {
    width: 25%;
}

.selectbox .selemediv:nth-child(2) {
    width: 25%;
}

.selectbox .selemediv:nth-child(3) {
    width: 30%;
}

.selectbox .selemediv:nth-child(4) {
    width: 20%;
}

#org_list .selemediv:nth-child(1) {
    width: 33%;
}

#org_list .selemediv:nth-child(2) {
    width: 33%;
}

#org_list .selemediv:nth-child(3) {
    width: 33%;
}

.selemenu {
    position: relative;
    font-size: 0.28rem;
    line-height: 0.9rem;
    text-align: center;
    font-weight: normal;
    z-index: 2;
}

.selemenu span {
    color: #4c4c4c;
}

.selemenu .mr {
    color: #4c4c4c;
}

.selemenu .bt {
    color: #40a2eb!important;
}

.selemenu .btt {
    color: #40a2eb;
}

.selemediv .selemenu.active {
    color: #40a2eb;
}

.selemenu i {
    font-size: 0.28rem;
    line-height: 0.9rem;
    display: inline-block;
    vertical-align: top;
    width: 0.3rem;
    height: 0.2rem;
    margin-top: 0.35rem;
    margin-left: 0.1rem;
    background: url(../images/jt-xl.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.selemenu i.down {
    font-size: 0.28rem;
    line-height: 0.9rem;
    display: inline-block;
    vertical-align: top;
    width: 0.3rem;
    height: 0.2rem;
    margin-top: 0.35rem;
    margin-left: 0.1rem;
    background: url(../images/jt-xl.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.selemenu i.up {
    font-size: 0.28rem;
    line-height: 0.9rem;
    display: inline-block;
    vertical-align: top;
    width: 0.3rem;
    height: 0.2rem;
    margin-top: 0.35rem;
    margin-left: 0.1rem;
    background: url(../images/jt-sl.png)!important;
    background-repeat: no-repeat!important;
    background-size: 100%!important;
}

.selemenu i.choose {
    font-size: 0.28rem;
    line-height: 0.9rem;
    display: inline-block;
    vertical-align: top;
    width: 0.3rem;
    height: 0.2rem;
    margin-top: 0.35rem;
    margin-left: 0.1rem;
    background: url(../images/jt-slb.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.selemediv .selectList {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0rem;
    top: 0.9rem;
    z-index: 2;
}

.selectList .slt-li {
    height: 0.8rem;
    font-size: 0.28rem;
    color: #4c4c4c;
    line-height: 0.8rem;
    overflow: auto;
    text-align: center;
    border-top: 1px solid #d9d9d9;
    padding: 0 0.3rem;
}

.selectList .filter .item {
    border-top: 1px solid #d9d9d9;
    padding: 0.2rem 0.3rem;
}

.selectList .filter .item p {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    color: #999;
}

.selectList .filter .item .justify {
    text-align: justify;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filter .item span {
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 2rem;
    text-align: center;
    color: #4c4c4c;
    font-size: 0.28rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.filter .item .active {
    background: #40a2eb;
    border: 1px solid #40a2eb;
    color: #fff;
}

.selectList .btns {
    display: box;
    display: -webkit-box;
    height: 1rem;
    line-height: 1rem;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    font-size: 0.36rem;
    text-align: center;
}

.selectList .btns .reset {
    -webkit-box-flex: 1;
    color: #999;
    border-top: 1px solid #d9d9d9;
}

.selectList .btns .submit {
    -webkit-box-flex: 1;
    background: #1aab9a;
    color: #fff;
    border-bottom: 1px solid #1aab9a;
}

.mask {
    position: fixed;
    top: 1.8rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}/* CSS 内页底部 *//* CSS 底部 */.footer {
                               background: #fafafa;
                               padding: 0.3rem 0;
                           }

.footer .b-nav {
    font-size: 0.24rem;
    color: #999;
    text-align: center;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer .b-tel a {
    display: flex;
}

.footer .b-tel {
    width: 3.8rem;
    margin: 0 auto;
    height: 0.42em;
    border: #999 1px solid;
    border-radius: 20px;
    margin-top: 0.2rem;
}

.footer .b-tel span {
    font-size: 0.24rem;
    display: block;
    color: #999;
    line-height: 0.42rem;
}

.footer .b-tel img {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    margin-right: 0.1rem;
    margin-left: 0.3rem;
}

.footer .b-bq {
    font-size: 0.20rem;
    color: #999;
    text-align: center;
    margin-top: 0.2rem;
}

.breadcrumb {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.36rem;
    padding: 0.3rem;
}

.breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb span {
    color: #666;
}

/*cnzz图标隐藏*/
#cnzz_stat_icon_1279941512{display: none;}