/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
#menu a {text-decoration:none;}
.menu {background:#03459E;height:44px;overflow:hidden;font-size:16px;border-radius:6px 6px 0 0;}
.menu span {display:block;width:100%;height:44px;padding:0 16px;color:#FFFFFF;}
.menu_li {float:left;white-space:nowrap;line-height:44px;margin:0 1px 0 0;}
.menu_li:hover {background:#011E70;}
.menu_on {float:left;white-space:nowrap;line-height:44px;background:#011E70;margin:0 1px 0 0;}

.footfollow {overflow:hidden;clear:both;}
.footfollow span{font-weight:bold;line-height:15px;height:20px;font-size:14px;padding-right:10px;}
.footfollow img {width:15px;margin:10px 5px 0 5px;}


.list-pro {background:#f8f9fc;border-radius:10px;margin-top:12px;margin-bottom:12px;}
.list-pro:hover {background:#f8fbff;}

.list-pro .sellnl_robot {line-height:35px;}
.list-pro .sellnl_robot_a {height:100px;width:95%;line-height:18px;padding-top:6px;overflow:hidden;}
.list-pro .sellnl_robot_b {font-size:14px;line-height:20px;padding-top:10px;font-weight:bold;}
.list-pro .sellnl_robot_c {height:100px;width:45%;float:left;}
.list-pro .sellnl_robot_d {height:100px;width:55%;float:left;font-weight:bold;}
.list-pro .sellnl_robot_e {line-height:40px;font-weight:bold;float:left;color:#999;text-align:left;}

a.w:link,a.w:visited,a.w:active {color:#FFFFFF;text-decoration:none;}
a.w:hover {color:#F4F3F2;}
.px24 {font-size:24px;}

.f_canshu{
	display: block;	
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
}

.bori{padding:4px 8px 4px 10px;background:#ff6600;border-radius:6px;margin-right:10px;}

.parent_img {
position: relative;
width: 300px;
height: 224px;
overflow:hidden;
}
.child-1 {
position: absolute;
top: 10px;
left: 10px;
padding:3px 5px 3px 5px; 
font-size:10px;
font-weight:bold;
color:#fff;
background: rgba(80, 80, 80, 0.5);
border-radius:4px;
z-index: 1;
}
.child-2 {
position: absolute;
top: 10px;
left: 260px;
height:20px;
width:20px;
background:url('/static/skin/default/ab-play.png') no-repeat 0px 0px;
background-size: 20px auto;
z-index: 2;
}