/* 未能缩小。正在返回未缩小的内容。
(261,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/**
    外部私募研究网
    私募研究外部除新闻资讯外
*/
html, body {
    min-width: 300px;
}
.fixedHeader {
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index: 100;
    background: #222;
    /*border-bottom: 1px solid #ccc;*/
}
.containers {
    margin: 0 auto;
    width: 80%;
}
.logo_wrap {
    width: 98%;
    height: 70px
}
.logo_wrap img {
    margin-top: 15px;
    width:130px;
}
#header_wrap {
    height:80px;
}
.switchL {
    width: 22px;
    height: 22px;
    background-image: url(../../../img/index-img/switchL.png);
    background-position: 0 0;
}
.switchR {
    width: 22px;
    height: 22px;
    background-image: url(../../../img/index-img/switchR.png);
    background-position: 0 0;
}
/**更新需求 导航栏*/
.top_nav {
    width: 100%;
    height:38px;
    background: #F4F4F4;
    z-index: 9991;
    color: #333;
   
}
.nav_left {
    float:left;
    font-size: 14px;
    color: #3C3C3C;
     line-height:38px;
}
.nav_right {
    float:right;
    font-size:14px;
}
.nav_right>span {
    width:110px;
    text-align: center;
    display: inline-block;
    cursor:pointer;
    border-right: 1px solid #ccc;
}
.loginUl>li {
    float:left;
    height:30px;
    line-height:38px;
    cursor: pointer;
}
.activeLi {
      border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.loginUl>li>i {
    font-style:normal
}
.loginUl>li>a{
    padding:0 15px
}
.slogin {
     min-width: 150px;
     text-align:center;  
     cursor:pointer;
}
.loginName {
    display: inline-block;
    min-width: 140px;
}
.commonLi {
    display: inline-block;
    width: 160px;
    text-align:center
}
.wrapLogin {
    width: 110px;
    text-align:center;
    display: inline-block;
}

.meauItem {
    position: absolute;
    top: 38px;
    font-size: 14px;
    background: #F4F4F4;
    border: 1px solid #ccc;
    z-index:100;
    left: 0px;
    display:none

}

.meauItem>li {
    padding: 4px; 
    position: relative;
    z-index: 997;
    width: 148px;
    border-bottom: 1px dashed #ccc;
}
.meauItem>li:last-child {
    border-top:none;
}
.offWechat {
    display: inline-block;
    position: relative;
    width:110px;
    cursor:pointer;
    text-align:center;
}

.wechatImg {
    position: absolute;
    top: 30px;
    width: 140px;
    z-index: 100;
    left: -12px;
    height: 0;
    overflow: hidden;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 6px;
}

.offWechat:hover .wechatImg {
    height: 160px;
    transition: height 0.5s;
    -moz-transition: height 0.5s; /* Firefox 4 */
}
.wechatImg>div>img {
    width:135px;
    height:135px;
   
}


.news-header {
    display: block;
    height: 6.33333rem;
    padding: 1.33333rem 9px;
    background-color: #2C50A9;
    font-size: 1rem;
    color: #fff;
}
/**申请试用模态框*/

.border_bot {
    width: 80%;
    border-bottom: 1px solid #ccc;
    height: 28px;
    line-height: 28px;
    margin-bottom: 40px;
}

.apply_bnt {
    width: 80%;
    display: block;
    height: 40px;
    font-size: 14px;
    background: #1f57be;
    border-color: #2e6da4;
    color: #fff;
    margin:0 auto;
}

.welcome {
    background: #EFF1F8;
    font-size: 14px;
    color: #666666; 
}
.toptitle {
    line-height: 70px;
    font-size: 20px;
    padding-left: 20px;
    font-weight: 600;
    font-style: italic;
    color: #3e4f6b;
}
.conWrap {
    background: #F5F5F5;
    /*margin-top:130px;*/
}
.small_logo {
    width:122px;
    float: left;
    margin-top: 15px;
    margin-right:30px
}
.nav_ul li span {
	color: #666;
}
.header_wrap {
    background: #222;
     /*border-bottom:1px solid #ccc;*/
  
}
.navbar-brand {
    padding: 0;
}
.navbar {
  width: 100%;
  margin:0;
  border-radius: 0;
 
}
.newNav {
    padding-left: 0;
    list-style: none;
}
.newNav>li {
     float: left;
     cursor:pointer;
    height: 79px;
    line-height:79px;
}
.newNav > li > a:hover {
    /*color: #b2971f;*/
    font-weight: 600;
    padding: 15px 20px;
}
.newNav > li > a {
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
}
.tap_li:hover {
    border-bottom: 2px solid #fff;
}
.li_active {
    border-bottom: 2px solid #fff;
}
.li_active a {
    color: #fff !important;
}
.nav_contact {
    border: 1px solid #fff;
    margin-top: 13px;-
    border-radius: 9px;
}
.news_login {
    color:#666;
    font-size:14px; 
}
.logo_img {
    width: 140px;
}
/*资讯类home*/
.carousel-inner{
  height: 100%;
}
.carousel-inner .item img{
  height:100%;
  width:100%
}
.left_wrap{
  width:calc(100% - 330px );
  float: left;
  margin-right:20px;
  padding-top:20px;
  min-height:600px;

}
.advertise {
    height: 450px;
    background:#fff;
}
.carousel-indicators {
    bottom: 10px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;

}
.carousel-inner {
    position: relative;
    z-index: 1;
    max-width: 2900px;
    margin: auto;
}
.carousel-inner .item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.carousel-inner .item a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.carousel-indicators .active {
    width: 20px;
}
.newsWrap{
  margin-bottom:20px;
  padding:0 15px;
  background:white;
}
.newsBtn{
  font-size: 17px;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
}
.indexBnt {
  padding: 0 6px;
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}

.newsTitle {
    display: inline-block;
    padding: 15px 0;
}

.articleCon>div{
    width:100%;
    height: 100px;
    overflow: hidden; 
    word-break: break-all;
    text-overflow: ellipsis;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color:#999
} 

.articleItem {
    padding:40px 0 20px 0;
    border-bottom: 1px solid #F2F5F7;
    display: block;
}
.articleTit {
    font-size:25px;
    color:#31424e; 
    display:block
}
.articleTit:hover {
    color:#3ca5f6
}
.articleCon {
    padding: 30px 0 25px 0;
    color: #999;
    display:block
}
.articleLabel {
    color:#999
}
.rankMain {
    padding-top:20px;
}
.right_wrap {
    width: 310px;
    float:right;
    min-height: 500px;
    padding-top:20px;
    position:relative
}
.right_Notice {
    padding:15px;
    background:white;
    height:375px;
    position: relative;
}
.Notice_contain {
    height: calc(100% - 37px);
    overflow-y: auto;
}
.scroll {
    line-height: 30px;
}

.noticeli {
    display: block;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right_ranking {
    padding:15px;
    background:white;
    height:570px;
}
.ranking_contain {
    padding-top:15px;
}
.ranking_title_wrap {
    border-bottom: 1px solid #ccc;
}
.ranking_title {
    display: inline-block;
    padding-bottom:15px;
}
.borderLeft {
    display: inline-block;
    width: 5px;
    height: 20px;
    background: #0064b0;
    margin-right: 10px;
    float: left;
}
.rankStrategy {
    display: inline-block;
    width:80px;
    height:23px;
    border: 1px solid #D2D2D2;
    color: #999999;
    margin-left:10px;
    font-size: 12px;
}
.year_wrap {
    width: 220px;
    overflow: hidden;
    height: 25px;
    line-height:25px;
    float: left;
    margin-left:8px;
}
#rank_year {
    height: 25px; 
    left:0;
    top:0;
}
.rankActive {
    color: #0065b3;
}
#rank_year li {
    float:left;
    width:70px;
    text-align:center;
    cursor: pointer;
}
.list_wrap {
    padding-top:20px;
    padding-bottom:30px;
    border-bottom: 1px solid #F2F5F7;
    height:430px;
    position: relative;
}
#ranking_list {
    min-height:400px;
}
.rank_item {
    margin-bottom:20px;
    width: 100%;
    color:#666;
}
.rank_num {
    width:25px;
    display: inline-block;
    float: left;
}
.ranking_name {
     float: left;
    width: 160px;
    display: inline-block;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ranking_limit {
    width: 80px;
    display: inline-block;
    background: white;
    border: 1px solid #D2D2D2;
     float:right;
    text-align: center;
}
.newsItem {
    height:30px;
    line-height:30px;
    border-top:1px solid #ccc;

}

.CooperationWrap {
    width:100%;
    background: #F9FAFC;
}
.Cooperation {
    width:100%;
    padding-bottom:10px;

}
.Cooperation img{
    float: left;
    display: block;
    width: 174px;
    height: 74px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
}
.Cooperation img:last-child {
    margin-right:0;
}
.newsList {
    min-height:900px;
}

/*首页文章*/
.news_left {
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}
.gust_left {
    padding-right: 0;
    padding-left: 15px;
}
.gust_left img {
    padding-top: 15px;
    height: 100%;
    width: 100%;
}
.gust_right {
    height: 100%;
    position: relative;
    padding-left: 15px;
}
.comTitle {
    height: 50px;
    width: 90%;
    padding: 15px 0 10px 0;
    font-size: 16px;
    overflow: hidden;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fontP {
    font-size: 14px;
    line-height: 24px;
    width:100%;
    height: 54px;
    overflow: hidden; 
    word-break: break-all;
    text-overflow: ellipsis;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
}
.bottom_date {
    width: 96%;
    position: absolute;
    bottom: 8px;
}
.dateFont {
    font-size: 14px;
    color: #666;
}
.le_date {
    margin-left: 40px;
}
/*私募指数*/

.levelOne {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    
}
.levelOne>span {
    font-size:18px;
    display: inline-block;
    border-left: 5px solid #b2971f;
    color: #b2971f;
    padding-left:10px;
}
.twoDivWrap {
    width:100%;
    padding:1%;

}
.twoDivWrap>div:nth-child(2){
    margin:0 2%;
}
.twoDivWrap>div:nth-child(5){
    margin:0 2%;
}
.twoDiv{
    width:32%;
    float:left;
    min-height:300px;
    /*padding:10px;*/
    border:1px solid #ccc;
    margin-bottom:20px;
    height: 320px;
}
.rateScope {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    color: red;
}
.rateScope_tow {
    padding: 4px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    width: 56px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    background: #4ba1e9;
}


.strategy_title {
    /*background: #d6d6d6;*/
    line-height: 35px;
}
.echartStyle {
    height:200px;
    width:100%;
}
.echartStyleT {
    min-height:200px;
    width:100%;
}
.indexTable th {
    text-align:center;
    padding: 10px 0;
    background: #458bf5;
    color:white;
}
.indexTable tr td {
    height: 56px;
    vertical-align: central;

    border-bottom: 1px solid #eaeaea;
}

/*资讯类尾部开始*/
.foot_wrap {
	width:100%;
    background: #222;
    color: #bcbcbc;
    border-top:1px solid #DBDBDB;
}
.foot_wrap a {
     color:#bcbcbc;
}
.quickNav {
    width:180px;
}
.quickNav a {
    display: block;
    color:#fff;
    padding:5px 5px 5px 0;
    font-size:15px;
}
.quickContact {
    width: 490px;
}
.quickFocus {
    width: calc(100% - 500px);
    text-align: center;
}
.quickContact p {
     padding:5px 5px 5px 0;
    font-size:15px;
}
.img_wrap{ 
    width:90px;
    text-align: center;
}
.img_wrap img{
    width:100%
}
#coorCompany{
    float:right;
    width: calc(100% - 100px);
    padding:15px 15px 25px 0;
    border-bottom:1px solid #D0D0D0;
}

#coorCompany li{
    float:left;
    margin-top: 10px;
    margin-right: 50px;
}

