﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family:'微软雅黑','温泉义正黑','黑体';
}

#PageInfo {
    display:none;
}

h1 {
    color: #024acd;
}

.modal-dialog{
    z-index:9999;
}

/* .full-width {
    width:87.7%;
} */
p {
    line-height: 1.5em;
    text-indent: 2em; 
}
.g-textindent0 {
    text-indent: 0 !important;
}
.g-textindent {
    text-indent: 2em;
}
.g-textindent2 {
    text-indent: 4em;
}

/* 通用: 导航栏标题 */
#m-panelgroup .panel-heading {
    color: white;
}
/* .panel-primary .panel-heading a {
    color: white;
} */
#m-panelgroup .panel-heading a:visited {
    color: white;
}
#m-panelitem {
    text-align: left;
}
#m-panelitem-two {
    text-align: left;
}

.u-navitem {
    /* cursor: pointer; */
}

/* 通用: div间分隔 */
.g-interval {
    height:20px;
}
.g-interval2 {
    height:40px;
}
.g-interval3 {
    height:60px;
}
.g-interval4 {
    height:80px;
}
.g-interval5 {
    height:100px;
}
.g-intervalhalf {
    height:10px;
}

/* 分割线 */
.g-line {
    height:2px;
    border:none;
    border-top:2px dotted #337ab7;
}
.g-linegrey {
    height:2px;
    border:none;
    border-top:2px dotted #333;
}

.g-left20 {
    margin-left: 20px;
}

.g-leftzero {
    margin-left: 0 !important;
}

.g-grayline{
    width: auto; 
    height: 1px; 
    background-color: gray;
}

/* 通用: 内容区最小高度 */
.g-content {
    min-height: calc(100vh - 460px);;
}

/* 排版 */
.u-width {
    width: 88%;
}
@media screen and (max-device-width:960px){
    .u-width {
	    width: 90.7%;
	}
}

@media screen and (min-width:960px) and (max-width:1610px){
    .u-width {
	    width: 95%;
	}
}
@media screen and (min-width:1611px) and (max-width:2000px){
    .u-width {
	    width: 88%;
	}
}
.panel-primary {
    border-color: transparent;
}
.nav-stacked>li {
    float: none;
    background: #F2F2F2;
    margin-top: 3px;
    height: 3.5rem;
    white-space: nowrap;
    font-size: 1.5rem;
    cursor: pointer;
}

.container .panel-group .nav>li>a {
    padding: 1rem 1rem 1rem 2rem;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav-pills>li>a {
    border-radius: 0px;
}


.g-halfwidth {
    width: 50%;
    margin: 0 auto;
}

.u-tooltip {
    cursor: help;
}

/* 列表 */
.u-ulist {
    margin-left:1em;
    margin-top:1em;
    list-style-type: none;
}
}

.btnSele{
    background-color:#006;
}
.u-ulist li {
    line-height: 1.42857143;
}
.u-olist {
    margin-left:2em;
    margin-top:1em;
    line-height: 1.42857143;
}
.u-olist li {
    line-height: 1.42857143;
}

.u-tdempty {
    background-color: #999;
}


/* status */
.s-bg-green {
    background-color: #6c6;
}
.s-bg-red {
    background-color: #f66;
}
.s-bg-blue {
    background-color: #69f;
}
.s-bg-yellow {
    background-color: #ff6;
}
.s-bg-orange {
    background-color: #f96;
}
.s-bg-blank {
    background-color: #000;
    background-color: #fff;
}
.s-bg-white {
    background-color: #fff;
}
.s-bg-gray {
    background-color: #b5b4ba;
}

/* status 背景色透明 */
.st-bg-green {
    background-color: #6fcf6f1a;
}
.st-bg-red {
    background-color: #ff6f6f1a;
}
.st-bg-blue {
    background-color: #6f9fff1a;
}
.st-bg-yellow {
    background-color: #ffff6f1a;
}
.st-bg-orange {
    background-color: #ff9f6f1a;
}
.st-bg-blank {
    background-color: #0f0f0f1a;
}
.st-bg-white {
    background-color: #ffffff1a;
}
.st-bg-gray {
    background-color: #b5b4ba1a;
}


