﻿@charset "utf-8";
/* CSS Document */
body{background:#243966}
/*页面的宽度*/
#container{ background:#fff;width:900px;}
/*链接的样式，下划线及颜色*/
a,a:visited{
	text-decoration:none;
	color:#333
}
/*‘更多>>’的颜色*/
.more{
	color:#666;
}
/*标题的样式*/
h2{
	color:#333333;
	}
.banner{
	background:url(../images/banner.gif) no-repeat;
	width:900px;
	height:245px;
}
/*导航条及标题条的背景图像，如果要使用背景颜色就把background-image注释掉，在下面的.bar和.nav里分别修改颜色值*/
.nav,.bar{
	background-repeat:repeat-x;
}
.bar{
	background-image:url(../images/bg_bar.jpg);
	/*background-color:#000;*/
	background-position:bottom;
	height:25px;
	line-height:25px;
}
.nav{
	background-image:url(../images/bg_nav.jpg);
	/*background-color:#000;*/
	background-position:top;
	height:57px;
	margin-bottom:3px;
}
/*栏目的边框★标题栏也是有条下边线的*/
.maincol,.col,.bar{
	border-color:#ffb565;
}
/*导航条的样式*/
.nav li{	
	text-align:center;
	padding:10px 0 0 48px;
	background:url(../images/png_nav.jpg) left 8px no-repeat;
	margin-right:22px;
	cursor:pointer;
	}

.nav li.hover{
	background:none;
	padding-left:10px;
	padding-top:8px;
	}
.nav li a,.nav li a:visited{
	color:#fff;
}

.tool{
	float:right;
	background:url(../images/baojie_04.jpg) no-repeat;
	width:175px;
	line-height:24px;
	height:24px;
	overflow:hidden;
	text-align:center;
}
.tool a,.tool a:visited{
	color:#636800;
	margin:0 5px;
}
.tool a:hover{
	text-decoration:underline;
}
/*新闻列表的样式*/
.newlist li{
	border-bottom:1px #ccc dotted;
	background-image:url(../images/dot2.gif);
	padding-left:13px;
	background-position:left center;	
	}
/*产品分类的样式*/
.score li{
	border-bottom:1px #ccc dotted;
	background-image:url(../images/dot1.gif);
	padding-left:10px;
	background-position:left center;
	/*background:#0063a5; 在此可设置分类项目的背景色*/
}
.score li a{
	/*color:#ff0000; 产品分类链接颜色*/
}

.contact{
	margin:5px;
	background:url(../images/phone1.gif) no-repeat;
	background-position:left center;
	line-height:18px;
	padding-left:60px;
}
.contact2{
	margin-bottom:8px;
	background:url(../images/phone2.gif) no-repeat;
	background-position:left top;
	padding-left:60px;
	padding-top:30px;
	font-family:Arial;
	font-size:18px;
	color:#333;
	padding-bottom:8px;
}
.footer{
	background:#eee;
	border-top:1px #ccc solid;
	}
