/*@media screen and (min-width: 1800px) and (max-width: 1920px) {*/

/*    .container {*/
/*        max-width: 1400px !important;*/
/*    }*/
/*}*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}

*:focus {
    outline: none;
}

button, input, select, textarea, label {
    vertical-align: middle;
    border: 0;
    outline: none;
    background: none;
}


ul, ol {
    list-style: none;
}

a {
    text-decoration: none !important;
    vertical-align: baseline;
    cursor: pointer;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

input, textarea {
    outline: none;
    -webkit-appearance: none;
}

input[type='checkbox']:focus {
    outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}


.flash {
    position: absolute;
    width: 90px;
    height: 100%;
    left: -145px;
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-30deg);
}

.flash_css:hover .flash {
    left: 400px;
    transition: all 0.5s ease-in-out;
}


.img_toggle {
    width: 100%;
    overflow: hidden;
}

.img_toggle img {
    transition: all .5s;
    cursor: pointer;
}

.img_toggle img:hover {
    /*transform: rotateY(180deg);*/
    transform: scale(1.1, 1.1)
}

.header{
    z-index: 999;
}
.qrcode_search{
    height: 50px;
    background: #CF111B;
    padding-right: 70px;
}
.nav li a {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav li a:after {
    content:"";
    width: 95%;
    height: 3px;
    background: #ffffff;
    display: block;
    margin-top: 5px;
}
.nav .hover a:after {
    content:"";
    width: 95%;
    height: 3px;
    background: #D0111A;
    display: block;
    margin-top: 5px;
}
/*.nav li a:hover:after{*/
/*    background: #D0111A;*/
/*}*/
.logo{
    max-width: 30%;
}
.bannerSwiper {
    width: 100%;
    height:770px;
    overflow: hidden;
}
.bannerSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom_login{
    width: 322px;
    height: 235px;
    background: rgba(255,255,255,.65);
    border-radius: 20px 20px 20px 20px;
    z-index: 99;
    top: 50%;
    margin-top: -110px;
    right: 10%;
}
.custom_login h5 {
    color: #d0121b;
    font-size: 16px;
}
.custom_login>a{
    width: 266px;
    height: 48px;
    background: #d0121b;
    border-radius: 10px;
    font-size: 24px;
    color: #ffffff;
    display: block;
}
.sub_nav{
    background: #ffffff;
    border-top:1px solid #e5e5e5;
    height: auto;
    display: none;
}

.sub_nav .second_dt>a{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.sub_nav .second_dt>a:after{
    content: "";
    width: 36px;
    height: 3px;
    background: #d0121b;
    display: block;
    margin-top: 10px;
}
.sub_nav dl{
    width: calc(100% / 7);
}

.sub_nav dl>dt{
    margin-bottom: 30px;
    padding-left: 20px;
}
.sub_nav dl>dt>a{
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.qr_code{
    width: 300px;
    height: 211px;
    background: #ffffff;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.qr_code img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.search_box{
    height: auto;
    background: #ffffff;
    top: 50px;
    display: none;
}
.header .btn_go{
    font-weight: bold;
    font-size: 20px;
    color: #222222;
}
.news{
    background: #F8F8F8;
    height: auto;
    padding: 30px 20px;
}
.news .left {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.news .right a {
    font-size: 20px;
    font-weight: bold;
    color: #212121;
}
.news .list {
    margin-top: 40px;
}
.news .list .left a{
    width: 500px;
    font-size: 18px;
    color: #000000;
    line-height: 50px;
    font-weight: normal;
}
.news .list .left a:hover{
    color: #d0121b;
}
.news .list .left:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #BEBEBE;
    display: block;
    margin-right: 10px;
}
.common_title{
    margin-bottom: 30px;
}

.common_title h3{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}
.common_title .desc{
    width: 1000px;
    font-size: 18px;
    color: #000000;

}
.common_title .desc p{
    margin: 0 20px;
    display: block;
    min-width: 200px;
    text-align: center;
}

.common_title .desc:before,.common_title .desc:after{
    content: "";
    width: 1000px;
    height: 1px;
    background: #EDEDED;
    display: block;
}
.leadSwiper .swiper-slide {
    width: 100%;
    height: 323px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #E0E0E0;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}
.leadSwiper .swiper-slide img{
    width: 100%;
    height: 202px;
    object-fit: cover;
}
.leadSwiper .swiper-slide a {
    color: #000000;
    width: 100%;

}
.leadSwiper .time{
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
}
.leadSwiper .swiper-slide a:hover .time{
    color: #D4A641;

}
.leadSwiper .swiper-slide a:hover .desc{
    color: #CF121B;
}

.page {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.page a {
    font-size: 16px;
    padding: 0 15px;
    line-height: 40px;
    background: #ccc;
    margin: 10px 3px;
    color: #fff;
    display: inline-block;
}

.page a.active {
    background: #CF121B;
}


.leadSwiper .desc{
    height: 80px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
}

/*改按钮样式*/
.leader .swiper-button-prev:after {
    display: none;
}

.leader .swiper-button-next:after {
    display: none;
}


.leader .swiper-button-prev {
    width: 51px;
    height: 51px;
    background: url('../../lib/images/prev.png') no-repeat;
    left: -50px;
    bottom: 15px;
}

.leader .swiper-button-next {
    width: 51px;
    height: 51px;
    right: -50px;
    background: url('../../lib/images/next.png') no-repeat;
    bottom: 15px;
}
/*改按钮样式*/
.type{
    top: 80px;
}
.type .item{
    width: 371px;
    height: 530px;
    background: url("../images/type_bg.png") no-repeat center center;
    background-size: cover;
    padding: 0 17px;
    overflow: hidden;
}
.type .item .name {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin: 40px 0 20px 0px;
}
.type .item .con {
    height: 200px;
    border-radius: 25px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    overflow: hidden;

}
.type .item .con div{
    width: 50%;
    height: 50%;
    float: left;
    border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    font-size: 20px;
}
.type .item .con div a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
}
.type .item .con a:nth-last-child(-n+2){
    border-bottom: none;
}
.type .item .con a:hover {
    background: #d0121b;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.type .item .more {
    font-size: 20px;
    font-weight: bold;
    color: #212121;
    margin-top: 50px;
}
.type .item .more a{
    color: #212121;
}
.online_bank .con a {
    color: #333333;
}
.guarantee{
    height: 400px;
    background: url("../images/bg4.png") no-repeat center center;
    background-size: cover;
    margin-top: 20px;
    overflow: hidden;
}
.guarantee .left h3{
    font-size: 41px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #000000;

}
.guarantee .right {
    margin-left: 75px;
}
.guarantee .right img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}
.guarantee .right .red_shadow{
    width: 500px;
    height: 300px;
    background: #d0121b;
    margin-top: -290px;
    margin-left: 10px;
}
.guarantee .left h4 {
    max-width: 430px;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}
.guarantee .jump{
    width: 440px;
    margin-top: 50px;
}
.guarantee .jump a{
    width: 208px;
    height: 67px;
    margin-right: 15px;
    background: #ffffff;
    border-radius: 15px;
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
    padding: 0 20px;
}
.guarantee .jump a:nth-last-child(odd){
    margin-right: 0;
}
.service .left{
    width: 390px;
    height: auto;
}
.service .right {
    width: calc(100% - 410px);
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #E0E0E0;

}
.service .left .tabs {
    width: 390px;
    height: 80px;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 12px 0px #E0E0E0;*/
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    position: relative;
}
.service .left .tabs span {
    /*margin-left: 20px;*/
    right: 20px;
    position: absolute;
    font-size: 20px;
}
.service .left .tabs:nth-child(1){
    margin-bottom: 18px;
}
.service .left .hover {
    /*background: #D0111A;*/
    /*color: #ffffff;*/
    color: #000000;
}

.service .right .item {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}
.service .right .item .text:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #BEBEBE;
}
.service .right .item a{
    color: #333333;
}
.invest_relative{
    height: 100px;
    background: url("../images/loan.png") no-repeat center center;
    background-size: cover;
}
.invest_relative .text {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.invest_relative .jump a {
    width: 208px;
    height: 67px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    font-size: 20px;
    color: #000000;
    display: block;
    margin-right: 16px;
}
.invest_relative .jump a span {

    color: #d0121b;
}
.swiper-pagination-bullet-active{
    background: #d0121b;
}
footer {
    background: #F5F5F5;
    height: auto;
    overflow: hidden;
}
.foot_nav ul{
    max-width: 400px;
    margin-top: 25px;
}
.foot_nav ul li{
    display: inline-block;
    margin-right: 30px;
}
.foot_nav ul li a {
    width: 72px;
    height: 84px;
    font-size: 18px;
    color: #474747;
    line-height: 70px;
}
.copyright{
    font-size: 14px;
    color: #8D8D8D;
    line-height: 40px;
}
.copyright p {
    margin-bottom: 0;
}
.copyright a {
    color: #8D8D8D;
}
.page_banner{
    height: 397px;
}
.position a {
    color: #474747;
}
.lists .left {
    width: auto;
    height: auto;
    border-right: 1px solid #F0F0F0;
    padding-right: 10px;
}
.lists .left ul li {
    border-bottom: 1px solid #F0F0F0;
    width: 245px;
    height: 56px;
    line-height: 56px;
    padding-left: 10px;
}
.lists .left ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #2F3133;
}
.lists .left ul li:hover{
    background: #EBEBEB;
    padding-left: 30px;
}
.lists .right{
    width: calc(100% - 300px);
}
.lists .right .title{
    font-size: 30px;
    font-weight: bold;
    color: #CF121B;
}
.page_news .icon:before{
    content: "";
    width: 4px;
    height: 4px;
    background: #BEBEBE;
    margin: 0 20px;

}
.page_news a {
    width: 710px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
    line-height: 70px;
}
.page_news {
    border-bottom: 1px dashed #EAEAEA;
}
.page_news a:hover{
    color: #CF121B;
}
.detail .title {
    font-size: 26px;
    color: #333333;
}
.detail .time{
    color: #969696;
}
.detail .time span {
    font-size: 16px;
    color: #333333;
}
.detail .text {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.pager a {
    color: #333333;
}
.pager a:hover{
    color: #C72126;
}
.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail img {
    max-width: 95%;
    object-fit: cover;
    margin: 0 auto;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active{
    background: #d0121b;
}

    [v-cloak] {
        display: none;
    }
