@charset "utf-8";
/* CSS Document */
* {
}
html, body, h3, div, ul, li {
	margin:0px;
	padding:0px;
}
ul, li {
	list-style-type:none;
}
body {
	font-size:12px;
	color:#333;
	text-align:center;
	_behavior:url(http://www.hokoexp.com/css/csshover3.htcc");
}
.div_left {
	float:left;
	display:inline;
}
.div_right {
	float:right;
	display:inline;
}
/****清除浮动****/
.clear {
	dipslay:block!important;
	float:none!important;
	clear:both;
	overflow:hidden;
	width:auto!important;
	height:0;
	margin:0 auto!important;
	padding:0!important;
	font-size:0;
	line-height:0;
}
/****连接标准样式****/
a:link {
	color:#5c5c5c;
	text-decoration:none;
}
a:visited {
	color:#5c5c5c;
	text-decoration:none;
}
a:hover {
	color:#3e006d;
	text-decoration:underline;
}
a:active {
	color:#5c5c5c;
	text-decoration:none;
}
/****全部垂直居中****/
input, button, select {
	vertical-align:central;
}
/****公共顶部（LOGO+400+语言选择）****/
.top_bg {
	background:url(../images/common/top_bg.gif) repeat-x;
	width:100%;
}
.top_box {
	text-align:left;
	height:123px;
	width:1040px;
	margin:auto;
}
.top_box .logo {
	background:url(/logo.png);
	height:63px;
	width:486px;
	float:left;
	margin:45px 0 0 0;
}
.top_box .logox01 {
	background:url(/logo.png);
	height:80px;
	width:497px;
	float:left;
	margin:30px 0 0 -10px;
}
.top_box .logox02 {
	background:url(../images/common/logox02.gif);
	height:80px;
	width:487px;
	float:left;
	margin:20px 0 0 0;
}
.top_box .tlogin {
	background:url(../images/common/tlogin_bg.gif);
	height:26px;
	width:498px;
	float:right;
	display:block;
	margin:0 30px 0 0;
}
.top_box .tel {
	clear:both;
	/*background:url(../images/common/400.gif);*/
	height:46px;
	width:237px;
	float:right;
	display:block;
	margin:25px 40px 0 0;
}
.top_box .tlogin a {
	height:26px;
	line-height:26px;
	float:left;
	width:98px;
	text-align:center;
}
.top_box .tlogin a:hover {
	color:#3394bb;
}
/****导航栏****/
.menu_box {
	background:url(../images/common/menu_bg.gif) no-repeat;
	height:45px;
	width:1040px;
	margin:auto;
}
.menu_box a {
	display:block;
	float:left;
	height:45px;
	cursor:pointer;
}
.menu_box a:hover {
	background-position:0 -45px;
}
.menu_box .select {
	background-position:0 -45px;
}
.menu_box .menu_1 {
	background-image:url(../images/common/menu_1.gif);
	width:100px;
}
.menu_box .menu_2 {
	background-image:url(../images/common/menu_2.gif);
	width:130px;
}
.menu_box .menu_3 {
	background-image:url(../images/common/menu_3.gif);
	width:130px;
}
.menu_box .menu_4 {
	background-image:url(../images/common/menu_4.gif);
	width:130px;
}
.menu_box .menu_5 {
	background-image:url(../images/common/menu_5.gif);
	width:130px;
}
.menu_box .menu_6 {
	background-image:url(../images/common/menu_6.gif);
	width:130px;
}
.menu_box .menu_7 {
	background-image:url(../images/common/menu_7.gif);
	width:130px;
}
.menu_box .menu_8 {
	background-image:url(../images/common/menu_8.gif);
	width:130px;
}
/****主框架****/
.bottom_iframe {
	width:1040px;
	margin:auto;
}
/****合作伙伴****/
.ind_partners {
	position:relative;
	background:url(../images/index/partners_bg.gif) no-repeat;
	height:122px;
	width:1040px;
	margin:10px auto 0;
}
.ind_partners .box {
	margin:5px 0 0 0;
}
.ind_partners .icon {
	display:inline;
	float:left;
	margin:28px 0 0 12px;
}
.ind_partners .icon img {
	border:0;
}
.ind_partners .title {
	background:url(../images/index/service_title.gif);
	height:115px;
	width:117px;
	position:absolute;
	top:-8px;
	right:23px;
}
/****底部****/
.ind_bottom {
	clear:both;
	background:url(../images/index/bottom_bg.gif) repeat-x;
	width:1040px;
	height:65px;
	margin:60px auto 0;
	
}
.ind_bottom .text {
	width:1040px;
	color:#5b5061;
	margin:20px auto 0;
	text-align:center;
}
