﻿*{
	padding:0;
	margin:0;
}
html{
    background:#339900 left top repeat-x;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C6E2FF,endColorStr=#C6E2FF);
}
body{
    font:14px Verdana,Arial,Tahoma;
    width:906px;
    margin:0px auto;
    background:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	letter-spacing:1px;
	color:#555;
}
a{
	color:#333333;
}
a:link,
a:visited {
	color:#33333;text-decoration:none;border-bottom:#CCCCCC 1px dotted;
}
a:hover{
	{border-bottom:#00bb00 1px dotted;color:#00bb00;
}
a img{
	border:none;
}

li {
	list-style: none;
}

/* Header Area
---------------------------------------------------- */
#header{
	width:900px;
	margin:0px auto;
	padding: 8px 0;
}

/* Logo
------- */
#header #logo,
#header .logo {
	float:left;
	width:176px;
	height:50px;
	background:url(../images/logo.gif);
	text-indent:-1000em;
}
#header #logo a,
#header .logo a {
	display:block;
	float:left;
	width:176px;
	height:50px;
	background:url(../images/logo.gif);
	outline: none;
}
/* Search Box
------------- */
.searchBox{
	width:280px;
	height:23px;
	overflow:hidden;
	float:right;
	margin-top:15px;
	display:inline;
}
.searchBox #keywordLable {
	width:88px;
	height:23px;
	float:left;
	text-indent: -1000em;
	background:#FFF url(../images/searchbox_left.gif) 0px 0px no-repeat;
}
/*
.searchBox .txtbox{
	width:128px;
	height:23px;
	float:left;
}*/
.searchBox .txtbox #keyword {
	float: left;
	width:120px;
	height:23px;
	border:none;
	background:url(../images/searchbox_iptbg.gif) no-repeat;
	line-height:15px;
	font-size:12px;
	color:#999999;
	letter-spacing:1px;
	padding:4px;
}
.searchBox .txtbox input[type="text"]{
	margin-top:0;
	*margin-top:-1px;
}

.searchBox .submitBtn{
	width:62px;
	height:23px;
	float:left;
}
.searchBox .submitBtn input.submit{
	width:62px;
	height:23px;
	border:none;
	background:#FFF url(../images/searchbox_submit.gif) no-repeat;
	cursor:pointer;
}

/* Navigation
------------- */
#nav{
	clear: both;
	width:900px;
	height:29px;
	margin:0px auto;
	background: #7aa620 url(../images/menu_bg.gif) repeat-x;
}
#nav ul{
	width:900px;
	height:29px;
	list-style:none;
	background:url(../images/menu_w.gif) repeat-x;
}
#nav ul li{
	float:left;
	background:url(../images/menu_sr.gif) left 8px no-repeat;
	margin-left: 0px;
}
#nav ul li.thisclass a{
	color:#FFC;
	font-weight:bold;
	background:url(../images/menu_on.gif) center bottom no-repeat;
}
#nav ul li a{
	float:left;
	/*
	padding-left:14px;
	padding-right:13px;
	*/
	width: 75px;
	text-align: center;
	line-height:29px;
	text-decoration:none;
	color:#FFF;
}
#nav ul li a:hover{
	color:#FF6;
	background:url(../images/menu_on.gif) center bottom no-repeat;
}
#nav ul li a.strong {
	color:rgb(255, 255, 153);
}
#nav-sub {
	position: absolute;
	z-index:10;
	display: block;
	top: 29px;
	left: 0;
	width: 75px;
	background: #76a41c;
}
#nav #nav-sub li {
	float: none;
	display: block;
	margin-left: 0;
	background: none;
}
#nav #nav-sub a {
	float: none;
	width: auto;
	display: block;
	padding: 4px 0;
	line-height: 1em;
	text-align: left;
	text-indent: 1em;
}
#nav #nav-sub a:hover,
#nav #nav-sub a:active {
	background: none;
	color: #fff;
}
#nav #nav-sub {
	display: none;
}
#nav li:hover #nav-sub {
	display: block;
}

