*{margin:0; padding:0; height:100%;}
a{text-decoration:none;}
body{
	/* min-width:1024px; */
	background-size:100% 100%;
	background:url(../img/bg_main2.png) no-repeat;
}

#main_wrap{
	/* min-width:1024px; */
	background:url(../img/bg_main2.png) no-repeat;
	background-size:100% 100%;
}



/*main*/
#main{
	  position:absolute;
	  top:0; right:0;
	  width:35%;
	  height:100%;
	  text-align:center;
	  margin:0 auto;
	  background:url(../img/bg_logo.png) no-repeat 50% 80% #6f7571;
	  /* IE*/
	  background-color:transparent !ie;
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f7571,endColorstr=#6f7571);
	  zoom:1;
	  /* IE*/
	  border-right:1px solid #848484;
	  border-left:1px solid #848484;
	  min-width:300px;
}

#main_g img.mainTitle{
	position:relative;
	top:12%;
	left:0;
	width:90%;
	height:164px;
	max-width:450px;
}



@media all and (max-width:640px){
	#main_left img{width:50%; height:70%;}
	#main_g img.mainTitle{width:94%; height:164px;}
	#main_g .mainBtn{position:relatvie; top:41%;}
	#main{background-size:70%; background-position:50% 85%;}
}


@media all and (min-width:641px) and (max-width:1024px){
	#main_left img{width:50%; height:72%;}
	#main_g img.mainTitle{width:100%; height:164px;}
	#main{width:45%;}
	#main{background-size:80%;}
}


@media all and (min-width:1025px) and (max-width:1366px) {
	#main_left img{width:50%; height:88%;}
	#main_g img.mainTitle{width:100%; height:164px;}
	#main{width:45%;}
}

@media all and (min-width:1367px) {
	#main_g img.mainTitle{width:100%; height:164px;}
	#main{width:38%;}
}



.mainBtn{
	z-index:220;
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-220px;
	width:200px;
	height:60px;
	line-height:60px;
	border-radius:4px;
	color:#009b64;
	background-color:#6f7571;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:55px;
    border:2px solid #333;
	color:#333;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.mainBtn:hover{
	background:#369e73;
	line-height:55px;
	border:2px solid #369e73
}
.mainBtn.jungsi{margin-left:0;}
