/* CSS Document */

/*-----------------------------------这里是放那全球旅拍三张超链接的图片样式-------------------------------*/
#img{         
	background-position:center;
	margin:0px auto;
	width:81%;
}

/*HTML5的新属性：动画效果*/
	
.flash{
	width:300px;
	height:300px;
	border:0px green solid;
}
.flash:hover{
	-webkit-animation-name:zhongyongli;
	-webkit-animation-duration:3s;
	-webkit-animation-timing-function:linear;
}
	
@-webkit-keyframes zhongyongli{
	0%{
		background-color:#CC0099;
		-webkit-transform:rotate(0deg);
	}
	
	50%{
		background-color:#999999;
		-webkit-transform:rotate(90deg);
		width:100px;
		height:100px;
		margin-left:300px;
	}
	100%{
	background-color:#00FF00;
	-webkit-transform:rotate(360deg);
	height:500px;
	width:500px;
	margin-left:600px;
	}
}




/*--------------------------------------这里是联系我们的样式----------------------------------------------*/
cout ul{
	font-style:inherit;
	font-family:SimSun-ExtB;
	font-size:24px;
	color:#FF00FF;
	text-decoration:underline;
}
.buttonZhong{

	font-size:18px;
	color:#FF00CC;
	font-weight:800;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}




/*-------------------------------------这里是打开新窗口验证的样式---------------------------------------------*/
#newWindow{
	width:715px;
	height:500px;
	border:1px solid #FF66CC;
	margin:0px auto;
}

.serve{
	width:240px;
	height:408px;
	float:right;
	border:0px #FF66CC solid;	
	color:#FF00CC;
	overflow:auto;/*设为这个比较好一点，郑义财做那个图片时也是这样的*/
}


td:first-child{             /*  目的是为了把所有的联系提示语移到右边对齐*/
	text-align:right;
}
tr:last-child td{
	text-align:center;      /*目的是把提交留言和重置放到中间*/
} 




/*-------------------------------------这里是全球旅拍2的-----------------------------------------------------------*/
#zhong{
	width:700px;
	height:530px;
	margin-left:auto;
	color:#FFFFFF;
	font-weight:700;
}

#li{
	width:24px;
	height:24px;
	border-radius:24px;
	float:left;
	background:#6F3700;
	border:1px  #D0D0D0 solid;
	margin-top:500px;
	text-align:center;
}

#li:hover{
	color:#FF00CC;
	background-color:#979700;
}

#yong{
	width:363px;
	height:530px;
	float:left;
}

.font-family{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;	
	color:#FF9900;
}