#container,
.main{
	width:900px;
	margin:8px auto 0px;
	overflow:hidden;
	clear:both;
}

#breadcrumbs, 
.place{
	width:900px;
	margin:2px auto;
	line-height:27px;
	background:url(../images/place_bg.jpg) left top repeat-x;
	text-indent:12px;
	color:#333333;
	color:#999999;
}
#breadcrumbs a,
.place a{
	color:#999999;
	text-decoration:none;
}
#breadcrumbs a:hover,
.place a:hover{
	color:#333;
}

.index_banner{
	width:600px;
	height:220px;
	float:left;
	overflow:hidden;
}
.index_news{
	width:292px;
	height:220px;
	float:right;
	overflow:hidden;
	background:url(../images/dcolor_bg.jpg) right bottom no-repeat;
}
.index_news dl dt{
	width:292px;
	height:34px;
	background:url(../images/news_title.gif) no-repeat;
}
.index_news dl dt a.more{
	width:38px;
	height:14px;
	position:relative;
	float:right;
	top:7px;
	right:6px;
	background:url(../images/news_more.gif) center top no-repeat;
}
.index_news dl dt a.more:hover{
	background:url(../images/news_more.gif) center bottom no-repeat;
}
.index_news dl dd{
	height:38px;
	padding-left:7px;
}
.index_news dl dd span{
	font-size:11px;
	color:#FF9900;
	line-height:14px;
	display:block;
}
.index_left{
	width:676px;
	float:right;
	overflow:hidden;
}
.index_left .product{
	width:676px;
	padding-top:39px;
	background:url(../images/product_index_title.gif) top left no-repeat;
	overflow:hidden;
	clear:both;
}
.flashnews{
	width:450px;
	height:338px;
	overflow:hidden;
	float:left;
	background:#999999
}
.dede-news-img {
	float:left;
	margin-top:-35px;
	margin-left:6px;
}
.index_left .product .pro_image{
	width:146px;
	float:left;
}
.index_left .product .pro_image img{
	margin-left:15px;
}
.index_left .product .pro_intro{
	width:300px;
	float:left;
	line-height:20px;
	background:url(../images/pro_sr.gif) right center no-repeat;
}
.index_left .product .pro_intro p{
	text-indent:20px;
	color:#999;
	width:282px;
}
.index_left .product .pro_down{
	width:212px;
	float:right;
}
.index_left .product .pro_down p{
	display:block;
	margin-top:8px;
}

.index_left .service{
	width:676px;
	padding-top:33px;
	margin-top:8px;
	background:url(../images/service_index_title.gif) top left no-repeat;
	overflow:hidden;
}
.index_left .service dl{
	width:338px;
	height:175px;
	float:left;
	display:block;
	overflow:hidden;
}
.index_left .service li{
     width:330px; 
	 line-height:20px; 
	 text-overflow:ellipsis;
	 white-space:nowrap; 
	 overflow:hidden;
}
.index_left .service li span {
	float:right;
	color:#000000;
	font-size:11px;
	margin-left:10px;
}
.index_left .service dl dt{
	width:90px;
	float:left;
	display:block;
	text-align:center;
}

