/* ChinaBox */
.hide{ display:none}
#ChinaBox{ 
	position:relative; width:668px; height:630px; 
	background:url(../images/bg.png) no-repeat;
	font-size:12px; font-family:'Microsoft YaHei', 微软雅黑, 宋体, Arial; color:#666;
}
#ChinaBox .aover{ 
	position:absolute; height:36px; width:26px; line-height:65px;
	background:url(../images/pot1.png) no-repeat; color:#666; 
	cursor:pointer; z-index:9;

}
#ChinaBox .aover.aover_en{
	font-size:10px;width:56px;
}
#ChinaBox .aover_act{ 
	background:#0080CC url(../images/pot2.png) no-repeat; color:#fff;
	margin-top:25px;
	height:16px; line-height:16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#ChinaBox .iover{position:absolute; display:none;}
#ChinaBox .CBox{
	position:absolute;
	width:482px; height:250px; 
	background:url(../images/box.png) no-repeat;
	z-index:90; overflow:hidden; display:none;
}
#ChinaBox .CBox .title{ 
	position:absolute;
	top:18px; left:27px;
	height:38px; border-bottom:1px solid #ccc;
	font-size:24px; 
}
#ChinaBox .CBox .main{
	position:absolute;
	top:58px; left:27px;
	width:445px; height:175px;
	overflow-y:scroll; overflow-x:hidden;
	opacity: 0.8; 
	filter:alpha(opacity=80);
}

#ChinaBox .CBox .main .infos{
	position:relative; width:410px; overflow:hidden; 
	padding:25px 0 35px 0;
	border-bottom:1px dotted #ccc;
}
#ChinaBox .CBox .main .infos .tit{
	font-family:"宋体";font-size:14px; font-weight:bold; color:#666;
}
#ChinaBox .CBox .main .infos .info{
	font-family:"宋体";font-size:13px; color:#666;
	margin-top:5px; line-height:23px; width:240px;
}
#ChinaBox .CBox .main .infos .imgi{float:right; width:150px; height:130px;}
#ChinaBox .CBox .CBox_cls{ 
	width:17px; height:17px; background:url(../images/btn_cls.jpg) no-repeat;
	float:right; margin-top:20px; margin-right:10px; cursor:pointer;
}

#ChinaBox .Arrow1{
	position:absolute;
	width:30px; height:30px; 
	background:url(../images/arrow.png) no-repeat;
	z-index:99;
}
#ChinaBox .Arrow2{
	position:absolute;
	width:30px; height:30px; 
	background:url(../images/arrow.png) no-repeat -30px 0;
	z-index:99;
}
#ChinaBox .Arrow3{
	position:absolute;
	width:30px; height:30px; 
	background:url(../images/arrow.png) no-repeat -60px 0;
	z-index:99;
}
