﻿@charset "utf-8";
/* CSS Document */

/*-----页面整体全局--------------------------------*/
body,td,th,input,select,textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; color: #666666;
}
body,form {
	margin:0;
}
body{
	background:url(images/top_bg.jpg) repeat-x;
}
table{
	border-collapse:collapse;
}
.red{
	color:#FF0000;
}

/*-----链接定义--------------------------------*/
a{
	color:#666666; text-decoration:none;
}
a:hover,a:active{
	color:#FF0000;
}
.aGreen{
	color:#018389;
}
.aGreen:hover,.aGreen:active{
	color:#FF6600;
}


/*-----滚动条定义--------------------------------*/
.scroll{
	scrollbar-face-color:#8DC9F1;
    scrollbar-highlight-color:#EEF7FD;
    scrollbar-3dlight-color:#EEF7FD;
    scrollbar-darkshadow-color:#EEF7FD;
    scrollbar-shadow-color:#EEF7FD;
    scrollbar-arrow-color:#EEF7FD;
    scrollbar-track-color:#EEF7FD;
}


/*-----表单各项定义--------------------------------*/
input{
	border:1px solid #CCCCCC;
	background:url(images/input_bg.jpg) repeat-x;
	padding:2px;
}


/*-----产品菜单-----------------------------------*/
.proC{
	display:block; width:155px;
	background:url(images/jia.gif) no-repeat left center;
	padding-left:15px;
	color:#018389;
	height:25px; line-height:25px;
}
.proC:hover,.proC:active{
	color:#FF6600;
}

.prolist{
	width:150px;
	margin:-2px auto 0px 16px;
	display:none;
}
.prolist a{
	font-size:11px;
	display:block;
	background:url(images/arr2.gif) no-repeat left center;
	height:20px; line-height:20px;
	padding-left:10px; white-space:nowrap;
}
.prolist a:hover,.prolist a:active{
	color:#FF6600;
}

.bt{
	color:#000000; font-weight:bold; font-size:14px;
}


.nav{
	width:140px; padding-left:22px; letter-spacing:1px;
	display:block;
	text-align:left;
	height:24px; line-height:24px;
	margin-bottom:1px;
	background:url(../images/nav_bt.gif) no-repeat 8px center;
}
.nav:hover,.nav:active{
	background:url(../images/nav_bg.gif) no-repeat left center;
	color:#FFFFFF; font-weight:bold;
}
.navA{
	background:url(../images/nav_bg.gif) no-repeat left center;
	color:#FFFFFF !important; font-weight:bold;
	width:140px; padding-left:22px; letter-spacing:1px;
	display:block;
	text-align:left;
	height:24px; line-height:24px;
	margin-bottom:1px;
}


textarea{
	border:1px solid #CCCCCC;
	padding:3px;
}