*{
	margin: 0;padding: 0;font-family: "微软雅黑";
}

.banner{
	width: 100%;
	height: 900px;
	background: url(images/bg-banner.jpg) center;
}

.container{
	width: 1200px;
	margin: auto;
	text-align: center;
}
.box1{
	width: 1194px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	overflow: hidden;
}
.in-box{
	width: 198px;
	height: 78px;
	border-right: 1px solid #eee; 
	border-bottom: 1px solid #eee;
	float: left;
	opacity: 0.8
}
.in-box img{
	animation-name:mymove;
}
.in-box:hover{
	box-shadow: 2px 2px 10px #ff6600;
	opacity: 1

}

    @keyframe mymove{
    	from{
    		width: 90%;
    	}
    	to{
    		width: 100%;
    	}
    }

.hzyx{
	margin-top: 20px;
	margin-bottom: 20px;
}

.tellus{
	width: 1200px;
	padding-bottom: 30px;
	margin: auto;
	margin-top: 150px;
}
.tellus h2{
	margin: auto;
	width: 1200px;
	text-align: center;
	margin-bottom: 20px;
}
.tellus button{
	width: 100px;
	height: 45px;
	background-color: red;
	color: #fff;
	border: none;
	outline: none;
	font-size: 18px;
	margin-left: 100px;
	float: left;
	margin-top: 60px;
	opacity: 0.8;
	cursor: pointer;
}
.tellus button:hover{opacity: 1;}
.map{
	width: 800px;
	height: 400px;
	background-color: yellow;
	clear: both;
	margin: auto;
	margin-top: 50px;
}
.db{
	width: 100%;
	height: 55px;
	background: url(images/rpo_lianjie.jpg);
	background-position: center;
}
.foot{
	width: 100%;
	height: 24px;
	background: url(images/bottom.jpg);
	background-position: center;
}
.bottom1{
	width: 1110px;
	height:60px; 
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	overflow: hidden;
}
.bottom1 a{color: #000;text-decoration: none;cursor: pointer;font-size: 14px}
.bottom1 a:hover{
	text-decoration:underline;
	color: #ff6600;
}