﻿/*.总体样式*/
body,div,ul,li{margin:0 auto;padding:0;}
body {margin: 0px;	text-align:left;font-family:宋体,serif;font-size:12px;color:#666666; line-height:28px;}
a{font-size:12px;color:#666666; text-decoration:underline;}
a:link{font-size:12px;color:#666666; text-decoration:underline;}
a:visited {font-size:12px;color:#666666;text-decoration:underline;}
a:hover {font-size:12px;color:#486791; text-decoration:none;}
a:active {font-size:12px;color:#666666;text-decoration:underline;}
.cWhite,.cWhite:visited,.cWhite a{color:#fff;}
.cYellow,.cYellow:visited{color:#ff0;}
.cGreen,.cGreen:visited{color:#008000;}
.cLGray,.cLGray:visited,.cLGray a,.cLGray a:visited {color:#333;}
.cGray,.cGray:visited,.cGray a,.cGray a:visited {color:#585858;}
.cDGray,.cDGray:visited,.cDGray a,.cDGray a:visited {color:#727171;}
.cBlack,.cBlack:visited,.cBlack a,.cBlack a:visited {color:#000;}
.cBlue,.cBlue:visited,.cBlue a,.cBlue a:visited {color:#1E50A2;}
.cRed,.cRed:visited,.cRed a,.cRed a:visited {color:#FF0000;}
.cRed a:link{color:#ff0000;}
a.cRed{color:#ff0000;}
.cDRed,.cDRed:visited,.cDRed a,.cDRed a:visited {color:#ba2636;}
.cRed a:hover,a.cRed:hover,.cBlue a:hover,a.cBlue:hover,.cDRed a:hover,a.cDRed:hover,.cLGray a:hover,a.cLGray:hover,.cGray a:hover,a.cGray:hover,.cDGray a:hover,a.cDGray:hover,.cWhite a:hover,a.cWhite:hover,.cBlack a:hover,a.cBlack:hover,.cGreen a:hover,a.cGreen:hover,.cYellow a:hover,a.cYellow:hover{color:#ba2636;}

.tlblue{font-size:12px;color:#14A7ED;text-decoration:none;}
.tlblue:link{font-size:12px;color:#14A7ED; text-decoration:none;}
.tlblue:visited {font-size:12px;color:#14A7ED;text-decoration:none;}
.tlblue:hover {font-size:12px;color:#003366; text-decoration:none;}
.tlblue:active {font-size:12px;color:#14A7ED;text-decoration:none;}

/*导航开始->*/
/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
font-family: 宋体,arial, sans-serif; 
width:800px; 
margin:0; 
/*margin:50px 0;*/
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
white-space:nowrap;/*强制不换行*/
padding-left:10px; /*左起空10像素*/
display:block; 
text-align:left; /*左对齐*/
text-decoration:none; 
width:84px; 
height:100%; /*下拉单元格高度(原为：30px)*/
color:#fff; /*导航：白字*/
border:1px solid #fff;
border-width:0px 1px 0 0;/*导航边框*/
background:#14A7ED; /* 导航:天蓝底色*/
line-height:30px; 
font-size:14px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* power bu zhouzz */
.menu ul li ul li{
filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;/*透明*/
}
/* end */
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {font-size:12px;
color:#14A7ED; /* 导航字:天蓝*/
background:#fff;/* 导航底色:白色*/
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:84px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {font-size:12x;
display:block; 
background:#fff; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {font-weight:bold;font-size:12px;
background:#fff; /*下拉菜单：淡灰底色*/
color:#000;/*下拉菜单字:黑色*/
border:1px solid #14A7ED;/*下拉菜单框:天蓝*/
}/*<-导航结束*/



.inputsm{
background:#FEFDB0;
color:#666666; 
border-bottom-color:#CCCCCC;
border-bottom-width: 1px;
border-bottom-style: solid;
border-left-color: #CCCCCC;
border-left-width: 1px;
border-left-style: solid;
border-right-color:#CCCCCC;
border-right-width: 1px;
border-right-style: solid;
border-top-color:#CCCCCC;
border-top-width: 1px ;
border-top-style:solid;
font-family:font-family:Arial,serif;
font-size:12px;
height:18px;
}


/*距顶5px*/
.mar5 { margin:15px; }
.martop5 { margin-top:5px; margin-left:10px;}
.martop10 { margin-top:10px;}

 /*深灰14号T*/
.t14shs{font-size:16px;color:#333;font-weight:bold;}
.t14shs a:link,.t14shs a:visited,.t14shs a:active {color:#333;text-decoration: none;}
.t14shs a:hover{color:#003399;text-decoration:underline;}

 /*深灰12号T*/
.ttt12{font-size:12px;color:#666;line-height:22px;}

 /*黑12号T*/
.tthhh{font-size:12px;color:#000;line-height:22px;}

/*12号蓝T*/
.t12br{font-size:12px;color:#1487C3;}
.t12br a:link,.t12br a:visited,.t12br a:active {color:#1487C3;text-decoration: none;}
.t12br a:hover{color:#1487C3;text-decoration:underline;}

/*12号蓝加粗T*/
.t12brc{font-size:12px;color:#1487C3;font-weight:bold;}
.t12brc a{color:#1487C3;text-decoration: none;font-weight:bold;}
.t12brc a:hover{color:#1487C3;text-decoration:underline;font-weight:bold;}

/*14号蓝加粗T*/
.t14brc{font-size:14px;color:#1487C3;font-weight:bold;}
.t14brc a{color:#1487C3;text-decoration: none;font-weight:bold;}
.t14brc a:hover{color:#1487C3;text-decoration:underline;font-weight:bold;}

/*12号黑色加粗*/
.t12hsc{font-size:12px;color:#000;font-weight:bold;}
 
 /*深蓝16号T*/
.t16sb{font-size:16px;color:#3399FF;font-weight:bold;}
.t16sb a:link,.t16sb a:visited,.t16sb a:active {color:#3399FF;text-decoration: none;}
.t16sb a:hover{color:#003399;text-decoration:underline;}
 
 /*白色14号加粗宋体*/
.thb14{font-size:14px;color:#fff;font-weight:bold;}
.thb14 a:link,.thb14 a:visited,.thb14 a:active {font-size:14px;color:#fff;font-weight:bold;text-decoration:none;}
.thb14 a:hover {font-size:14px;color:#006699;font-weight:bold;text-decoration: underline;}

 /*白色14号宋体*/
.thbx14{font-size:14px;color:#fff;}
.thbx14 a:link,.thbx14 a:visited,.thbx14 a:active {font-size:14px;color:#fff;text-decoration:none;}
.thbx14 a:hover {font-size:14px;color:#fff;text-decoration: underline;}

 /*红色14号加粗宋体*/
.thbred{font-size:12px;color:#FF3366;font-weight:bold;}
.thbred a:link,.thbred a:visited,.thbred a:active {font-size:12px;color:#FF3366;font-weight:bold;text-decoration:none;}
.thbred a:hover {font-size:12px;color:#006699;font-weight:bold;text-decoration: underline;}

/*深红12号T*/
.t12sr{font-size:12px;color:#990000;}
.t12sr a:link,.t12sr a:visited,.t12sr a:active {color:#990000;text-decoration: none;}
.t12sr a:hover{color:#990000;text-decoration:underline;}

/*橙色12号宋体*/
.thsl12{font-size:12px;color:#FF6600;font-weight:bold;}
.thsl12:link,.thsl12:visited,.thsl12:active {font-size:12px;color:#FF6600;text-decoration: none;font-weight:bold;}
.thsl12:hover {font-size:12px;color:#FF0000;text-decoration: underline;font-weight:bold;}


 /*蓝色色12号左导航宋体*/
.thbbl{font-size:12px;color:#14A7ED;}
.thbbl a:link,.thbbl a:visited,.thbbl a:active {font-size:12px;color:#14A7ED;text-decoration:none;}
.thbbl a:hover {font-size:12px;color:#14A7ED;text-decoration: underline;background:#F5F5F5;}

.tab32{font-size:12px;color:#666666; line-height:20px;}


/*左边菜单(默认灰色)*/
#menuleft a{
margin-top:5px;
padding-top:5px;
padding-left:9px;
display:block; 
text-align:left; 
text-decoration:none; 
width:210px; 
height:29px; 
color:#666; 
border:1px solid #F3F7FA;
border-width:0px;
background:url(../images/zs_69.gif) #fff; 
line-height:30px; 
font-size:12px;
}
/*左边菜单(点上留蓝色)*/
#menuleft a:hover{
margin-top:5px;
padding-top:5px;
padding-left:9px;
display:block; 
text-align:left; 
text-decoration:none; 
width:210px; 
height:29px; 
color:#14A7ED; 
border:1px solid #F3F7FA;
border-width:1px;
background:url(../images/zs_68.gif) #F3F7FA; 
line-height:30px; 
font-size:12px;
}
/*左边菜单(停留蓝色)*/
#menuleft2 a{
margin-top:5px;
padding-top:5px;
padding-left:9px;
display:block; 
text-align:left; 
text-decoration:none; 
width:210px; 
height:29px; 
color:#14A7ED; 
border:1px solid #F3F7FA;
border-width:1px;
background:url(../images/zs_68.gif) #F3F7FA; 
line-height:30px; 
font-size:12px;
}
