@charset "utf-8";
/* CSS Document */
body{
	background:#B2B2B2;
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
}
a{
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:underline;
}
p,h1,h2,h3,h4,h5{
	margin:5px 0px;
	padding:5px 0px;
}
h3{
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
img{
	border:none;
}
ul{
	padding:0px;
	margin:0px;
}
li{
	padding:0px;
	margin:0px;
}
#container{
	width:950px;
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
}
#header{
	width:950px;
	height:139px;
	margin:0 auto;
	clear:both;
}
#content{
	float:left;
	width:778px;
	border-right:1px solid #D7D7D7;
	overflow:hidden;
}
iframe{
	border:none;
}
.align_c{
	text-align:center;
}
.gray{
	color:#CCC;
}
.float_right{
	float:right;
}
/*
 *box部分
*/
.box{
	border:1px solid #D7D7D7;
}
.box-head{
	height:28px;
	background:url(../images/bg-home-box-title.jpg) repeat-x 0px 0px scroll;
	border:1px solid #ffffff;
	color:#000000;
}
.box-head p{
	margin:5px 10px;
	padding:0px;
	float:left;
}
.box-head p.title{
	font-weight:bold;
	font-size:14px;
}
.box-head p.more{
	float:right;
	margin-top:8px;
}
.box-head p.more a{
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
.box-content{
	border-top:1px solid #D7D7D7;
	padding:5px 10px;
	line-height:150%;
}
.box-content a{
	color:#666666;
}
/*
 *广告栏
*/
#adv-banner{
	float:right;
	width:160px;
	margin-left:10px;
}
#adv-banner-head{
	height:20px;
	width:160px;
	background:#b2b2b2;
}
#adv-banner-head p{
	font-size:12px;
	padding:3px 3px 3px 5px;
	margin:0px;
	font-weight:bold;
	color:#ffffff;
}
#adv-banner-content{
	width:149px;
	padding:5px;
	border-left:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
}
#adv-banner-content p{
	padding:10px 0px;
	margin:0px;
	text-align:left;
}
#adv-banner-content a{
	color:#666666;
	text-decoration:none;
}
#adv-banner-content a:hover{
	text-decoration:underline;
	font-weight:normal;
}
#adv-banner-content .img-box{
	
}
/*
 *语言选择栏
*/
#lang{
	margin:3px 14px;
	float:right;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999999;
}
#lang a{
	color:#999999;
	display:block;
	font-weight:bold;
	margin:3px 0;
	text-decoration:none;
	vertical-align:bottom;
	text-align:right;
}
#lang a:hover{
	font-weight:bold;
	text-decoration:none;
}
#lang .selected{
	font-weight:bold;
}
/*
 *sitepath
*/
#sitepath{
	float:left;
	margin:5px 0px;
}
#sitepath li{
	display:inline;
}
#sitepath li a{
	color:#666666;
}
/*语言栏结束*/
.banner-line{
	width:750px;
	margin:0px 14px;
	overflow:hidden;
}
/*
 *header部分
*/
#header{
	background:url(../images/bg-head.jpg) no-repeat center center scroll;
	width:950px;
	height:139px;
	overflow:hidden;
}
#company-title{
	margin:40px 0px 0px 150px;
}
#header p{
	margin:0px;
	padding:0px;
	color:#999999;
}
.zh{
	font-size:18px;
	font-weight:bold;
}
.en{
	font-size:14px;
	font-weight:bold;
}
/*
 footer部分
*/
#footer{
	height:36px;
	margin:6px 14px;
	width:750px;
	clear:both;
}
#footer img{
	border:none;
}
#logo{
	float:left;
}
#footer .info{
	display:block;
	float:left;
	padding:0px;
	margin:0px 5px;
	max-width:450px;
}
#footer .info p{
	margin:0px;
	padding:0px;
}

/*
 *nav部分
*/
#nav{
	width:780px;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:justify;
	background:#b2b2b2;
}
#nav li{
	display:inline;
	float:left;
	margin:0 auto;
}
#nav li a{
	font-size:12px;
	text-decoration:none;
	display:block;
	float:left;
	padding:3px 30px;
	color:#ffffff;
}
.with-border-right{
	border-right:1px solid #ffffff;
}
.no-border-right{
	border-right:none;
}