﻿@charset "utf-8";
@import url("reset.css");
@import url("form.css");
/* CSS Document */
/*basic style*/
html{overflow-y:scroll;}
body{
	margin:0 auto;
	padding:0 10px;
	background:#FCFCFC url(images/line_body.gif) repeat-x 0 0;
	font:12px/180% Arial;
	color:#333;
	text-align:center;
}
a{
	color:#09c;
	text-decoration:none;
}
a:hover{
	color:#f60;
	text-decoration:underline;
}
img{
	border:none;	
}
p{
	margin-bottom:1em;
	text-indent:2em;
}
li{
	list-style-type:none;
}
/*id style*/
/**********头部**********/
#header{
	height:52px;
}
#logo{
	position:absolute;
}
/*********/
#toplink{
	display:none;
}
#tl_english{}
#tl_sitemap{}
/*********/
#callcenter{
	position:absolute;
	margin-top:98px;
	margin-left:935px;
	width:48px;
	height:178px;
	background:url(images/bg.gif) no-repeat right -110px;
}
#callcenter a{
	font-size:0;
	text-indent:-10000px;
}
#cc_tel{
	position:absolute;
	margin-top:-35px;
	margin-left:-175px;
}
#cc_online a,
#cc_feedback a{
	display:block;
	width:44px;
	height:86px;
	margin-left:4px;
}
/*全国网点索引*/
#companys{
	position:absolute;
	z-index:99;
	margin-top:10px;
	margin-left:850px;
	width:130px;
	height:30px;
	background:url(images/bg.gif) no-repeat right -10px;
}
#companys h2{
	padding-left:35px;
	line-height:30px;
	cursor:hand;
}
#companys h2 a{
	color:#333;
	text-decoration:none;
}
#companys ul{
	display:none;
	position:absolute;
	margin-top:-1px;
	width:118px;
	padding:5px;
	background:#fff;
	border:#DFDFDF 1px solid;
	border-top:none;
	Filter:Alpha(opacity=90);
	-moz-opacity:0.9;
	Opacity:0.9;
}
#companys li{
	float:left;
}
#companys li a{
	display:block;
	width:39px;
	color:#666;
	white-space:nowrap;
	text-align:center;
}
#companys .li_zong{
	padding:0 39px;
}
/*导航栏*/
#nav{
	position:absolute;
	margin-left:220px;
	height:52px;
	z-index:90;
}
#nav li{
	float:left;
}
#nav li a{
	display:block;
	padding:0 10px 0 22px;
	background:url(images/bg.gif) repeat 0 0;
	text-align:center;
	text-decoration:none;
	color:#333;
	line-height:52px;
}
#nav a:hover{
	background:url(images/bg.gif) repeat 0 -52px;
	color:#fff;
}
#nav a strong{
	font-size:13px;
	font-weight:normal;
}
#nav #nav_home a{padding-left:35px;background:url(images/bg.gif) repeat -200px 0;}
#nav #nav_home a:hover{background:#f00 url(images/bg.gif) repeat -200px -52px;}
#nav #nav_home.current2 a{background:url(images/bg.gif) repeat -200px -52px;}
#nav_bl{}
#nav_service{}
#nav_system{}
#nav_collaboration{}
#nav_job{}
#nav_contact{}
#nav li ul{
	position:absolute;
	display:none;
	width:150px;
	margin-left:0;
	background:#fff;
	border:#F5A100 2px solid;
	border-top-width:5px;
	text-align:left;
}
#nav li li{
	float:none;
	padding-left:0;
	background:none;
	border-bottom:#FDEECF 1px solid;
}
#nav li li a{
	margin:0;
	color:#f60;
	text-align:left;
	line-height:28px;
}
#nav li li a strong{
	font-size:12px;
	font-weight:normal;
}
#nav li li a:hover{
	background:#FBDC9F;
}
/*设置当前*/
#nav .current a{
	background:url(images/bg.gif) repeat 0 -52px;
	color:#fff;
}
#nav .current a strong{
}
#nav .current ul{
	display:block;
}
#nav .current li a{
	background:none;
	color:#666;
}
/*设置当前*/
#nav .current2 a{
	background:url(images/bg.gif) repeat 0 -52px;
	color:#fff;
}
/**********内容**********/
#content{
	margin-top:25px;
	padding-top:20px;
	background:#fff url(images/top_content.gif) no-repeat 0 0;
}
/**********底部**********/
#footer{
	height:120px;
	margin:10px -10px 0 -10px;
	background:#fff url(images/bg_footer.gif) repeat-x 0 0;
	color:#999;
}
#footer_content{
	text-align:center;
}
#footer a{
	color:#666;
}
#footer a:hover{
	color:#f60;
}
#underlink{
	height:15px;
	padding:15px 0 10px;
}
#underlink li{
	display:inline;
	margin:0 5px;
	color:#ccc;
}
#copyright{
	clear:both;
}
#counter{
	display:none;
}
/*class style*/
.basic{
	width:980px;
	margin:0 auto;
	text-align:left;
}
.basic:after{
	content:"\0020";
    display:block;
    height:0;
    clear:both;
}
.basic{
    zoom:1;
}
/*清除float*/
.clearfix:after{
    content:"\0020";
    display:block;
    height:0;
    clear:both;
}
.clearfix{
    zoom:1;
}
.orderNumbers{
	background:#fff url(images/bg.gif) no-repeat 0 -567px;
	border:#9A999E 1px solid;
}
