a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
/**
 * 头部
 */
.tops{
	padding: 1% 0px 1% 0px;
	box-shadow:0px -4px 10px 1px;
	margin-bottom: 6px;
}
@media (min-width:768px){
	.tops{
		padding: 0.5% 0px 0.8% 0px;
		box-shadow:0px -4px 10px 1px;
		margin-bottom: 6px;
	}
}
.bai{
	font-size: 0.9em;
	line-height:55px;
	color:rgb(2,125,180);
	font-family:"微软雅黑";
}
@media (min-width:768px){
	.bai{
		font-size: 2em;
		line-height:70px;
		color:rgb(2,125,180);
		font-family:"微软雅黑";
	}
}
.navbar-brand img{
	height: 50px;
	margin-top: -12px;	
}
@media (min-width:768px){
	.navbar-brand img{
		height: 70px;
		margin-top: -10px;
	}
}
.img_1 img{
	width: 100%;
	height: 130px;
	margin-top: 3px;
}
@media (min-width:768px){
	.img_1 img{
		height: auto;
		width: 100%;
		margin-top: 5px;
	}
}
.carousel-indicators{
	
}
@media (min-width:768px){
	.img_1 img{
		height: auto;
		width: 100%;
		margin-top: 5px;
	}
}
/**
 * 底部
 */
.btoom{
	margin-top: 5%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #2b303a;
	color: white;
	padding: 0% 0px 0% 0px;
}

@media (min-width:768px){
	.btoom{
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background: #2b303a;
		color: white;
		padding: 0.6% 0px 0.6% 0px;
	}
}
.btoom li{
	font-size: 0.4em;
	line-height: 15px;
}
@media (min-width:768px){
	.btoom li{
		font-size: 1.1em;
		line-height: 31px;
	}
}
.btoom .sd{
	border-top:1px solid;
	padding:5px 0px 5px 0px;
	margin-top:0px;
}
@media (min-width:768px){
	.btoom .sd{
		border-top:2px solid;
		padding:15px 0px 10px 0px;
		margin-top:10px;
	}
}
.btoom a{
	color: white;
	text-decoration: none;
}
.btoom a:hover{
	color: white;
	
}
.btoom h4{
	margin-bottom:2px;
	color: white;
	font-size: 0.6em;
}
@media (min-width:768px){
	.btoom h4{
		margin-bottom:10px;
		color: white;
		font-size: 1.4em;
	}
}
.btoom .col-md-3{
	padding: 0px;
}
.row{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#box{
	margin-bottom: 0px;
}
#box li{
	cursor: pointer;
	border-radius: 3px;
	padding: 5px 5px;
	padding-left: 15px;
}
#box li:hover{
	color: #3498db;
}
/*
 * json文件
 */
.wolid{
	height:530px;
	border: solid 1px #dddddd;
	padding: 10px 20px;
	border-radius: 3px;
}
#TwoLineChart{
	width:100%;
	height:530px;
	border-radius: 3px;
	border: solid 1px #dddddd;
	padding: 10px 20px;
}
.tixt{
	border-bottom: 1px solid silver;
	font-weight: bold;
	padding: 5px 0px;
	font-size: 1.17em;
}
.tixt span{
	padding: 5px 7px 6px 7px;
	border-bottom: 2px solid #3498db;
}
.tixt_lsth{
	padding: 5px 0px;
}
.panel-default{
	border: 0px;
}
.panel-default .panel-heading{
	padding: 7px 7px;
	background: white;
	font-weight: bold;
	color: #3498db;
	cursor: pointer;
}
.icon_tu{
	font-size: 1.2em;
}
.icon_tu:hover{
	color: #3498db;
}
.domeo .tab-content{
	margin-top: 20px;
}
/**
 * 文字介绍
 */
.texts{
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 24px;
	font-size: 1.1em;
	text-indent: 1.5em;
}
.tiao{
	padding-top:7px;
	padding-bottom:7px; 
	background: #3498db;
	margin-bottom: 35px;
	border-radius: 8px;
}
.la{
	height: 600px;
	overflow: auto;
}
.la::-webkit-scrollbar {
    display: none;
}
.wolid1{
	border: solid 1px #dddddd;
	padding: 10px 20px;
	border-radius: 3px;
	height: 600px;
	overflow: auto;
}
.wolid1 caption{
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #333333;
}