#coorCompany a:hover{
    color:#B2971F
}
.statement li{
    padding: 5px 5px 5px 0;
}



/*私募排名*/
.title_top{
    width: 100%;
    height: 50px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.ranktable {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}
.rankingNav {
    float:left;
    width: 100px;
    background:white;
}
.tableWrap {
    float: right;
    width:calc(100% - 120px);
    margin-left:20px;
    background:white;
}
.rankingNavList li {
    text-align: center;
    font-size:16px;
    cursor: pointer;
}

.rankingNav ul li a {
    color: inherit;
    font-size: 15px;
    display: block;
    height: 36px;
    line-height: 36px;
    position: relative;
    cursor: pointer;

}
.rankingNav ul li:hover {
    color: #fff!important;
    background: #0065b3;
}
.NavListActive {
    background: #0065b3;
    color: #fff!important;
    font-weight: 600;
    font-size: 16px;
}
.privateTableWrap {
    padding:0 20px 20px 20px;
}

.yearActive {
    border-top: 1px solid #0065b3;
    color: #0065b3!important;
    background:white;
    border-left: 1px solid #EAEDEC;
    border-right: 1px solid #EAEDEC;
}
.title_update_time {
    color: #666666;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 8px;
    line-height: 28px;
    text-align: right;
}
.rankSearch {
    width:100%;
     background: #F8F8F8;
}
#rankingList {
    width: 80%;
    float:left;
}
.rankSearch ul li {
    color:#333;
    padding:15px 30px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 15px;
}
.rankWarn {
    float: right;
    cursor: pointer;
    color:#2C50A9;
    margin:10px 10px 0 0
}
.yearActive:first-child{
    border-left: 1px solid transparent;
}

