
body {
	background:#000237 !important;
}
/*==================================== machine css ====================================*/

.inbody {
	position:relative;
	width:1000px;
	margin:50px auto;	
}




.inbodyshow {
	position:relative;
	width:100%;
	height:600px;
	margin:75px auto 50px auto;
	overflow:hidden;
	text-align:center;
	
	
}
.inbodyshow img {
	width:857px;
	height:auto;
}

.inbody .intro {
	width:1000px;
	height:400px;
	overflow:hidden;
	position:relative;
	margin:25px auto;
	background: url(../images/alpha75.png);
	color:#333;
	display:none;
}
.inbody .intro .left {
	float: left;
	width:400px;
	overflow:hidden;
}
.inbody .intro .left img {
	height:100%;
}

.inbody .intro .right {
	float:left;
	width:600px;
	padding:50px;
}
inbody .intro .right p {
	font-size:14px;
}







.xiejiao .scroll {
	position:absolute;
	left:465px;
	top:160px;
	
	width:50px;
	height:50px;
	display:block;
	background:#1b99f1 url(../images/down_arrow.png) no-repeat center center;
	opacity:0.85;
	
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius: 50%;

	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.xiejiao .scroll:hover {
	opacity:1;
}