/* status 文字 */
.w-bg-green {
    color: #6c6;
}
.w-bg-red {
    color: #f66;
}
.w-bg-blue {
    color: #69f;
}
.w-bg-yellow {
    color: #ff6;
}
.w-bg-orange {
    color: #f96;
}
.w-bg-gray {
    color: #b5b4ba;
}
.w-bg-blank {
    color: #000;
}

/* status 边界 */
.b-bg-green {
	border: 1px solid #6c6;
}
.b-bg-red {
	border: 1px solid #f66;
}
.b-bg-blue {
	border: 1px solid #69f;
}
.b-bg-yellow {
	border: 1px solid #ff6;
}
.b-bg-orange {
	border: 1px solid #f96;
}
.b-bg-gray {
	border: 1px solid #b5b4ba;
}
.b-bg-blank {
	border: 1px solid #000;
}

.swb-bg-green {
    color: #6c6;
    background: #6c6;
    border: 1px solid #6c6;
}
.swb-bg-red {
    color: #f66;
    background: #f66;
    border: 1px solid #f66;
}
.swb-bg-blue {
    color: #69f;
    background: #69f;
    border: 1px solid #69f;
}
.swb-bg-yellow {
    color: #ff6;
    background: #ff6;
    border: 1px solid #ff6;
}
.swb-bg-orange {
    color: #f96;
    background: #f96;
    border: 1px solid #f96;
}
.swb-bg-gray {
    color: #b5b4ba;
    background: #b5b4ba;
    border: 1px solid #b5b4ba;
}
.swb-bg-blank {
    color: #000;
    background: #000;
    border: 1px solid #000;
}

.pad-sinterval{
	padding-right:5px;
}

/****卫星运行状态 图例*****/
.stalegendlist{
	/* text-align: right;
	width: 35px;
	font-size: 15px;
	float: right; */
	background: rgba(0, 0, 0, 0.5);
}
.stalegendlist .stalegend{
	padding: 5px;
	float: none;
	text-align: center;
	font-size: 16px;
}
.stalegendlist .stalegend-head{
	color: white;
	width: 6rem;
	font-size: 16px;
}

.stalegend span{
	cursor: pointer;
}
.stalegend ul{
	display:none;
}

.stalegend:hover ul {
    display:block;
}

.stalegend div{
	display: none;
	position: absolute;
	top: 0;
	margin-right: 0;
	left: -150px;
	z-index: 0;
	display: none;
	padding: 5px;
	margin: 0;
	font-size: 14px;
	text-align: right;
	color: white;
	word-break: break-all;
    white-space: nowrap;
}

.stalegend:hover div {
    display:block;
}

.stalegend p{
	display: none;
	position: absolute;
	top: 0;
	margin-right: 0;
	width: 150px;
	z-index: 0;
	display: none;
	padding: 5px;
	margin: 0;
	font-size: 14px;
	text-align: right;
	color: white;
}

.stalegend:hover p {
    display:block;
}
/* 图例对齐方式  */
#j-pinned .navbar-nav {
    float: right;
}
#j-pinned .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}


