@charset "utf-8";
/* CSS Document */

/*----------- Body Tag -----------*/
body{
	margin:0;
	padding:0;
	background:#520100;
}

/* Firefox Scrollbar Hack - Do not remove */
html{
	margin-bottom:1px;
	height:100%!important;
	height:auto;
}

/*----------- Clearfix -----------*/
.clearboth{
	clear:both;
	height:0;
	overflow:hidden;
}

/*---------- Fonts & Links ----------*/
td,tr,p,div{
	font-family:Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #3F3F3E;
	text-decoration: none;
	line-height: 23px;
	font-weight: normal;
	padding:0;
}

h1,h2,h3,h4,h5,h6,form,p{
	padding:0;
	margin:0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #065BB9;
	text-align: left;
	text-decoration: none;
	line-height:29px;
	margin:0;
	padding:0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #575969;
	text-align: left;
	text-decoration: none;
	line-height:26px;
	margin:0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #BF382A;
	text-align: left;
	text-decoration: none;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #BF382A;
	text-align: left;
	text-decoration: none;
}

a, a:link, a:visited, a:hover {
	color: #3F3F3E;
	text-decoration:none;
}

a:hover {
	color:#f00;
	text-decoration:underline;
}

ul, ul li,ol, ol li{
	list-style:none;
	padding:0;
	margin:0;
}


/*-------------- Links Style ----------------*/


/*-------------- Form & Box ----------------*/
input,select,textarea{
	line-height:23px;
	color:#3F3F3E;
	font-size:12px;
	padding:0;
	margin:0;
}
select{
	line-height:20px;
	color:#3F3F3E;
	font-size:12px;
}

select{
	height:23px;
	padding:0;
} /* Firefox */
* html select{
	height:23px;
	padding:2px;
} /* IE6 */
*+html select{
	height:20px;
	padding:2px;
} /* IE7 */

img{
	border:none;
}

/*----------- LayOut -----------*/
#wrap_layout{
	margin:0 auto;
	width:1003px;
}
/*----------- flash -----------*/
#flash_pro{
	width:1003px;
	overflow:hidden;
	height:238px;
	background:#a00;
}
#flash_footer{
	background:url(../images/flash_f_bg.gif) no-repeat;
	height:200px;
}
#flash_f_l,#flash_f_r{
	float:left;
}
#flash_f_l{
	width:591px;
	text-align:right;
	padding-top:79px;
}
#flash_f_r{
	width:402px;
	text-align:right;
	padding:60px 10px 0 0;
	line-height:19px;
	color:#3F0000;
}
#flash_f_r a{
	color:#3F0000;
}
/*----------- home -----------*/
#home_top{
	height:35px;
	background:url(../../zh-CN/images/home_top_bg.jpg) no-repeat;
	padding:56px 10px 0 0;
	text-align:right;
}
#home_banner{
	height:295px;
	overflow:hidden;
	width:1003px;
	background:#380003;
}
#home_f_bg{
	background:url(../images/home_f_bg.jpg) no-repeat;
	height:245px;
	padding:20px 0 0 0;
}
#home_f_bg td,#home_f_bg a{
	color:#E3C3A6;
}
#home_f_l,#home_f_r{
	float:left;
	color:#8C734F;
	line-height:18px;
}
#home_f_l a,#home_f_r a{
	color:#8C734F;
}
#home_f_l{
	width:725px;
	padding:0 0 0 10px;
}
#home_f_r{
	width:258px;
	text-align:right;
	padding:0 10px 0 0;
}
/*----------- menu -----------*/
#menu{
	height:49px;
}
#menu a{
	width:123px;
	height:49px;
	display:block;
	float:left;
	text-indent:-999999px;
}
#menu a.introduce{
	width:129px;
	background:url(../images/company.jpg) no-repeat;
}
#menu a.introduce:hover{
	background:url(../images/company.jpg) no-repeat 0 -49px;
}
#menu a.products{
	background:url(../images/products.jpg) no-repeat;
}
#menu a.products:hover{
	background:url(../images/products.jpg) no-repeat 0 -49px;
}
#menu a.recruitment{
	background:url(../images/recruitment.jpg) no-repeat;
}
#menu a.recruitment:hover{
	background:url(../images/recruitment.jpg) no-repeat 0 -49px;
}
#menu a.introduce002{
	background:url(../images/network.jpg) no-repeat;
}
#menu a.introduce002:hover{
	background:url(../images/network.jpg) no-repeat 0 -49px;
}
#menu a.member{
	background:url(../images/member.jpg) no-repeat;
}
#menu a.member:hover{
	background:url(../images/member.jpg) no-repeat 0 -49px;
}
#menu a.notebook{
	background:url(../images/notebook.jpg) no-repeat;
}
#menu a.notebook:hover{
	background:url(../images/notebook.jpg) no-repeat 0 -49px;
}
#menu a.links{
	background:url(../images/links.jpg) no-repeat;
}
#menu a.links:hover{
	background:url(../images/links.jpg) no-repeat 0 -49px;
}
#menu a.contactus{
	width:136px;
	background:url(../images/contactus.jpg) no-repeat;
}
#menu a.contactus:hover{
	background:url(../images/contactus.jpg) no-repeat 0 -49px;
}

/*----------- Header -----------*/
#header{
	height:69px;
	background:url(../images/logo.jpg) no-repeat;
	padding:56px 10px 0 0;
	text-align:right;
}
/*----------- Main Body -----------*/
#main_body{
	background:url(../images/bg.jpg) repeat-y;
	min-height:350px;
	padding:25px 0;
}
* html #main_body{
	height:350px;
}
/*----------- Left Col -----------*/
#left_col{
	width:248px;
	float:left;
}
#left_col .cotegory{
	padding:0 0 0 56px;
}
#left_col .cotegory a{
	width:125px;
	display:block;
	lin-height:24px;
	font-weight:bold;
	color:#5E2D00;
	text-align:center;
	background:url(../images/cotegory_bg.jpg) no-repeat left top;
	margin:0 0 16px 0;
}

/*----------- Right Col -----------*/
#right_col{
	float:left;
	width:755px;
}
#right_col .profile{
	width:640px;
}
.pro_name{
	background:#fff;
	line-height:25px;
	text-align:center;
	color:#000;
}

/*----------- Footer -----------*/
#footer{
	background:url(../images/footer_bg.jpg) no-repeat;
	height:60px;
	overflow:hidden;
	padding:30px 0 0 0;
}