.ranktab {
    width: 100%;
}

    .ranktable thead th {
        height: 44px;
    }

.ranktable td {
    height: 45px;
}

.ranktable .tabImg {
    display: block;
    width: 24px;
    height: 31px;
    line-height: 31px;
}
.tablestyle thead tr, .fixed-table-header{
    color: #fff;
}
.col4472C4 {
    color: #4472C4;
}
.he580 {
    height:580px;
}
.he410 {
    height:600px;
    background:#fff
}
/*by wht 2019/03/12**/
.strategyWrap {
    position: relative;
    background:#fff;
    padding: 0 20px;
    

}
/*产品遮罩*/
.com_chart_mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 12;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
}
.objWrap {
    width: 190px;
    margin: auto;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*咨询页表格样式**/
.tablestyle thead tr, .fixed-table-header {
    background: #f4f4f4;
    color: #1d1d1f;
    font-size: 15px;
}
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td {
    padding: 15px 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background: #f4f4f4;
}
.table > tbody > tr > td {
    /*padding: 15px 0px;*/
    border-bottom: 1px solid #eee;
}
@media screen and (max-width:768px) {
    .foot_border>div{
        border-left:none;
    }
    #coorCompany li{
        margin-right: 24px;
    }
    .financial{
        margin-left:40px;
    }
}

