body{
    min-width: 1130px;
}
body a{
    color: #333;
}
body a:hover{
    text-decoration: inherit;
    color: #333;
}
.header {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px;
}
.header .menu{
    height: 100px;
}
.header .menu>div {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}
.header .menu>div:after{
    content: '';
    background: url("../images/line_03.png") no-repeat;
    width: 2px;
    display: inline-block;
    position: absolute;
    height: 20px;
    top: 42px;
    right: 0;
}
.login-btn-space .btn-default{
    padding: 6px 20px;
    border: 1px solid #ddbf65;
    margin-right: 20px;
    color:#ddbf65;
}
.login-btn-space .btn-default:hover{
    background: #ddbf65;
    color: #ffffff;
}
.top_icon,.top_name{
    display: inline-block;
    vertical-align:middle;
}
.top_name{
    margin-right: 20px;
    font-size: 16px;
}
.top_icon img{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.header .menu>div>a{
    color: inherit;
    font-size: 16px;
    padding: 30px 17px;
    display: block;
}
.header .menu>div>a:hover{
    font-weight: bold;
}
.index-main-images {
    width: 380px;
    margin-right: 130px;
    font-size: 0;
    text-align: right;
    padding-left: 35px;
}
.index-main-images img{
    width: 120px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.index-main-images img:nth-child(even) {
    margin-right: 0;
}
.index-main-title {
    font-size: 45px;
    font-weight: bold;
    padding-top: 8px;
}
.index-main-subtitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.index-main-tabs .num{
    font-size: 30px;
    font-weight: bold;
    color: #ddbf65;
    text-align: center;
}
.pd88{
    padding: 0px 88px;
}
.index-main-tabs .lab{
    font-size: 18px;
    font-weight: bold;
}
.index-main-tabs .hr{
    border-right: 2px solid #ccc;
}
.header .menu>div:last-child:after{
    display: none;
}
.banner{
    position: relative;
}
.banner .swiper-slide {
    height: 370px;
    overflow: hidden;
}
.banner .swiper-slide-active {
    z-index: 10;
}
.banner .swiper-slide img {
    position: absolute;
    left: 50%;
    margin-left: -640px;
    height: 431px;
}
.application .pagination {
    position: absolute;
    text-align: center;
    bottom: 0;
    z-index: 10;
}
.application .pagination .swiper-pagination-bullet{
    width: 25px;
    height: 25px;
    background: #fff;
    opacity: 1;
    margin-left: 15px;
}
.application .pagination .swiper-pagination-bullet-active{
    background: #ddbf65;
}
.content {
    max-width: 1130px;
    margin: 100px auto;
    padding: 0 15px;
}
.content-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}
.content-title .title-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.content-title .title-icon .line{
    background: #ddbf65;
    width: 30px;
    height: 2px;
    display: inline-block;
}
.content-title .title-icon .drop{
    background: #ddbf65;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 8px;
}
.content-sub-title {
    font-size: 25px;
    font-weight: lighter;
    color: #ccc;
}
.content .more{
    color: #ff9d00;
}
.content .more img{
    vertical-align: baseline;
}
.c_logos img{
    height: 75px;
    padding: 5px 10px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important;
    border-radius: 10px;
}
.c_logos>a,.c_logos>div{
    margin: 0 0 20px 0;
}
.five-track img{
    width: 110px;
    height: 110px;
}
.five-track .text-content{
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}
.sale{
    width: 410px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important;
    margin-bottom: 30px;
}
.sale img{
    width: 410px;
    height: 223px;
}
.sale .title{
    font-size: 20px;
    margin-bottom: 15px;
    height: 58px;
}
.sale .title img{
    width: auto;
    height: 24px;
    color: #ccc;
    margin-top: 3px;
}
.sale .subtitle{
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.sale .subtitle img{
    width: auto;
    height: 16px;
    color: #ccc;
    margin-top: 1px;
}
.sale .hot,.sale .date{
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #999;
}
.sale .hot img{
    width: auto;
    height: 14px;
    margin-right: 5px;
}
.banner-back{
    background: #f4f4f4;
    width: 100%;
    padding: 80px 0;
    margin: -50px 0;
}
.banner-back .content{
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px;
    background: #fff;
    border-radius: 10px;
}
.investor {
    padding: 0 50px;
    position: relative;
}
.investor:after {
    content: ' ';
    border-right: 1px solid #ccc;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: -2px;
    top: 0;
}
.investor:last-child:after{
    border: 0;
}
.investor .avatar{
    margin-right: 20px;
}
.investor .name{
    font-size: 20px;
    font-weight: bold;
}
.investor .position{
    font-size: 16px;
}
.investor .industry{
    margin-top: 15px;
    font-size: 16px;
}
.swiper-investor .swiper-button-prev,.swiper-investor .swiper-button-next{
    height: 100%;
    top: 24px;
    background: #fff;
}
.swiper-investor .swiper-button-prev{
    left: 0;
}
.swiper-investor .swiper-button-next{
    right: 0;
}
.swiper-investor .swiper-button-prev:after,.swiper-investor .swiper-button-next:after{
    font-size: 30px;
    color: #ccc;
}
.fund{
    width: 46%;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 20px 0px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.fund.dark{
    background: #535dda;
    color: #fff;
}
.fund.dark>a{
    color: #ffffff;
}
.bp-button{
    background: #535dda;
    border-radius: 40px;
    height: 60px;
    width: 235px;
    margin: 30px auto 0;
    line-height: 60px;
    font-size: 21px;
    font-weight: bold;
    color: white;
    display: block;
}
a.bp-button,a.bp-button:hover{
    color: white;
}
.banner-waist .swiper{
    height: 267px;
}
.banner-waist .swiper-slide img{
    position: absolute;
    left: 50%;
    margin-left: -640px;
    height: 267px;
}
.banner-waist .waist-window{
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    width: 45%;
    height: 100%;
    color: #fff;
    padding: 40px 50px ;
}
.banner-waist .waist-window .name{
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold;
}
.banner-waist .waist-window .desc{
    font-size: 14px;
    width: 382px;
    text-align: justify;
    line-height: 25px;
}
.swiper-case .swiper-slide{
    height: auto;
}
.swiper-case .pagination .swiper-pagination-bullet{
    background: #ccc;
    border-radius: 0;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}
.swiper-case .pagination .swiper-pagination-bullet-active{
    background: #ddbf65;
}
.case {
    height: calc(100% - 76px);
    padding: 30px;
    margin: 8px 8px 68px;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)!important;
}
.case .avatar{
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
/*.case .avatar img{
    width: 200px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important;
}*/
.cgal_title{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}
.cgal_content{
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    line-height: 20px;
    text-align: justify;
}
.partner img{
    border: 1px solid #ccc;
}
.footer{
    background: #3c3c3c;
    color: #aaa;
    padding: 10px 50px;
    line-height: 40px;
    font-size: 15px;
}
.footer_content{
    max-width: 1290px;
    margin: 30px auto;
    padding: 0 15px;
}
.footer .title{
    font-size: 18px;
    font-weight: bold;
}
.footer .qrcode{
    width: 120px;
    height: 120px;
    margin-top: 0px;
}
.footer a,.footer a:hover{
    color: #aaa;
}
@media(max-width: 1280px) {
    .banner .swiper-slide{
        height: 370px;
        overflow: hidden;
    }
    .banner .swiper-slide img {
        position: absolute;
        left: 50%;
        margin-left: -640px;
        height: 431px;
    }
    .five-track img {
        width: 110px;
        height: 110px;
    }
    .content-title {
        font-size: 35px;
    }
    .index-main-images img{
        width: 120px;
        height: 120px;
    }
    .index-main-title{
        font-size: 45px;
        padding-top: 8px;
    }
    .index-main-images{
        text-align: right;
    }
    .index-main-subtitle{
        font-size: 30px;
    }
    .content{
        margin: 70px auto;
    }
    .c_logos img {
        height: 75px;
        padding: 5px 10px;
    }
    .investor {
        padding: 0 50px;
    }
    .bp-button {
        background: #535dda;
        border-radius: 40px;
        height: 60px;
        width: 235px;
        margin: 30px auto 0;
        line-height: 60px;
        font-size: 21px;
        font-weight: bold;
        color: white;
        display: block;
    }
    .fund {
        width: 46%;
        font-size: 18px;
    }
    .cgal_content{
        line-height: 20px;
        text-align: justify;
        font-size: 12px;
    }
    .footer_content {
        max-width: 1100px;
    }
    .footer .title {
        font-size: 18px;
    }
    .footer{
        font-size:15px;
        line-height: 40px;
        padding: 10px 50px;
    }
    .footer .qrcode {
        width: 120px;
        height: 120px;
        margin-top: 0px;
    }
    .justify-between span img{
        width: 22px;
    }
    .banner-waist .waist-window .desc {
        font-size:14px;
        line-height: 25px;
    }
    .banner-waist .waist-window .name {
        font-size: 35px;
    }
    .banner-waist .swiper-slide img{
        position: absolute;
        left: 50%;
        margin-left: -640px;
        height: 267px;
    }
    .banner-waist .swiper {
        height: 267px;
    }
    .banner-waist .waist-window{
        padding: 40px 50px;
    }

}

