@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body { 
	margin: 0; 
	padding:0; 
	font-family:Arial;
	background:url(../img/bg.gif);
	background-position:50% 0%;
	background-repeat:no-repeat;
}

img { 
	border: none; 
}

a {
	text-decoration: none;
	color:#0283e1;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.clearer { 	
	clear: both; 
	height: 1px; 
	font-size: 1px; 
	line-height: 1px; 
}

#wrapper {
	width:1000px;
	margin: 0 auto;
}


/* main
------------------------------*/

#main_home {
	width:100%;
	height:592px;
	background:url(../img/bg-home.jpg);
}

#main_about {
	width:100%;
	height:592px;
	background:url(../img/bg-about.jpg);
}

#main_contact {
	width:100%;
	height:592px;
	background:url(../img/bg-contact.jpg);
}

#main_4h4c {
	width:100%;
	height:592px;
	background:url(../img/bg-4h4c.jpg);
}

#main_a400 {
	width:100%;
	height:592px;
	background:url(../img/bg-a400.jpg);
}

#main_control {
	width:100%;
	height:592px;
	background:url(../img/bg-control.jpg);
}

#main_android {
	width:100%;
	height:592px;
	background:url(../img/bg-android.jpg);
}

#main_oem {
	width:100%;
	height:592px;
	background:url(../img/bg-oem.jpg);
}

#main_success {
	width:100%;
	height:592px;
	background:url(../img/bg-success.jpg);
}

#other_link {
	float:right;
	width:84px;
	font-size:12px;
	text-align:center;
	margin-top:40px;
}
#other_link a {
	color:#FFF;
}
#other_link a:hover {
	color:#6ae8ff;
	text-decoration:none;
}

#other_link2 {
	float:right;
	width:84px;
	font-size:12px;
	text-align:center;
	margin-top:10px;
}
#other_link2 a {
	color:#FFF;
}
#other_link2 a:hover {
	color:#6ae8ff;
	text-decoration:none;
}

#home_link a {
	float:left;
	width:52px;
	height:15px;
	background: url(../img/home.png) 0 0 no-repeat;
	margin-left:28px;
	margin-top:93px;
}
#home_link a:hover {
	background-position: -52px 0;
}

.title {
	margin-top:16px;
	margin-left:242px;
}

.title_page {
	float:left;
	margin-top:16px;
	margin-left:168px;
}



/* Main Menu
------------------------------*/
#menu {
	float:right;
	width:754px;
	height:128px;
	margin-right:20px;
}

#logo a {
	display:block;
	width:86px;
	height:30px;
	background: url(../img/logo.gif) 0 0 no-repeat;
	margin-left:28px;
}
#logo a:hover {
	background-position: -86px 0;
}

.select_1 a {
	float:left;
	width:116px;
	height:396px;
	background: url(../img/home-icon1.jpg) 0 0 no-repeat;
	margin-left:242px;
	margin-top:30px;
	margin-right:9px;
}
.select_1 a:hover {
	background-position: -116px 0;
}

.select_2 a {
	float:left;
	width:116px;
	height:396px;
	background: url(../img/home-icon2.jpg) 0 0 no-repeat;
	margin-top:30px;
	margin-right:9px;
}
.select_2 a:hover {
	background-position: -116px 0;
}

.select_3 a {
	float:left;
	width:116px;
	height:396px;
	background: url(../img/home-icon3.jpg) 0 0 no-repeat;
	margin-top:30px;
	margin-right:9px;
}
.select_3 a:hover {
	background-position: -116px 0;
}

.select_4 a {
	float:left;
	width:116px;
	height:396px;
	background: url(../img/home-icon4.jpg) 0 0 no-repeat;
	margin-top:30px;
	margin-right:9px;
}
.select_4 a:hover {
	background-position: -116px 0;
}

.select_5 a {
	float:left;
	width:116px;
	height:396px;
	background: url(../img/home-icon5.jpg) 0 0 no-repeat;
	margin-top:30px;
	margin-right:9px;
}
.select_5 a:hover {
	background-position: -116px 0;
}

.select_6 a {
	float:left;
	width:116px;
	height:396px;
	background: url(../img/home-icon6.jpg) 0 0 no-repeat;
	margin-top:30px;
}
.select_6 a:hover {
	background-position: -116px 0;
}

#page_text {
	width:525px;
	height:410px;
	color:#535353;
	line-height:22px;
	font-size:13px;
	margin-left:450px;
	margin-top:22px;
}

.download {
	color:#c7c6c6;
	font-size:12px;
}
.download a {
	color:#535353;
}


.text_color1 {
	color:#ff9000;
}

.text_color2 {
	color:#3781be;
	font-weight:bold;
	font-size:14px;
	line-height:26px;
}


/* Copyright
------------------------------*/
#copyright {
	width: 520px;
	height: 44px;
	font-size:11px;
	color:#c7c6c6;
	background:url(../img/bg-copyright.gif);
	padding-left:480px;
	padding-top:14px;
}

#copyright a {
	color:#606060;
}

#copyright a:hover {
	color:#0283e1;
}