/*私募产品*/
.keyword input {
    padding: 5px 6px;
    width: 200px;
    border-radius: 4px;
}
.userBtn {
    border-radius: 4px;
    padding: 5px 12px;
}
.box_shad {
    border: 1px solid #ECEFFC;
    box-sizing: border-box;
}
.combgstyle {
    background: #fff;
    padding-bottom: 20px;
}
.lable-category a {
    padding: 0px 15px;
    margin-bottom: 4px;
    display: inline-block;
    width: 84px;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    margin-right: 5px;
    color: #666;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}
.lable-category a.hover_Class, .lable-category a:hover {
    text-decoration: none;
    color: #6596D8;
    border: 1px solid #6596D8;
    cursor: pointer;
}
.lable-category .chooseSp {
    color: #6596D8;
    border: 1px solid #6596D8;
}
.showInput {
    width: 118px;
    padding: 5px 0;
}
.showInput input {
    margin-top: 5px;
    margin-left: 5px;
}
.showStrategyDiv span {
    display: inline-block;
    width: 100%;
}
.checkedInput {
    display: none;
}
/*
*公告栏
*/
.Notice {
    height: 800px;
    border: 1px solid #ddd;
    width: 49%;
    background: #fff;
}
.Notice_title {
    font-size: 18px;
    background: #458bf5;
    color: #fff;
}
.Noticetablestyle {
    font-size: 15px
}



/**私募更改 by:wht   2019/04/24**/
.rightwidth {
    width: 89%;
}
.companyWarn {
    padding: 10px 10px 10px 50px;
    background: #FBFBFB;
    margin-top: 5px;
    color: #999999;
}
.returnTop {
    position: fixed;
    bottom: 80px;
    right: 50px;
    cursor: pointer;
    display: none;
}
.wechatImgOne {
    display:none;
     position: absolute;
    top: 4px;
    left: -200px;
    background: #444;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    width: 200px;
}
.wechatImgtwo {
    position: absolute;
    top: -49px;
    width: 162px;
    z-index: 100;
    left: -162px;
    overflow: hidden;
    color: white;
    display: none;
    background: #444;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
}
.wechatImgtwo>div {
     float: left;
}
.wechatImgtwo>div>img {
    width:135px;
    height:135px;
   
}


/*私募指数新需求 by wht 2019/05/07*/
.NewConWrap {
    background: #404A59;
    padding-top: 20px;
    height:800px;
    color: #fff;
}
.left_echart {
    width:65%;
    height:700px;
    float:left;
}
.right_echart {
    width:35%;
    height:700px;
    float:right;
}
.NewechartStyle {
    margin-top:20px;
    height: 650px;
    width:100%;

}

.strageTab {
    border-radius: 4px;
    border: 1px solid #D9A329;
    font-size:18px;
    margin:0 auto;
    width: 917px;
}
.strageTab>span {
    padding: 5px 10px;
    border-right: 1px solid #D9A329;
    float:left;
    cursor:pointer;
}
.stragegyActive {
    background: #D2B76A;
}


/**首页文字轮播*/
.advertZoom {

    width:100%;
    padding: 10px 0;
    color:#000;
    text-align:center;
   background:#fff;
}
.davertWrap {
    width:33%;
    float:left;
    text-align:center;
}
.applyUl{
     width: 80%;
    margin: 0 auto 20px;
}
.applyUl>li {
    display: inline-block;
    width:30%;

}
.applyUl>li>label {
    font-weight: 400;
    display:flex;
    align-items:center
}




@media screen and (max-width:1600px) {
    #div_product_scale {
    min-height:60px;
}
}




