/* ----------------------------网站公共样式部分------------------------------------------ 
body {text-align:center; font-family:"宋体",arial;margin:0;padding:0;background:#FFF;font-size:12px;color:#333;background-left:url(../images/bg.jpg);background-repeat:repeat-x;} */
form,img,ul,ol,li,dl,dt,dd {margin:0;padding:0;border:0;}
li,dl{list-style-type:none;}
img{vertical-align: top;}
input{vertical-align: middle;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:bold;margin:0; padding:0;}
.clear{height:0px;font-size:0px;overflow:hidden;clear:both;}
/* 公共样式中的默认超链
a:link {color:#fff; text-decoration:none;}
a:visited {color:#fff;text-decoration:none;}
a:hover {color: #f9cc32; text-decoration:none;}
a:active {color: #f9cc32;text-decoration:none;}接 */

/* 公共样式中的自定义超链接 */
.cRed,a.cRed:link,a.cRed:visited,a.cRed:active{ color:#f00;}
.cYellow,a.cYellow:link,a.cYellow:visited,a.cYellow:active{color:#ff6600;}
.cBlue,a.cBlue:link,a.cBlue:visited,a.cBlue:active{color:#00f;}
.cWhite,a.cWhite:link,a.cWhite:visited,a.cWhite:active{color:#fff;}
a#homemenu:link,a#homemenu:visited,a#homemenu:active{background:url(../images/nav-1.jpg);margin:0 4px 0 0;}

/* 公共样式中文字样式  */
.fB {font-weight: bold;}
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
.f16px{ font-size:16px;}



#slider {/* important to be same as image width */
    height:485px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; background:#0086c1; text-align:left; /* important */
}
#slider img{
    border: 0px;
}

#sliderContent {
    width:890px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
/*.sliderImage span {
    position: absolute;
	font: 12px/14px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}*/
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
ul { list-style-type: none;}
.copyright{ width:890px; height:100%; line-height:60px;margin:auto; font-family:Arial, Helvetica, sans-serif;text-align: center;}











