a {
    text-decoration: none;
    color: #666666;
}

a:focus {
    outline: none;
}

li {
    list-style: none;
    float: left;
}

body {
    background-color: #F7F8F9;
    margin: 0;
}

.overlay {
    background: #000;
    filter: alpha(opacity=50); /* IE的透明度 */
    opacity: 0.5; /* 透明度 */
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
}

.loading_back {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 13;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: 0.2s opacity linear;
    transition: 0.2s opacity linear;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.manage_modal.active, .overlay.active {
    display: block;
}

.manage_modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 550px;
    min-width: 330px;
    height: auto;
    z-index: 2000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 101;
}

#bd-header a, a.login_btn, .bd-header a {
    color: white;
}

.navbar_btn a {
    font-size: 18px;
}

.navbar_btn {
    margin-left: 50px;
    position: relative;
    height: 40px;
    line-height: 34px;
    width: 90px;
    text-align: center;
}

ul {
    padding: 0;
    margin: 1em 0;
}

ul li.navbar_btn:first-child {
    margin-left: 0px;
}

#navbar-left {
    float: left;
    position: absolute;
    left: -26px;
    width: 50%;
}

#navbar-right {
    float: right;
    width: 52%;
    display: inline-block;
    border-bottom: 1px solid #fff;
    height: 70px;
    margin-top: 30px;
}

a.navbar-right-btn {
    float: right;
    font-size: 14px;
    position: relative;
    top: 4px;
    text-align: center;
}

a.navbar-right-btn:hover {
    color: #FF6600;
}

.active_bottom {
    position: relative;
    width: 90px;
    height: 5px;
    background-color: #FF6600;
}

.bd_content {
    width: 1200px;
    margin: auto;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 100px;
}

.bd_content p {
    font-size: 48px;
    color: white;
    margin: 0;
}

.input_div {
    margin-top: 80px;
}

.hot_div {
    margin-top: 70px;
    text-align: left;
}

.hot_div span {
    font-size: 16px;
    float: left;
    margin-left: 26%;
}

.hot_detail {
    color: white;
    margin-right: 15px;
    cursor: pointer;
}

.bd_content input {
    width: 447px;
    height: 50px;
    padding-left: 10px;
    font-size: 18px;
    position: relative;
}

.bd_content img {
    width: 45px;
    top: 16px;
    position: relative;
    margin-left: 30px;
}

.overlay, .new_overlay {
    background: none repeat scroll 0% 0% #000;
    opacity: 0.5;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: none;
}

.login_box {
    position: fixed;
    display: none;
    z-index: 200;
    width: 400px;
    height: auto;
    border: 1px solid #999999;
}

.login_box p {
    background-color: #F2F2F2;
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333333;
}

img.close_btn {
    width: 20px;
    float: right;
    right: 10px;
    top: 10px;
    position: relative;
}

.login_form {
    width: 100%;
    background-color: white;
    height: 270px;
}

.login_box input, .login_btn {
    display: inline-block;
    width: 82.5%;
    height: 40px;
    margin-top: 23px;
}

.login_box input {
    border: 1px solid #cccccc;
    padding: 10px;
}

.login_btn {
    background-color: #0099FF;
    font-size: 16px;
    line-height: 40px;
}

.bd-header {
    background: url(images/header_project.png) repeat-x scroll 0% 0% transparent;
    height: 123px;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    transition: all linear 0.5s;
}

.hide_header {
    top: -200px;
    transition: all linear 0.5s;
}

/**
详细页面样式
*/
.search_div {
    float: left;
    padding: 5px 0px;
    width: 330px;
}

.search_btn_img {
    width: 33px;
    position: relative;
    top: 10px;
    left: 10px;
}

.search_div input {
    width: 280px;
    height: 36px;
    padding-left: 10px;
}

#navbar-right input {
    width: 280px;
    height: 36px;
    padding-left: 10px;
}

.detail_nav_btn span {
    margin-right: 20px;
    font-size: 18px;
}

.search_history {
    display: inline-block;
    width: 280px;
    background: white;
    margin-left: 97px;
    margin-top: 25px;
}

.search_history li {
    margin: 10px;
}

.search_history li a {
    color: #FF6600;
    font-size: 14px;
}

.search_history_bar {
    font-size: 14px;
    color: #808080;
    padding: 5px 10px;
    position: relative;
    border-bottom: 1px solid #e6e8e8;
}