/*外页面登录提示*/
.login_information {
    width: calc(100% - 436px);
    height: 100%;
}
.login_header {
    padding: 5% 10%;
    margin-top: 5%;
}
.login_header>p {
    display: inline-block;
    width: 30%;
    height: 36px;
    border-bottom: 1px solid #999999;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}
.loginActive {
    color: #2c50a9;
    border-bottom: 1px solid #2c50a9!important;
}
.login_item {
    padding: 5% 10%;
}
.inputBox {
    width: 100%;
    border: 1px solid #c0c0c0;
    height: 48px;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
}
.userNameimg {
    width: 48px;
    height: 100%;
    border-right: 1px solid #dedede;
    border-radius: 8px 0 0 8px;
}
.userimg1 {
    background: url(../../../img/login-img/icon003.png) no-repeat center;
    background-size: auto;
}
.userimg2 {
    background: url(../../../img/login-img/icon002.png) no-repeat center;
    background-size: auto;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.inputBox_input {
    width: 80%;
    font-size: 16px;
    padding-left: 15px;
    height: 100%;
    width: calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
}
.btn_con {
    margin-top: 30px;
}
.btn_con label {
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
}
.btn_box {
    width: 95%;
    margin: 0 auto;
}
.login_btn {
    display: block;
    width: 100%;
    height: 40px;
    background: #2c50a9;
    margin: 13% auto 0;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    border: none;
}

.login_item {
    padding: 3% 10%;
}
.apply_input {
    width: 90%;
    border-bottom: 1px solid #ccc;
    height: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}
.apply_bnt {
    width: 80%;
    height: 40px;
    border: 1px solid #2c50a9;
    line-height: 40px;
    border-radius: 8px;
    cursor: pointer;
    color: #2c50a9;
    margin-top: 20px;
    margin-bottom: 30px;
    background: transparent;
}
