@charset "utf-8";
/* CSS Document */
body#home a#home_nav,
body#news a#contact_news,
body#intro a#intro_nav,
body#board a#board_nav,
body#service a#service_nav,
body#contact a#contact_nav,
body#nta a#nta_nav {
background-image:url(images/nav_sliver_over.jpg);
background-repeat:repeat-x;
}
body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#536d8c;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration: none;
	background-color: #FFF;
	line-height: 18px;
}
a:hover {text-decoration: none;}

.clear {
	overflow: hidden;
	clear: both;
	height: 1px;

}
/* www.colori.cn */
#header{
	width:980px;
	height:293px;
	margin:auto;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#sub_nav{
	padding:6px 0 0 785px;
	height:24px;
	float:left;
}
#sub_nav a{
	color:#666666;
	text-decoration: none;
}
#sub_nav a:hover{
	color:#FF6600;
}

#nav{
	margin:0 auto 0 auto;
	height:28px;
	width:980px;
	background-image: url(images/nav_back.jpg);
	background-repeat: no-repeat;
	clear:both;
	}
#nav ul {
float:left;
list-style:none;
margin:0px 0 0 20px;
}
#nav li {
display:inline;
float:left;
}
#nav a:link, #nav a:visited {
padding:6px 12px 8px 12px;
line-height:28px; /*加上这个，按钮的背景效果才有效。？？*/
margin:0 -6px 0 0;
border-left:1px solid #d4e0ea;
color:#446688;
text-decoration:none;
}

#nav a:hover {
background-image:url(images/nav_sliver_over.jpg);
background-repeat:repeat-x;
}


/* content */
#content{
	width:980px;
	height:auto;
	margin:auto;
	background-color: #FFF;
	background-image: url(images/dotline1.gif);
	background-repeat: repeat-y;
	clear: both;
}
.content1{
    float:left;
	width:305px;
	height:220px;
	padding:27px 0 0 20px;
}
.content1t{
	float:left;
	width:270px;
	padding:0px 0 12px 22px;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.content1 ul{margin: 0pt; padding:0 0 0 5px;}
.content1 li{width:270px;
	height:auto;
	padding:3px 0 0px 20px;
	float:left;
	list-style-type: none;
	background-image: url(images/cube_ico.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	}
.content1 li a{
	color: #666666;
	text-decoration:none;
}
.content1 li a:hover{
	color:#FF6600;
	text-decoration:none;
}
.content1m{
    float:left;
	width:58px;
	height:22px;
	padding:0px 0 0 240px;
}
.content1m img{
    border:0px;
}


/* footer */
#footer{
	width:980px;
	height:90px;
	margin:auto;
	background-color: #f2f6f8;
	padding:20px 0 0 0;
	text-align:center;
	color:#999999;
	clear:both;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	color:#FF6600;
	text-decoration:none;
}


/*subpages common */
.leftlist{
    float:left;
	width:185px;
	height:220px;
	padding:27px 0 0 20px;
}
.leftlistt{
	float:left;
	width:150px;
	padding:0px 0 12px 22px;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	background-image: url(images/cube.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.leftlist ul{margin: 0pt; padding:0 0 0 5px;}
.leftlist li{width:150px;
	height:auto;
	padding:3px 0 0px 20px;
	float:left;
	list-style-type: none;
	background-image: url(images/cube_ico.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	}
.leftlist li a{
	color: #666666;
	text-decoration:none;
}
.leftlist li a:hover{
	color:#FF6600;
	text-decoration:none;
}
#nav_s{
	margin:0 auto 0 auto;
	height:18px;
	width:960px;
	padding:5px 0 0 20px;
	clear:both;
	}
	
#content_s{
	width:980px;
	height:auto;
	margin:auto;
	background-color: #FFF;
	background-image: url(images/dotline1s.gif);
	background-repeat: repeat-y;
	clear: both;
}
.content1_s{
    float:left;
	width:725px;
	height:auto;
	padding:27px 0 0 20px;

}
.content1c_s{
	float:left;
	width:725px;
	height:auto;
	text-indent: 24px;
}
.content1t_s{
	float:left;
	width:720px;
	padding:0px 0 12px 2px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;

}
.content1t_st{
	float:left;
	width:720px;
	padding:0px 0 12px 2px;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #006699;
}
.content1_s ul{margin: 0pt; padding:0 0 0 5px;}
.content1_s li{width:690px;
	height:auto;
	padding:3px 0 0px 20px;
	float:left;
	list-style-type: none;
	background-image: url(images/cube_ico.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	}
.content1_s li a{
	color: #666666;
	text-decoration:none;
}
.content1_s li a:hover{
	color:#FF6600;
	text-decoration:none;
}

.content1_s img{
    border:1px solid #999999;
	padding:4px;
	margin:10px 10px 0 0;
	float:left;
}

.pages{
    float:left;
	width:680px;
	height:22px;
	text-align:center;
	padding:20px 0 0 0px;
}
.pages a:link,.pages a:visited{
color:#536d8c;
text-decoration:none;
}
.pages a:hover{
	color:#FF6600;
	text-decoration:none;
}

.char1{
	color:#FF9900;
	font-size:12px;
	padding:3px 0 0 0;
}
/* intro */
#header_intro{
	width:980px;
	height:293px;
	margin:auto;
	background-image: url(images/intro.jpg);
	background-repeat: no-repeat;
}


/* board */
#header_board{
	width:980px;
	height:293px;
	margin:auto;
	background-image: url(images/board.jpg);
	background-repeat: no-repeat;
}

/* board */
#header_service{
	width:980px;
	height:293px;
	margin:auto;
	background-image: url(images/service.jpg);
	background-repeat: no-repeat;
}

/* board */
#header_contact{
	width:980px;
	height:293px;
	margin:auto;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
}

/* nta */
#header_nta{
	width:980px;
	height:293px;
	margin:auto;
	background-image: url(images/nta.jpg);
	background-repeat: no-repeat;
}
#content_nta{
	width:980px;
	height:80px;
	margin:0 auto 0 auto;
	padding:50px 0 0 0px;
	background-color: #FFF;
	clear: both;
	text-align: center;
	font-size: 14px;
}


/* nta */
#header_news{
	width:980px;
	height:293px;
	margin:auto;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
}

/*补充一个 */
.content1c_s1{
	float:left;
	width:725px;
	height:auto;

}
.content1c_s1 img{
border:0px;
}