@charset "utf-8";
/* CSS Document */
body{
  position:relative;
}
.anjian{
	width: 1000px;
	background: #fff;
	margin: 20px auto;
	box-shadow: 0 0 6px 0 #666;
	padding: 20px;
	box-sizing:border-box;
}
.anjian .ttps{
	font-size: 14px;
	line-height: 20px;
	text-indent: 30px;
	color: #333;
	font-weight: bold;
}
.anjian .pup{
	margin-bottom:10px;
}
.anjian .pup  b{
	display: inline-block;
	font-size: 18px;
	margin-left:30px;
}
.anjian  .pup  span{
	display: block;
	float: right;
	font-size: 14px;
	color: #999;
}
.anjian .bianhao-con .bianhao-top{
    height: 40px;
    margin-top:30px;
    margin-left: 30px;
}
.bianhao-top .chaxun{
	font-size: 14px;
	color: #333;
	display: inline-block;
	margin-right: 20px;
}
.bianhao-top .chaxun img{
    display: inline-block;
    position: relative;
    top:5px;
}
.bianhao-top .chaxun input{
	width: 180px;
	height:26px;
	line-height:26px;
	border:1px solid #999;
	padding-left: 3px;
}
.bianhao-top button{
	width: 80px;
	height: 30px;
	background: #1b8be2;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
}
.anjian .biaoge table{
	width: 900px;
	margin: 20px auto;
	text-align: center;
	cursor: pointer;
}
.biaoge table tr{
	height: 35px;
}
.biaoge table .tr01{
	height:40px;
	background: #116abf;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.biaoge .kkt{
	width: 890px;
	height:200px;
	background: url(../img/jieshi.png) no-repeat center center;
	font-size: 14px;
	margin: 0 auto;
	padding: 20px;
}
.kkt .bbp{
	font-size: 20px;
	color: #1b8be2;
	font-weight: bold;
	margin-left:80px;
	margin-top:55px;
	display:block;
}
.kkt .spancc{
	display: block;
	margin-left:50px;
    margin-top:5px;
    text-indent: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height:20px;
}
.biaoge table td{
	border-bottom: 1px solid #999;
}
.last a:hover{
	color: #116abf;
}
/*弹框样式*/
 .tankuang{
	width:100%;
	height:100%;
	 background: rgba(0,0,0,.4);  
	position: absolute;
	top: 0;
	left:0;
	display: none;
    z-index:999999;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  

}
.tankuang .tankuang-con{
	width:500px;
	height: 330px;
	background:#fff;
	position: fixed;
	top:100px;
	left:468px;
	z-index: 9999;
}
.tankuang-con .pingjia{
	width: 500px;
	height:40px;
	background: #116abf;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display:block;
}
.tankuang-con .pingjia b{
	display: inline-block;
	float: right;
	margin-right: 15px;
	margin-top:14px;
}
.tankuang-con .anniu{
	width: 500px;
	margin-top:10px;
	margin-left: 20px;
}
.tankuang-con .anniu .yyp{
	font-size: 14px;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 10px;
}
.anniu .yyp textarea{
	width:340px;
	height: 150px;
	border:1px solid #999;
	resize:none;
}
.anniu .yyp b{
	font-weight: normal;
	position: relative;
	top:-80px;
}
.anniu button{
	width: 90px;
	height: 40px;
	background: #1b8be2;
	text-align: center;
	color: #fff;
	line-height: 40px;
	border-radius: 6px;
	font-size: 16px;
	margin-right:20px;
	margin-top:10px;
	cursor: pointer;
	border:none;
}
