@charset "utf-8";

.pro_serve,.advantages,.report,.zhuzuo,.partner,.customer,.marketing,.data_box,.exponent,.analyst,.development,.yj_report{
    overflow: hidden;
}
.layout,.consultation,.yj_report,.data,.activity,.about{
    padding-bottom: 100px;
}
/*************************************首页*************************************/
.banner{
    width: 100%;
    height:720px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#player{
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
    margin: 0 auto;
}
#player .Limg{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#player .Limg li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .w1003{
    position:absolute;
    left: 50%;
    z-index:20;
    bottom: 20px;
}
.banner .w1003_box{
    margin-left: -50%;
}
.banner .w1003 span{
    width:24px;
    height:6px;
    background:rgba(255,147,147,1);
    border-radius:6px;
    opacity:0.49;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}
.banner .w1003 .on{
    background:rgba(255,0,0,1);
    opacity:1;
}
/*产品与服务*/
.pro_item1{
    overflow: hidden;
}
.pro_item1 .content_main{
    overflow: visible;
 }
.pro_item1 .proitem_right{
    overflow: visible;
}
.pro_item1 .proitem_left{
    width: 540px;
}
.pro_item1 .proitem_right{
    width: 660px;
}
.proitem_left{
    width: 560px;
    overflow: hidden;
}
.proitem_right{
    width: 640px;
    overflow: hidden;
}
.pro_word{
    width: 380px;
    margin: 120px 0 0 80px;
    font-size: 16px;
    line-height: 40px;
    color: #888888;
}
.pro_word>p{
    margin: 10px 0;
}
.pro_word1{
    margin-top: 90px;
}
.pro_word1>p{
    margin: 20px 0;
}
.proitem_line{
    width:96px;
    height:8px;
    background: #FC5741;
    margin-bottom: 36px;
}
.proitem_title{
    font-size: 24px;
    line-height: 32px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 36px;
}
/*核心优势*/
.advantages_box{
    width: 1224px;
    margin: 0 auto;
}
.advantages_item{
    float: left;
    width: 282px;
    height: 360px;
    position: relative;
    margin:0 12px;
}
.advantages_pos{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}
.advantages_pos .advantages_img{
    width: 96px;
    height: 96px;
    margin: 80px auto 0;
    transition: all 500ms;
}
.advantages_pos .advantages_word{
    margin-top: 40px;
    text-align: center;
    transition: all 500ms;
}
.advantages_pos .advantages_des{
    width:282px;
    height:200px;
    background:rgba(246,237,237,1);
    opacity:0.89;
    font-size: 14px;
    line-height: 24px;
    color: #484848;
    box-sizing: border-box;
    padding: 16px 20px;
    margin-top: 112px;
    transition: all 500ms;
}
.advantages_pos:hover .advantages_word{
    margin-top: 24px;
    transition: all 500ms;
}
.advantages_pos:hover .advantages_img{
    margin-top: -48px;
    background: url(../images/home_advantages_bg_ico.png) center no-repeat ;
    transition: all 500ms;
}
.advantages_pos:hover .advantages_des{
    margin-top: 24px;
    transition: all 500ms;
}
/*研究报告*/
.report{
    padding-bottom: 82px;
}
.report_box{
    width: 1224px;
    margin: 0 auto;
}
.report .report_item{
    float: left;
    width: 282px;
    height: 360px;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius:3px;
    margin: 0 12px 10px 12px;
    overflow: hidden;
}
.report .report_img{
    width: 282px;
    height: 200px;
    font-size:18px;
    line-height:30px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 36px 32px 14px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.report .report_img_box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 
.report .report_img_box0{
    background:url(../images/home_report_bg01.png) center no-repeat;
    background-size: 100%;
}
.report .report_img_box1{
    background:url(../images/home_report_bg02.png) center no-repeat;
    background-size: 100%;
}
.report .report_img_box2{
    background:url(../images/home_report_bg03.png) center no-repeat;
    background-size: 100%;
}
.report .report_img_box3{
    background:url(../images/home_report_bg04.png) center no-repeat;
    background-size: 100%;
}
.report .report_img:hover .report_img_box{
    transform: scale(1.2,1.2);
    transition: transform 500ms;
}
.report .report_imgtit{
    position: relative;
    z-index: 2;
    max-height: 60px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.report .report_word{
    padding: 24px;
}
.report .report_word .rword_title{
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    color: #484848;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.report .report_word .report_line{
    width:40px;
    height:2px;
    background: #FF0000;
    margin-top: 16px;
}
.report .report_word .report_time{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-top: 16px;
}
/*研究著作*/
.zhuzuo{
    background: #444444;
    padding-bottom: 72px;
}
.zhuzuo_banner{
    overflow: hidden;
}
.zhuzuo-list-box{
    width: 1080px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}
.zhuzuo_item{
    width: 240px;
    height: 320px;
    overflow: hidden;
    margin: 0 auto;
    background:#222222;
}
.zhuzuo_item .zhuzuo_img_box{
    width: 176px;
    height: 202px;
    padding: 20px 32px;
}
.zhuzuo_white .zhuzuo_img_box{
    background:url(../images/home_book_white.png) center no-repeat;
}
.zhuzuo_blue .zhuzuo_img_box{
    background:url(../images/home_book_blue.png) center no-repeat;
}
.zhuzuo_item .zhuzuo_item_title{
    height: 78px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    background: #333333;
    box-sizing: border-box;
    text-align: center;
}
.zhuzuo_item .zhuzuo_item_title p{
    overflow: hidden;
    margin: 15px 34px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.zhuzuo_prev,.zhuzuo_next{
    position: absolute;
    top: 0;
    width: 60px;
    height: 320px;
    overflow: hidden;
    cursor: pointer;
}
.zhuzuo_prev{
    left:-80px ;
    background: #333333 url(../images/home_book_btn_left.png) center no-repeat;
}
.zhuzuo_next{
    right:-80px ;
    background: #333333 url(../images/home_book_btn_right.png) center no-repeat;
}
/*战略合作伙伴*/
.partner ul{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.partner ul li{
    float: left;
    width: 320px;
    height: 100px;
    margin: 0 30px 30px;
}
.partner ul li img{
    max-width: 100%;
    margin: 0 auto;
}
/*部分服务客户*/
.logo_banner{
    width: 100%;
    height:511px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#logo_player{
    position: relative;
    width: 100%;
    height: 511px;
    overflow: hidden;
    margin: 0 auto;
}
#logo_player .Limg{
    position: relative;
    width: 100%;
    height: 444px;
    overflow: hidden;
}
#logo_player .Limg li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.logo_banner .w1003{
    position:absolute;
    left: 50%;
    z-index:20;
    bottom: 10px;
}
.logo_banner .w1003_box{
    margin-left: -50%;
}
.logo_banner .w1003 span{
    width:12px;
    height:12px;
    background:rgba(216,216,216,1);
    border-radius:50%;
    opacity:0.49;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.logo_banner .w1003 .on{
    background:rgba(255,0,0,1);
    opacity:1;
}
/*************************************咨询服务*************************************/
.consultation .consult_banner{
    position: relative;
    height: 640px;
    margin-top: 80px;
    background: url(../images/advisory_bg_research.png) center no-repeat;
}
.consultation .conbanner_mian{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
.consultation .conban_left{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #DDDDDD;
    overflow: hidden;
    padding-right: 62px;
    border-right: 1px solid #666666;
    box-sizing: border-box;
    width: 653px;
}
.consultation .conban_icon .conban_icon_img{
    width: 128px;
    height: 100px;
    margin:0 auto 4px;
}
.consultation .conban_icon1 .conban_icon_img{
    background: url(../images/advisory_research_img1_gray.png) center no-repeat;
}
.consultation .conban_icon2 .conban_icon_img{
    background: url(../images/advisory_research_img2_gray.png) center no-repeat;
}
.consultation .conban_icon3 .conban_icon_img{
    background: url(../images/advisory_research_img3_gray.png) center no-repeat;
}
.consultation .conban_icon4 .conban_icon_img{
    background: url(../images/advisory_research_img4_gray.png) center no-repeat;
}
.consultation .conban_icon1,.conban_icon2{
    margin-top: 92px;
}
.consultation .conban_icon_arrow1{
    margin-top: 136px;
}
.consultation .conban_icon_arrow2{
    margin-top: 71px;
}
.consultation .conban_icon_arrow_img1{
    margin-top: 44px;
}
.consultation .conban_icon4{
    margin-top: 42px;
}
.consultation .conban_icon1:hover .conban_icon_img{
    background: url(../images/advisory_research_img1_red.png) center no-repeat;
}
.consultation .conban_icon2:hover .conban_icon_img{
    background: url(../images/advisory_research_img2_red.png) center no-repeat;
}
.consultation .conban_icon3:hover .conban_icon_img{
    background: url(../images/advisory_research_img3_red.png) center no-repeat;
}
.consultation .conban_icon4:hover .conban_icon_img{
    background: url(../images/advisory_research_img4_red.png) center no-repeat;
}
.consultation .conban_right{
    overflow: hidden;
    box-sizing: border-box;
    width: 480px;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
}
.consultation .conban_right_box{
    width:480px;
    height:128px;
    box-sizing: border-box;
    background:rgba(216,216,216,0.16);
    border:1px solid rgba(102,102,102,1);
    padding: 22px 52px 22px 34px;
}
.consultation .conban_right_box2{
    margin-top: 32px;
}
.consultation .conban_right_box p{
    padding-left: 74px;
}
.consultation .conban_right_box1 p{
    background: url(../images/advisory_research_ico1.png) top left no-repeat;
}
.consultation .conban_right_box2 p{
    background: url(../images/advisory_research_ico2.png) top left no-repeat;
}
/*营销战略咨询*/
.marketing .marketing_box ul li{
    float: left;
    height: 298px;
    margin: 0 12px;
    font-size: 22px;
    line-height: 30px;
    color: #484848;
    text-align: center;
    overflow: hidden;
}
.marketing .marketing_box ul li img{
    margin: 8px 26px 16px;
}
/*合作案例*/
.consult_case .case_left,.consult_case .case_right{
    width: 580px;
    height: 480px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #F8F8F8;
}
.consult_case .case_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/case_hover.png) repeat;
    background:linear-gradient(180deg,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.65) 100%)
}
.case_word{
    margin: 214px 124px 0 40px;
}
.case_title{
    font-size: 22px;
    color: #ffffff;
}
.case_line{
    width:48px;
    height:4px;
    background:rgba(255,255,255,1);
    opacity:0.59;
    margin: 16px 0 24px;
}
/***********************************************************数据服务***********************************************************/
.data{
    margin-top: 80px;
}
/*数据产品*/
.data_box{
    overflow: hidden;
    padding-bottom: 62px;
}
.data_banner{
    width: 1160px;
    height:480px;
    margin: 0 auto 17px;
    position: relative;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 12px 0px rgba(0,0,0,0.1);
}
#data_player{
    position: relative;
    width: 100%;
    height: 480px;
    /*overflow: hidden;*/
    margin: 0 auto;
}
#data_player .Limg{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#data_player .Limg li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.data_banner .w1003{
    position:absolute;
    top: 64px;
    left: -40px;
    z-index:20;
}
.data_banner .w1003 span{
    width: 160px;
    height:48px;
    display: block;
    cursor:pointer;
    font-style: normal;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.1);
    font-size: 18px;
    line-height: 48px;
    color: #484848;
    text-align: center;
    margin: 32px 0;
}
.data_banner .w1003 .on{
    color: #ffffff;
    background:rgba(252,87,65,1);
    box-shadow:0px 2px 12px 0px rgba(255,0,0,0.3);
}
.data_banner_word{
    width: 463px;
    height: 416px;
    border-left: 1px solid #D8D8D8;
    margin:32px 0 0 182px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}