.index_left .service dl dt img{
	margin:10px auto;
}
.index_left .service dl dd{
	width:228px;
	float:left;
	margin-top:5px;
	line-height:19px;
	color:#999;
	display:block;
}
.dede-ico-img{
    float:left;
	margin-top:-10px;
	margin-left:6px;
}
.index_right dl dd ul.txtlist li{
	height:29px;
	line-height:25px;
	text-indent:18px;
	display:block;
	background:url(../images/ico_1.gif) 7px 12px no-repeat;
	overflow:hidden;
}
.index_right{
	width:216px;
	float:left;
}
.index_right dl{
	padding-bottom:3px;
	display:block;
}
.index_right dl dt{
	width:216px;
	height:30px;
	color:#575858;
	line-height:29px;
	text-indent:22px;
	font-weight:bold;
	letter-spacing:2px;
	background:url(../images/indexlist_tbg.gif) top left no-repeat;
	display:block;
}
.index_right dl dt a, .index_right dl dt a:hover {
	color:#575858;
	text-decoration:none;
}
.index_right dl dd{
	background:#F3F5F8 url(../images/indexlist_listbg.gif) top left repeat-y;
	padding:6px;
	display:block;
}
.index_right dl dd ul.txtlist{
	list-style:none;
	display:block;
}
.index_right dl dd ul.txtlist li{
	height:29px;
	line-height:25px;
	text-indent:18px;
	display:block;
	background:url(../images/ico_1.gif) 7px 12px no-repeat;
	overflow:hidden;
}
.index_right dl dd ul.imglist{
	width:202px;
	background:#FFF;
	border:1px solid #E9ECEE;
	list-style:none;
	display:block;
	overflow:hidden;
}
.index_right dl dd ul.imglist li{
	width:202px;
	height:78px;
	text-align:center;
	overflow:hidden;
	float:left;
}
.index_right dl dd ul.imglist li img{
	height:46px;
	display:block;
	margin:3px auto;
}

#home #sidebar{
	width:216px;
	float:right;
}
#home #sidebar dl{
	padding-bottom:3px;
	display:block;
}
#home #sidebar dl dt{
	width:216px;
	height:30px;
	color:#575858;
	line-height:29px;
	text-indent:22px;
	font-weight:bold;
	letter-spacing:2px;
	background:url(../images/indexlist_tbg.gif) top left no-repeat;
	display:block;
}
#home #sidebar dl dt a, #home #sidebar dl dt a:hover {
	color:#575858;
	text-decoration:none;
}
#home #sidebar dl dd{
	background:#F3F5F8 url(../images/indexlist_listbg.gif) top left repeat-y;
	padding:6px;
	display:block;
}
#home #sidebar dl dd ul.txtlist{
	list-style:none;
	display:block;
}
#home #sidebar dl dd ul.txtlist li{
	height:29px;
	line-height:25px;
	text-indent:18px;
	display:block;
	background:url(../images/ico_1.gif) 7px 12px no-repeat;
	overflow:hidden;
}
#home #sidebar dl dd ul.imglist{
	width:202px;
	background:#FFF;
	border:1px solid #E9ECEE;
	list-style:none;
	display:block;
	overflow:hidden;
}
#home #sidebar dl dd ul.imglist li{
	width:202px;
	height:78px;
	text-align:center;
	overflow:hidden;
	float:left;
}
#home #sidebar dl dd ul.imglist li img{
	height:46px;
	display:block;
	margin:3px auto;
}
.index_link{
	width:900px;
	margin:8px auto 0px;
	overflow:hidden;
	clear:both;
}
.index_link dl{
	padding-bottom:3px;
	display:block;
}
.index_link dl dt{
	width:900px;
	height:30px;
	color:#575858;
	line-height:29px;
	text-indent:22px;
	font-weight:bold;
	letter-spacing:2px;
	background:url(../images/indexlist_tbg.gif) top left no-repeat;
	display:block;
}
.index_link dl dt a, .index_link dl dt a:hover {
	color:#575858;
	text-decoration:none;
}
.index_link dl dd{
	background:#F3F5F8 url(../images/indexlist_listbg.gif) top left repeat-y;
	padding:6px;
	display:block;
}
.index_link dl dd ul.txtlist{
	list-style:none;
	display:block;
}
.index_link dl dd ul.txtlist li{
	list-style:none;
	text-indent:18px;
	display:block;
	background:url(../images/ico_1.gif) 7px 12px no-repeat;
	overflow:hidden;
}
.index_link dl dd ul.imglist{
	background:#FFF;
	border:1px solid #E9ECEE;
	list-style:none;
	display:block;
	overflow:hidden;
}
.index_link dl dd ul.imglist li{
	height:78px;
	text-align:center;
	overflow:hidden;
	float:left;
	padding:8px 10px 0;
}
.index_link dl dd ul.imglist li img{
	height:46px;
	display:block;
	margin:3px auto;
}


