@charset "utf-8";
/* CSS Document */

a{text-decoration:none;}a:link{text-decoration:none}a:hover{ text-decoration:none;}
.address_ceng{ text-align:left;
	position:absolute;
	top:33px; z-index:22; display:block;
	left:1px;
	font-size:12px;
	width:280px;
	height:300px;
	overflow:hidden;
	border:1px #7f9db9 solid;
	background:#FFFFFF;
}
.addressTitle{ position:relative;
	width:275px;
	margin:auto;
	margin-top:10px;
	background:#fafafa;
	height:25px;
	color:#245FB3;
	font-size:12px;
	line-height:25px;
}
.addressTitle ul{
	padding:0px;
	margin:0px;
	list-style:none; float:left;
}
.addressTitle ul li{
	display:block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    margin-right:10px;
    text-align: center;
	cursor:pointer;
	
}
.addcontent{
	width:275px;
	border-top:1px #e6e6e6 solid;
	margin:auto;
	padding-top:8px;
	height:245px;
	overflow-x:hidden;
	overflow-y:auto;
}
.china{
    background-color: #dedede;
	height:25px;
	display:block;
	width:65px;
	font-weight:bold;
}
.world{
	height:25px;
	display:block;
	width:65px;
}
.china_box p{
	line-height:22px;
	margin-bottom:5px;
}
.china_box p strong a {
    color: #FF5B00;
    padding-right: 4px;
}
.china_box p a {
    color: #004FB1;
    padding-right: 2px;
}
.world_box p{
	line-height:22px;
	margin-bottom:5px;
}
.world_box p strong a {
    color: #FF5B00;
    padding-right: 4px;
}
.world_box p a {
    color: #004FB1;
    padding-right: 2px;
}
.close{padding-left:100px;float:left; width:12px; height:15px; position:absolute; right:-20px;}
.close img{cursor:pointer;}
.close2{padding-left:260px;padding-top:1px;}
.close2 img{ cursor:pointer;}