﻿body {
    overflow-x:hidden;
}
.top {

    width: 1920px;
    height: 70px;
    margin: 0 auto;
    background-color: #A80003;
}

.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(4)):before{
        content:"";
        position: absolute;
        width:0;
        right: 100%;
        bottom: 0;
        height:2px;
        background:#fff;

    }
    .topleft>span:not(:first-child):not(:nth-child(4)):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;
}
.banklogo{
    flex-basis: 250px;display:flex;align-items: center;justify-content: center;
    overflow: hidden;white-space:nowrap;
    text-overflow:ellipsis;
    padding:0 40px;box-sizing: border-box;
}
 .topleft span a {
        font-size: 16px;
    }
    .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;
    }

.banner {
    background-image: url(../img/金融产品banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 1920px;
    height: 200px;
    margin: 0 auto;
    font-size: 40px;
    font-family: Alibaba PuHuiTi;
    font-weight: 800;
    color: #FFFFFF;
    line-height:200px;
    text-align:center;
}

.main {
    width:1200px;
    margin:0 auto;
}

.kwsearch {
    height: 78px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 3px 10px 0px rgba(54,0,6,0.1);
    padding-left: 20px;
    position: relative;
    top: -20px;
    z-index: 99999;
    background: #FFFFFF;
}
    .kwsearch .input {
        width: 400px;
        height: 28px;
        background: #FFFFFF;
        border: 1px solid #EEEEEE;
        border-radius: 2px;
        margin:0 10px;
        padding:5px;
    }
    .kwsearch .btnsearch {
        width: 90px;
        height: 38px;
        background: #CE0301;
        border-radius: 2px;
        outline:none;
        border:none;
        color:#fff;
        cursor:pointer;
    }
.searchlist {
    background: #F9F9F9;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #EAEAEA;
}

    .searchlist > div {
        width:100%;
        height: 41px;
        line-height: 41px;
        justify-content: flex-start;
        align-items: center;
        display:flex;
        
    }

    .searchlist .searchleft {
        width:100px;
        text-align:center;
    }

    .searchlist .searchright {
        display:flex;
        justify-content:flex-start;
        align-items:center;
        background-color:#fff;
        flex:1;
        height:41px;
    }

.searchright span {
    height:28px;
    line-height:28px;
    display:inline-block;
    padding:0 10px;
    cursor:pointer;
    margin:auto 10px;
}

.searchright .searchitem {
    background: #CE0301;
    border: 1px solid #EAEAEA;
    color:#fff;
    padding:0 10px;
}

.searchtab {
    width: 1200px;
    margin: 20px auto 40px auto;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    /*border-bottom:0px;*/
    min-height: 600px;
}

    .searchtab .tab {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        height: 45px;
        background: #F9F9F9;
        border-bottom: 1px solid #EBEBEB;
    }

    .searchtab .tab:last-child {
        border-bottom: 0px solid #EBEBEB;
    }

        .searchtab .tab span {
            width:100px;
            height:45px;
            line-height:45px;
            text-align:center;
            cursor:pointer;
        }

        .searchtab .tab .active {
            border-top: 3px solid #CE0301;
            background: #FFFFFF;
            border-right: 1px solid #EBEBEB;
            border-bottom: 1px solid #EBEBEB;
            height:42px;
        }

.productitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
}

    .productitem > div {
       
        height: 163px;
        display: flex;
        
        align-items: center;
    }
    .productitem .productname {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        margin-bottom:15px
    }
    .productitem .val {
        color: #E5363A;
    }


.link {
    width: 85px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #CE0301;
    border-radius: 2px;
    display: block;
    color: #CE0301;
    text-align:center;
}

.productitem a:hover {
    background: #CE0301 !important;
    color: #fff;
}


    .copyrightbg {
        min-width: 1920px;
        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;
    }