/*整体 1px＝0.75pt,默认字体大小为13px,默认文字颜色：#636363 */
body{width:1024px; font-size:13px; font-family:"微软雅黑",Tahoma,Arial; color:#636363; background:#FFF; margin:0 auto; padding:0;}
a:link,a:visited {color:#FFF; text-decoration:none;}

table{ border-collapse:collapse; border:0px;}

/*产生1个空行——必须指定相应的宽度*/
.nullRow{font-size:0; width:1024px;height:20px; line-height:20px;}
.nullRow300{font-size:0; width:300px;height:20px; line-height:20px;}
.nullRow360{font-size:0; width:360px;height:20px; line-height:20px;}
.nullRow370{font-size:0; width:370px;height:20px; line-height:20px;}
.nullRow520{font-size:0; width:520px;height:20px; line-height:20px;}
.nullRow770{font-size:0; width:770px;height:20px; line-height:20px;}


/*虚线*/
.contentXuxian{width:1024px; height:1px; text-align:left; background:url(../image/line3.gif) repeat-x;}
.contentXuxian300 {width:300px;  height:1px; text-align:left; background:url(../image/line3.gif) repeat-x;}
.contentXuxian770 {width:770px;  height:1px; text-align:left; background:url(../image/line3.gif) repeat-x;}

/*通用手形光标*/
.handCursor{cursor:pointer;}
 
/*页面容器*/
#container{width:1024px;}

/*小菜单区*/
#minMenu{text-align:right; background:#575556; color:#FFF; width:1024px; height:23px; overflow:hidden;}

/*公司logo*/
#companyLogo{height:60px; margin:20px 0 0 0; text-align:left; background:#FFF; color:#F00;}

/*主菜单区*/
#mainMenu1{width:100%; height:60px; margin:0px auto;background:#FFF; }
.menuLink{float:left; height:50px;cursor:pointer;}
.menuLine{float:left; width:1px; height:50px;}
.menuWidth{width:127px; height:25px; line-height:25px; font-size:14px; text-align:center;}

.currMainMenu1{background:#878787; color:#FFF;}    /*灰底白字*/
.currMainMenu2{background:#FFF;    color:#ED1C21;} /*白底红字*/
.defaultMainMenu{background:#FFF;  color:#3E3E3E;} /*白底黑字*/

/*底部 float浮动造成IE6下双倍边距，使用!important优先级来处理 */
#footer{clear:both; color:#949494; height:146px; font-size:13px; margin:0 auto; background:url(../image/footer_bg.gif); background-position:center; text-align:left;}
#footerLeft{float:left;  width:870px; height:137px;} 
#footerRight{float:left; width:154px; height:137px;}
.footerRightContent{text-align:center;margin:17px;} /*137=17+102+17*/
.f0{height:12px;font-size:0;} /*空行用于调节上下距离*/
.f1{margin-left:10px; height:24px;overflow:hidden;}
.f2{margin-left:10px;}

/*清除Div浮动,Html应用为： <br class=\\clear\\ />*/
.clear{clear:both; font-size:0;}

/*文字颜色定义*/
.fontColor1{color:#636363;}

.fontCompany{color:#4C4C4C;}
.fontCase{color:#8D8D8D;}
.fontBrand{color:#8E8E8E;}
.fontFooter{color:#000;}

.fontRed{color:#F00;}
.fontBlue{color:#00F;}
.fontWhite{color:#FFF;}
.fontBlack{color:#000;}
.fontMenuRed{color:#E71F22;}
.fontMenuGray{color:#949494}

/*字体大小*/
.font13{font-size:13px;}
.font15{font-size:15px;}
.font16{font-size:16px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}
.fontH22{line-height:22px;}
.fontH24{line-height:24px;}
.fontBold{font-weight:bold;}