.data_words{
    margin: 32px 0 0 72px;
}
.data_banner_title{
    border-left: 4px solid #1DA8D9;
    padding-left: 16px;
    margin-bottom: 64px;
}
.data_banner_title1{
    font-size: 18px;
    line-height: 24px;
    color: #1DA8D9;
    margin-bottom: 5px;
}
.data_banner_title2{
    font-size: 12px;
    line-height: 16px;
    color: #22AAD9;
}
.data_banner_title3{
    font-size: 24px;
    line-height: 32px;
    color: #484848;
    margin-bottom: 28px;
}
.data_words>p{
    margin: 8px 0;
}
.ata_banner_img{
    width: 512px;
    height: 480px;
    overflow: hidden;
}
/*指数研究*/
.exponent{
    background: #000000 url(../images/data_bg_index.png) bottom center no-repeat;
    padding-bottom: 80px;
}
.mbi_box,.mci_box{
    width: 580px;
    height: 400px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #BBBBBB;
}
.mbi_box{
    background: url(../images/data_index_bg_mbi.png) no-repeat;
}
.mci_box{
    background: url(../images/data_index_bg_mci.png) no-repeat;
}
.exponent_title{
    font-size: 20px;
    line-height: 28px;
    margin: 42px 0 20px 56px;
    color: #ffffff;
}
.exponent_word{
    width: 480px;
    margin-left: 56px;
}
.exponent_word p{
    margin: 8px 0;
}
.exponent_btn{
    width:96px;
    height:40px;
    background:linear-gradient(180deg,rgba(251,136,101,1) 0%,rgba(232,27,20,1) 100%);
    border-radius:4px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}
