.content{
	padding: 50px 0px;
	background-color: #F9F9F9;
}
table {border-collapse:collapse;border-spacing:0; margin:auto;} 

.content .contentsmall{
	width: 1200px;
	background-color:#fff;
	margin: 0 auto;
    padding:5px;
}
.content-title{
	margin-bottom: 20px;
}
.content-title span{
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.content-tiaojian select{
	float: left;
	width: 23%;
	height: 35px;
	margin: 0px 1%;
	outline: none;
    border-radius: 5px;
}
.content-chaxun-button{
	margin-top: 20px;
}
.content-chaxun-button input{
	display: block;
	width: 500px;
	height: 40px;
	background-color: #23ACBC;
	border:1px solid #ccc;
	color: #fefefe;
	font-size: 17px;
	margin:0px auto;
	border-radius: 10px;
	cursor: pointer;
    outline: none;

}
.content-chaxun-button input:active{
	 -webkit-opacity: 0.6;  
   
    -moz-opacity: 0.6;  
   
    -khtml-opacity: 0.6;  

    opacity: .6;  

    filter:alpha(opacity=60); 
}
.content_table{
	margin:10px;
}
.content_table_prompt {
    margin:20px 20px;
}
.content_table table{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.content_table table tr td{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
.content_table tr td{
	height:30px;
	font-size: 15px;
}
.content_table tr td a:hover{
	color: red;
}
			.tabcontent {
				width: 1200px;
		   		margin: 0px auto;
			}
			
			.tab {
				width: 1200px;
			    height: 60px;
		   		margin: 0px auto;
		   		margin-bottom: 40px;
		   		border-bottom: 3px solid #0A707D;
			}
			
			.tab ul {
				list-style: none;
			}
			
			.tab li {
				display: block;
				width: 200px;
				height: 60px;
				line-height: 60px;
				text-align: center;
				float: left;
			}
			.tab li a{
				cursor: pointer;
				display: block;
				color: #707070;
				text-decoration: none;
			}
				
			.tabshow div {
				width: 1180px;
				/*display: none;*/
			}
			/* 让第一个框显示出来 */
			
			.tabshow div:first-Child {
				display: block;
			}
			/* 改变选项卡选中时候的样式 */
			.change{
				background-color: #086F7C;
				
			}
		.change a{
				color: #fff !important;
				
			}
			.box-clear:after{
			    width:0px;
			    height: 0px;
			    content:"";
			    display: block;
			    visibility: hidden;
			    clear:both;
			}
