
.menu_in_c{
	position: absolute;
	height: 100%;
	width: auto;
	display: block;
	left: 22%;
}
.menu_logo
{
	height: 80%;
	width: 120px;
	top:10%;
	position:inherit;
	display: block;
}
.page_one_titlelogo{
	display:block;
	z-index: 0;
	height:100%;
	width:auto;
	cursor: pointer; 
}
.menu_titel{
	position: absolute;
	display: inline-block;
	right: 1%;
}

.menu{
	width:100%;
	height: 50px;
	z-index: 2;
	top:-50px;
	left: 0%;
	display: block;
	position: absolute;
	opacity:1;
}

.menubg{
	width: 100%;
	height: 100%;
	opacity:0.9;
	background: #555555;
	display: block;
	position: absolute;
}

.menu ul {
	width:700px;
	height: 100%;
    border-top: 0px solid black;
    list-style:none; /* 将默认的列表符号去掉 */
	margin:0 auto;
	position:relative
 }
 
.menu ul li{
	width: 100px;
  	float: right;
  }
  
 .menu ul li a{
    color: #ffffff;
    margin: 0 1px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    padding: 15px 5px;

    text-decoration: none;
    font-family:"微软雅黑";
    letter-spacing:3px;
    display: block;
 }
 .menu ul li.translate a{
 	cursor: pointer; 
    overflow:hidden;
    border-left:solid 1px #a5a5a5;
 }
 .title_li5{
 	border-right:solid 1px #a5a5a5;
 }
 
 .title_li0
 {
 	width: 200px;
 	height: 80%;
 	top: 5px;
 	float: left;
 }
 
 .menu ul li.translate a:hover {
	height: 90px;
 }
 
.titel_img{
	z-index: 0;
	height:70px;
	width:120px;
	margin: 15px 0px 0px -5px;
  }
  
.page_one_earth{
	width:20%;
	position: absolute;
	z-index: 1;
	bottom:-60%;
	left: 40%;
	display: none;
}

.page_one_minilogo{
	width: 8%;
	position: absolute;
	z-index: 1;
	bottom:-10%;
	left:46%;
	display: none;
}

.page_one_logo{
	width: 20%;
	position: absolute;
	z-index: 1;
	bottom:55%;
	right:40%;
	opacity:0;
	display: none;
}

.page_one_img{
	display:block;
	z-index: 0;
	height:100%;
	width:100%;
}

.page_one_path{
	height: 15%;
	position: absolute;
	z-index: 1;
	bottom:55%;
	left:50%;
	display: none;
}

.page_one_order{
	width: 20%;
	position: absolute;
	z-index: 1;
	bottom:55%;
	left:40%;
	display: none;
	opacity:0;
}

.small_man_box{
	position: absolute;
	bottom:-150px;
	left: 40%;
	width: 250px;
	height: 250px;
	display: block;
	z-index: 2;
 
}
.small_man_boxin{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.small_man1{
	text-align: center;
	width:30%;
	top:-12%;
	left: 35%;
	position:inherit;
	z-index: 1;
	display: none;

	transform: rotate(0deg); 
	-o-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg); 
	-ms-transform: rotate(0deg);
}
.small_man2{
	width:30%;
	left: 75%;
	top:10%;
	position:inherit;
	display: none;
	
	transform: rotate(60deg); 
	-o-transform: rotate(60deg); 
	-webkit-transform: rotate(60deg); 
	-moz-transform: rotate(60deg); 
	-ms-transform: rotate(60deg);
}
.small_man3{
	width:30%;
	left: 75%;
	top:60%;
	position:inherit;
	display: none;
	
	transform: rotate(120deg); 
	-o-transform: rotate(120deg); 
	-webkit-transform: rotate(120deg); 
	-moz-transform: rotate(120deg); 
	-ms-transform: rotate(120deg);
}
.small_man4{
	width:30%;
	left: 35%;
	top:82%;
	position:inherit;
	display: none;
	
	transform: rotate(180deg); 
	-o-transform: rotate(180deg); 
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg); 
	-ms-transform: rotate(180deg);
}
.small_man5{
	width:30%;
	left: -5%;
	top:60%;
	position:inherit;
	display: none;
	
	transform: rotate(240deg); 
	-o-transform: rotate(240deg); 
	-webkit-transform: rotate(240deg); 
	-moz-transform: rotate(240deg); 
	-ms-transform: rotate(240deg);
}

.small_man6{
	width:30%;
	left: -5%;
	top:10%;
	position:inherit;
	display: none;
	
	transform: rotate(300deg); 
	-o-transform: rotate(300deg); 
	-webkit-transform: rotate(300deg); 
	-moz-transform: rotate(300deg); 
	-ms-transform: rotate(300deg);
}

.comtrainer{
	z-index: 0;
	display: none;
	position: absolute;
	top:0;
}

.section2_in{
	position: absolute;
	display:block;
	width: 100%;
	height: 100%;
	z-index: -3;
}


.section2_iframe
{
	position: absolute;
	display:block;
	background-color:transparent;
	width:100%;
	height:100%;
}

.Suspended{
	position: absolute;
	z-index: 1000;
	bottom: -50px;
	left: 20px; 
	width: 80px; 
	height: 30px; 
	opacity: 0.8;
	display: block;
}
.Suspended img:hover{
	opacity: 0.9; 
	-moz-transform: scale(1.1,1.1);
   -webkit-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1); 
}
.Suspended img{
	cursor: pointer; 
	width: 22px;
	height: auto;
	opacity: 0.9;
}
.gopre{
	display: none;
}


.lastmid{
	width: 700px;
	height: 154px;
	position: absolute;
	top:20%;
	left: 36%;
	z-index: 999;
	
}
.lastmid_logo{
	width: 423px;
	height: 154px;
	cursor: pointer;
}
.lasthezuo{
	position: absolute;
	right: -200px;
	bottom: 0;
	font-family: "微软雅黑";
	font-size: 20px;
	color:whitesmoke;
	letter-spacing:5px;
	opacity: 0.7;
}

