@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}
ul {
	list-style:none;
}
li {
	list-style:none;
}
.bg_line {
	width:50%;
	height:110px;
	position:absolute;
	left:0;
	border-bottom:1px solid #666666;
	z-index:-1000;
}
.container_all {
	width:1180px;
	height:auto;
	margin:0 auto;
	position:relative;
	top:0;
	left:0;
}
.block_left {
	width:80px;
	height:90px;
	background:#f2f2f2;
	position:absolute;
	top:120px;
	left:0;
	z-index:-1000;
}
.block_right {
	width:390px;
	height:400px;
	background:#f2f2f2;
	position:absolute;
	top:0;
	right:0;
	z-index:-1000;
}
.container_main {
	width:1000px;
	height:auto;
	margin:0 auto;
}
.container_content {
	float:left;
	background:url(../images/igxe_us_index_48.jpg) no-repeat bottom right;
}