.exponent_btn a{
    color: #ffffff;
}
/*我们的优势*/
.data_advantage_main ul{
    width: 1272px;
    overflow: hidden;
}
.data_advantage_main ul li{
    float: left;
    width: 352px;
    margin-right: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    text-align: center;
}
.data_advantage_main ul li>img{
    margin: 0 auto 48px;
}
.data_advantage_title{
    font-size: 20px;
    line-height: 28px;
    color: #484848;
    margin-bottom: 24px;
}
/***************************************关于我们***************************************/
.about{
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}
.about_bg180{
    position: absolute;
    width: 100%;
    height:180px;
    top: 0;
    left: 0;
    background: url(../images/about_bg180.jpg);
    background:linear-gradient(180deg,rgba(22,40,63,1) 0%,rgba(22,40,63,0) 100%);
    opacity:0.09;
}
.about_top{
    width: 1220px;
    height: 340px;
    overflow: hidden;
    margin: 30px auto 0;
    background: url(../images/about_banner.png);
    font-size: 15px;
    line-height: 32px;
    color: #484848;
    position: relative;
}
.about_top_word{
    width: 872px;
    margin: 26px 0 0 315px;
}
/*分析师团队*/
.analyst{
    padding-bottom: 40px;
}
.analyst_main ul{
    width: 1240px;
    overflow: hidden;
}
.analyst_main ul li{
    float: left;
    width: 580px;
    height: 280px;
    margin: 0 40px 40px 0;
    background: url(../images/about_bg_team.png);
    box-sizing: border-box;
    padding: 32px 32px 0 32px;
    font-size: 14px;
    line-height: 28px;
    color: #888888;
}
.analyst_left{
    width: 120px;
    overflow: hidden;
}
.analyst_left img{
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
}
.analyst_right{
    width: 364px;
    overflow: hidden;
}
.analyst_name{
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 16px;
}
/*专家顾问团*/
.expert{
    overflow: hidden;
    background: #444444;
    padding-bottom: 80px;
}
.expert_box{
    position: relative;
    width: 1224px;
    height: 590px;
    overflow: hidden;
}
.expert_img{
    float: left;
    width: 129px;
    height: 129px;
    margin:0 24px 24px 0;
    overflow: hidden;
    position: relative;
}
.expert_img_none{
    background: #9f3030;
}
.expert_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.expert_first_back,.expert_second_back,.expert_third,.expert_third_back,.expert_fourth,.expert_fourth_back{
    display: none;
}
/*发展历程*/
.development{
    overflow: hidden;
    background: url(../images/bg_development.jpg) top center no-repeat;
}
.development_list{
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #484848;
    width: 800px;
    margin: 0 auto;
}
.year{
    width: 68px;
    margin:0 24px 48px 0;
    font-size: 28px;
    line-height: 36px;
    color: #FC5741;
    letter-spacing: 2px;
}
.year1{
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    letter-spacing: 0;
    text-align: right;
}
.month_box{
    width: 64px;
    height: 64px;
    background: #FC5741 url(../images/bg_month.png) center no-repeat;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    margin:0 40px 48px 0;
}
.month{
    position: absolute;
    top: 2px;
    left: 8px;
}
.day{
    position: absolute;
    bottom: 2px;
    right: 8px;
}
.develop_word{
    height: 80px;
    width: 600px;
    padding: 16px 0;
    background: url(../images/development_line.png) 16px top repeat-y;
}
.develop_word_first{
    margin-top: 16px;
    padding-top: 0;
}
.develop_word p{
    padding: 5px 0 5px 72px;
    background: url(../images/about_node2_course.png) left center no-repeat;
}
.develop_word .circle{
    background: url(../images/about_node1_course.png) left center no-repeat;
}
.develop_word_first .circle{
  line-height: 26px;
  background: url(../images/about_node1_course.png) left top no-repeat;
  padding-top: 0;
}
.develop_word_last{
    height: 32px;
    padding-bottom: 0;
}
/*********************************************峰会活动*********************************************/
.activity{
    overflow: hidden;
    margin-top: 80px;
}
.activity_banner{
    position: relative;
    overflow: hidden;
    height: 240px;
    background: url(../images/meeting_bg_top.png) center no-repeat;
}
.act_banner_word{
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 144px;
}
.activity_box{
    margin-top: 48px;
    overflow: hidden;
}
.activity_box ul{
    width: 1248px;
    overflow: hidden;
    padding-left: 8px;
}
.activity_box ul li{
    float: left;
    width: 368px;
    height: 382px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 12px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    margin:0 40px 48px 0;
}
.activity_box ul li .img_box{
    height: 276px;
    overflow: hidden;
}
.activity_box ul li .img_box img{
    width: 100%;
    height: 276px;
    overflow: hidden;
}
.activity_box ul li .img_box img:hover{
    transform: scale(1.1, 1.1);
    transition: transform 500ms;
}
.activity_word{
    padding: 16px 16px 0;
}
.activity_title{
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    /*white-space: nowrap;*/
    margin-bottom: 10px;
}
.time_address{
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.time_address .address{
    padding-left: 20px;
    background: url(../images/meeting_ico_address.png) left center no-repeat;
    width: 217px;
    height: 16px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.time_address .time{
    width: 87px;
    height: 16px;
    overflow: hidden;
    padding-left: 20px;
    background: url(../images/meeting_ico_time.png) left center no-repeat;
    box-sizing: border-box;
    margin-right: 32px;
}
.activity_btn{
    width:160px;
    height:64px;
    margin: 16px auto 0;
    background: url(../images/activity_btn.png) center no-repeat;
    background:linear-gradient(180deg,rgba(251,136,101,1) 0%,rgba(232,27,20,1) 100%);
    border-radius:8px;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
.more_activity{
    display: none;
}
/*研究报告*/
.yj_report{
    margin-top: 80px;
    position: relative;
}
.yj_report_bg300{
    position: absolute;
    width:100%;
    height:300px;
    top: 0;
    left: 0;
    background: url(../images/yj_report_bg300.jpg) center no-repeat;
    background:linear-gradient(180deg,rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%);
}
.report_main{
    width: 840px;
    overflow: hidden;
    margin-top: 33px;
}
.report_main ul{
    overflow: hidden;
}
.report_main_title{
    font-size: 20px;
    line-height: 28px;
    color: #484848;
}
.yj_report_title{
    position: relative;
    font-size: 20px;
    line-height: 28px;
}
.yj_report_title span{
    display: inline-block;
    padding-bottom: 16px;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 1;
    margin-right: 40px;
    color: #888888;
    cursor: pointer;
}
.yj_report_title .yj_on{
    color: #000000;
    border-bottom: 1px solid #333333;
}
.yj_report_title:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    bottom: 0;
    left: 0;
}
.yj_report_img{
    width: 200px;
    height: 150px;
    overflow: hidden;
    margin-right: 24px;
    position: relative;
    border-radius: 6px;
    background: #eeeeee;
}
.yj_report_img>img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.yj_report_img .img_title_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/report_bgbox1.png) repeat;
    display: none;
}
.yj_report_img0{
    background: #dddddd;
}
.yj_report_img1{
    background: url(../images/report_bg_hotel.png) no-repeat;
}
.yj_report_img2{
    background: url(../images/report_bg_flats.png) no-repeat;
}
.yj_report_img3{
    background: url(../images/report_bg_office.png) no-repeat;
}
.yj_report_img4{
    background: url(../images/report_bg_estate.png) no-repeat;
}
.yj_report_img5{
    background: url(../images/report_bg_viewpoint.png) no-repeat;
}
.yj_report_img6{
    background: url(../images/report_bg_atractions.png) no-repeat;
}
.yj_report_img7{
    background: url(../images/report_bg_other.png) no-repeat;
}
.yj_report_img8{
    background: url(../images/report_bg_park.png) no-repeat;
}
.img_title{
    width: 88px;
    font-size: 12px;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    color: #FFFFFF;
    margin: 12px 0 0 12px;
}
.yj_report .report_main ul li{
    overflow: hidden;
    padding-top: 32px;
    border-top: 1px solid #F5F5F5;
    margin-bottom: 32px;
}
.yj_report .report_main ul li:first-child{
    border-top: 0;
}
.yj_report_word{
    width: 600px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #484848;
}
.report_word_title{
    font-size: 20px;
    line-height: 28px;
    margin: 8px 0;
    font-weight: bold;
}
.report_des{
    height: 48px;
    overflow: hidden;
}
.tag_time{
    overflow: hidden;
    margin-top: 18px;
}
.report_tag{
    width: 510px;
    overflow: hidden;
}
.report_tag span{
    display: block;
    float: left;
    margin:2px 12px 2px 0;
    background: #FFEFEF;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 16px;
    color: #F15050;
}
.tag_time .time{
    width: 80px;
    overflow: hidden;
    color: #888888;
    font-size: 14px;
    line-height: 24px;
}
#report_page1{
    display: none;
}
.report_page{
    float: left;
    left: 50%;
    position: relative;
}
.report_page .layui-laypage{
    margin-left: -50%;
    margin-top: 30px;
}
.layui-disabled .report_prev{
    background: url(../images/report_btn_left_gray.png) center no-repeat;
}
.layui-disabled .report_next{
    background: url(../images/report_btn_right_gray.png) center no-repeat;
}
.report_prev,.report_next{
    width: 32px;
    height: 32px;
}
.report_prev{
    background: url(../images/report_btn_left_gray.png) center no-repeat;
}
.report_next{
    background: url(../images/report_btn_right_gray.png) center no-repeat;
}
/*研究报告 著作*/
.report_zhuzuo{
    width: 320px;
    /*height: 757px;*/
    border: 1px solid #E8E8E8;
    margin-top: 25px;
    border-radius: 4px;
    background: #ffffff;
}
.report_zhuzuo_title{
    padding: 16px 0 16px 24px;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    border-bottom: 1px solid #DDDDDD;
}
.report_zhuzuo ul li{
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
}
.report_zhuzuo_word{
    width: 200px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 25px 16px 0 24px;
    font-size: 14px;
    line-height: 28px;
    color: #484848;
}
.report_zhuzuo_img{
    width: 120px;
    height: 160px;
    overflow: hidden;
}
.report_zhuzuo_img1{
    background: url(../images/report_book_white.png) no-repeat;
}
.report_zhuzuo_img2{
    background: url(../images/report_book_blue.png) no-repeat;
}
.report_zw_title{
    height: 56px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.report_zw_btn{
    width: 72px;
    height: 24px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #666666;
    margin-top: 16px;
}
.layui-laypage a, .layui-laypage span{
    margin: 0 8px;
    padding: 0 10px;
    border: 0;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 16px;
    box-sizing: border-box;
    display: block;
    float: left;
}
.layui-laypage .layui-laypage-curr{
    border: 1px solid #FF0A0A;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    color: #FF0A0A;
    /* border: 1px solid #FF0A0A; */
    border-radius: 16px;
    background: #ffffff;
    box-sizing: border-box;
}
.layui-laypage a:hover{
    color: #FF0A0A;
    border: 1px solid #FF0A0A;
    background: #ffffff;
    border-radius:16px;
}
.layui-laypage .layui-laypage-curr em{
    color: #FF0A0A;
    border: 0;
}
.layui-disabled{
    pointer-events: none;
}
.layui-laypage .layui-laypage-next:hover,.layui-laypage .layui-laypage-prev:hover{
    background: none;
    border: 0;
}
.layui-laypage .layui-laypage-next,.layui-laypage .layui-laypage-prev{
    padding: 0;
    border: 0;
}
.layui-laypage-next:hover .report_next{
    background: url(../images/report_btn_right_red.png) center no-repeat;
}
.layui-laypage-prev:hover .report_prev{
    background: url(../images/report_btn_left_red.png) center no-repeat;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    padding: 0;
    top: 0;
    left: 0;
}
.layui-laypage a, .layui-laypage span{
    font-size: 14px;
    color: #888888;
    border: 1px solid transparent;
}
.report_zhuzuo_page .layui-laypage a,.report_zhuzuo_page .layui-laypage span{
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    border: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #999999;
    box-sizing: border-box;
    float: none;
}
.report_zhuzuo_page .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: none;
    border: 0;
}
.report_zhuzuo_page .layui-laypage .layui-laypage-curr em{
    color: #FF0A0A;
}
.report_zhuzuo_page .layui-laypage{
    display: block;
    text-align: center;
}
.report_zhuzuo_page .layui-laypage .layui-laypage-curr{
    border: 1px solid #FF0A0A;
}
.report_zhuzuo_page .layui-laypage a:hover{
    color: #FF0A0A;
    border: 1px solid #FF0A0A;
    background: none;
}
/* 媒体/机构/企业引用 */
.index_page{
  text-align: center;
}
.index_page .media_partners_page{
  display: inline-block;
}
.meadin_new_box li{
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  position: relative;
  background-color: #F5F5F5;
}
.meadin_new_box li.dou{
  background-color: #FFFFFF;
}
.meadin_new_box li span{
  display: inline-block;
}
.meadin_new_box li span.source{
  color: #484848;
  position: absolute;
  left: 24px;
}
.meadin_new_box li a.media_title{
  display: inline-block;
  color: #000000;
  margin-left: 224px;
}
.meadin_new_box li a.media_title:hover{
  color: #FF0000;
}
.meadin_new_box li span.time{
  color: #888888;
  position: absolute;
  right: 24px;
}
.media_partners .index_page{
  padding-top: 49px;
}