/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;}
a:link {color: #666666;}
a:visited {color: #666666}
a:active {color: #666666}
a:hover{color: #ff6600;position: relative; }
body{
font-size: 12px; font-family:  tahoma, verdana;
/* 浏览器拖动条颜色配置*/
scrollbar-face-color: #f4f4f4; /* 脸-颜色*/
scrollbar-highlight-color: #ffffff; /* 加亮区-颜色*/
scrollbar-shadow-color: #eeeeee;  /* 图像-颜色*/
scrollbar-3dlight-color: #f0f0f0;/* 3d-颜色*/
scrollbar-arrow-color: #3333333; /* 箭头-颜色*/
scrollbar-track-color: #f7f7f7; /* 轨道-颜色*/
scrollbar-darkshadow-color: #3333333; /* 阴影-颜色*/
background-color: #ffffff;
margin: 0px;
}
/* 网页宽度 */
.xmtable{
width: 1002px;
 }
td{
font-size: 12px; font-family: 宋体; line-height: 18px;table-layout:fixed;word-break:break-all;
 }
option {
font-family:verdana, arial, helvetica, sans-serif,宋体; text-decoration: none; border-top-width: 1px; border-left-width: 1px; font-size: 12px; border-bottom-width: 1px; border-right-width: 1px
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input{
font-family: geneva, arial, helvetica, sans-serif;  background-color: #f5f5f5
}
select{
border-right: #9ad907 1px solid; border-top: #9ad907 1px solid; font-size: 12px; border-left: #9ad907 1px solid; border-bottom: #9ad907 1px solid; font-family: geneva, arial, helvetica, sans-serif;  background-color: #f5f5f5
}
textarea{
	font-family:verdana, arial, helvetica, sans-serif,宋体;
	text-decoration: none;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color:  #dbdbdb;
	border-right-color:  #dbdbdb;
	border-bottom-color:  #dbdbdb;
	border-left-color:  #dbdbdb;
}
/* ==================按钮的css定义，调用方式：class="button"================== */
.button{
border-right: #cccccc 1px solid; border-top: #cccccc 1px solid; font-size: 12px; padding-bottom: 1px; border-left: #cccccc 1px solid; color: #ffffff; padding-top: 2px; border-bottom: #cccccc 1px solid; height: 20px; background-color: #269ee2;
}
/* ==================head中的css定义================== */
.top1{
	background-image: url(/Template/default/4/top_01.jpg);
	background-repeat: repeat-y;
	height: 6px;
	line-height: 6px;
}
.top2{
background:url(/Template/default/4/top_02.jpg);font-size: 12px; color: #5f8602; font-family: geneva, arial, helvetica, sans-serif; height: 86px;letter-spacing: 1px;
}
.top3{
	background-image: url(/Template/default/4/top_03.jpg);
	background-repeat: repeat-x;
	height: 7px;
	line-height: 7px;
}
.glow {
filter: glow(color=#0962b8, strength=2);color: #ffffff;)
}
.data{
color: #54c1ee;
}
.border2{
background:#dfe6ee;border-bottom: #b2c2d7 1px solid;
}

/* ==================网页中部的css定义================== */
.tdbg{
background:#f0f0f0;
}
.title_b{background:url(/Template/default/4/title_bg.gif);width:11;
}
.title_c{color:#0962b8;font-size:14px;font-weight:bold;
}
.title_left{
background:url(/Template/default/4/left_bg.gif);height: 39;font-weight: bold;color: #ffffff;
}
.tdbg_left{
width:180;
}
.tdbg_leftall{
background:#dfe6ee;border-right: #b2c2d7 1px solid;
}
.title_right{
background:url(/Template/default/4/right_bg.gif);height: 18;
}
/* ==================footcopyright中的css定义开始================== */
.footbg{
background:url(/Template/default/4/footbg.jpg);font-size: 12px; color: #54c1ee; font-family: geneva, arial, helvetica, sans-serif; height: 60px;letter-spacing: 1px;
}