@charset "utf-8";
/********************************************************************************************
* function:	网站共用CSS(网页宽:968px,主要是定义一些常用元素,共用菜单头尾)
* FPathURL:	http://www.hinan.com.cn/common/css/commons968.css
* explain:	.class(公用) #ID(独立使用) 	***hinan.com.cn(海南之家)***
* time:		2007-06-26 
* auther:	czh
* contact:	E-Mail:surgezh@163.com;	MSN:surgezh@yahoo.com.cn;	QQ:366758899,66149713
*********************************************************************************************/

/*****************************常用公用CSS*********************************************************/
/*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}*/
body{ text-align:center; font-size:12px; font-family:"宋体",Arial, Helvetica, sans-serif; margin:0px; padding:0px; background:#fff; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd { margin:0px; padding:0px; border:0px;}
li { list-style-type:none; }
p,h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th { font-size:12px;}

/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; visibility: hidden;}
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;}
.myHand{cursor:pointer;}
.BtnOver,a.BtnOver:active,a.BtnOver:link,a.BtnOver:visited{ border: 1px solid #2F825B; text-decoration:none; cursor: pointer; background:#f2f6f7;}
a.BtnOver:hover{ border: 1px solid #2F825B; text-decoration:none; cursor: pointer; background:#B4D8DA;}

/*数据加载*/
#dataloading { display:none; position:absolute; top:0; left:0; z-index:1001; font-size:14px; text-align:center; line-height:150%; color:#bc2931; border: 1px solid #2F825B; padding:5px 8px; background-color:#ECF8F6; }

/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color: #000;text-decoration:none;}
a:hover {color: #FF0000; text-decoration:underline;}
a:active {color: #FF0000;}

.cRed,a.cRed:link,a.cRed:active,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:active,a.cBlue:visited{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:active,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:active,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:active,a.cDGray:visited{ color: #666;}
.cWGray,a.cWGray:link,a.cWGray:active,a.cWGray:visited{ color: #F9F9F9;}
.cWhite,a.cWhite:link,a.cWhite:active,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:active,a.cBlack:visited{color:#000;}
.cYellow,a.cYellow:link,a.cYellow:active,a.cYellow:visited{color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen:active,a.cGreen:visited{color:#008000;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
.f16px{ font-size:16px;}
.f18px{ font-size:18px;}


/*四色边框*/
.frameColor1 { border:1px solid #2F825B;}/*深绿色*/
.frameColor2 { border:1px solid #CBCBCB;}/*淡灰色*/
/* 背景色*/
.bgColor0 { background:#6B9983;} /*深蓝绿色*/
.bgColor1 { background:#B4D8DA;} /*淡绿色*/
.bgColor2 { background:#ECF8F6;} /*灰绿色*/
.bgColor3 { background:#DDDDDD;} /*淡灰色*/
.bgColor4 { background:#f2f6f7;} /*灰白绿色*/
.bgColor5 { background:#F9F9F9;} /*灰白色*/

/* CSS Document */
.blank1{ height:1px; clear:both; font-size:1px;overflow:hidden;}
.blank3{ height:3px; clear:both; font-size:1px;overflow:hidden;}
.blank6{height:6px; font-size:1px; clear:both;overflow:hidden;}
.blank9{ height:9px; font-size:1px; clear:both;overflow:hidden;}
.blankW6{ float: left; width:6px; height:1px; overflow:hidden;}
.blankW9{ float: left; width:9px; height:1px; overflow:hidden;}
.blank12{margin:0 auto; width:100%; height:12px; font-size:1px;clear:both;overflow:hidden;}
.blank18{margin:0 auto; width:100%; height:18px; font-size:1px;clear:both;overflow:hidden;}
.line1{ margin:0 auto; width:100%; font-size:1px; overflow:hidden; height:1px; background:url(http://www.hinan.com.cn/common/images/line2x1.gif) center left repeat-x;}

/***********************（顶部登录区，顶部主菜单，海南之家介绍）**********************************************/
/*顶部菜单 */
.toplogin { clear:both; margin:0 auto; width:966px; height:25px; }
.toplogin .loginLeft { float:left; width:650px;}
.toplogin .loginLeft .s1 { float:left; padding:7px 0 0 5px; font-size:12px; color:#FFFFFF;}
.toplogin .loginLeft .s2 { float:left; padding:2px 0 0 3px;}
.toplogin .loginLeft .s2 input { border:1px solid #2F825B; width:55px; font-size:12px; color:#000000;}
.toplogin .loginLeft .s2 select { font-size:12px; border:1px solid #2F825B;}
.toplogin .loginLeft .s3 { float:left; padding:2px 0 0 5px;}
.toplogin .loginLeft .s3 input { width:42px; height:20px; border:0; }
.toplogin .loginRight { float:right; width:280px;}
.toplogin .loginRight .menu { position:relative; float:right; padding:7px 5px 0 0;}

/* 导航 Start */
.globalMenu{clear:both; margin:0 auto; width:966px; background:#fff;}
.globalMenu .title { float:left; width:190px; text-align:left; padding:1px;}
.globalMenu .title img {border:0px; background:url(http://www.hinan.com.cn/common/images/Logo140x45.gif) center center no-repeat;}
.globalMenu .content { float: right; width:768px;}
.globalMenu .content li { float:left; list-style-type:none; display: block;}
.globalMenu .content .fLen2 { padding:8px 0 0 3px; width:48px; background:url(http://www.hinan.com.cn/common/images/nav_bg.gif) right 8px no-repeat}
.globalMenu .content .fLen3 { padding:8px 0 0 3px; width:58px; background:url(http://www.hinan.com.cn/common/images/nav_bg.gif) right 8px no-repeat}
.globalMenu .content .fLen4 { padding:8px 0 0 3px; width:68px; background:url(http://www.hinan.com.cn/common/images/nav_bg.gif) right 8px no-repeat}
.globalMenu .content .fLen4End { padding:8px 0 0 3px; width:68px;}
.globalMenu .content a { color: #000;}
.globalMenu .content a:visited { color: #000;}
.globalMenu .content a:hover { color:#FF6600;}

/* 子导航 */
.subGlobalMenu { clear:both; margin:0 auto; width:966px; height:25px; }
.subGlobalMenu li { float:left; text-align:center; padding:6px 0 0 16px; background:url(http://www.hinan.com.cn/common/images/submenu_bg1.gif) 5px 0 no-repeat}
.subGlobalMenu .notBgPic { float:left; text-align:center; padding:6px 0 0 16px; background: none;}

/*区域布局*/
.newsArea1 { clear:both; margin:0 auto; width:968px; background:url(http://www.hinan.com.cn/common/images/line968x1_bg.gif) left bottom repeat-y #F9F9F9; }
.newsArea1 .col1 { float:left; width:602px;}
.newsArea1 .col2 { float:left; width:24px;}
.newsArea1 .col3 { float:right; width:342px;}
.newsArea1LineH { clear:both; margin: 0px auto; width:968px; height:1px; font-size:1px; overflow:hidden; background: url(http://www.hinan.com.cn/common/images/line968x1_h1.gif); }

/*广告*/
.ad968 {width: 968px;  margin: 0 auto; clear: both;}

/* 海南之家介绍 */
.aboutHinanComCn{ clear:both; margin:0 auto; width:966px; height:25px;}
.aboutHinanComCn li{padding:7px 0 0; list-style-type:none; color:#000}
.aboutHinanComCn li a{color:#000; padding:0 10px;}
.aboutHinanComCn li a:visited{color:#000;}
.aboutHinanComCn li a:hover{color:#bc2931;}
.aboutHinanBlank { clear:both; margin:0 auto; width:966px; height:3px; font-size:1px; }

/* 页脚 */
.foot {margin:0 auto; width:966px; height:56px; background:#fff;}
.foot .f1 { float:left; width:560px;}
.foot .f1 li{ list-style-type:none; text-align:left; padding:3px 5px 0 5px;}
.foot .f2 { float:right; width:325px;}
.foot .f2 .f201 { float:left; width:120px;}
.foot .f2 .f201 li { float:left; list-style-type:none; vertical-align:middle; text-align:left; padding:5px 5px 0 5px; }
.foot .f2 .f201 li p { padding-top:8px; line-height:140%;}
.foot .f2 .f202 { float:left; width:160px;}
.foot .f2 .f202 li {list-style-type:none; height:26px; text-align:left; vertical-align:middle; padding:4px 0 0 0; }
.foot .f2 .f202 li p { display:block; padding:2px; }
.foot .f2 .f202 li img {}
.foot .f2 .f203 { float:left; width:40px;}
.foot .f2 .f203 li { float:left; list-style-type:none; text-align:left; padding:2px 0 0 5px;}
/* 页脚 End */