.chart_content {
    background-color: white;
    position: relative;
}

.chart_nav_bar, .chart_content {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.chart_nav_bar img {
    width: 35px;
    vertical-align: middle;
    position: relative;
    right: 10px;
}

.chart_nav_bar li {
    line-height: 60px;
    padding: 0 35px;
}

.chart_nav_bar li:first-child {
    margin-left: 0px;
}

.chart_nav_bar li a {
    vertical-align: middle;
    font-size: 20px;
    color: #1296db;
    padding-left: 10px;
}

.chart_nav_bar .active {
    background-color: #3399FF;
    box-shadow: 5px 5px 5px #808080;
}

.chart_nav_bar .active a {
    color: white;
}

.chart_top_left {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    padding-left: 15px;
    border-left: 5px solid #3399FF;
    vertical-align: middle;
}

.chart_tips {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.chart_tips_panel {
    /*display: none;*/
    position: absolute;
    top: -15px;
    left: 140px;
    z-index: 1010;
    width: 400px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal;
}

.chart_tips_panel p {
    padding: 10px;
}

.chart_tips_panel p p {
    display: inline-block;
    padding-top: 5px;
    font-size: 14px;
    color: #808080;
}

.arrow_left {
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #cccccc transparent transparent;
    margin: 11px auto;
    position: absolute;
    left: -10px;
}

.arrow_left span {
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 9px 8px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent; /*透明 黄 透明 透明 */
    position: absolute;
    top: -8px;
    left: 1px;
}

.chart_top_right {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.order_item {
    font-size: 14px;
    margin-left: 10px;
    padding: 5px;
}

.order_item.active {
    color: white;
    background-color: #FF6600;
}

.chart_switch {
    position: absolute;
    right: 5%;
    top: 30px;
}

.chart_switch img {
    width: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
}

.chart_switch a {
    font-size: 16px;
    padding: 0 10px;
    vertical-align: middle;
    border-right: 1px solid #999999;
}

.chart_switch a:last-of-type {
    border: none;
}

#projecttrendclassify_btn, #agencyresultmem_btn, #agencyunitmem_btn {
    border-right: none;
}

.chart_content_sub, .chart_content, .bd_detail_content {
    display: none;
}

.chart_content_sub.active, .chart_content.active, .bd_detail_content.active {
    display: block;
}

.cctype_btn {
    color: #999999;
}

.cctype_btn.active {
    color: #FF6600;
}

.chart_top {
    display: inline-block;
    width: 90%;
    padding: 20px 0;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
}

.recommend_word {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 26px 0;
    height: 50px;
}

.recommend_word a {
    font-size: 14px;
    margin-left: 5px;
    padding: 6px 10px;
}

.recommend_word img {
    width: 20px;
    position: relative;
    top: 5px;
    right: 3px;
}

.recommend_word a:hover {
    background-color: #FF6600;
    color: white;
}

.recommend_word span {
    font-size: 16px;
    color: #FF9933;
    padding: 10px 0;
    display: inline-block;
}

.target_bar {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}

.target {
    /*float: left;*/
}

.target a {
    border: 1px solid #3399FF;
    color: #3399FF;
    padding: 10px 40px;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
}

.select_item_delete {
    /*display: none;*/
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
}

.target a:first-child {
    margin-left: 0;
}

.select_word a.active, .select_word a:hover {
    border: none;
    color: white;
    background-color: #3399FF;
    padding: 11px 41px;
}

.target_des {
    text-align: left;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin: 0;
    color: #808080;
}

.bd_bottom_content {
    background-color: white;
    position: relative;
    margin-top: 20px;
    text-align: center;
    top: 167px;
}

.node_type_nav {
    width: 70%;
    display: inline-block;
    border-bottom: 1px solid #c9c9c9;
    height: 41px;
    right: 8%;
    position: relative;
    font-size: 14px;
}

.node_type_nav li a {
    font-size: 16px;
}

.node_type_nav li:first-child {
    margin-left: 0;
}

.node_type_nav .active_bottom, .node_type_nav li {
    width: 100px;
}

.node_type_nav li {
    margin-left: 25px;
    position: relative;
    height: 40px;
    line-height: 36px;
    text-align: center;
}

.function_bar {
    float: right;
}

.function_bar a {
    color: #FF6600;
    padding: 10px 30px;
    position: relative;
    font-size: 16px;
    bottom: 22px;
    border: 1px solid;
    margin-left: 15px;
}

.function_bar img {
    vertical-align: middle;
    width: 20px;
    position: relative;
    right: 16px;
    top: -2px;
}

.source_t {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.node_content {
    display: inline-block;
    width: 54%;
    right: 5.8%;
    position: relative;
    padding-bottom: 100px;
    top: 20px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.node_content .book_item {
    padding: 20px 0;
}

.node_content .journal_item {
    padding: 15px 0 5px 0;
}

.node_content .item {
    border-bottom: 1px dashed #cccccc;
    color: #808080;
    font-size: 14px;
    text-align: left;
}

.node_content .item img {
    width: 74px;
    height: 104px;
}

.node_content .item .item_right {
    margin-left: 20px;
}

.node_content .item .item_right .book_title {
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
}

.node_content .journal_item .journal_title {
    font-size: 15px;
    font-weight: bold;
}

.node_content .journal_item div {
    padding-bottom: 10px;
}

.load_more_btn {
    border: 1px solid #FF6600;
    margin-top: 20px;
    padding: 10px 0;
    color: #FF6600;
    border-radius: 10px;
    cursor: pointer;
}

.chart_caption, .chart_des, .target_des {
    font-size: 14px;
    color: #808080;
}

.chart_caption span, .chart_des span, .target_des span {
    color: #FF6600;
}

.chart_caption {
    padding: 30px 0;
}

.chart_des {
    padding: 20px 0;
    text-align: left;
    width: 90%;
    display: inline-block;
    position: relative;
    left: 20px;
}

.chart_filter {
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.chart_filter select {
    font-size: 15px;
    height: 30px;
    border: 1px solid #cccccc;
}

.chart_filter_num select {
    width: 80px;
}

.chart_filter_unit select {
    width: 230px;
}

.chart_filter_date select {
    width: 80px;
}

.node_type_count {
    color: #808080;
}

.chart_illustration {
    text-align: left;
    font-size: 14px;
    color: #808080;
    width: 90%;
    margin: auto;
}

.user_pop {
    position: absolute;
    display: inline-block;
    background-color: white;
    color: #808080;
    width: 115px;
    left: 0;
    top: 10px;
    padding: 10px 20px;
    border: 1px solid #e6e6e8;
}

.user_pop li {
    width: 100%;
    margin: 5px 0;
}

.user_pop li span:hover {
    color: #FF6600;
}

.pop_content {
    position: relative;
    top: 47px;
}

.collection_title {
    border-left: 5px solid #FF6600;
    padding-left: 12px;
    width: 97%;
    margin: 20px auto;
    font-size: 18px;
    text-align: left;
}

.collection_item {
    margin-left: 31px;
    display: inline-block;
    margin-bottom: 10px;
}

.collection_item a {

}

.collection_item a:hover {
    color: #FF6600;
}

.bd_bottom {
    width: 1200px;
    margin: 20px auto;
    top: 187px;
    position: relative;
    display: flex;
    padding: 20px 0 100px 0
}

.bd_bottom_left, .bd_bottom_right {
    width: 50%;
}

.bd_bottom_right {
    padding: 0 20px;
}

.bd_bottom_link {
    display: flex;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.bd_bottom_link a {
    width: 20%;
}

.bd_bottom_link a:hover {
    color: #FF6600;
}

/**折线图  PLT **/
.trend_overlay {
    fill: none;
    pointer-events: all;
}

.floatbox {
    position: absolute;
    background-color: #ead1dc;
    border-radius: 5px;
    max-width: 200px;
    font-size: 14px;
    display: none;
}

.ftitle {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.fcontent {
    padding: 5px 20px;
}

.fcontent li {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.fcontent count {
    float: right;
    margin-left: 15px;
}

/**力导向图  PLT **/

.links line {
    stroke: #999;
    opacity: 0.6;
}

.nodes circle {
    stroke: #fff;
    stroke-width: 1.5px;
}

/**力导向图  关联作者  PLT**/

.force_box {
    position: absolute;
    border-radius: 5px;
    background-color: #565656;
    padding: 10px;
    color: #f2f2f2;
    opacity: 0.8;
}

.force_box .title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
}

.chart {
    display: inline-block;
}

/***数据来源  PLT***/
.source_type {
    height: 100px;
}

.data_source_type {
    display: inline-block;
    padding: 10px 30px;
    margin: 20px 20px;
    color: #3399FF;
    font-size: 17px;
    position: relative;
}

.data_source_type img {
    position: absolute;
    width: 30px;
    height: 35px;
    left: 0;
    top: -5px;
}

.data_source_type.active {
    background: #3399FF;
    color: #fff;
    box-shadow: 5px 5px 5px #808080;
}

.data_source_content {
    background: #fff;
    padding: 25px;
}

.source_title_bar {
    padding: 20px;
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 6px;
    color: #666;
}

.source_title_bar div {
    display: inline-block;
    width: 30%;
}

.source_title_bar .source_t {
    width: 39%;
}

.source_items {
    padding: 25px;
    border-bottom: 1px solid #f9f9f9;
    color: #999;
}

.source_items div {
    display: inline-block;
    width: 30%;
}

.source_items .source_t {
    width: 39%;
}

.title_bar {
    margin: 10px 20px;
    border-left: 4px solid #fe761c;
    padding: 3px 10px;
    /* display: inline-block; */
    text-align: left;
}

.lib_box {
    margin: 20px 30px 30px;
}

.lib_items_checked {
    display: inline-block;
    border: 1px solid #fe761c;
    color: #fe761c;
    margin-right: 20px;
    padding: 5px 15px;
}

.public_check {
    color: #387ef5;
    border: 1px solid #387ef5;
}

.lib_choose_box {
    color: #808080;
    display: inline-block;
    width: 100%;
}

.lib_items, .check_all {
    display: flex;
    align-items: center;
    float: left;
    margin: 10px 20px 10px 35px;
}

.lib_items input[type="checkbox"] {
    margin-right: 10px;
}

.check_all input[type="checkbox"] {
    margin-right: 10px;
}

.confirm_screen {
    text-align: center;
    position: absolute;
    z-index: 100;
    bottom: 30px;
    left: 43%;
    padding: 10px 50px;
    background: #fe761c;
    color: #fff;
    border-radius: 3px;
}

.modal-wrapper .modal {
    min-height: 500px;
}

/*********图册 PLT *********/
.to_atlas {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.to_atlas img {
    width: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.atlas_form_content {
    margin-top: 45px;
    position: relative;
    text-align: center;
}

.atlas_add {
    margin-top: 200px;
}

.atlas_add .label {
    display: inline-block;
    color: #808080;
}

.atlas_add .input, select {
    display: inline-block;
    border: 1px solid #ccc;
    height: 40px;
    width: 40%;
    padding: 0 10px;
}

.atlas_add select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("images/pull.png") no-repeat scroll right center transparent;
}

.add_atlas {
    display: inline-block;
    background: #387ef5;
    color: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.atlas_button {
    display: inline-block;
    background-color: #fe761c;
    color: #fff;
    border-radius: 5px;
    padding: 10px 40px;
    margin-top: 50px;
    cursor: pointer;
}

.submit_btn {
    text-align: right;
    margin-right: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}

.journal_chart {
    margin-top: 35px;
}

.navigation_bar img {
    width: 24px;
    vertical-align: middle;
    position: relative;
    margin: 10px;
}

.navigation_bar a {
    vertical-align: middle;
    font-size: 16px;
    color: #1296db;
    padding-right: 10px;
}

.nav_active {
    background-color: #3399FF;
}

.nav_active a {
    color: white;
}

.navigation_bar {
    text-align: center;
    top: 200px;
    position: fixed;
    background-color: #f2f2f2;
    z-index: 1;
}

.navigation_nav_btn {
    margin-top: 10px;
}

.nav_icon {
    display: inline-block;
    vertical-align: middle;
}

.nav_icon div {
    cursor: pointer;
}
.nav_icon div:hover {
    background-color: #3399FF;
}
.nav_icon div:hover a {
    color:white;
}
.nav_expand {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    cursor: pointer;
}
.popup {
    margin-top: 270px;
}
.func_atlas {
    margin-top: 25px;
}
.bd_atlas_details_right .chart {
width: 80%;
margin-left: 100px;
}
.ip_login_btn {
    float: right;
    color: #fe761c;
    margin-right: 35px;
}