@charset "utf-8";
/* CSS Document */
body,div,p,h1,h2,h3,h4,span,input,ul,li,dl,dt,dd,ol,li,b,a{margin:0;padding:0;list-style:none;border:0;}
img,span{display:block;}
 select,option,input,textarea:focus { outline: none;}
a:link,a:visited{color:#ececec;text-decoration:none;}
a:hover{text-decoration:none;color:red;}
body{
	font-size:12px;
	color:#3e3e3e;
	font-family:"微软雅黑";
	background:#f5f5f5;
}

.con-cc{
	width: 1000px;
	background: #fff;
	box-shadow: 0 0 6px 0 #666;
	margin:20px auto;
	padding-bottom: 35px;
	position:relative;
}
.cc-top{
	padding-top: 25px;
	padding-left: 20px;
}
.cc-top p{
	font-size: 15px;
	display: inline-block;
	margin-right:15px;
}
.cc-top p select{
	width:160px;
	height: 35px;
	line-height: 35px;
	outline: none;
	color: #666;
	border:1px solid #ddd;
}
.cc-top p input{
	width: 270px;
	height: 35px;
	line-height: 35px;
	outline: none;
	color: #666;
	border:1px solid #ddd;
	background: #f5f5f5;
	padding-left: 4px;
}
.cc-top .btn66{
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #21a0f8;
	margin-left:15px;
	font-size: 16px;
	border-radius: 6px;
}
.con-cc table{
	width:980px;
	margin: 20px auto;
	border-collapse: collapse;
	font-size: 14px;
	margin-bottom:50px;
}
.con-cc table td{
	width: 100px;
	height: 45px;
	text-align: center;
	border:1px solid #ddd;
}
.con-cc table .tr11{
	background:#0060ae;
	color: #fff;
	font-size: 16px;
}
