a{
    text-decoration:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#afaaaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#afaaaa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#afaaaa;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#afaaaa;
}

.index-header {
    width: 1230px;
    height: 120px;
    background: white;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
}
.index-top-logo{
    display: block;
    width: 180px;
    height: 100px;
    float: left;
    margin-left: 20px;
}
.index-top-logo img{
    margin-top: -20px;
    display: block;
}
.index-login {
    float: right;
    margin-top: 15px;
    margin-right: 35px;
}
.index-top-right-li a{
    color: black;
}
.header-bottom-white{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:  none;
}

.index-banner-bg{
    height:130px;
    background: rgba(0,0,0,0.3);
    padding-top:30px;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:99;
}
.index-search-company{
    width:640px;
    margin:0 auto;
}
.index-search-company .hot-search{
    color: #fff;
    font-size:12px;
}
.index-search-company .hot-search a{
    color: #fff;
}

a.own-score-test{
    display: block;
    float: left;
    width: 210px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background: #666666;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}
.own-score-test.mine-rating{
    background: #ED995A;
    /*margin-right: 33px;*/
}
.own-score-test.credit-card{
    float: right;
}
/* 三个模块 */
/* 三个模块 搜索框 */
.block-search-input{
    margin-bottom: 20px;
    position: relative;
}
.block-search-input .index-search-img{
    position: absolute;
    right:10px;
    top:50%;
    margin-top:-8px;
    cursor: pointer;
}
.block-search-input .search-input{
    width: 100%;
    border: 1px solid #F2F2F2;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    background: #fff;
}
.block-search-input .btn-search{
    display: block;
    float: left;
    width: 20%;
    height: 32px;
    background: #22A7F0;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    /*line-height: 24px;*/
}
.block-search-input.green .search-input{
    border-color: #E2F1CF;
}
.block-search-input.green .btn-search{
    background-color: #8DC63F;
}
.block-search-input.yellow .search-input{
    border-color: #FAE5D6;
}
.block-search-input.yellow .btn-search{
    background-color: #ED995A;
}
/* 三个模块 搜索框结束 */
.index-fix-height{
    height:330px;
    overflow: hidden;
}
/*三个模块中的展示列表*/
.index-know-more{
    font-size:14px;
    font-weight:bold;
    color: #666666;
    float: right;
    margin-top:2px;
}
.index-know-more.self-check{
    text-decoration: underline;
}
.index-know-more.self-check:focus{
    color: #C1272D;
}
.index-know-more:hover{
    color: #C1272D;
}
.index-loop-title{
    font-size:18px;
    color: #000;
    font-weight:bold;
    overflow: hidden;
    border-bottom:1px solid #E2E2E2;
    padding-bottom:15px;
}
.index-loop-list .index-loop-each{
    margin-top:20px;
}
.index-loop-list .index-loop-each .loop-content{
    margin-bottom:5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:14px;
    color: #4D4D4D;
    font-weight: normal;
    cursor: pointer;
}
.index-loop-list .index-loop-each .loop-content .lock-img{
    vertical-align: text-top;
    margin-right: 5px;
}
.index-loop-list.industry-analysis .index-loop-each  .loop-content{
    vertical-align: text-top;
}
.index-loop-list .index-loop-each :hover .loop-content{
    text-decoration: underline;
}
.index-loop-list .index-loop-each .loop-time{
    font-size:12px;
    color: #808080;
}
.index-loop-list .index-loop-each .loop-time img{
    margin-bottom:2px;
}
.index-loop-list .index-loop-each .loop-time:hover{
    color: #808080;
}
/*三个模块中的展示列表结束*/
.index-section{
    /*height: 630px;*/
    display: flex;
    justify-content:space-between;
}
.index-section .section-block{
    width: 400px;
    background: #fff;
    border: 1px solid rgba(160,160,160,.6);
    position: relative;
    margin-top:22px;
    border-top:0;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.index-section .section-block .section-block-border-top{
    width:400px;
    height:6px;
    background: #a0a0a0;
    position: absolute;
    left:-1px;
    top:0;
    -webkit-border-radius:2px 2px 0 0;
    -moz-border-radius:2px 2px 0 0;
    border-radius:2px 2px 0 0;
}
.index-section .section-block .section-block-title{
    margin: 24px 30px 0;
    background: #fff;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    font-weight:bold;
    border-bottom:1px solid #E2E2E2;
    padding-bottom:10px;
}
.index-section .section-block .section-block-body{
    padding: 24px 30px 30px;
    font-size: 12px;
    font-weight: bold;
}
.index-section .section-block.blue{
    border-color:rgba(43,176,234,.6);
    border-top-color:#2BB0EA;
}
.index-section .section-block.blue .section-block-border-top{
    background: #2BB0EA;
}
.index-section .section-block.green{
    border-color:rgba(117,189,83,.6);
    border-top-color:#75BD53;
}
.index-section .section-block.green .section-block-border-top{
    background: #75BD53;
}
.index-section .section-block.yellow{
    border-color:rgba(243,146,161,.6);
}
.index-section .section-block.yellow .section-block-border-top{
    background: #F3923D;
}
.index-section .section-block.bluegreen{
    border-color:rgba(25,185,206,.6);
}
.index-section .section-block.bluegreen .section-block-border-top{
    background: #19B9CE;
}
.index-section .section-block.darkgreen{
    border-color:rgba(35,178,148,.6);
    border-top-color:#23B294;
}
.index-section .section-block.darkgreen .section-block-border-top{
    background: #23B294;
}
.index-section .section-block.red{
    border-color:rgba(241,90,36,.6);
}
.index-section .section-block.red .section-block-border-top{
    background: #F15A24;
}
/*新颜色*/
/*上市公司流动率分数监踪*/
.index-section .section-block.score-monitor{
    border-color:rgba(32,32,60,0.2);
}
.index-section .section-block.score-monitor .section-block-border-top{
    background: #20203C;
}
/*搜索企业的信用评分*/
.index-section .section-block.credit-score{
    border-color:rgba(52,62,51,0.2);
}
.index-section .section-block.credit-score .section-block-border-top{
    background: #343E33;
}
/*了解自己的企业评级*/
.index-section .section-block.enterprise-rating{
    border-color:rgba(167,39,1,0.2);
}
.index-section .section-block.enterprise-rating .section-block-border-top{
    background: #A72701;
}
/*市场调研*/
.index-section .section-block.market-research{
    border-color:rgba(99,99,118,0.2);
}
.index-section .section-block.market-research .section-block-border-top{
    background: #636376;
}
/*行业研究*/
.index-section .section-block.industry-research{
    border-color:rgba(113,120,112,0.2);
}
.index-section .section-block.industry-research .section-block-border-top{
    background: #717870;
}
/*热点新闻*/
.index-section .section-block.hot-news{
    border-color:rgba(189,103,80,0.2);
}
.index-section .section-block.hot-news .section-block-border-top{
    background: #BD6750;
}
/*新颜色结束*/
.section-block-blacktext{
    color: #666666;
    line-height: 22px;
    margin-top: 24px;
    font-size:12px;
    font-weight: normal;
}
.section-block-img{
    height: 120px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}
.rating-monitor-img img{
    height: 100%;
    width: 100%;
}
.section-block-intitle{
    width: 30px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    line-height: 40px;
    white-space: nowrap;
    word-break: keep-all;
    margin-bottom: 16px;
}
.section-block-intitle.green{
    border-color: #8DC63F;
}
.section-block-intitle.yellow{
    border-color: #ED995A;
}
/* 上市公司流动率分数监踪 */
.rating-monitor-explain{
    position: absolute;
    width: 326px;
    top: -90px;
    right: 4px;
    padding: 14px 16px;
    line-height: 20px;
    font-size: 12px;
    background: rgba(59,59,59,.9);
    z-index: 99;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
     display: none;
}

.rating-monitor-explain .sjx{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(59,59,59,.9);
    position: absolute;
    bottom: -8px;
    right: 10px;
}
.rating-monitor-explain .sjx-top{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #3b3b3b;
    position: absolute;
    bottom: -7px;
    right: 10px;
}
.rating-monitor-table i.what-icon{
    color: #ccc;
    position: absolute;
    right: 16px;
    top: 8px;
}
.rating-monitor-table{
    font-size: 12px;
    width: 100%;
}
.rating-monitor-table > thead > tr > th, .rating-monitor-table > tbody > tr > th, .rating-monitor-table > tfoot > tr > th{
    height: 26px;
    font-weight:bold;
    text-align: center;
    width:20%;
    color: #000;
    padding-bottom:10px;
}

.rating-monitor-table > thead > tr > td, .rating-monitor-table > tbody > tr > td, .rating-monitor-table > tfoot > tr > td{
    height: 26px;
    /*border: 1px solid #F0F2F5;*/
    font-weight:normal;
    text-align: center;
    width:20%;
}
.rating-monitor-table > tbody > tr > td:nth-child(1){
    width: 26%;
}
.rating-monitor-table > tbody > tr > td:nth-child(2){
    width: 26%;
}
.rating-monitor-table > tbody > tr > td:nth-child(3){
    width: 16%;
}
.rating-monitor-table > tbody > tr > td:nth-child(4){
    width: 16%;
}
.rating-monitor-table > tbody > tr > td:nth-child(5){
    width: 16%;
}
.rating-monitor-scroll-table > tbody > tr:first-child td{
    border-top:0;
}
.rating-monitor-line{
    border-top: 1px solid #F0F0F0;
    margin: 25px 0 20px;
}
.rating-monitor-title{
    position: relative;
}
.rating-monitor-title .type-select{
    float: right;
    cursor: pointer;
    font-size:12px;
}
.rating-monitor-title .fa-caret-down{
    color: #d4d4d4;
    font-size: 16px;
    margin-left: 6px;
}
.rating-monitor-title .type-select .type-choose-result{
    vertical-align: top;
    display: inline-block;
    color: #3398f5;
    font-size: 12px;
    font-weight: 700;
}
.rating-monitor-title .rating-monitor-type{
    position: absolute;
    right: -3px;
    top: 20px;
    width: 100px;
    z-index: 99;
    display: none;
    background: #3b3b3b;
}
.rating-monitor-type.active{
    display: block;
}
.rating-monitor-title .rating-monitor-type li{
    /*background: #3b3b3b;*/
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
    cursor: pointer;
}
.rating-monitor-type li.active{
    /*background: #EAEAEA;*/
    color: #22A7F0;
    background: rgba(255,255,255,.1);
}
.rating-monitor-title .rating-monitor-type li:last-child{
    border: 0;
}
.rating-monitor-title .rating-monitor-type li:hover{
    color: #22A7F0;
    background: rgba(255,255,255,.1);
}
/* 搜索企业的信用评分  */
.corporate-score-con{
    height: 226px;
    width: 100%;
    overflow:hidden;
    /*overflow-y: auto;*/
}
.corporate-score-scroll{
    width: 100%;
    /*min-height:300px;*/
}
.corporate-score-line{
    border-top: 1px solid #E2E2E2;
    margin: 40px 0 ;
}
/* 搜索企业的信用评分 伸缩面板 */
.corporate-score-panel .panel + .panel{
    margin: 0;
    border-radius: 0;
    /* border-color: #F2F2F2; */
}
.corporate-score-panel .panel{
    border-radius: 0;
    border-color: #F2F2F2;
    box-shadow: none;
}

.corporate-score-panel .panel .panel-heading{
    padding: 0 15px;
}

.corporate-score-panel .panel:nth-child .panel-heading{
    background: #F9F9F9;
}

.corporate-score-panel .panel .panel-heading .panel-title a{
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 13px 0;
    text-decoration: none!important;
}
.corporate-score-panel .panel .panel-heading .panel-title a .fix-width-con{
    width:82%;
    display: inline-block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.corporate-score-panel .panel .panel-heading .panel-title a i{
    color: #999999;
}
.corporate-score-panel .panel .panel-heading .panel-title a img{
    margin-right: 10px;
}
.corporate-score-panel .panel .panel-heading .panel-title a .show-icon{
    float: right;
    font-size: 20px;
    margin-top: -4px;
}

/*  了解自己的企业评级 */
.self-testing-total{
    background: #E6E6E6;
    margin-bottom: 5px;
    margin-top: 10px;
    overflow: hidden;
    padding: 5px 0 10px;
}
.self-testing-total .total-person{
    font-size: 34px;
    color: #EA893D;
}

.self-testing-total .self-testing-left{
    float: left;
    margin-left:12px;
    color: #000;
    width:50%;
}
.self-testing-total .self-testing-right{
    float: right;
    width: 150px;
    text-align: center;
    background: #EA893D;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
    border: 0;
    padding: 10px 0;
}
.self-testing-con{
    /*height: 504px;*/
    width: 100%;
    overflow:hidden;
    overflow-y: auto;
}
.self-testing-scroll{
    width: 100%;
}
.self-testing-detail{

}
.self-testing-icon{
    float: left;
}

.self-testing-question{
    margin-left: 55px;
}
.self-testing-question .self-testing-why{
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.self-testing-reason{
    list-style-type: disc;
    padding-left: 16px;
    color: #4D4D4D;
    line-height: 22px;
}
.self-testing-line{
    border-top: 1px solid #F0F0F0;
    margin: 20px 0;
}
.self-testing-dashed{
    border-top: 1px dashed #CCCCCC;
    margin: 20px 0;
}







/* 了解评级 + 新闻中心 */
.rating-news{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #E6E6E6;
    overflow: hidden;
    font-size: 12px;
    color: #000;
}
.rating-news .index-rating{
    width: 37%;
    float: left;
}
.rating-news .index-news{
    width: 58%;
    float: right;
}
.index-rating-title,.index-news-title{
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
}
.index-rating-title .title-en,.index-news-title .title-en{
    color: #4D4D4D;
    font-size: 14px;
}
.index-rating-title .index-rating-switch{
    float: right;
}
.index-rating-title .index-rating-switch li{
    float: left;
    width: 19px;
    height: 19px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #E0E0E0;
    margin-left: 1px;
    font-size: 12px;
    cursor: pointer;
}
.index-rating-title .index-rating-switch li:hover{
    background: #CCCCCC;
}
/*您的评级谁在用 img版*/
.index-rating-con{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top:1px dashed #E2E2E2;
}
.index-rating-conblock{
    width:105px;
    height:84px;
    font-size:12px;
    border:1px solid #F2F2F2;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-top:20px;
    text-align: center;
    padding-top:10px;
}
.index-rating-conblock>a{
    color: #666666;
    display: block;
}
.index-rating-conblock .conblock-mask{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,.2);
}
.index-rating-conblock .conblock-title{
    margin-top:6px;
}
.index-rating-conblock:hover .conblock-mask{
    background: rgba(0,0,0,.3);
}


/*您的评级谁在用 img版  结束*/
/* 首页新闻中心 */
.index-news-con{
    border-top: 1px solid #F2F2F2;
}
.index-news-con .index-news-conblock{
    margin-bottom: 20px;
    /* height: 120px; */
    width: 100%;
}
.index-news-con .index-news-conblock .news-block-text{
    color: #666;
    line-height: 22px;
}
.index-news-con .index-news-conblock .news-block-text .news-block-text-title{
    font-size: 16px;
    color: #000;
    /*font-weight: bold;*/
}
.index-news-con .index-news-conblock .news-block-text .news-block-text-detail{
    margin-bottom: 2px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.index-news-con .index-news-conblock .index-news-time{
    overflow: hidden;
    color: #fff;
    margin: 13px 0 11px;
}
.index-news-con .index-news-conblock .index-news-time .news-time-day{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    float: left;
    background: #666666;
    margin-right: 1px;
}
.index-news-con .index-news-conblock .index-news-time .news-time-yearM{
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    float: left;
    background: #999999;
}
.index-news-con .index-news-conblock .news-details{
    color: #B00808;
    font-weight: bold;
}
.index-news-more{
    display: block;
    width: 70px;
    height: 24px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background: #C1272D;
}
.btn.check-self-company{
    float: right;
    font-size: 12px;
    padding: 2px 4px;
    color: #F3923D;
    background: #fff;
    border: 1px solid #F3923D;
}
/*新版样式*/
.index-lg-modal{
    margin:70px 0;
}
.lg-modal-title{
    font-size:24px;
    font-weight:bold;
    color: #1a1a1a;
    padding-bottom:12px;
    border-bottom:1px solid #d0d0d0;
    margin-bottom:40px;
}
.index-sm-modal{
    display: flex;
    justify-content:space-between;
}
.index-sm-modal .sm-modal-one{
    width:20%;
}
.sm-modal-one .sm-modal-title{
    font-size:16px;
    font-weight:bold;
    color: #4d4d4d;
    padding-left:7px;
}
.rating-red{
    color: #b2272d;
}
.rating-blue{
    color: #3797d3;
}
.table-sm-modal{
    width:100%;
    color: #666666;
    text-align: center;
    font-size:12px;
}
.table-sm-modal tr th{
    text-align: center;
    font-size:12px;
    font-weight:normal;
    padding:10px 2px;
}
.table-sm-modal tr td{
    background: #F7F7F7;
    border:1px solid #E3E5E8;
    border-top:0;
    border-bottom:0;
    padding:5px 2px;
}
.index-middle-trace-modal{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.middle-trace-modal-one{
    width:32%;
    margin-bottom:30px;
    border:1px solid #e6e6e6;
    -webkit-box-shadow: 2px 2px 6px #e0e0e0;
    -moz-box-shadow: 2px 2px 6px #e0e0e0 ;
    box-shadow: 2px 2px 6px #e0e0e0;
}
.middle-trace-modal-one:nth-child(2) ,.middle-trace-modal-one:nth-child(5){
    margin-left:24px;
    margin-right:24px;
}
.middle-trace-modal-one .middle-trace-modal-title{
    background: #f2f2f2;
    padding:10px 20px;
    display: flex;
    justify-content: space-between;
}
.middle-trace-modal-title .title-detail{
    width:88%;
    font-size:12px;
}

.middle-trace-modal-title .title-detail .title-company-name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:16px;
    font-weight:bold;
}
.middle-trace-modal-one .middle-trace-modal-content{
    padding:20px 20px 10px;
}
.middle-trace-modal-content .trace-modal-con-one{
    display: flex;
    justify-content: space-between;
    font-size:12px;
    margin-bottom:10px;
}
.middle-trace-modal-content .trace-modal-con-one .trace-modal-con-icon{
    width:18px;
    height:18px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #a6a6a6;
    text-align: center;
    line-height:18px;
    color: #fff;
}
.middle-trace-modal-content .trace-modal-con-one .trace-modal-con-text{
    width:91%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height:18px;
}
.title-detail .title-company-score{
    display: flex;
    justify-content:flex-start;
}
.title-detail .title-company-score li{
    margin-right:14px;
}
.title-detail .title-company-score span{
    color: #c80000;
    font-weight:bold;
}
.title-detail-btn{
    font-size:12px;
    color: #fff;
    background: #3797d3;
    width:36px;
    height:20px;
    line-height:16px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:0;
}
.middle-trace-more{
    text-align: center;
    padding-top:20px;
}
.middle-trace-more a{
    display: inline-block;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    border:1px solid #b3b3b3;
    font-size:14px;
    color: #808080;
    padding:4px 17px;
}
.middle-trace-more a:hover{
    background: #3797d3;
    color: #fff;
}
.index-latest-insight-modal{
    display: flex;
    justify-content: space-between;
}
.index-latest-insight-modal .latest-insight-modal-one{
    width:30%;
    border:1px solid #e6e6e6;
    -webkit-box-shadow: 2px 2px 6px #e0e0e0;
    -moz-box-shadow: 2px 2px 6px #e0e0e0 ;
    box-shadow: 2px 2px 6px #e0e0e0;
    margin-bottom:30px;
}
.latest-insight-modal-one .latest-insight-one-img{
    width:100%;
    height:200px;
}
.latest-insight-modal-one .latest-insight-one-img img{
    width:100%;
    height:100%;
}
.latest-insight-modal-one .latest-insight-one-con{
    padding:20px;
}
.latest-insight-one-con .latest-insight-one-title{
    font-size: 18px;
    color: #1a1a1a;
}
.latest-insight-one-con .latest-insight-one-summary{
    display: flex;
    justify-content: flex-start;
    font-size:12px;
    color: #808080;
    margin:7px 0;
}
.latest-insight-one-con .latest-insight-one-summary li{
    margin-right:5px;
}
.latest-insight-one-con .latest-insight-one-test{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height:24px;
    font-size:12px;
    color: #4d4d4d;
}
.index-recommend-report-modal{
    display: flex;
    justify-content: space-between;
}
.index-recommend-report-modal .index-recommend-report-one{
    width:43%;
    display: flex;
    justify-content:flex-start;
}
.index-recommend-report-modal .recommend-report-small-list{
    width:57%;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    padding-left:40px;
}
.recommend-report-small-list .index-recommend-report-one{
    width:50%;
    padding-left:45px;
    margin-bottom:32px;
}
.index-recommend-report-one .recommend-report-one-img{
    width:218px;
    height:310px;
}
.index-recommend-report-one.sm .recommend-report-one-img{
    width:100px;
    height:140px;
}
.index-recommend-report-one .recommend-report-one-img img{
    width:100%;
    height:100%;
}
.recommend-report-one-con{
    width:59%;
    padding-left:25px;
}
.recommend-report-one-con .recommend-report-one-type{
    color: #4d4d4d;
    font-size:18px;
}
.index-recommend-report-one.sm .recommend-report-one-type{
    font-size:14px;
}
.recommend-report-one-con .recommend-report-one-name{
    color: #1a1a1a;
    font-size:24px;
    font-weight:bold;
    margin:4px 0 10px;
}
.index-recommend-report-one.sm .recommend-report-one-name{
    font-size:20px;
}
.recommend-report-one-con .recommend-report-one-price{
    color: #4d4d4d;
    font-size:18px;
    margin-bottom:10px;
}
.index-recommend-report-one.sm .recommend-report-one-price{
    font-size:14px;
}
.recommend-report-one-con .recommend-report-one-price .num{
    color: #c1272d;
    margin-left:10px;
}
.recommend-report-one-con .recommend-report-one-summary{
    color: #4d4d4d;
    font-size:12px;
    line-height:28px;
    text-align: justify;
}
.recommend-report-one-btns{
    height:62px;
    padding-top:32px;
}
.index-recommend-report-one.sm .recommend-report-one-btns{
    height:47px;
    padding-top:24px;
}
.recommend-report-one-btns .check-detail{
    padding:4px 11px;
    border:1px solid #3797d3;
    color: #3797d3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background: #fff;
    font-size:14px;
}
.recommend-report-one-btns .check-detail.sm,.recommend-report-one-btns .order-now.sm{
    font-size: 12px;
    padding: 2px 4px;
}
.recommend-report-one-btns .order-now{
    padding:4px 11px;
    border:1px solid #3797d3;
    background:#3797d3;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-size:14px;
}
.index-banner-outcon{
    position: relative;
    width:100%;
    margin-top:18px;
}
.index-through-screen{
    width:100%;
    height:360px;
    background-color: #ddd;
    overflow: hidden;
}
.index-through-screen.first{
    background: url("../image/index/banner2-1.png") no-repeat center/cover;
}
.index-through-screen.second{
    background: url("../image/index/banner2-2.png") no-repeat  center/cover;
}
.index-through-screen.three{
    background: url("../image/index/banner2-3.png") no-repeat center/cover;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    position: absolute;
    bottom:2%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px!important;
}
.index-banner1-bg {
    /*padding: 48px 80px;*/
    background: rgba(0,0,0,0.7);
    position: absolute;
    z-index: 999;
    /*margin-top: 180px;*/
    /*margin-left: 145px;*/
    width: 400px;
}
.index-banner1-bg.second{
    /*padding: 48px 90px;*/
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 50%;
    margin-top: -88.5px;
    z-index: 999;
    /*margin-top: 110px;*/
    /*margin-left: 145px;*/
    width: 363px;
    height: 177px;
}
.index-banner1-bg.second .index-banner1-text1{
    padding: 24px 0 0 25px;
    font-size: 18px;
    line-height: 36px;
}
.index-banner1-bg.second .index-banner1-text2{
    font-size: 20px;
}
.index-banner1-bg.third{
    width: 363px;
    height: 177px;
    position: absolute;
    top: 50%;
    margin-top: -88.5px;
    /*padding:  12px 0;*/
    /*margin-top: 298px;*/
    background: rgba(0,0,0,0.6);
}
.index-banner1-bg.third .index-banner1-text1{
    padding: 24px 30px 56px 38px;
    font-size: 18px;
    line-height: 36px;
}
.index-banner1-text1 {
    font-size: 18px;
    color: white;
    opacity: 0.9;
    line-height: 30px;
    letter-spacing: 1px;
}

.index-banner1-text2 {
    font-size: 14px;
    color: white;
    opacity: 0.9;
    margin-top: 20px;
}
.index-banner2-bg {
    width: 430px;
    height: 190px;
    background: rgba(0,0,0,0.7  );
    position: absolute;
    /*padding: 24px 30px 56px 38px;*/
    z-index: 999;
    top: 50%;
    margin-top: -95px;
    /*margin-left: 145px;*/
}
.index-banner2-bg-box {
    font-size: 18px;
    color: white;
    margin-top: 30px;
    margin-left: 25px;
    /*letter-spacing: 2px;*/
    opacity: 0.9;
}
.swiper-pagination-bullet{
    background: rgba(202,200,201,0.1);
    opacity:1;
    width:10px;
    height:10px;
    border: 1px #cfd6e0 solid;

}
.swiper-pagination-bullet-active{
    background: rgba(202,200,201,1);
}
.index-through-screen-caption{
    font-size: 12px;
    text-align: left;
    text-shadow: none;
    color: #000;
    width: 1230px;
    margin: 70px auto 0;
    position: static;
}
.index-through-screen-caption.video-banner{
    display: flex;
}
.index-through-screen-caption .caption-bigtitle{
    font-size: 40px;
    color: #fff;
    margin-bottom:18px;
}
.video-banner-intro{
    width:576px;
    margin:45px 0 0 100px;
}
.index-through-screen-caption .caption-smalltext{
    font-size:16px;
    font-weight:bold;
    line-height:30px;
    color: #fff;
    text-align: justify;
    width:576px;
    letter-spacing: 1px;
}
.index-through-screen.three .index-through-screen-caption{
    margin-top:90px;
}
.index-banner-num{
    font-size:42px;
    color: #fff;
    padding: 22px 20px 4px;
}
.index-banner-num .index-banner-num-detail{
    display: flex;
    justify-content: space-between;
    height: 63px;
}
.index-banner-num .index-banner-num-detail>li{
    background: #c61b1b;
    padding: 0 10px;
    font-size:42px;
    height:63px;
    line-height:63px;
    text-align: center;
}
.index-banner-btn{
    width: 157px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-left: 20px;
    margin-top: 25px;
    border:0;
    display: inline-block;
    background: #c61b1b;
    font-size:14px;
    color: #fff;
    text-decoration: none;
    /*letter-spacing: 2px;*/
}
.index-banner-btn1{
    border:0;
    display: inline-block;
    background: #bf1414;
    font-size:14px;
    color: #fff;
    width: 160px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
    /*letter-spacing: 1px;*/
    margin-top: 15px;
}
.index-through-screen-caption a {
    color:#fff ;
}
.index-content-flowlayout{
    display: flex;
    justify-content: space-between;
    margin:88px 0;
}
.index-content-left{
    width:70%;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.index-content-right{
    width:380px;
    /*background: #000;*/
    height:340px;
    border:1px solid #e4e4e4;
    overflow: hidden;
    /*border-radius: 4px;*/
}
.index-content-right2 {
    width:380px;
    /*background: #000;*/
    height:340px;
    border:1px solid #e4e4e4;
    background: #fff;
    /*border-radius: 4px;*/
}
.common-search-group>input{
    border: none!important;
    background-color: #f5f5f5;
    width: 260px;
    font-size: 12px;
}
.common-search-group>.search-btn{
    width: 60px;
    height: 30px;
    background-color: #c61b1b;
}
.index-content-right3 {
    width:380px;
    /*background: #000;*/
    height:340px;
    border:1px solid #e4e4e4;
    background: #fff;
    /*border-radius: 4px;*/
}

.index-small-border-block{
    background: #fff;
    padding:22px 26px;
    /*margin-bottom:22px;*/
    height: 100%;
}
.index-small-border-block.aaatool{
    height:164px;
    background: url("../image/index/insight3.png") no-repeat center/cover;
    padding:0;
}
.index-small-border-block.aaatool .blue-mask{
    background: rgba(55,139,199,0.9);
    width:100%;
    height:100%;
    padding: 18px 26px;
    color: #fff;
}
.index-small-border-block.aaatool .text-a-tool{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
}
.index-small-border-block .title-block{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.index-small-border-block .title-block .title{
    padding-left:8px;
    font-size:15px;
    font-weight:bold;
    height: 16px;
    line-height: 16px;
    color:#ce3a3a;
    /*letter-spacing: 2px;*/
}
.red-line {
    width: 97.5%;
    height: 1px;
    background: #d4d4d4;
    margin-left: 8px;
    margin-bottom: 20px;

}
.right2-title {
    font-size: 15px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    color: #ce3a3a;
    /*letter-spacing: 2px;*/
    padding: 22px 34px;
}
.red-line2 {
    width: 83%;
    height: 1px;
    background: #d4d4d4;
    margin-left: 34px;
    margin-top: 8px;
    margin-bottom: 20px;

}
.right2-search {
    margin-left: 34px;

}
.right2-search ul {
}
.right2-search ul li{
    float: left;
    font-size: 14px;
    padding: 0px 14px;
    height: 26px;
    line-height: 24px;
    background: white;
    color: black;
    text-align: center;
    position: relative;
    margin-bottom: 14px;
    cursor: pointer;
    margin-right: 10px;
}
.right2-search ul li.active{
    background: #c61b1b;
    color: white;
}
.right2-search ul li.active:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left:18px;
    width: 12px;
    height: 12px;
    background: #c61b1b;
    transform: rotate(225deg);
}
.common-search-group {
    width: 320px;
    height: 30px;
    /*display: flex;*/
    justify-content: space-between;
    margin-bottom: 12px;
    margin-left: 34px;
}
.hot-search2{
    margin-left: 34px;
    margin-top: 20px;
    overflow: hidden;
}
.hot-search2 span{
    font-size: 14px;
    font-weight:bold;
    float: left;
}
.hot-search2 ul {
    float: left;
}
.hot-search2 ul li {
    float: left;
    padding-left: 10px;
    font-size: 12px;
    color: #afaaaa;
    line-height: 20px;
}
.hot-search2 ul li:hover{
    color: #3398f5;
}
.text-chose {
    margin-left: 34px;
    /*margin-top: 60px;*/
    margin-bottom: 37px;
}
.text-chose a {
    color: #3398f5;
}
.company-num {
    margin-left: 20px;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    line-height: 40px;
}
.pic-text-box {
    width: 338px;
    height: 115px;
    margin-left: 20px;
    background: url("../image/index/pic-text2.png") no-repeat center/cover;
}
.pic-text {
    font-size: 12px;
    color: white;
    padding-top: 15px;
    margin-left: 20px;
    line-height: 28px;
}
.index-small-border-block .text-a-tool{
    font-size:12px;
    line-height:22px;
    color: #4d4d4d;
}
.index-small-border-block .text-a-tool-more{
    text-align: right;
}
.index-small-border-block .text-a-tool-more a{
    font-size:12px;
    color: #3795d1;
}
.index-small-border-block .more-alink{
    padding:2px 8px;
    font-size:12px;
    color: #fff;
    background: #3795d1;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.index-small-border-content .report-list li a{
    display: flex;
    justify-content: flex-start;
    color: #4d4d4d;
    font-size:12px;
    margin-bottom:20px;
    height:12px;
    line-height:12px;
}
.index-small-border-content .report-list li .report-industry{
    width:30%;
    color: #3795d1;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space:nowrap;
    border-right:1px solid #b1b1b1;
    height:12px;
    line-height:12px;
    margin-right:20px;
}
.index-small-border-content .report-list li .report-industry-title{
    width:70%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.index-content-right-ad{
    border:1px solid #e4e4e4;
    background: #fff;
}
.index-content-right-ad .img{
    height:164px;
    background: url("../image/index/insight3.png") no-repeat center/cover;
}
.index-content-right-ad .img .img-title{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 35px 0 0 30px;
    background: rgba(35,8,10,0.4);
    width: 100%;
    height: 100%;
}
.index-content-right-ad .text{
    padding:20px 35px;
    line-height:22px;
}
.index-content-right-ad .text a{
    color: #4d4d4d;
    font-size:12px;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.index-middle {
    width: 1230px;
    height: 380px;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 50%;*/
    margin: auto;
    /*background: white;*/
    /*z-index: 999;*/
    /*border: 1px solid #e6e6e6;*/
    /*box-shadow: 0px 3px 8px #d0d0d0;*/
    display: flex;
    justify-content:space-around;
    align-items: center;
    /*padding: 0 26px;*/
    margin-top: 0px;
    margin-bottom: 0px;
}
.index-footer {
    width: 100%;
    /*height: 400px;*/
    position: relative;
    bottom: 7px;
}
.clearfix{
    clear:both;
}
.index-footer-text {
    color: #999;
    width: 1032px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
}
.index-footer-text li{
    margin-left: 26px;
}
.index-footer-text li a{
    text-decoration: none;
    color: #999;
}
.index-footer-text li:nth-child(1){
    margin-left: 0;
}





