/* CSS Document */
.cardtop{ width:100%; height:119px; background:#fff;}
.prop .cardtop .centent{ width:1300px; height:119px; margin:0 auto; padding:0 !important;}
.cardtop .centent .abovebox{ width:1300px; height:59px; margin:0 auto;}
.cardtop .centent .belowbox{ width:1240px; height:59px; margin:0 auto; border-top:1px solid #fff; margin-left:60px;}
.cardtop .seek { width:240px; margin-top:34px; margin-right:103px;}
.cardtop .seek .seekinput{ width:255px; height:21px; padding-left:10px; background:url(../../images/promise/seek.png) no-repeat center right; background-position:245px 4px; margin-top:0; border:1px solid #bbbbbb; border-radius:3px;}
.cardtop .seek .seekinput:focus{animation: inputBg 1s;-webkit-animation: inputBg 1000ms;}
@keyframes inputBg{
	from { background-position:240px 4px;  }

	50% { background-position:250px 4px; }

	to { background-position:245px 4px; }
}
@-webkit-keyframes inputBg{
	from { background-position:240px 4px;  }

	50% { background-position:250px 4px; }

	to { background-position:245px 4px; }
}
.belowbox ul.clear{ padding-top:20px; border-bottom:1px solid #edecec;}
.belowbox ul a{ color:#3e3a39;}
.belowbox li{ float:left; padding:4.5px 30px; text-align:center; color:#3e3a39; font-size:14px;}
.belowbox li.curr{ background:#c91a00; color:#fff;}
.belowbox ul .curr a{ color:#fff;}