@charset "utf-8";

.breadcrumb {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

.g-content{
  	min-height: 600px;
}

.g-map-style{
	border: 1px solid #ddd;
	background: #f5f5f5;
	min-height: 500px;
	min-height: 428px;
    width: 752px;
    overflow: hidden;
}

.contact-content{
	font-size: 1.2em;
    line-height: 1.8;
    margin-top: 20px;
}

/*satellite content*/

.g-autosize img {
	width: 100%;
    height: 280px;
}

.g-autosize-fy2 img {
	width: 50%;
    height: 280px;
}

.g-intervalhalf {
    height: 10px;
}

.tooltip-inner {
    /* max-width: 80%;
    margin-left: 10%;
    margin-right: 10%; */
    max-width: 650px;
    min-width: 500px;
}

.tooltip-text {
    font-size: 1.2em;
    text-align: left;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

h3,h2{
	margin-top: 0px;
	/* padding-left: 15px; */
}

.global-canvas{
	margin-top: 15px;
	background: #eee;
	width:100%;
    padding: 0px;
	border: 1px solid #aaa;
}

.global-iframe{
	width:100%;
	height:700px;
	border: 0;
	text-align: center;	
	background: url(../pic/loading.gif) no-repeat 50% 50%;
}

.h-title{
	/* background: #eee;
	padding: 5px; */
}
.emer-prod{
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.mailb{
	border: thin solid #aaa; 
	text-align: center;
}

input[type=checkbox], input[type=radio] {
    margin: 5px 0px 5px 0px;
    margin-top: 1px\9;
    line-height: normal;
}

input[type='checkbox']:checked, input[type='radio']:checked {
	/* color: #23527c; */
}
input[type='checkbox']:checked + span, input[type='radio']:checked + span {
	/* color: #23527c; */
}

/* Data View */
.satellitecode-style {
	width:15%;
	float:left;
}

.datatype-style {
	width: 25%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.datatype-style-more {
    width: 25%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: none;
}

.datatype-style-show {
    width: 25%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
}

.data-icon{
	cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

/* .code-title{
	background: #999;
    color: white;
    font-weight: bold;
    padding: 8px;
    margin: 8px 0px;
    line-height: 24px;
    width: 100%;
    float: left;
} */

.s-button {
	border-width: 0px;
}

.data-sel {
	cursor: pointer;
}

.code-title {
    border-bottom: 2px solid #999;
    font-weight: bold;
    margin: 8px 0px;
    line-height: 35px;
    width: 100%;
    float: left;
}

.con-title{
    padding: 5px;
    background: #f1f1f1;
    line-height: 1.3em;
}

.p-content{
	padding-left:0;
}

.li-intro {
    line-height: 1.5em;
    list-style: none;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    margin-left: -20px;
}

.li-icon {
    float: left;
    margin-right: 0;
    margin-left: -20px;
}

.table-subject {
	
}

.table-subject thead {
	border-radius: 0px;
}

.table-subject thead tr th, .table thead tr th, .table-condensed thead tr th{
    font-weight: bold;
    padding: 8px;
    margin: 8px 0px;
    border-radius: 0px;
}

.table-subject > tbody > tr > td {
	 /* padding:3px 8px;
	 vertical-align: middle; */
	 word-break:break-all;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border-radius: 0px;
    border: 0px solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.fixed-table-container thead th:first-child {
    border-left: none;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
}
    
/* 分页跳转   */
.jumpto input {
    height: 31px;
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}
#countries {
    max-height: 200px;
    overflow: overlay;
    margin-right: 0px;
    margin-left: 0px;
}

.g-gallery{
	font-style: italic;
	font-weight: bold;
	color: #666;
}