.banner {
	width:900px;
	height:160px;
	overflow:hidden;
	margin:8px auto 0px;
	background: url(../images/banner.jpg);
}
#banner-map {
	background: url(../images/banner_map.jpg);
}
#banner-news {
	background: url(../images/banner_news.jpg);
}
#banner-cesu {
	background: url(../images/banner_speed.jpg);
}
#banner-contact {
	background: url(../images/banner_contact.jpg);
}
#banner-about-us {
	background: url(../images/banner_about.jpg);
}
#sidebar,
.pleft{
	width:158px;
	height:366px;
	float:left;
	background:url(../images/pleft_bg.jpg) left top no-repeat;
}
#sidebar ul,
.pleft ul{
	width:158px;
	float:right;
	padding-top:12px;
}
#sidebar ul li,
.pleft ul li{
	width:158px;
	height:33px;
	line-height:33px;
	text-align:right;
}
#sidebar ul li a,
.pleft ul li a{
	display:block;
	color:#666666;
	padding-right:19px;
}
#sidebar ul li a.thisclass,
.pleft ul li a.thisclass{
	color:#FFF;
	text-decoration:none;
	background:url(../images/pleft_li_s.jpg) right 4px no-repeat;
}
#content,
.pright{
	width:714px;
	float:right;
	padding-right:10px;
}

/* Contact Details
------------------ */
.stitle{
	height:35px;
	margin:5px 0px 5px 0px;
	clear:both;
	overflow:hidden;
}
.stitle img{
	float:left;
}
.stitle ul{
	float:right;
	list-style:none;
}
.stitle ul li{
	float:left;
	line-height:31px;
	margin-right:16px;
}
.stitle h1 {
	float:left;
	width: 400px;
	height: 35px;
	line-height: 35px;
	text-indent: -1000em;
	background-repeat: no-repeat;
} 
#contact-us h1 {
	background-image: url(../images/title_contact.gif);
}
#about-us h1 {
	background-image: url(../images/title_about.gif);
}
#title-jieshao h1 {
	background-image: url(../images/title_jieshao.gif);
}
#title-jiaoxue h1 {
	background-image: url(../images/title_jiaoxue.gif);
}
#title-jingpin h1 {
	background-image: url(../images/title_jingpin.gif);
}
#title-keyan h1 {
	background-image: url(../images/title_keyan.gif);
}
#title-chengjiao h1 {
	background-image:url(../images/title_chengjiao.gif);
}
#title-jiuye h1 {
	background-image:url(../images/title_jiuye.gif);
}
#title-zhibu h1 {
	background-image:url(../images/title_zhibu.gif);
}
#title-tuanxue h1 {
	background-image:url(../images/title_tuanxue.gif);
}
#title-hezuo h1 {
	background-image:url(../images/title_hezuo.gif);
}
#title-tese h1 {
	background-image:url(../images/title_tese.gif);
}
#title-ziyuan h1 {
	background-image:url(../images/title_ziyuan.gif);
}
#title-xueshu h1 {
	background-image:url(../images/title_xueshu.gif);
}
#title-yingping h1 {
	background-image:url(../images/title_yingping.gif);
}
#contactDetails {
	padding-left: 10px;
}
#contactDetails h2 {
	font-size:14px;
	color:#FF6600;
	line-height:37px;
}
#contactDetails ul {
	margin-bottom: 16px;
	margin-left: 2px;
	list-style: none;
	padding-left: 1em;
	border-left: 6px solid #ddd;
}
#contactDetails ul li {
	padding:5px 0;
	color:#666;
}
.intro dd h3{
	font-size:12px;
	color:#666666;
	line-height:25px;
}
.content_txt{
	line-height:180%;
	color:#888;
	padding:10px;
	padding-left: 0;
}
.content_txt ul {
	margin-left: 6px;
	border-left: 6px solid #ddd;
	padding-left: 1em;
}
.content_txt p{
	margin-bottom:15px;
	text-indent:2em;
}
.news_list{
	padding:0px 10px 10px 10px;
}
.news_list dl{
	padding-left:21px;
	background:url(../images/ico_2.gif) 0px 7px no-repeat;
	border-bottom:1px solid #EEE;
	padding-bottom:7px;
	margin-bottom:7px;
}
.news_list dl dt{
	line-height:23px;
}
.news_list dl dt span{     /*文章列表页日期-----------*/
	color:#ABABAB;
	font-size:10px;
	margin-left:10px;
}
.news_list dl dd{
	line-height:17px;
	color:#999999;
	padding:2px;
}
.product{
	
}
.product .intro{
	clear:both;
	overflow:hidden;
}
.product .intro dt{
	width:186px;
	float:left;
	padding:5px 10px 5px 10px;
	text-align:center;
}
.product .intro dd{
	margin-left:220px;
}
.product .introlist{
	clear:both;
	padding:0px 12px 0px 12px;
	border-top:1px solid #EEE;
}
.product .introlist dt{
	padding:0;
	line-height:23px;
	margin-top:18px;
	font-weight:bold;
}
.product .introlist dd{
	line-height:19px;
	padding-left:4px;
	text-indent:26px;
	padding-bottom:10px;
}
.tablelist{
	width:100%;
	margin:0px auto 7px;
	font-size:12px;
	overflow:hidden;
	border:1px solid #DDD;
	border-collapse:collapse;
}
.tablelist * td{
	padding:6px;
	border:1px solid #EEE;
}

