/* 头部导航栏 */
.rank_top_nav{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
}
.rank_top_nav>ul{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.rank_top_nav li{
    height: 100%;
}
.rank_top_nav a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    line-height: 25px;
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
}
.rank_top_nav .rank_here{
    background: #F02A2A;
}
.rank_top_nav .rank_here>a{
    color: #FFFFFF;
}

/* 面包屑及弹出层 */
.rank_crumbs_box{
    width: 100%;
    height: 50px;
    background: #F02A2A;
}
.rank_crumbs_box>div{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.bar_search{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bar_search_area{
    width: 200px;
    height: 50px;
    position: relative;
    display: flex;
}
.bar_search_box{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.bar_search_box>i{
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 15px;
    color:#FFFFFF;
}
.bar_search_area .tab_search_area{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 1em;
    border-radius: 20px;
    padding-right: 40px;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
}
.bar_search_text_box{
    position: absolute;
    width: 400px;
    max-height: 422px;
    right: 0;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px #B80A0A;
    box-sizing: border-box;
    display: none;
}
.industry_search_box{
    width: 90%;
    height: 45px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.industry_search_box>input{
    width: 100%;
    height: 100%;
    color: #666666;
    line-height: 20px;
    border: none;
    box-sizing: border-box;
    padding-right: 65px;
    font-size: 14px;
    text-indent: 1em;
    
}
.industry_search_box i{
    color: #999999;
    cursor: pointer;
    font-size: 20px;
}
.industry_search_box>.iconsearch{
    position: absolute;
    right: 40px;
}
.industry_search_box>.iconguanbi{
    position: absolute;
    right: 0px;
    font-size: 18px;
}
.industry_search_box input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.bar_search_hot{
    width: 100%;
    box-sizing: border-box;
    /* display: none; */
}
.bar_search_hot>h3,
.bar_search_text_box>h3
{
    width: 100%;
    height: 36px;
    text-align: left;
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 35px;
}
.bar_search_hot>h3{
    color: #F32C2C;
}
.bar_search_text_box>h3{
    display: none;
}
.bar_search_hot ul{
    width: 100%;
}
.bar_search_hot ul>li,
.search_list_box>li{
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 15px;
}
.search_list_box>li{
    padding: 0 35px;
}
.bar_search_hot ul>li{
    padding: 0 35px;
}
.bar_search_hot ul>li:hover,
.search_list_box>li:hover{
    background: #F5F5F5;
}
.search_list_box .keyboard_css,
.bar_search_hot ul .keyboard_css
{
    background: #F5F5F5;
}
.bar_search_hot ul>li>a,
.search_list_box a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}
.search_list_box a>span{
    color: #F02A2A;
}
.search_list_box{
    width: 100%;
    max-height: 376px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
.bar_search_hot ul>li>a,
.search_list_box a{
    max-width: 326px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 弹出层 */
.rank_crumbs_bar{
    height: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rank_crumbs_bar a{
    display: block;
    height: 100%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 50px;
}
.rank_crumbs_bar li{
    height: 100%;
    color: #FFFFFF;
    margin-right: 5px;
    line-height: 50px;
}
.rank_crumbs_bar .chose_color_red a{
    color: #F8F2BB;
}

.rank_crumbs_lev1,
.rank_crumbs_lev2,
.rank_crumbs_lev3,
.rank_crumbs_lev4{
    position: absolute;
    top: 50px;
    box-shadow: 0px 2px 4px #B02626;
    overflow: hidden;
    background: #FFFFFF;
    z-index: 10000;
}
.rank_crumbs_lev1,
.rank_crumbs_lev2,
.rank_crumbs_lev3{
    height: calc(100vh - 271px);
}
.rank_crumbs_lev1:hover,
.rank_crumbs_lev2:hover,
.rank_crumbs_lev3:hover,
.rank_crumbs_lev4:hover{
	display: block!important;
}
.rank_tipsWindown_box{
    width: 100%;
    display: flex;
    height: calc(100vh - 271px);
    align-items: flex-start;
}
.scroll_list{
    height: 100%;
}
.rank_classifly_list{
    width: 162px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #F7F7F7;
}
.rank_classifly_list li{
    width: 162px;
    padding: 12px 0;
    background: #F7F7F7;
}
.rank_classifly_list li>a{
    width: 100%;
    height: 100%;
    color: #666666;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rank_classifly_list li>a>span{
    width: 108px;
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rank_classifly_list li>a i{
    color: #CCCCCC;
}
.rank_classifly_list .hover_here{
    background: #FFFFFF;
}
.hover_here>a{
    color: #E01B1B !important;
}
/* 第一层 */
.rank_crumbs_lev1{
    left: 0px;
    width: 1200px;
    display: none;
}
.rank_crumbs_lev1 .classify_box{
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}
        /* 搜索区 */
.classify_search{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.classification_search_box{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 30px;
    padding-top: 10px;
}
.classification_search_box .iconsearch{
    position: absolute;
    left: 40px;
    color: #CCCCCC;
    font-size: 20px;
}
.classification_search_box input{
    width: 600px;
    height: 35px;
    border: none;
    border-bottom: 1px solid #E8E8E8;
    line-height: 20px;
    color: #333333;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 40px;
}
.classification_search_box input::-webkit-input-placeholder {
    color:  #CCCCCC;
  }
.classification_search_box input:-moz-placeholder {/* Firefox 18- */
    color:  #CCCCCC;
  }
.classification_search_box input::-moz-placeholder{/* Firefox 19+ */
   color:  #CCCCCC;
  }
.classification_search_box input:-ms-input-placeholder {
    color:  #CCCCCC;
}
.classification_search_box>:last-child{
    font-size: 14px;
    margin-left: 20px;
    position: absolute;
    left: 580px;
    color: #CCCCCC;
}
.search_notice{
    position: absolute;
    width: 600px;
    padding-left: 30px;
    top: 45px;
    box-sizing: border-box;
    z-index: 999;
    display: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08); 
}
.search_notice>ul{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-right: 30px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
}
.search_notice li{
    width: 100%;
    padding: 15px 0;
    padding: 6px 20px;
    box-sizing: border-box;
}
.search_notice_key li:hover{
    background: #F5F5F5;
}
.search_notice_key .keyboard_css{
    background: #F5F5F5;
}
.search_notice_key li>a{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
}
.search_notice_key li>a>span{
    color: #E11D1C;
}
.classify_search .search_notice_none{
    padding-bottom: 0;
}
.search_notice_none li{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 46px;
    color: #333333;
}
        /* 内容滚动区 */
.rank_crumbs_lev1 .classify_list{
    width: 100%;
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    padding-left: 30px;
    padding-bottom: 10px;
}
.rank_crumbs_lev1 .classify_list_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-top: 20px;
}
.rank_crumbs_lev1 .classify_list_box ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.rank_crumbs_lev1 .classify_list_box>ul>li{
    margin-right: 10px;
}
.rank_crumbs_lev1 .classify_list_box>ul>li:hover>a{
    color: #E11D1C;
}
.rank_crumbs_lev1 .classify_list_box>ul a{
    color: #666666;
    line-height: 17px;
    font-size: 14px;
}
.rank_crumbs_lev1 .classify_list_box>a{
    margin-bottom: 5px;
}
.rank_crumbs_lev1 .classify_list_box>a>h3{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #E11D1C;
}

/* 第二层 */
.rank_crumbs_lev2{
    left: 120px;
    max-width: 1000px;
    display: none;
}
.rank_crumbs_lev2 .rank_classifly_list{
    border-radius: 0;
    background: #EEEEEE;
    overflow-y: scroll;
}
.rank_crumbs_lev2 .rank_classifly_list li{
    background: #EEEEEE;
}
.rank_crumbs_lev2 .rank_classifly_list li:hover{
    background: #F7F7F7;
}
.rank_crumbs_lev2 .rank_classifly_list li:hover>a{
    color: #E51919;
}
.rank_crumbs_lev2 .classify_box{
    height: 100%;
    width: 100%;
}
.rank_crumbs_lev2 .classify_list{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    height: 100%;
}
.classify_box_lev2{
    width: 162px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    background: #F7F7F7;
}
.classify_box_lev2>li{
    width: 162px;
    padding: 12px 0;
    background: #F7F7F7;
}
.classify_box_lev2>li:hover{
    background: #FFFFFF;
}
.classify_box_lev2>li:hover>a{
    color: #E51919;
}
.classify_box_lev2>li>a{
    width: 100%;
    height: 100%;
    color: #666666;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.classify_box_lev2>li>a>i{
    color: #CCCCCC;
}
.classify_box_lev2>li>a>span{
    width: 108px;
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rank_crumbs_lev2 .classify_box_lev3{
    width: 500px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-right: 0;
    background: #FFFFFF;
}
.rank_crumbs_lev2 .classify_box_lev3>ul{
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
}
.rank_crumbs_lev2 .classify_box_lev3 li{
    margin-right: 20px;
    margin-bottom: 6px;
}
.rank_crumbs_lev2 .classify_box_lev3 li:hover>a{
    color: #E51919;
}
.rank_crumbs_lev2 .classify_box_lev3>ul a{
    line-height: 20px;
    color: #666666;
    font-size: 14px;
}
/* 第三层 */
.rank_crumbs_lev3{
    left: 200px;
    max-width: 600px;
    display: none;
}
.rank_crumbs_lev3 .rank_tipsWindown_box{
    display: flex;
    flex-direction: row;
}
.rank_crumbs_lev3 .rank_classifly_list{
    width: 162px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #F7F7F7;
}
.rank_crumbs_lev3 .classify_box{
    height: 100%;
    width: 100%;
}
.rank_crumbs_lev3 .classify_list{
    width: 100%;
    height: 100%;
}
.rank_crumbs_lev3 .classify_list_box{
    width: 100%;
    height: 100%;
}
.rank_crumbs_lev3 .classify_list_box>ul{
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 10px;
}
.rank_crumbs_lev3 .rank_classifly_list li:hover{
    background: #FFFFFF;
}
.rank_crumbs_lev3 .rank_classifly_list li:hover>a{
    color: #E51919;
}
.rank_crumbs_lev3 .classify_list_box{
    padding-right: 0;
}
.rank_crumbs_lev3 .classify_list_box>ul>li{
    margin-right: 20px;
    margin-bottom: 10px;
}
.rank_crumbs_lev3 .classify_list_box>ul>li:hover>a{
    color: #E51919;
}
.rank_crumbs_lev3 .classify_list_box li>a{
    line-height: 20px;
    color: #666666;
    font-size: 14px;
}
/* 第四层 */
.rank_crumbs_lev4{
    left: 300px;
    max-width: 1000px;
    max-height: calc(100vh - 271px);
    display: flex;
    align-items: flex-start;
    width: 600px;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 10px;
    display: none;
}
.rank_crumbs_lev4>ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.rank_crumbs_lev4 li{
    margin-right: 20px;
    margin-bottom: 10px;
}
.rank_crumbs_lev4 li:hover>a{
    color: #E51919;
}
.rank_crumbs_lev4 li>a{
    line-height: 20px;
    color: #666666;
    font-size: 14px;
}

.descriptionTxt{
        width: 1200px;
        background: #fbf6e9;
        margin: 0 auto;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
.descriptionBox{
        padding: 20px;
    }
.descriptionTxt p{      
        text-align: left;
        line-height: 160%;
    font-size: 14px;
    color: #bd9d76;
    }
.descriptionTxt p b{
        color: #bd9d76;
    }
.descriptionTxt p a{
        color:#E80003;
    }

.rankclassifyBox{
	display: block;
	width: 1200px;
	height: 10px;
	position: absolute;
	z-index: 10000;
	top: 218px;
	left: 50%;
	margin-left: -600px;
}
.rankclassifyBox:hover{
	display: block;
}