@charset "utf-8";
/* CSS Document */
html,body,div,table,tr,td,img,ul,li,a{
	margin:0;
	padding:0;}
html{overflow-x:hidden; overflow-y:auto;}
body {
  background: url(bg.jpg) top center repeat-x;
}
.top{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.top .weather{
	float:left;
    margin-left:3%;
	margin-top:2%;}
.top .shijian{
	+width:290px;
	float:right;
    margin-right:3%;
	margin-top:2%;}
.top .shijian .clock{ float:left;}
.top .shijian .time{float:left;}
.main{
	width:550px;
	margin:-80px auto;
	overflow:hidden;}
.main .company .logo{
	width:170px;
	height:155px;
	margin:0 auto;}
.main .company .tel{
	margin:10px auto;}
.main .company .tel .haoma{
	background-image:url(../images/tel.jpg);
	width:337px;
	height:58px;
	margin:20px auto;
	border:#6bb616 3px solid;}
.main .company .tel .call{
	background-image:url(../images/call.jpg);
	width:79px;
	height:81px;
	float:right;}
.main .choose{ text-align:center;}
.main .choose a{ font-size:12px; color:#333; font-family:Microsoft Yahei;}
.main .choose a:hover{ color:#000; text-decoration:underline;}
.music{
    text-align:center;
    position:absolute;
    left:0px;
    top:355px;}
.content{
	width:800px;
	margin:100px auto;
    overflow:hidden;}
	
#d{
	width:160px;
	position:absolute;
	right:0px;}

.foot{
      width:800px; margin:20px auto; overflow:hidden;}
.foot .links{ width:500px; float:left; color:#333; font-family:Microsoft Yahei; font-size:14px; margin-top:10px;}
.foot .links a{ color:#333; font-family:Microsoft Yahei; font-size:14px; text-decoration:none; }
.foot .links a:hover{ text-decoration:underline; }
.foot .share{ float:right;}

#demo {
background: #FFF;
overflow:hidden;
border: 1px dashed #CCC;
width: 100%;
margin:0 auto;
}
#demo img {
border: 3px solid #F2F2F2; width:6%; height:6%;
}
#indemo{
	float: left;
width:2000%;
height:200px;}
#demo1 {
float: left; display:inline;
}
#demo2 {
float: left; display:inline;
}