.tablelist thead * th{
	background:#FFF url(../images/table_tbg.gif) 0px 1px repeat-x;
	border:1px solid #E3E3E3;
	padding:5px;
	color:#999;
}
.tablelist tbody * th{
	text-align:left;
	background:#FFA;
	border:1px solid #DDD;
} 
.tablelist tbody * th strong{
	line-height:21px;
	padding-left:10px;
	color:#999;
}
.tablelist tbody td{
	text-align:center;
}
.tablelist tbody td.td1{
	text-align:left;
	background:#FCFCFC;
}
.tablelist .altspan{
	display:none;
	width:300px;
	text-align:left;
	border:1px solid #C1D5DF;
	background:#E8F2F7;
	padding:7px;
	position:absolute;
	line-height:19px;
	filter:Alpha(opacity=70);
}
.tablelist small{
	font-size:12px;
	color:#888;
}
.ico_wor{
	color:#F93;
	font-size:12px;
}
.ico_rig{
	color:#390;
	font-size:15px;
}
.supportlist .abctxt{
	line-height:19px;
	padding:10px;
	color:#777;
}
.supportlist .abctxt strong{
	line-height:21px;
	color:#555;
}
.case{
	float:left;
	width:676px;
}
.case ul{
  overflow:hidden;
	width:100%;

}
.case ul li{
	display:block;
	height:15px;
	border-left:1px solid #EEE;
	line-height:15px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:18px;
	white-space:nowrap;
	margin-left:-1px;
}
.case ul li a{
	color:#666;
}
.case_right{
	width:216px;
	float:right;
}
.case_right{
	padding-bottom:3px;
	display:block;
}
.case_right dl dt{
	width:216px;
	height:30px;
	color:#575858;
	line-height:29px;
	text-indent:22px;
	font-weight:bold;
	letter-spacing:2px;
	background:url(../images/indexlist_tbg.gif) top left no-repeat;
	display:block;
}
.case_right dl dd{
	background:#F3F5F8 url(../images/indexlist_listbg.gif) top left repeat-y;
	padding:6px;
	display:block;
}
.case_right dl dd ul{
	width:202px;
	background:#FFF;
	border:1px solid #E9ECEE;
	list-style:none;
	display:block;
	overflow:hidden;
}
.case_right dl dd ul li{
	padding:16px 0px 7px 0px;
	width:202px;
	text-align:center;
	overflow:hidden;
	float:left;
}
#footer{
	width:900px;
	margin:10px auto;
	text-align:center;
	line-height:21px;
	border-top:1px solid #DDD;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#B8B8B8,endColorStr=#ffffff);
}
#footer a{
	color:#888;
	text-decoration:none;
}
#footer a:hover{
	color:#F60;
}
#footer p{
	margin-top:10px;
	color:#222;
}
/* 添加 */
.dede-news {
	clear:both;
	width:100%;
	height:100%;
	font-family:Verdana;
	margin-top:-18px;
}
.dede-news li {
	float:left;
	text-align:left;
	height:24px;
	line-height:24px;
	background:url(../images/ico_1.gif) no-repeat left 9px;
	padding-left:10px;
	width:302px;
	margin-bottom:4px;
	margin-left:18px;
	display:inline;
	overflow:hidden;
}
.dede-news li span {
	float:right;
	color:#ABABAB;
	font-size:11px;
	margin-left:10px;
}
.page{
	text-indent:20px;
	font-size:12px;
	line-height:200%;
}
.page .pageinfo{
	font-size:12px;
	color:#999999;
}
.page li {
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	list-style-type:none;
}
.page li a {
	color:#333;
	text-decoration:none;
}
.page .thisclass {
	color:#F30;
	font-weight:bold;
}
.news_list .title {
	clear:both;
	margin-top:20px;
	font-size:20px;
	color:#666;
	height:26px;
	line-height:26px;
	font-family:Verdana;
	text-align:center
}
.news_list .read-add{
	color:#999;
	text-align:center
}
.article {
	clear:both;
	margin-top:10px;
	font-size:14px;
	line-height:24px;
}
/* 织梦地图 */
.map {
	float:left;
	width:622px;
}
.desdev {
	clear:both;
	margin-bottom:10px;
}
.map-con {
	clear:both;
	width:607px;
	height:33px;
	padding-left:15px;
	padding-top:1px;
}
.map-con-gary {
	clear:both;
	width:607px;
	height:32px;
	padding-left:15px;
	background:url(../images/map-con-bg.jpg) repeat-x left top;
	padding-top:2px;
}
.map-con .addfav {
	float:left;
	width:50px;
	height:20px;
	background:url(../images/addfav.gif) no-repeat left top;
	margin-top:5px;
}
.map-con .addfav:hover {
	float:left;
	width:50px;
	height:20px;
	background:url(../images/addfav-on.gif) no-repeat left top;
	margin-top:5px;
}
.map-con dl {
	float:left;
	line-height:34px;
	height:34px;
	margin-left:8px;
}
.map-con dt {
	float:left;
	font-weight:bold;
	background:url(../images/map-con-dt-dot.jpg) no-repeat right 15px;
	*background:url(map-con-dt-dot.jpg) no-repeat right 13px;
	padding-right:7px;
	margin-right:15px;
}
.map-con dt a {
	color:#669900;
	text-decoration:none;
}
.map-con dt a:hover {
	color:#669900;
	text-decoration:underline;
}
.map-con dd {
	float:left;
	margin-right:10px;
	display:inline;
}
.map-con dd a {
	color:#333;
	text-decoration:none;
}
.map-con dd a:hover {
	color:#333;
	text-decoration:underline;
}
.map-right {
	float:right;
	width:260px;
	height:500px;
}
.login {
	clear:both;
	width:260px;
	height:200px;
	background:url(../images/login-bg.jpg) repeat-x left top;
	font-size:0;
	color:#333;
	margin-bottom:8px;
}
.login-con {
	float:left;
	width:250px;
	font-size:12px;
}
.login-con form {
	margin-top:8px;
	margin-left:18px;
}
.login-con .login-p {
	height:31px;
	line-height:31px;
	margin-left:10px;
}
.login-con .login-p span {
	color:red;
}
.login-con form p {
	height:32px;
	line-height:32px;
}
.login-con label {
	width:50px;
	display:block;
	float:left;
	text-align:right;
}
.login-con .ipt-txt {
	width:150px;
	height:18px;
	border:1px #9d9d9d solid;
	padding-top:4px;
}
.login .submit {
	margin-top:3px;
	margin-left:53px;
}
.login .btn-1 {
	width:70px;
	height:22px;
	background:url(../images/btn-bg.jpg) no-repeat left top;
	border:none;
}
.reg-new {
	clear:both;
	margin-top:11px;
	margin-left:40px;
}
.reg-new a {
	color:#669900;
	text-decoration:none;
}
.reg-new a:hover {
	color:#669900;
	text-decoration:underline;
}
.com-service ul {
	margin-top:4px;
}
.com-service li {
	height:40px;
	line-height:40px;
	list-style-type:none;
}
.com-service a {
	color:#333;
	text-decoration:none;
}
.com-service a:hover {
	color:#333;
	text-decoration:underline;
}
.com-service span {
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
	width:70px;
}
.com-service span a {
	font-weight:bold;
	color:#669900;
	text-decoration:none;
}
.com-service span a:hover {
	font-weight:bold;
	color:#669900;
	text-decoration:underline;
}

