﻿body {
    overflow-x:hidden;
}
.top {
    background-image:url(../img/banner-620.png);
    background-position:center center;
    background-repeat:no-repeat;
    height:620px;
    margin:0 auto;
}

.topmenu {
display:flex;
justify-content:space-between;
align-items:center;
width:1200px;
margin:0 auto;
height:70px;
}

.topleft {
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .topleft a {
        font-weight: bold;
        color: #FFFFFF;
    }
    .topleft span {
        display:block;
        height:70px;
        line-height:70px;
    }
    .topleft>span{
        height: 70px;
    align-items: center;
    display: flex;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
    }
    
    .topleft>span:not(:first-child):not(:nth-child(2)):before{
        content:"";
        position: absolute;
        width:0;
        right: 100%;
        bottom: 0;
        height:2px;
        background:#fff;

    }
    .topleft>span:not(:first-child):not(:nth-child(2)):hover::before{
        width:90%;
        right: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}

        .topleft span.active {
            border-bottom: 2px solid #fff;
    background: rgba(255, 255, 255, 0.2);
        }

.topright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .topright a {
        font-weight: bold;
        color: #FFFFFF;
        width:60px;
        display:inline-block;
        text-align:center;
    }

    .topright .topsearch {
        border-right: 1px solid #fff;
        display: flex;
        width: 230px;
        text-align: right;
        height: 25px;
        justify-content: flex-end;
        align-items: center;
    }

    .topright .login {
        width: 59px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #FFFFFF;
        border-radius: 2px;
        display: inline-block;
        text-align: center;
        color: #FFFFFF;
        cursor:pointer;
    }

    .hr {
        height: 1px;
        background: #FFFFFF;
        opacity: 0.2;
        padding: 0;
        margin: 0;
    }

.main {
width:1200px;
height:auto;
margin:80px auto 0px auto;
}
.protitle {
    background-image: url(../img/标题金融产品.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto 30px auto;
    width: 308px;
    height: 39px;
}

.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 290px;
    margin-top: 30px;
    text-align: center;
    
}
    .product > div {
        width: 285px;
        border: 1px solid #EBEBEB;
        height:290px;
        display:flex;
        flex-direction:column;
        justify-content:space-around;
        align-items:center;
    }

.productname {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.ratesMax {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CE0301;
}
.Tip {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.productbold {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.link {
    width: 245px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #CE0301;
    border-radius: 2px;
    display: block;
    color: #CE0301;
    
}

   .product a:hover {
        background: #CE0301 !important;
        color: #fff;
    }

.publishbg {
    background-image: url(../img/发布贷款需求-背景横条.png);
    background-position: center center;
    background-repeat: no-repeat;
    height:60px;
    margin:80px auto 0px auto;
}

.publish {
    display: flex;
    width: 1200px;
    height:60px;
    margin: 0 auto;
    justify-content:center;
    align-items:center;
}
    .publish .pubtitle {
        font-size: 32px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }

    .publish .pubbutton {
        width: 160px;
        height: 42px;
        line-height: 42px;
        background: #FFFFFF;
        box-shadow: 0px 8px 7px 0px rgba(0,0,0,0.1);
        border-radius: 21px;
        text-align: center;
        font-weight: bold;
        color: #CE0301;
        font-size:16px;
    }

.demandbg {
    background-image: url(../img/首页灰色背景图.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 480px;
}

.demand {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding-top:50px;
}
    .demand > div {
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width:590px;
    }
    .demand .demandtitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height:60px;
    }
    .demand .ptitle {
        border-left: 3px solid #CE0301;
        padding-left: 10px;
        font-size: 20px;
        font-weight: bold;
        color:#333;
    }
    .demand .more {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        cursor:pointer;
    }

    .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #FFFFFF;
        height: 60px;
        margin-top: 12px;
    }
        .row .date {
            width: 120px;
            height: 60px;
            line-height:60px;
            border-right: 1px solid #E8E8E8;
            text-align:center;
        }
        .row .onerow {
            flex: 1;
            padding-left: 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
            width:300px;
        }

        .row .handle {
            background-image: url(../img/需求对接icon.png);
            background-position: center center;
            background-repeat: no-repeat;
            width: 58px;
            height: 60px;
            line-height: 60px;
            color: #CE0301;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
        }

        .row .handlex {
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #CE0301;
            width:90px;
            height:60px;
            line-height:60px;
        }

        .hzjg {
            width: 1200px;
            margin: 80px auto;
            background-image: url(../img/标题-合作机构.png);
            background-position: center center;
            background-repeat: no-repeat;
            height: 39px;
        }

.hzjglogo {
    width: 1200px;
    margin:0 auto 100px auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
    .hzjglogo > span {
        width:25%;
        height:70px;
    }
    .hzjglogo > span img {
        width: 80%;
    }

.copyrightbg {

    width:100%;
    height: 100px;
    background: #A80003;
}

.copyright {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.copyrightdata {
    text-align: center;
    flex: 1
}
.copyrightdata span{
    color:#fff;
}


.ttt {
    text-align:center;
}

    .ttt div > div > span:first-child {
        color:red;
    }
    .nodata{
        text-align: center;
        margin-top:12px;
        width:590px;
        height:276px;
        background:#fff;
        display:flex;
        justify-content: center;
        align-items: center;
    }