/*投资者关系*/
.no_mr.active a:hover {
    color:#fff;
}

.tabGIF img{
    width:80% !important;
    margin:0 auto;
}

.investorList ul{
    margin:0 -20px;
}

.investorList li{
    float:left;
    width:17.7%;
    margin-left:22px;
    margin-bottom:30px;
}

.investorList dl{
    border:1px solid #004A93;
    border-radius:5px;
    padding:20px;
    /* height:201px; */
}

.investorList dl:hover{
    -moz-box-shadow:0px 5px 8px #999; 
    -webkit-box-shadow:0px 5px 8px #999; 
    box-shadow:0px 5px 8px #999;
}

.investorList dl p{
    line-height:20px;
    text-align:center;
}

.investorList dt{
    width:133px;
    height:68px;
    margin:10px auto 0;
}

.investorList dt img{
    width:100%;
}

.investorList li .date{
    padding:6px 0 5px;
}

.investorList li .text{
    height:63px;
    margin-bottom:6px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.investorList li a,.fileBtn{
    display:block;
    width:100px;
    margin:15px auto 0;
    height:36px;
    line-height:36px;
    border:1px solid #004A93;
    border-radius:3px;
    text-decoration:none;
    text-align:center;
}

.fileBtn{
    width:170px;
}

.investorList li a:hover{
    border:1px solid #E37828;
    background:#E37828;
    color:#fff;
}

@media(min-width:876px) and (max-width:1024px){
    .investorList li{
        margin-left:19px;
    }
    .investorList dl{
        padding:10px;
    }
}

@media(max-width:876px){
    .investorList ul{
        margin:0 -10px;
    }
    .investorList li{
        margin-left:13px;
        width:23%;
    }
    .investorList dl{
        padding:10px;
    }
}

@media(max-width:414px){
    .investorList li{
        /* margin-left:13px; */
        width:29%;
    }
    .investorList dl{
        height:auto;
    }
    .investorList dt{
        width:100%;
        height:52px;
    }
    .investorList dl p.text{
        height:63px;
        overflow:hidden;
    }
}


@media(max-width:375px){
    .investorList dl{
        padding:8px 6px;
        font-size:12px;
    }
    .investorList li{
        margin-left:11px;
        margin-bottom:22px;
    }
}

@media(max-width:320px){
    .investorList dl{
        padding:6px;
    }
    .investorList dt{
        height:40px;
    }
    .investorList li a{
        width:100%;
        height:30px;
        line-height:30px;
        font-size:12px;
    }
}
.tabNav{
   margin-bottom:40px;
   height:47px;
   background:#E9F3FF;
}
.tabNav ul{
    margin-left:10px;
    padding-top:14px;
}

.tabNav li{
    float:left;
    padding:0 15px;
    height:34px;
    line-height:32px;
    cursor:pointer;
    text-align:center;
    color:#004A93;
}

.tabNav li.active{
    line-height:28px;
    border-top:4px solid #E37828;
    background:#fff;
    color:#E37828;
}

/* .tabInfo{
    width:1170px;
    overflow:hidden;
} */

.tabInfo .sex{
    font-style: normal;
}

.tabInfo ul{
    position: relative;
    right:-1px;
}

.tabInfo li{
    float:left;
    height:300px;
    padding:10px 20px 30px;
    border-bottom:1px solid #004A93;
    border-right:1px solid #004A93;
}

.tabInfo li h5{
    font-weight:bold;
    font-size:16px;
}

.tabInfo li span{
   display:block;
   padding:5px 0 10px;
}

.tabInfo li p{
    margin-bottom:0;
    height:212px;
    line-height:24px;
    text-align:justify;
    overflow:hidden;
}

@media (min-width:768px) and (max-width:1024px){
    .tabInfo{
        width:auto;
    }
    .tabInfo li{
        width:33%;
        padding-left:20px;
        padding-right:20px;
    }
    .tabInfo li p{
        height:197px;
    }
}

@media(max-width:768px){
    .tabNav li{
        padding:0 8px;
        font-size:13px;
    }
}

@media(max-width:414px){
    .tabNav ul{
        margin-left:6px;
    }
    .tabNav li{
        padding:0 5px;
    }
    .tabInfo li{
        height:294px;
        overflow:hidden;
        padding:10px;
        font-size:14px;
    }
    .tabInfo li h5{
        font-size:14px;
    }
    .tabInfo li p,.tabInfo li span{
        font-size:13px;
    }
    /* .tabInfo li p{
        height:222px;
    } */
    .tabInfo li span{
        padding-bottom:5px;
    }
}

@media(max-width:375px){
    .tabNav li{
        padding:0 4px;
        font-size:12px;
    }
}

@media(max-width:360px){
    .tabNav li{
        padding:0 3px;
    }
}

@media(max-width:320px){
    .tabNav li{
        padding:0 4px;
        font-size:12px;
    }
    .tabInfo li p{
        height:195px;
        line-height:22px;
    }
}

.investorInfo h5{
    padding:10px 0;
    text-align:center;
    font-weight:bold;
}

.investorInfo img{
    width:80%;
    margin:10px auto;
}

.userInfo{
    margin:0 auto;
    width:457px;
    padding:40px 50px;
    border:1px solid rgba(233,243,255,1);
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}

.userInfo li{
    line-height:24px;
    margin:10px 0;
    padding-left:26px;
}

.userInfo li.ico1{
    background:url(/img/ico1.png) no-repeat center left;
}

.userInfo li.ico2{
    background:url(/img/icon2.png) no-repeat  4px center ;
}

.userInfo li.ico3{
    background:url(/img/icon4.png) no-repeat center left;
}

.userInfo li.ico4{
    background:url(/img/icon5.png) no-repeat  1px 5px;
}

.userInfo li.ico5{
    background:url(/img/ico3.png) no-repeat center left;
}

.tabGIF .tabCont li{
    display:none;
}
@media(max-width:414px){
    .userInfo{
        width:90%;
        font-size:13px;
    }
}
@media(max-width:320px){
    .userInfo{
        width:100%;
        font-size:12px;
    }
}
.inbestor_1 {width: 100%;}