@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,p,ul{
		margin:0 auto;
		padding:0;
		list-style:none;
		font-family:"Microsoft YaHei UI";
		font-weight:normal;
}
		
#content h2 {
	font-size:30px;
	color:#333333;
	margin-top:100px;
	text-align:center;
	font-weight:normal;
}
#content #way {
	width:450px;
	height:80px;
	text-align:center;
	margin:30px auto auto auto;
}
#content #way .p1 {
	font-size:18px;
	color:#666666;
}
#content #way .p2 {
	font-size:18px;
	color:#999999;
	margin-top:15px;
	letter-spacing:10px;
}
#content .img {
	width:36px;
	height:36px;
	text-align:center;
	margin:10px auto auto auto;
}
#content #photo {
	width:1200px;
	height:200px;
	margin:50px auto auto auto;
	font-size:18px;
}
.eachphoto {
	width:300px;
	height:100%;
	float:left;
}
.eachphoto .desc {
	height:20px;
	line-height:20px;
	text-align:center;
	margin-top:30px;
}
.pic1,.pic2,.pic3,.pic4 {
	width:150px;
	height:150px;
	-moz-transition:  all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	margin: 0 auto;
}
.eachphoto .pic1 {
	background-image:url(../joinus/address.png);
}
.eachphoto .pic2 {
	background-image:url(../joinus/admin.png);
}
.eachphoto .pic3 {
	background-image:url(../joinus/team.png);
}
.eachphoto .pic4 {
	background-image:url(../joinus/trip.png);
}
.eachphoto .pic1:hover {
	background-image:url(../joinus/address1.png);
}
.eachphoto .pic2:hover {
	background-image:url(../joinus/admin1.png);
}
.eachphoto .pic3:hover {
	background-image:url(../joinus/team1.png);
}
.eachphoto .pic4:hover {
	background-image:url(../joinus/trip1.png);
}