﻿/* CSS Document */
html{ margin:0; padding:0; border:none;}
body{ font:"宋体"; font-size:12px; padding:0; margin:0; border:none;}

/*设立常用标签的外边距，内边距，边框为0，防止在排版时再重复定义和出现怪问题*/
div,dl,dd,dt,ol,ul,li,p,form,img{ margin:0; padding:0; border:none;}
img{vertical-align:top;}
.left{float:left;}
.right{float:right;}
.clear{ clear:both;}

/*设立列表样式为无，这样列表前面不带点*/
li,dl{list-style-type:none;}

/* 公共样式中的默认超链接 */
a:link {color: #333; text-decoration:none;}
a:visited {color: #333;text-decoration:none;}
a:hover {color: #96C910; text-decoration:none;}
a:active {color: #96C910;}

/* 公共样式中的自定义超链接 */
.cRed,a.cRed:link,a.cRed:visited{ color:#F00; }
.cWhite,a.cWhite:link,a.cWhite:visited,a.cWhite:active{color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited,a.cBlack:active{color:#000;}
.ctitle,a.ctitle:link,a.ctitle:visited,a.ctitle:active{color:#3D8200;}

/* 公共样式中文字样式  */
.fB {font-weight: bold;}
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
.f16px{ font-size:16px;}
.f18px{ font-size:18px;}


#web{ background:#fff; margin:0 auto;}

.head{ height:28px; line-height:28px; border-bottom:1px solid #edf1f5; background:url(head_bj.gif) repeat-x; text-align:right; margin-bottom:82px;}

.head a{ margin-right:15px; text-decoration:underline; color:#180561; font-size:14px;}

.logo{ margin:0 auto; height:204px; width:448px; margin-bottom:35px;}

.compright{ text-align:center; letter-spacing:3px; margin-bottom:35px;}

.compright a{ font-size:18px; color:#f00; text-decoration:underline;}

.menu{ text-align:center; margin-bottom:10px; font-size:14px; color:#000;}

.menu a{ text-decoration:underline; color:#180561;}

.menu p{ margin:0 17px; display:inline;}

.bah{ text-align:center;}

.bah a{ font-size:14px; text-decoration:underline; color:#180561;}

.youxiang{ text-align:center; margin-bottom:10px; font-size:14px;}

.youxiang p{ display:inline; margin-left:15px;}

.youxiang a{ text-decoration:underline; color:#180561;}

.fd{
	position:absolute;
	left: 440px;
	top: 319px;
	color:#fff;
	text-align:center;
	width:125px;
	height:13px;
	filter:alpha(opacity=0) !important;
	filter:alpha(opacity=0);
	opacity:0.0;
}

