.lf{float:left;}
.rt{float:right}
.after:after{
	content:"";
	display: block;
	clear: both;
}
.before:before{
	content:"";
	display: table;
}
a,a:hover{
	color:#333;
}
a:hover{
	text-decoration: none;
}
/*a:visited{
	text-decoration: none;
}*/
.hide{
	display: none;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.solve{
	margin:60px 0 200px;
}
@media (max-width:550px) {
 	.solve{
		margin-top:20px;
	}
}
.solve>.col-sm-3{
	padding-right:0;
}
/*左侧*/
.produce_left{
	margin-bottom:100px;
}
.produce_left>ul>li{
	background-color: #F5F5F5;
	margin-top:2px;
	font-size: 16px;
}
.produce_left>ul>li>a{
	display: block;
	width:100%;
}
/*.produce_left>ul>li:hover{
	background-color: #ccc;
}*/
.produce_left>ul>li.on{
	background-color: #ccc;
}
.icon{
	display: inline-block;
    width: 18px;
    height: 19px;
    background: url(../images/zz_icon_1.png) no-repeat;
    position: relative;
    top: 3px;
}
.produce_left>ul>li:nth-child(2) .icon{
	background-image: url(../images/zz_icon_2.png);
}
.produce_left>ul>li:nth-child(3) .icon{
	background-image: url(../images/zz_icon_3.png);
}
.produce_left>ul>li:nth-child(4) .icon{
	background-image: url(../images/zz_icon_4.png);
}
.produce_left>ul>li:nth-child(5) .icon{
	background-image: url(../images/zz_icon_5.png);
}
.produce_left>ul>li:nth-child(6) .icon{
	background-image: url(../images/zz_icon_6.png);
}
.produce_left>ul>li:nth-child(7) .icon{
	background-image: url(../images/zz_icon_7.png);
}
.produce_left .list-group-item{
    border:none;
}
.produce_left .list-group-item:last-child ,
.produce_left .list-group-item:first-child {
	border-radius: initial;
}
/*右侧*/
.produce_item{
	width:20%;
	float:left;
	border-right: 1px solid #fff;
	margin-bottom: 20px;
}
@media (max-width: 650px) {
  .produce_item{
  	width:50%;
  }
}
.produce_item>dl{
	background-color: #3C3580;
	color: #fff;
	text-align: center;
	height:130px;
	padding:20px 0;
}
.produce_item dd:last-child{
	display: inline-block;
    width: 54px;
    height: 5px;
    background-image: url(../images/zz_icon1_6.png);
    margin-bottom: 10px;
}
.produce_item dt{
	margin: 8px 0 14px;
}
.pro_text{
	min-height:235px;
	background-color: #eee;
	margin-top:-20px;
	padding:0 10px 20px;
}
.pro_text>p{
	font-size: 18px;
	text-align:center;
	padding-top:40px;
	margin-bottom: 0;
}
.pro_text>div{
	color: #888;
	line-height: 26px;
	text-align: justify;
	height: 300px;
    overflow-y: auto;
}

/*2-4监测模型库 2-5  2-6 .model_rule*/
.model_title{
	color:#ADADAD;
	text-align: center;
}
.model_title>p{
	font-size: 20px;
	margin-bottom: 0;
	color:#20202D;
}
.model_detail,
.model_rule{
	margin-top:40px;
    border:1px solid #ddd;
    background-color:#fff;
}
.model_detail dt{
	height:270px;
	line-height: 270px;
}
.model_detail dt,
.model_rule{
	border:1px solid #F1F1F1;
	text-align: center;
    
}
.dataproducts_div .model_detail
{
    border:0;
}
.model_rule{
	height:220px;
	line-height: 220px;
	padding:50px 0 48px;
	/*font-size: 16px;*/
    background-color:#fff;
}
.model_detail dd:nth-child(2){
	margin:10px 0 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #F1F1F1;
}
.model_detail dd
{
    padding:0 8px;
}
.model_detail dd:nth-child(2)>span{
	color:#B0B0B0;
}
.model_rule:hover{
	background-color: #F6F6F6;
}
.model_rule dt+dd{
	width:52px;
	border:1px solid #E60011;
	margin: 15px auto 15px;
}

/*2-7数据产品*/
.go_market{
	float: right;
	width:110px;
	height:34px;
	line-height: 34px;
	border:1px solid #E60011;
	color: #E60011;
}
.go_market:hover{
	color: #E60011;
}
/*2-8系统展示*/
.market_title>p{
	font-size: 18px;
	font-weight: bold;
}
.market_title>p>i{
	display: inline-block;
	width:8px;
	height:8px;
	background-color: #363636;
	border-radius: 50%;
	margin-right:10px;
	margin-bottom: 2px;
}
.market_title>p>span{
	color: #B6B6B6;
	font-size: 14px;
}
.product_diff li{
	width:120px;
	height:35px;
	line-height: 35px;
	text-align: center;
	border:1px solid #363636;
	margin-bottom: 10px;
}
@media (max-width:550px){
  	.product_diff{
  		width:250px;
  		float: left;
  		margin:10px 0;
  	}
}
.product_diff li.on{
	background-image: linear-gradient(to bottom,#1F2188,#583188);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr= #1F2188,endcolorstr= #583188,gradientType=0);
}
.product_diff .on a{
	color: #fff;
}

/*表格*/
.table_head{
	color: #333;
	padding:10px;
	background-color:#EBEBEB;
	margin-bottom: 1px;
}
/*表格修改*/
@media (max-width:399px){
  	.market_content table tr td img{
		max-width:15px;
	}
}
@media (min-width:400px){
  	.market_content table tr td img{
		max-width:30px;
	}
}
@media (min-width:530px){
  	.market_content table tr td img{
		max-width:50px;
	}
}
@media (min-width:600px){
  	.market_content table tr td img{
		max-width:55px;
	}
}
@media (min-width:992px){
  	.market_content table tr td img{
		max-width:80px;
	}
}
@media (min-width:1200px){
  	.market_content table tr td img{
		max-width:100px;
	}
}

.table-bordered{
	border: 0;
}
.table-bordered > thead > tr > th{
	border:1px solid #fff ;
	border-bottom-color: #ddd;
}
.table-bordered > thead > tr> th:first-child {
	border-left-color: #EBEBEB ;
}
.table-bordered > thead > tr> th:last-child {
	border-right-color: #EBEBEB ;
}
.table_head+thead{
	background-color:#EBEBEB;
}

.market_content table tr th,
.market_content table tr td{
	text-align: center;
}
.market_content table tr td{
	padding-top:10px;
}
.market_content tbody td>span{
	display: block;
	width:15px;
	height:15px;
	border-radius: 50%;
	margin: 0 auto;
}

.market_content span.on1{
	background-color: #FD0000;
	border:1px solid #43677D;
/*	background: url(../images/xt_point_1.png);*/
}
.market_content span.on2{
	background-color: #FFC000;
	border:1px solid #43677D;
}
.market_content span.on3{
	background-color: #9EC2E5;
	border:1px solid #43677D;
}
.market_content span.on4{
	background-color: #00B052;
	border:1px solid #43677D;
}

.market_search{
	display: inline-block;
	width:22px;
	height:21px;
	background: url(../images/xt_search.png) center no-repeat;
	margin-bottom: -7px;
	/*position: absolute;
	top:3px;
	right:60px;*/
}
.table_head>div{
	margin-right:10px;
	position: relative;
}
/*.input_search{
	border:1px solid #ddd;
	border-radius: 15px;
	padding:2px 20px;
}*/



/*2-9*/
.address{
	padding:30px 0 20px 30px;
}
@media (max-width: 550px) {
  	.address{
		padding:10px 0 20px 0;
	}
}
.map_text{
	line-height:30px;
	color: #666;
	margin-top: 20px;
}
.address_intr{
	padding:20px 10px 10px;
	width:380px;
	height:95px;
	border:1px solid #F6F6F6;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0 #F6F6F6, 0 0px 0px 0 #F6F6F6, inset 0 0 0px 0px #F6F6F6;
	position: absolute;
	bottom:178px;
	left:145px;
}
.address_intr img{
	margin:10px 20px 0 0;
}
.address_intr span{
	color:#F44242;
}
.address_intr ul li{
	line-height: 22px;
}
@media (max-width:992px){
  	.address_intr{
		left:80px;
	}
}
@media (max-width:768px){
  	.address_intr{
		left:75px;
	}
}
@media (max-width:700px)and (min-width:590px){
  	.address_intr{
		bottom:160px;
	}
}
@media (max-width:500px){
  	.address_intr{
  		width:100%;
  		height:150px;
		position: relative;
		bottom: 0;
		left:0;
		margin-top:10px;
		padding-top: 10px;
	}
}


/*设备分布-添加*/
.gis_type p{
	font-size: 30px;
	color: #E60012;
    font-family: '微软雅黑';
}
.gis_type div{
	line-height: 26px;
	margin-top:10px;
}