@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	margin:0px;
	padding:0px;
}
img{
	border:none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a.aboutus:link {
	line-height:28px;
	color: #fff;
	text-decoration: none;
}
a.aboutus:visited {
	line-height:28px;
	color: #fff;
	text-decoration: none;
}
a.aboutus:hover {
	line-height:28px;
	color: #ffff00;
	text-decoration: none;
}
a.aboutus:active {
	line-height:28px;
	color: #fff;
	text-decoration: none;
}
.i_ul{
	width:494px; 
	height:210px; 
	margin-left:0px; 
	padding-left:0px; 
}
.i_ul li{
	list-style-type:none;
	width:494px;
}
.down{
	font-size:12px;
	color:#fff;
}

/*公司介绍*/
.t{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.n_jj{
	font-size:12px;
	color:#000;
	line-height:30px;
}
/*产品*/
.n_cp{
	font-size:14px;
	font-weight:bold;
	color:#003399;
}
/*业绩*/
.n_yj_ul{
	width:100%;
	padding:0px;
}
.n_yj_ul li{
	list-style-type:none;
	width:100%;
}
/*n新闻*/
.n_xw_ul{
	width:100%;
	padding:0px;
}
.n_xw_ul li{
	list-style-type:none;
	width:100%;
}
a.n_xw_m:link {
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	color:#0033cc;
	text-decoration: none;
}
a.n_xw_m:visited {
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	color:#0033cc;
	text-decoration: none;
}
a.n_xw_m:hover {
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	color:#0033cc;
	text-decoration: none;
}
a.n_xw_m:active {
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	color:#0033cc;
	text-decoration: none;
}

.n_xw_c{
	font-size:12px;
	color:#000000;
}

/*--------------------------分页样式---------------------------*/
/*包含分页内容的DIV*/
.pager, div.pager
{
    height: 25px;
    padding: 0 20px;
    margin-top: 0px;
}
/*分页内容的左边部分*/
.floatLeft, div.pager div.left
{
    float: left;
    height: 25px;
}
/*分页内容的右边部分*/
.floatRight, div.pager div.right
{
    float: right;
    height: 25px;
}
/*页号输入框*/
input.textPageInput
{
    width: 20px;
    margin-left: 2px;
    margin-right: 2px;
}
/*跳转页面的按钮*/
input.buttonPageTo
{
    width: 62px;
    background-position: left -150px;
}


.dlbackground
{

	background-image:url("../images/cp_bg.jpg");
}