﻿@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------基础样式-------------------------------------------------*/
html,body{margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;background:#fff url(Images/UI/mainBg.jpg) repeat-x left top fixed;background-attachment:fixed;scrollbar-face-color:#ddd;scrollbar-highlight-color:#ddd;scrollbar-shadow-color:#eee;scrollbar-3dlight-color:#fff;scrollbar-arrow-color:#222;scrollbar-track-color:#eee;scrollbar-darkshadow-color:#666;}
div,ul,dl,dt,dd,form,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
ul{list-style:none;}
.divC{clear:both;height:0;line-height:0;font-size:0;}
.unShow{display:none;}
.show{display:block;}
img{border:none;}

/*-------------------------------------------------文本样式-------------------------------------------------*/
.orangeFont{color:#f60;}
.greenFont{color:#090;}
.redFont{color:#f00;}
.blueFont{color:#06f;}
.whiteFont{color:#fff;}
.boldFont{font-weight:bold;}

/*-------------------------------------------------链接样式-------------------------------------------------*/
a{text-decoration:none;color:#1F4B63;}
a:hover{text-decoration:underline;color:#1A3E51;}

/*-------------------------------------------------列表基础样式-------------------------------------------------*/
.list_a{background:#F7F7F7;}
.list_b{background:#fff;}
.list_hover{background:#C8E4EA;}



