*{
	  padding: 0;
	  margin: 0;
	}
	#move{ 
		width: 1200px;
		/*margin-bottom: 50px;*/
		background-color: white; 
       margin:35px auto;
	}
	#move a{
		   display: inline-block;
			width: 220px;
			height: 170px;
			border: 1px solid #ddd;
			border-radius: 3px;
			text-align: center;
			margin: 0px 7px;
			position: relative;
			padding-top: 40px;
			color:white;
			font-size: 12px;
			text-decoration: none;
			line-height: 30px;
			overflow: hidden;
	}
	#move a i{
		position: absolute;
		top:40px;
		left: 0;
		display: inline-block;
		width: 100%;
		text-align: center;
		filter:alpha(opacity=100);
		opacity: 1;
	}
	#move a p{
		font-size: 14px;
		margin-top: 70px;
	}
	#move a:hover{
		color: white;
	}
	#move img{
		border:none;
		width: 35%
	}
	.G_photo{
		width: 100%;
		height: 500px;
		background-color:rgb(243,168,126);
		/*background-image: url(../images/tiankong.jpg);*/
		text-align: center;
		position:relative;
		min-width: 100%;
	}
	.G_photo2{
	   width: 130px;
	   height:100px; 
       position: absolute;
       top: 10px;
       animation:mymove 30s infinite;
     }
     @keyframes mymove{
       from{
       	left:-1px;
       }
       to{
       	left:1500px;
       }
      }
     .G_photo3{
     	width:40px;	
     	height: 40px;
     	transform:rotate(45deg);
     	position: absolute;
     	top:350px;
     	left: 1720px;     	
     } 
     .G_photo3_two{
     	width:140px;	
     	height: 150px;
     	transform:rotate(210deg);
     	position: absolute;
     	top:240px;
     	left: 490px;
     }
     .G_photo4{
     	position: absolute;
     	top:245px;
     	left: 1315px;
     }
     .G_photo5{
     	position: absolute;
     	top:300px;
     	left: 1240px;
     	}
     .G_photo6{
     	position: absolute;
     	top:140px;
     	left: 1240px;
     }
     .G_photo7{
     	
	  position: absolute;
     	top:420px;
     	left: 1000px;
     }
     .G_photo8{
	  position: absolute;
     	top:400px;
     	left: 1150px;
     }
     .companyname{
     	line-height: 50px;
     	font-size: 45px;
     	color:#ffd800;
     	margin-top: 200px;
     	display: inline-block;
     }
     	.G_photo>p{
		font-size:22px;
		color: white;
		margin-top: 50px;
	}
     
