/* 全局CSS定义 */
body {
	text-align: left;
	font-family:"宋体", serif;
	margin:0;
	padding:0;
	background: #FFF;
	font-size:12px;
	color:#000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}

/* 链接颜色 */
a:link {color: #1f3a87; text-decoration:none;}
a:visited {color: #83006f;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #bc2931;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
.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;	}

/* 后载入式广告属性 */
.ad70{ width: 750px;  margin: 0 auto; padding:2px 0 6px; clear: both; }
.ad750{ width: 750px;  margin: 0 auto; padding:9px 0 ; clear: both; }

/* CSS Document */
.blank3{ height:3px; clear:both; font-size:1px;overflow:hidden;}
.blank9{ height:9px; font-size:1px; clear:both;overflow:hidden;}
.blank6{height:6px; font-size:1px; clear:both;overflow:hidden;}
.blankW6{ height:6px; overflow:hidden;background:#fff; clear:both;overflow:hidden;}
.blankW9{ height:9px; overflow:hidden;background:#fff; clear:both;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;}
.lineH{margin:0 auto; width:750px;  font-size:1px; overflow:hidden; height:1px; background:url(/images/lineH_index.gif);}

/* 区块 */
.area{margin:0 auto; width:750px; background:url(bg.gif);}
.area .col1{float:left; width:436px; }
.area .col2{float:right; width:300px; }

/* 通行证登录 */
.passport{ margin:0 auto; width:750px; height:35px;}
.passport .s1{float:left; padding:11px 0 0 5px;}
.passport .s2{float:left; padding:7px 0 0 5px;}
.passport .s2 input{border:1px solid #000; width:50px; font-size:12px;}
.passport .s2 select{font-size:12px;}
.passport .s3{float:left; padding:7px 0 0 2px;}
.passport .s3 input{height:20px; width:48px; background:url(input_bg3.gif); border:0; padding:2px 0 0; font-size:12px;}

/* 导航 */
.globalMenu{
	margin:0 auto;
	width:748px;
	height:52px;
	border:1px solid #CBCBCB;
	background-color: #FFFFFF;
}
.globalMenu .title{float:left; width:121px; padding:8px 0 0;}
.globalMenu .mail{float:left; width:56px; padding:5px 0 0;} 
.globalMenu .content{ float:left; width:569px;padding:9px 0 0;}
.globalMenu .content ul{}
.globalMenu .content li{float:left; list-style-type:none; width:37px; padding:3px 0; display:block; background:url(nav_bg.gif) right 3px no-repeat;}
.globalMenu .content .s{background:none;}
.globalMenu .content .s1{width:49px;}
.globalMenu a{color:#000;}
.globalMenu a:visited{color:#000;}
.globalMenu a:hover{color:#bc2931;}

/* 苹果软件下载产品 */
.mymacGroup{ border:1px solid #CBCBCB;  padding:3px 0 0; height:115px; overflow:hidden; clear:both; background:#F2F6FB;}
.mymacGroup .list{ margin:0 auto; width:98%;clear:both; background:url(bg1.gif) bottom repeat-x; list-style-type:none; height:29px; font-size:12px; text-align:left;}
.mymacGroup .s1{ float:left; width:59px; height:23px; margin:2px 0 0; background:#fff;}
.mymacGroup .s1 h5{font-size:12px; font-weight:normal; padding:7px 0 0 29px; text-align:left;}
.mymacGroup .s1 a{color:#000;}
.mymacGroup .s1 a:visited{color:#000;}
.mymacGroup .s1 a:hover{color:#bc2931;}
.mymacGroup .s2{float:left; padding:8px 0 0 8px;}
.mymacGroup .bg{background:none;}
.mymacGroup .bg1{background:url(bg2_1.gif) 0 0 no-repeat;}
.mymacGroup .bg2{background:url(bg2_2.gif) 0 0 no-repeat;}
.mymacGroup .bg3{background:url(bg2_3.gif) 0 0 no-repeat;}
.mymacGroup .bg4{background:url(bg2_4.gif) 0 0 no-repeat;}
.mymacGroup a{color:#1f3a87;}
.mymacGroup a:visited{color:#1f3a87;}
.mymacGroup a:hover{color:#bc2931;}

/* 个性区域 */
.personality{border:1px solid #cbcbcb; clear:both;}
.personality .login{height:24px; clear:both;}
.personality .login .text{float:left; width:143px; text-align:left; color:#1f3a87; }
.personality .login .text ul{}
.personality .login .text li{ text-align:left; list-style-type:none; padding:2px 0 0 8px;}
.personality .login .weather{ padding:0 0 0 6px;float:left; height:24px; overflow:hidden; width:273px;background:url(bg8.gif) #fff 0 0 no-repeat;}
.personality .login_w{height:24px; clear:both; overflow:hidden;position:relative}
.personality .login_w .text{float:left; width:323px; text-align:left; color:#1f3a87; border-right:none;}
.personality .login_w .text ul{}
.personality .login_w .text li{ text-align:left; list-style-type:none; padding:2px 0 0 8px;}
.personality .login_w .weather{ background:url(bg8.gif) #fff 0 0 no-repeat; padding:0 0 0 6px;position:absolute;width:500px;top:0px;left:341px}
.personality .search{height:63px; background:#F2F6FB; border-top:1px solid #BCBCBC; color:#1f3a87; border-bottom:1px solid #CBCBCB; }
.personality .search ul{ padding:3px 0 0 9px;}
.personality .search li{clear:both; text-align:left; padding:6px 0 3px; list-style-type:none;}
.personality .search .s1{width:195px; height:17px; border:1px solid #BCBCBC; font-size:12px;}
.personality .search .s2{ font-size:12px; }
.personality .search .s3{ height:20px; width:54px; background:url(input_bg1.gif); border:0; padding:2px 0 0; font-size:12px;}
.personality .newMessage{height:24px; clear:both;}
.personality .newMessage ul{ padding:6px 0 0 8px;}
.personality .newMessage li{text-align:left; list-style-type:none;}
.personality .newMessage .mr{margin-right:20px;}

.scrollWeather{ text-align:left; color:#1f3a87; padding:4px 0 0 8px;}
.scrollWeather ul{}
.scrollWeather li{ float:left; text-align:left; list-style-type:none; }
.scrollWeather .s1{padding:0;}
.scrollWeather .s2{padding:4px 0 0; color:#1f3a87;}

/* 左边内容 */
.leftContent{ clear:both;}
.leftContent .menu{ clear:both;height:22px;}
.leftContent .menu ul{}
.leftContent .menu li{ float:left; height:22px; list-style-type:none;cursor:pointer;}
.leftContent .menu li h6{font-size:12px;padding:6px 0 2px 11px;  font-weight:normal; float:left;}
.leftContent .menu li span{float:right; padding:6px 8px 0 8px; background:url(bg7.gif) 0 9px no-repeat;}
.leftContent .menu .activeW1{background:url(bg5_1.gif); width:218px; }
.leftContent .menu .normalW1{background:url(bg5_1_1.gif); width:218px;}
.leftContent .menu .activeW2{background:url(bg5_1_2.gif); width:218px; }
.leftContent .menu .normalW2{background:url(bg5_1_3.gif); width:218px;}

.leftContent .menuA{ height:22px; clear:both;overflow:hidden;}
.leftContent .menuA ul{}
.leftContent .menuA li{float:left; width:109px; list-style-type:none; padding:6px 0 2px;cursor:pointer;}
.leftContent .menuA .active{background:url(bg5_2.gif);}
.leftContent .menuA .normal{background:url(bg5_2_1.gif);}
.leftContent .menuA .over{background:url(bg5_2_2.gif);}

.leftContent .menuB{ height:22px; clear:both;overflow:hidden;}
.leftContent .menuB ul{}
.leftContent .menuB li{ list-style-type:none; padding:6px 0 2px;cursor:pointer;}
.leftContent .menuB .active{ background:url(bg5_3.gif);float:left;width:88px;}
.leftContent .menuB .normal{ background:url(bg5_3_1.gif);float:left;width:87px;}
.leftContent .menuB .over{ background:url(bg5_3_2.gif);float:left;width:87px;}

.leftContent .menuA li a,.leftContent .menuB li a{color:#1f3a87;}
.leftContent .menuA li a:visited,.leftContent .menuB li a:visited{color:#1f3a87;}
.leftContent .menuA li a:hover,.leftContent .menuB li a:hover{color:#bc2931;}

.leftContent .menuA .over a,.leftContent .menuB .over a{color:#fff;}
.leftContent .menuA .over a:visited,.leftContent .menuB .over a:visited{color:#fff;}
.leftContent .menuA .over a:hover,.leftContent .menuB .over a:hover{color:#ff0;}

.leftContent .content{margin:0 auto; width:416px; padding:12px 0 0;}
.leftContent .content .col{float:left;}
.leftContent .content .w1{ width:162px;}
.leftContent .content .w2{width:240px; padding:0 0 0 14px;}
.leftContent .content .w3{ width:122px;}
.leftContent .content .w4{width:280px; padding:0 0 0 14px;}
.leftContent .content .pic{ clear:both;}
.leftContent .content .pic img{border:1px solid #CBCBCB;}
.leftContent .content .pic h6{font-size:12px; font-weight:normal; text-align:left; padding:5px 0 }
.leftContent .content .listText{ color:#CBCBCB; clear:both; text-align:left; border:1px solid #CBCBCB; background:#F2F6FB; line-height:160%; padding:8px 5px 3px;}
.leftContent .content .listText .s1{ font-size:12px; width:100px; height:16px; border:1px solid #BACEEB; background:#fff; margin:5px 0;}
.leftContent .content .listText .s2{ width:34px; background:url(input_bg2.gif);height:20px; padding:2px 0 0;margin:5px 0;font-size:12px; border:0;}
.leftContent .content .listText1{ color:#CBCBCB; clear:both; border:1px solid #CBCBCB; background:#F2F6FB;  line-height:180%;padding:5px 5px 2px; text-align:left;}
.leftContent .content .keyword{ clear:both; padding:10px 0 0; text-align:left; line-height:160%; color:#1f3a87;}
.leftContent .content h4{font-family: "黑体" ,Arial Black,sans-serif;font-weight:100;font-size:18px;padding:5px 0 0;clear:both; text-align:left;}
.leftContent .content p{ padding:3px 0 0; color:#1f3a87; text-indent:2em; line-height:160%; text-align:left; margin:0;}
.leftContent .content .list{
	clear:both;
	text-align: left;
}
.leftContent .content .list ul{padding:13px 0 0;}
.leftContent .content .list li{text-align:left; padding:3px 0 3px 10px; clear:both; background:url(i1_1.gif) 2px 7px no-repeat; list-style-type:none;}
.leftContent .content .list li span{ color:#1f3a87; padding:0 3px 0 0;}
.leftContent .content .list li span a{color:#1f3a87;}
.leftContent .content .list li span a:visited{color:#1f3a87;}
.leftContent .content .list li span a:hover{color:#bc2931;}
.leftContent .content .list1{clear:both;}
.leftContent .content .list1 ul{padding:9px 0 0;}
.leftContent .content .list1 li{text-align:left; padding:3px 0 3px 2px; list-style-type:none;}
.leftContent .content .list1 li h6{float:left; font-size:12px; font-weight:normal; margin:0 2px 0 0; color:#1f3a87;}
.leftContent .content .list1 li h6 a{color:#1f3a87;}
.leftContent .content .list1 li h6 a:visited{color:#1f3a87;}
.leftContent .content .list1 li h6 a:hover{color:#bc2931;}
.leftContent .content .more{height:23px; clear:both; }
.leftContent .content .more span{float:right; padding:9px 0 0 10px; background:url(bg7.gif) #fff 3px 12px no-repeat;}
.leftContent .content .more a{color:#1f3a87;}
.leftContent .content .more a:visited{color:#1f3a87;}
.leftContent .content .more a:hover{color:#bc2931;}

/* 地方列表 */
.leftContent .placeList{ position:absolute;display:none;left:-128px;top:22px;width:213px; height:190px; border:1px solid #CBCBCB; background:#F2F6FB;}
.leftContent .placeList .titleT{height:19px; background:#A0AAC8; clear:both;border-bottom:1px solid #CBCBCB;}
.leftContent .placeList .titleT h5{padding:4px 0 0; font-size:12px; font-weight:normal; color:#fff;}
.leftContent .placeList .contentT{ clear:both; border-top:1px solid #fff; border-left:1px solid #fff;}
.leftContent .placeList .contentT ul{}
.leftContent .placeList .contentT li{float:left; list-style-type:none; height:14px; width:52px; display:block; border-right:1px solid #fff; border-bottom:1px solid #fff; padding:4px 0 2px;}

.leftLine{border-bottom:1px solid #cbcbcb;}
.leftLine1{height:1px; overflow:hidden; font-size:1px; clear:both;background:url(bg6.gif);}
.leftHeight1{height:260px; overflow:hidden;}
.leftHeight2{height:285px; overflow:hidden;}
.leftHeight3{height:460px; overflow:hidden;}
.leftHeightMoive{height:440px; overflow:hidden;}
.leftHeightDown{height:440px; overflow:hidden;}
.leftContent a{color:#000;}
.leftContent a:visited{color:#000;}
.leftContent a:hover{color:#bc2931;}

/* 右边内容 */
.rightLine{ border-top:1px solid #CBCBCB;}
.rightLine1{ border-bottom:1px solid #CBCBCB;}
.rightLine2{ border-top:1px solid #CBCBCB;}
.rightTitle{ height:24px; margin:0 auto; width:298px; clear:both; background:#fff; border-bottom:1px solid #CBCBCB;}
.rightTitle h5{float:left; padding:7px 0 0 8px; font-size:12px; font-weight:normal;color:#1f3a87;}
.rightTitle h6{float:right; font-size:12px; font-weight:normal; padding:7px 6px 0 0; }
.rightTitle span{float:right; padding:7px 8px 0 0;}
.rightTitle span a{color:#000;}
.rightTitle span a:visited{color:#000;}
.rightTitle span a:hover{color:#bc2931;}
.rightTitle .s{padding:0;}

.rightContent{clear:both;}
.rightContent .list{float:left; width:150px;}
.rightContent .list ul{padding:6px 0 0; }
.rightContent .list li{ clear:both;list-style-type:none; background:url(i1.gif) 11px 7px no-repeat; text-align:left; padding:3px 0 3px 20px;}
.rightContent .theText{ clear:both; padding:9px 0 0;}
.rightContent .list1{ clear:both;}
.rightContent .list1 ul{padding:6px 0 0; }
.rightContent .list1 li{ clear:both;list-style-type:none; text-align:left; }
.rightContent .list1 li h6{ float:left; font-size:12px; font-weight:normal; padding:3px 0 3px 20px;background:url(i1.gif) 11px 7px no-repeat;}
.rightContent .list1 li span{float:right; padding:3px 8px 0 0;}
.rightContent .picText{ clear:both; padding:9px 0 0 11px; text-align:left;}
.rightContent .picText img{border:1px solid #CBCBCB; }
.rightContent .picText .pic{float:left; width:137px; padding:0 8px 0 0;}
.rightContent .picText .textList{width:140px; float:left;}
.rightContent .picText .textList ul{}
.rightContent .picText .textList li{text-align:left; padding:3px 0 3px 10px; clear:both; background:url(i1.gif) 2px 7px no-repeat; list-style-type:none;}
.rightContent .VodOne{float:left; width:300px;}
.rightContent .VodOne ul{padding:0px 0 0; }
.rightContent .VodOne li{ clear:both;list-style-type:none; background:url(i1.gif) 11px 7px no-repeat; text-align:left; padding:0px 0 0px 0px;}
/* 无线搜索 */
.rightContent .search{clear:both; padding:3px 0 0 11px;}
.rightContent .search ul{}
.rightContent .search li{text-align:left; padding:3px 0; list-style-type:none;}
.rightContent .search li select{font-size:12px;}
.rightContent .search .s1{border:1px solid #999; height:17px;width:80px; font-size:12px;}
.rightContent .search .s2{height:20px; width:54px; background:url(input_bg1.gif); border:0; padding:2px 0 0; font-size:12px;}

/* 博客推荐 */
.blogCommend{ clear:both;}
.blogCommend .list{ float:left; width:230px;}
.blogCommend .list ul{
	width: 220px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}
.blogCommend .list A:link{COLOR: black; TEXT-DECORATION: none;
} 
.blogCommend .list li{
	clear:both;
	list-style-type:none;
	background:url(i1.gif) 11px 7px no-repeat;
	text-align:left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
}
.blogCommend .text{float:left; text-align:left; width:65px; padding:10px 0 0; line-height:170%;}

/* 公司介绍 */
.aboutMacdown{
	margin:0 auto;
	width:748px;
	height:25px;
	background:#F2F6FB;
	border:1px solid #cbcbcb;
	text-align: center;
	vertical-align: middle;
}

.aboutMacdown ul{}
.aboutMacdown li{padding:7px 0 0; list-style-type:none; color:#CBCBCB;}
.aboutMacdown li a{color:#1F3A87; padding:0 5px;}
.aboutMacdown li a:visited{color:#1F3A87;}
.aboutMacdown li a:hover{color:#bc2931;}

/* 页脚 */
.foot{
	margin:0 auto;
	width:750px;
	line-height:180%;
	padding:5px 0;
	text-align: center;
}
.foot img{margin:4px 0 0;}

/* AD */
.DHCText{ font-size:14px; text-align:left; clear:both; background:#fff; height:25px; overflow:hidden;}
.DHCText h5{float:left; padding:3px 0 0;}
.DHCText span{padding:7px 0 0 3px; float:left;}

.ad145{ height:52px; clear:both; overflow:hidden; background:#fff;}
.ad145 ul{}
.ad145 li{float:left; width:50%; list-style-type:none;}
.ad145 img{border:1px solid #CBCBCB;}
.ad145 .s1{text-align:left;}
.ad145 .s2{text-align:right;}

.adEbay{ clear:both;border-bottom:1px solid #CBCBCB;}
.adEbay .pic{ float:left; width:50%;}
.adEbay .pic ul{}
.adEbay .pic li{padding:5px 0 0; list-style-type:none;}
.adEbay .picText{float:left; width:50%;}
.adEbay .picText ul{padding:5px 2px 0 0;}
.adEbay .picText li{text-align:left; line-height:150%; padding:4px 0; list-style-type:none;}
.adEbay .picText li img{float:left; margin:0 3px 0 0 ;}
.adEbay .picText .s{ background:url(bg1.gif) bottom repeat-x;}

.loginFrame {
	overflow: hidden;
	position: relative;
	visibility: visible;
	height: 22px;
	width: 350px;
	clip: rect(0px,0px,0px,0px);
	clear: both;
	float: left;
	left: 0px;
}

#menu A:link {
	COLOR: black; TEXT-DECORATION: none
}
#menu A:visited {
	COLOR: black; TEXT-DECORATION: none
}
#menu A:hover {
	COLOR: red; TEXT-DECORATION: none
}
#menu A:active {
	COLOR: red; TEXT-DECORATION: none
}
#menu UL {
	FLOAT: right; MARGIN: 4px 0px 0px 8px; WIDTH: 622px
}
#menu LI {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: right bottom; PADDING-LEFT: 0px; FLOAT: left; BACKGROUND-IMAGE: url(/images/nav_space.gif); PADDING-BOTTOM: 0px; WIDTH: 59px; PADDING-TOP: 5px; BACKGROUND-REPEAT: no-repeat; LIST-STYLE-TYPE: none; HEIGHT: 12px
}
#menu .end {
	BACKGROUND-IMAGE: none; WIDTH: 32px
}
#menu .current {
	FONT-WEIGHT: bold; COLOR: #990000; LETTER-SPACING: -0.2em
}
#menu .s1 {
	WIDTH: 51px
}