/* left nav panel*/
.panel-heading .panel-title {
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.left-menu{
    /*text-align:center;*/
}

.list-box {
    margin-left: 30px;
    line-height: 1.0;
}
.s-focused {
    /* background-color: #eee;
    border: 1px dotted #006;
    color: bisque; */
}

/* 带分隔标题 */
.u-headline {
    color:white;
    background-color:#337ab7;
    padding: 5px;
    color: #2f2f2f;
    background-color: #bcc6d0;
}
.u-headlinegrey {
    color:#fff;
    background-color:#69D;
    padding: 5px;
    color:#000;
    background-color:#fff;
    padding-left: 0px;
    
}

/* 表格  */
.s-autowrap {
	word-wrap:break-word;
	word-break:break-all;
}

.s-table {
    border: 1px solid rgb(204,204,204);
}
/*****重新定义表格的头部颜色***********/
.s-table th {
	/* background-color:#69D; */
	/* background-color:#006;
    color:#fff; */
    background: #bcc6d0;
    color: #2f2f2f;
}

.s-table-noborder table tr td {
	border-top: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped>tbody>tr:hover, .table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

/* 图片比例  */
.g-autosize {
    width: 100%;
    overflow:hidden;
}
.g-autosize img {
    width:100%;
    height: calc(100%);
}
/*数据连续性样式  */
#form1 th{
    text-align:center;
}
/*加载中*/
.fa-spinner{
	color: blue;
}

/*选择按钮样式*/
.s-button-active, .s-button:hover, .s-button:focus {
	outline-offset: 0;
	outline: 3px solid rgba(131,192,253,.5);
	border-color: #0070c9;
	background-color: #fff;
}

.s-button {
	margin-left:10px;
	margin-bottom: 10px;
}
.newItem{
    margin-left: 10px;
    font-size: 1rem;
    color: red;
    font-weight: 600;
    font-family: sans-serif;
    background: gold;
    padding: 2px;
    border-radius: 4px;
}

.list-group a{
	color:#333;
}
.list-group .s-focused a{
    color: #5384ce;
    font-weight: bold;
}
.color-fywx ,.sateImage .panel-heading ,.sateImage .panel-collapse .nav-pills >.s-focused a:before{
	background:#2E69A3 !important;
}
.color-yxgj, .sateOperation .panel-heading,.sateOperation .panel-collapse .nav-pills >.s-focused a:before{
	background:#257589 !important;
}
.color-kjtq,.scienceDynimic .panel-heading,.scienceDynimic .panel-collapse .nav-pills >.s-focused a:before{
	background:#878356 !important;
}
.color-ygyy{
	background:#3C6344 !important;
}
.color-xwyw{
	background:#792818 !important;
}

/***********风云卫星系列与仪器*************/
.sate-linkstyle{
	color:black;
}
.sate-linkstyle:hover, .s-button:focus{
	color:blue;
	text-decoration: underline;
}

/** 去除IE访问时的侧边栏的滚动条 **/
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    overflow-y: hidden;
}


/**********中心介绍************/
.NSMC-Img{
	width:100%;
}
/* .c-introleft{
	width: 50%;float: left;padding-left: 0px;padding-right: 15px;
} */
.c-introleft{
	padding-left: 0px;
	padding-right: 15px;
}
.c-introright{
	width: 50%;float: left;padding-left: 15px;padding-right: 0px;
}

@media screen and (max-width:1600px){
	.NSMC-Img{
		width:auto;
	}
	.c-introleft{
		width: 100%;float: left;padding-left: 0px;padding-right: 0px;
	}
	.c-introright{
		width: 100%;float: left;padding-left: 0px;padding-right: 0px;
	}
}

.palign-mode{
	display:inline-block;line-height: 1.7em;text-align: justify;text-justify:inter-ideograph;text-align-last: auto;
}
.palign-mode.index{
	text-indent: 0;
}


/*******面包屑*****************/

.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
    /* border-bottom: 1px solid #eee; */
}

.breadcrumb li a{
	color: #969696;
}

.breadcrumb>.active, .breadcrumb li:last a, .breadcrumb li:last {
    color: #333;
}
.breadcrumb li a:focus, .breadcrumb li a:hover {
    color: #23527c;
    text-decoration: underline;
}

/****************************************************************/
.observsch-style, .observsch-style .radio-inline input{
	height: 34px;
	line-height: 34px;
}

.observsch-style .radio-inline input{
	height: 27px;
}
html, body{
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}