/*  友情链接  */
#roll_3 a {
	text-decoration: none;
}

.hide,
hr {
	display: none;
}
#powered {
	display: none;
}

/* self-clear floats */
.clearFloat:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFloat {
	display: inline;
}
/* Holly Hack Targets IE Win only \*/
* html .clearFloat {
	height: 1%;
}
.clearFloat {
	display: block;
}
/* End Holly Hack */
/* trigger hasLayout and target ie7/win only */

*:first-child+html .clearFloat {
	min-height: 1px;
}
.clear {
	clear: both;
}


#cityMaps li a {
	display: block;
	padding: 1px 0;
	background: url(../images/map-list-dot.gif) no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #222;
}
#cityMaps li a:hover {
	background-position: left bottom;
	color: #f00;
}
.citylist h2 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #ccc;
}

.citylist ul {
	float: left;
	width: 960px;
	margin-bottom: 15px;
}
.citylist h3 {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
	background: #efefef;
	float: left;
	padding: 5px 10px;
}
.citylist li {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
.citylist li a {


}

.index_right2{
	width:280px;
}
.index_right2 dl{
	padding-bottom:3px;
	display:block;
}
.index_right2 dl dt{
	width:280px;
	height:30px;
	color:#575858;
	line-height:29px;
	text-indent:22px;
	font-weight:bold;
	letter-spacing:2px;
	background:url(../images/indexlist_tbg.gif) top left no-repeat;
	display:block;
}
.index_right2 dl dt a, .index_right dl dt a:hover {
	color:#575858;
	text-decoration:none;
}
.index_right2 dl dd{
	background:#F3F5F8 url(../images/indexlist_listbg.gif) top left repeat-y;
	padding:6px;
	display:block;
}
.index_right2 dl dd ul.txtlist{
	list-style:none;
	display:block;
}
.index_right2 dl dd ul.txtlist li{
	height:29px;
	line-height:25px;
	text-indent:18px;
	display:block;
	background:url(../images/ico_1.gif) 7px 12px no-repeat;
	overflow:hidden;
}
.index_right2 dl dd ul.imglist{
	width:280px;
	background:#FFF;
	border:1px solid #E9ECEE;
	list-style:none;
	display:block;
	overflow:hidden;
}
.index_right2 dl dd ul.imglist li{
	width:280px;
	height:78px;
	text-align:center;
	overflow:hidden;
	float:left;
}
.index_right2 dl dd ul.imglist li img{
	height:46px;
	display:block;
	margin:3px auto;
}

