@charset "utf-8";
/* CSS Document */
.site_index .main{/*margin-top:200px*/}
.main{
	width:100%;
	height:auto;
}
.mainbg{
	padding-top:0;
	background-color:white;
}
/*---------滚动新闻----------*/
.scrollNews{
	width:100%;
    height:70px;
}
.scrollNews h2{
	margin-top:20px;
	height:30px;
	line-height:30px;
	color:#f54343;
	padding:0 10px 0 45px;
	background:#fff3f3 url(../images/guohui.gif) left center no-repeat;
}
.news_box{
	width:780px;
    padding-left:10px;
	height:30px;
	line-height:30px;
	margin-top:20px;
	overflow:hidden;
}
.news_box ul{overflow:hidden;zoom:1}
.news_box ul li{
	*float:left;
	width:100%;
	height:30px;
	color:#666;
}
.news_box ul li div{
    float:left;
	width:100%;
	text-indent:10px;
	background:url(../images/dot01.gif) left center no-repeat;
}
.news_box ul li div span{
    float:left;
    /*margin-left:10px;*/
}
.news_box ul li a{
	color:#333;
}
.news_box ul li a:hover{
	color:#f54343;
}

/*----------头条----------*/
.topnews{
	width:100%;
}
.top_n,.ld_box{
	width:77%;
	background-color:#f5f5f5;
}
.top_n i{
	padding:5px 16px;
	margin:12px;
	margin-right:0;
	background-color:#f54343;
	color:white;
    font-family:"Microsoft YaHei";
}
.top_n h1{
	margin:12px 10px;
	*padding-bottom:13px;
	font-size:/*33*/28px;
    text-align:center;
}
.ld_box{
	width:22.6%;
	padding:10px 0;
}
.ld_box h2{
	width:100%;
	color:#f54343;
}
.ld_box p{color:#999;font-size:12px}
.ld_box p a{
	color:#f54343;
    font-size:14px;
}
.ld_box em{
	color:#666;
}

/*----------要闻----------*/
.yaowen{
	width:33%;
}
.yaowen h2{
	width:100%;
	height:33px;
	line-height:33px;
	text-indent:22px;
	color:white;
	background:url(../images/yaowen_bg.png) 12px center no-repeat;
}
.yaowen ul li{
	width:100%;
	height:32px;
    overflow:hidden;
	line-height:32px;
	background:url(../images/dot01.gif) 10px center no-repeat;
	text-indent:20px;
}
.yaowen ul li span{
	color:#999;
	margin-left:5px;
    float:right;
    margin-right:10px;
}

.yaowen2023 h2{ background: none; text-indent: 0;}
.yaowen2023 h2 a{ margin-right:10px; display: inline-block;width:95px;height: 33px; line-height: 33px; padding-bottom: 6px;color:#666; background: url(../images/tbg202301.png) no-repeat left -40px; text-align: center;}
.yaowen2023 h2 a.hover{background-position: left top; color:#fff}
@media (max-width:640px) {
	.yaowen2023 h2{text-align: center;}
}
/*-----------图片轮播-------*/
.slideBox{
	*float:left;
	width:44%;
	max-height:295px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd{
	position:absolute;
	bottom:50px;
	right:10px;
	z-index:2;
}
.slideBox .hd ul{
	overflow:hidden; 
	zoom:1;
	float:left;
	height:12px;
}
.slideBox .hd ul li{
	float:left;
	margin-top:1px;
	margin-right:5px;  
	width:10px; 
	height:10px; 
	line-height:10px;
	text-indent:-9999px; 
	background:#fff; 
	cursor:pointer; 
}
.slideBox .hd ul li.on{ 
    background:#f00;
	margin-top:0;
	width:12px;
	height:12px;
}
.slideBox .bd{
	height:100%; 
	z-index:0;  
}
.slideBox .bd li{
	max-height:295px;
    zoom:1; 
	vertical-align:middle; 
	position:relative;
}
.slideBox .bd img{
	width:100%;
	height:295px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.8s;
}
.slideBox a:hover img{transform: scale(1.04);-webkit-transform: scale(1.04);-moz-transform: scale(1.04);}
.slideBox .bd a{
	color:white;
}
.slideBox .bd span{
	position:absolute;
	z-index:1;
	width:100%;
	bottom:0;
	left:0;
	line-height:45px;
	text-indent:10px;
	background:url(../images/slide_text_bg.png) repeat;
}
.slideBox .bd a:hover span{color:#f5f5f5}
.slideBox .prev,
.slideBox .next{
    position:absolute;
	top:50%;
	left:0;
	margin-top:-55px;
	width:37px;
	height:59px;
	background:url(../images/arrow_l.gif) no-repeat;
	display:block;
	filter:alpha(opacity=20);
	opacity:0.2
}
.slideBox .next{
	right:0;
	left:auto;
	background:url(../images/arrow_r.gif) no-repeat;
}
.slideBox .prev:hover,
.slideBox .next:hover{ 
    filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .bd .tempWrap{overflow: visible !important;}
/*---------通知公告--------*/
.message{
	position:relative;
	width:22%;
	height:auto;
}
.message .title{
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#f4f4f4;
	border-bottom:1px solid #e5e5e5;
}
.message .title h2{
	margin-left:20px;
	height:39px;
	line-height:39px;
	color:#f54343;
	border-bottom:2px solid #f54343;
}
.message .title a{
	margin-right:10px;
	color:#666;
}
.message ul{
	width:95%;
    margin-top:10px;
}
.message ul li a{
	display:block;
	width:100%;
	line-height:20px;
	padding:6px 0;
	border-bottom:1px dashed #dcdcdc;
}
.message ul li a span{
    /*margin-right:5px;
    float:right;*/
    margin-left: 0.5rem;
	color:#999;
}
.line_l{
	position:relative;
	width:7px;
	margin-top:20px;
	background:url(../images/line_l_bg.gif) top center repeat-y;
}
.line_l a{
	width:7px;
	height:7px;
	position:absolute;
	background:url(../images/dot02.gif) no-repeat;
}
/*----------政府信息公开------------*/
.line1{
	height:20px;
	width:100%;
	border-top:1px solid #eee;
	background-color:white;
}
.box_zfxxgk{
	width:38.4%;
	border-right:1px solid #eee;
}
.box_zfxxgk .title{
	width:95%;
	height:45px;
	line-height:45px;
	background-color:#f54343;
}
.xxgk_btn{
	width:96%;
	margin:15px 0 10px -3px;
    overflow:hidden;
}
.xxgk_btn li{

}
.xxgk_btn li{
	display:block;
	position:relative;
	float:left;
	width:88px;
	height:100px;
	margin-left:3px;
	background-color:#f5f5f5;
}
.xxgk_btn li:hover a{
	color:white;
}
.xxgk_btn li .icon{
	position:absolute;
	width:41px;
	height:39px;
	overflow:hidden;
	z-index:1;
	left:50%;
	margin-left:-20px;
	top:10%;
}
.xxgk_btn li .text{
	font-size:12px;
	position:absolute;
	z-index:1;
	width:90%;
	left:5%;
	top:55%;
	text-align:center;
}
.xxgk_btn li .bg{
	width:100%;
	height:100%;
	background-color:#f54343;
	position:absolute;
	z-index:0;
	bottom:0;
	display:none;
}
.xxgk_tab{
	width:95%;
	border-bottom:1px solid #e5e5e5;
}
.xxgk_tab .title{
	width:99%;
	height:32px;
	line-height:32px;
	background:#f9f9f9 url(../images/xxgk_tab_table_bg.gif) right top repeat-y;
	border-bottom:1px solid #e5e5e5;

}
.xxgk_tab .title a{
	float:left;
	width:33.334%;
	height:38px;
	text-align:center;
	border-top:1px solid #e5e5e5;
	background:url(../images/xxgk_tab_bg.gif) left top no-repeat;
}
.xxgk_tab .title a.hover{
	border:0;
	line-height:34px;
	color:#f54343;
	background:url(../images/xxgk_tab_h.png) bottom center no-repeat,url(../images/xxgk_tab_bg.gif) left top no-repeat;
	background-color:white;
}
.xxgk_tab .title > #clicka1.hover{
	background:white url(../images/xxgk_tab_h.png) bottom center no-repeat
}
.xxgk_tab .title > #clicka2.hover{
	background:white url(../images/xxgk_tab_h.png) bottom center no-repeat\9;
}
.xxgk_tab .title > #clicka3.hover{
	background:white url(../images/xxgk_tab_h.png) bottom center no-repeat\9;
}
.xxgk_list{
	width:100%;
	margin:10px 0;
}
.xxgk_list li{
	width:100%;
	line-height:30px;
	text-indent:10px;
	background:url(../images/dot03.gif) left center no-repeat;
}
.xxgk_list li span{
    margin-right: 5px;
    float:right;
	color:#999;
}
.fenlei{
	margin-top:20px;
	width:94%;
	height:auto;
	border:1px solid #e5e5e5;
	background-color:#f4f4f4;
}
.fenlei ul{
	float:left;
	padding:20px;
	*white-space:nowrap;
}
.fenlei ul li{
	float:left;
	position:relative;
	padding:5px 15px;
	overflow:hidden;
	*overflow:inherit;
}
.fenlei ul li a{
	display:block;
}
.fenlei ul li em{
	font-style:normal;
	position:relative;
	z-index:1;
}
.bghover02{
	width:4px;
	height:4px;
	position:absolute;
	left:2px;
	top:50%;
	background-color:#dbdbdb;
	margin-top:-2px;
	z-index:0;
	*display:none;
}
/*检索*/
.index_search{
	width:100%;
	margin:0px 0;
	*margin:0px 0;
}
.index_search li{
	position:relative;
	width:100%;
	margin:16px 0 12px;
}
.index_search li em{
	font-style:normal;
	margin-right:10px;
}
.index_search li em,
.index_search li input,
.index_search li img{
	vertical-align:middle;
}
.ind01{
	display:inline-block;
	position:relative;
	height:29px;
	line-height:29px;
	width:200px;
	text-align:left;
	text-indent:10px;
	background:none white;
	border:1px solid #e7e7e7;
	cursor:pointer;
}
.ind01 img{
	position:absolute;
	right:-1px;
	top:-1px;
}
.ind02{
	height:27px;
	line-height:27px;
	width:198px;
	background:none white;
	border:1px solid #e7e7e7;
}
.ind03{
	height:31px;
	line-height:31px;
	background:none #eb5454;
}
.ind_select{
	position:absolute;
	width:171px;
	left:121px;
	top:30px;
	border:1px solid #e7e7e7;
	border-top:1px solid white;
	background-color:white;
	display:none;
}
.ind_select li{
	text-align:left;
	text-indent:10px;
	margin:0;
	padding:3px 0;
	cursor:pointer;
}
.ind_select li:hover{
	background-color:#f7f7f7;
}
.zindex2{
	z-index:2;
}
.zindex3{
	z-index:3;
}


/*下拉导航*/
.xxgk_menu{
	width:100%;
	position:relative;
	z-index:10;
}
.xxgk_menu > li.h2{
	margin-left:10px;
	color:#ffea00;
    font-family:"Microsoft YaHei";
}
.slidemenu{
	float:left;
	width:45px;
	height:45px;
	margin-right:5px;
	background:url(../images/slidemenu.gif) bottom center no-repeat;
}
.xxgk_menu > li > ul{
	position:absolute;
	padding:10px;
	top:45px;
	left:0;
	background-color:white;
	border:2px solid #f54343;
	border-top:0;
	display:none;
}
.xxgk_menu > li > ul > li{
	float:left;
	*white-space:nowrap;
	min-width:120px;
	margin-right:10px;
	line-height:30px;
	text-indent:10px;
}
.xxgk_menu > li > ul > li img{
	vertical-align:middle;
	margin-right:5px;
}
/*-------------来信访谈调查------------*/
.box_lxftdc{
	*float:left;
	width:39.8%;
	border-right:1px solid #eee;
}
.box_lxftdc h2 a:link,.box_lxftdc h2 a:visited{color:#f54343}
.letter,.zhibo,.diaocha{
	width:92%;
	margin-left:5%;
}
.letter .title,
.zhibo .title,
.diaocha .title{
	width:100%;
	height:42px;
	line-height:42px;
	background-color:#f3f3f3;
}
.letter .title h2,
.zhibo .title h2,
.diaocha .title h2{
	padding:0 15px;
	height:42px;
	color:#f54343;
	background:white url(../images/letter_title_bg.gif) left center no-repeat;
}
.writeL{
	width:103px;
	position:relative;
}
.writeL a{
	display:block;
	color:#f54343;
}
.writeL a:hover{
	color:white;
}
.writeL .iconL{
	float:left;
	width:20px;
	height:23px;
	position:relative;
	z-index:1;
	margin:10px 0 0 5px;
	overflow:hidden;	
}
.writeL .iconL img{
	position:absolute;
	top:0;
}
.writeL .textL{
	position:relative;
	z-index:1;
}
.writeL .bgL{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#f54343;
	display:none;
}
.letter ul{
	width:98%;
    /*height:190px;*/
	margin:5px 0;
}
.letter ul li{
	*float:left;
	width:100%;
	height:30px;
	line-height:30px;
	text-indent:10px;
	background:url(../images/dot03.gif) left center no-repeat;
}
.letter ul li span{
	color:#999;
}
.intro{
	margin:10px 0 6px;
    /*min-height:70px;*/
    height:auto;
	padding-bottom:6px;
	border-bottom:1px solid #eee;
}
.fabuhui .intro{min-height:auto; margin-bottom:0; padding-bottom:0; border-bottom:none}
.fabuhui .intro a{color:#f54343;}
.intro h3{
	line-height:24px;
	margin-bottom:5px;
}
.intro p{
	color:#666;
    line-height:18px;
}
.intro a{
	/*color:#f54343;*/
}
.remark{
	color:#666;
	line-height:24px;
	padding-bottom:10px;
	/*border-bottom:1px solid #eee;*/
}
.remark strong{
	color:#f54343;
}
.prevbox{
	float:left;
	width:365px;
	margin:10px 0 20px 0;
}
.prevbox h3{
	width:27px;
	height:72px;
	line-height:16px;
	padding-top:8px;
	color:white;
	background-color:#f54343;
}
.p_r_box{
	width:337px;
	height:78px;
	border:1px solid #e5e5e5;
	border-left:0;
	background-color:#f4f4f4;
}	
.rollBox{
	width:306px;
	height:50px;
	overflow:hidden;
	margin:15px;
}
.rollBox ul{overflow:hidden;zoom:1}
.rollBox ul li{
	width:100%;
	height:25px;
	line-height:25px;

}
.diaocha{
	*margin-top:20px
}
.diaocha .hd02{
}
.diaocha .hd02 ul{
	overflow:hidden; 
	zoom:1;
	height:12px;
	margin:15px;
}
.diaocha .hd02 ul li{
	float:left;  
	width:12px; 
	height:12px;
	margin-left:5px;
	line-height:10px;
	text-indent:-9999px; 
	background:#c6c6c6; 
	cursor:pointer;
	border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
}
.diaocha .hd02 ul li.on{ 
    background:#f54343;
	width:12px;
	height:12px;
}
.diaocha .bd02{
	width:100%;
	margin-top:15px;
}

.diaocha .bd02 ul{
    float:left;
}
.diaocha .bd02 li{
	width:100%;
    float:left
}


.diaocha .bd02 li .dc_con{
	width:67%;
	height:94px;
	border:1px solid #e5e5e5;
	background:#f4f4f4 url(../images/diaocha_bg01.png) left top no-repeat;
	overflow:hidden;
}
.diaocha .bd02 li .dc_con p{
	padding:15px;
	line-height:24px;
}
.diaocha .bd02 li .date{
	width:32%;
	height:94px;
	border:1px solid #e5e5e5;
	border-left:0;
	/*border-right:0;*/
    *border-right:1px solid #e5e5e5;
    overflow:hidden;
}
.diaocha .bd02 li .date ul{
	padding:15px;
}
.diaocha .bd02 li .date ul li{
	padding:7px 0;
	text-align:center;
	background-color:#dfdfdf;
	color:#666;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-ms-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
    white-space: nowrap;
}
.diaocha .bd02 li .date ul li.deadline{
	color:white;
	background-color:#f54343;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

/*----------公共服务-----------*/
.box_ggfw{
	width:20.5%;
}
.box_ggfw .title{
	width:100%;
	height:39px;
	line-height:39px;
	border-top:2px solid #f54343;
	border-bottom:1px solid #cecece;
}
.box_ggfw .title h2{
	color:#f54343;
	padding:0 5px;
}
.box_ggfw .title a{
	width:22px;
	height:22px;
	line-height:22px;
	margin:8px;
	text-align:center;
	color:#d1d1d1;
	border:1px solid #d1d1d1;
}
.box_ggfw .title h2 a{border:none;color:#f54343}
.box_ggfw .title a:hover{
	border:1px solid #f54343;
	background-color:#f54343;
	color:white;
}
.home_sm{
	padding:10px 15px 0;
    overflow:hidden;
}
.home_sm img{
	transition:all .3s ease-in 0s;
	-moz-transition:all .3s ease-in 0s;
	-ms-transition:all .3s ease-in 0s;
	-o-transition:all .3s ease-in 0s;
	-webkit-transition:all .3s ease-in 0s;
}
.enterH a{
	display:block;
	width:98px;
	height:30px;
	line-height:30px;
	border:1px solid #f54343;
	margin:8px;
	margin-left:15px;
	background:#f54343 url(../images/arrow02.gif) 90px center no-repeat;
	color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	color:white;
}
.enterH a:hover{
	border:1px solid #d1d1d1;
	background:#f4f4f4 url(../images/arrow02.gif) 90px center no-repeat;
	color:#f54343;
}
.service_tab{
	width:100%;
    overflow:hidden;
}
.service_tab .bd{}
.service_tab .hd ul li{
	float:left;
	position:relative;
	width:45%;
	height:85px;
	margin:2%;
	cursor:pointer;
	background-color:#f5f5f5;
	border:1px solid #e5e5e5;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
}
.service_tab .hd ul li .fuwu_icon{
	width:46px;
	height:44px;
	overflow:hidden;
	position:absolute;
	z-index:1;
	top:10%;
	left:50%;
	margin-left:-23px;
}
.service_tab .hd ul li .fuwu_text{
	position:absolute;
	width:100%;
	bottom:10px;
	z-index:1;
	color:#555;
}
.service_tab .hd ul li .fuwu_bg{
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	background-color:#e13f38;
	z-index:0;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
	display:none;
}
.service_tab .hd ul li.on
.service_tab .bd{
	width:100%;
}
.service_tab .hd ul li.on .fuwu_text{
	color:white;
}
.service_tab .hd ul li.on .fuwu_bg{
	display:block;
}
.service_tab .hd ul li.on .fuwu_icon img{
	margin-top:-44px;
}
.colbox{
	position:relative;
	width:100%;
	/*height:195px;*/
	margin-top:15px;
	background-color:#f4f4f4;
	border-top:2px solid #f54343;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
.colbox ul{
	padding:5px 10px;
	*width:185px;
	*white-space:nowrap;
}
.colbox ul li{
	float:left;
	padding:5px 0;
	padding-left:16px;
	background:url(../images/arrow04.gif) 8px center no-repeat;	
    min-width:70px;
}
.colbox ul li a{
	transition:all .2s ease-in 0s;
	-moz-transition:all .2s ease-in 0s;
	-ms-transition:all .2s ease-in 0s;
	-o-transition:all .2s ease-in 0s;
	-webkit-transition:all .2s ease-in 0s;
}
.colbox ul li a:hover{
	color:#f54343;
	text-shadow:0 0 2px #fc7100;
	-moz-text-shadow:0 0 2px #fc7100;
	-ms-text-shadow:0 0 2px #fc7100;
	-o-text-shadow:0 0 2px #fc7100;
	-webkit-text-shadow:0 0 2px #fc7100;
}
.a_up01,.a_up02{
	position:absolute;
	width:15px;
	height:8px;
	left:23%;
	top:-10px;
	background:url(../images/arrow03.png) no-repeat;
}
.a_up02{
	left:auto;
	right:23%;
}
.btn_qzqd01,
.btn_qzqd02{
	width:100%;
	height:50px;
	position:relative;
	line-height:50px;
	letter-spacing:2px;
	background-color:#f54343;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
    font-family:"Microsoft YaHei";
}
.bg666{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:0;
    background-color:#F90;
    opacity:0;
	filter:alpha(opacity=0);
	transform:scale(.6);
	-ms-transform:scale(.6);
	-o-transform:scale(.6);
    -moz-transform:scale(.6);
    -webkit-transform:scale(.6);
	transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
.btn_qzqd01:hover .bg666,
.btn_qzqd02:hover .bg666{
	transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
    -webkit-transform:scale(1);
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
    opacity:1;
	filter:alpha(opacity=100);
}
.btn_qzqd01 a,
.btn_qzqd02 a{
	display:block;
	position:relative;
	text-align:center;
	z-index:1;
	color:white;
}
.btn_qzqd01 a img,
.btn_qzqd02 a img{
	vertical-align:middle;
	padding-right:5px;
}
.btn_qzqd02{
}
.btn_qzqd02 a img{
}
.adbox{
	width:100%;
	max-height:174px;
	overflow:hidden;
	position:relative;
}
.adbox .bd li{
	width:100%;
    height:174px;
	position:relative;
}
.adbox .bd li a{
	display:block;
	color:white;
}
.adbox .bd li img{
	width:100%;
	height:174px;
}
.adbox .bd li span{
	position:absolute;
	padding:10px 0;
	width:100%;
	z-index:1;
	bottom:0;
	left:0;
	background:url(../images/ad_text_bg.png) repeat;
}
.adbox a.prev,
.adbox a.next{
	position:absolute;
	z-index:2;
	width:7px;
	height:12px;
	left:10%;
	bottom:14px;
	background:url(../images/ad_prev.gif) no-repeat;
}
.adbox a.next{
	left:auto;
	right:10%;
	background:url(../images/ad_next.gif) no-repeat;
}

/*-----------------网站导航---------------*/
.map{
	margin:15px auto 0;
	width:1038px;
	border:1px solid #dbdbdb;
	border-bottom:0;
	background:#fff url(../images/map_bg.gif) left bottom repeat-x;
    position:relative;
    z-index:1000;
}
.map .ul01{
	*float:left;
	*position:relative;
	width:100%;
    border-bottom:1px solid #dbdbdb
}
.map .ul01 > li{
	*float:left;
	position:relative;
	*position:static;
}
.map .ul01 > li div{
	float:left;
	position:relative;
	cursor:pointer;
	font-size:14px;
	height:50px;
	line-height:50px;
	/*padding:0 30px 0 15px;*/
	padding:0 29px 0 10px;
	background:url(../images/map_li_bg.gif) right repeat-y;
}
.map .ul01 > li div img{
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-2px;
	transition:all .2s ease-in 0s;
	-moz-transition:all .2s ease-in 0s;
	-ms-transition:all .2s ease-in 0s;
	-o-transition:all .2s ease-in 0s;
	-webkit-transition:all .2s ease-in 0s;
}
.map .ul01 > li .ul02{
	position:absolute;
	width:958px;
	padding:20px 40px;
	top:51px;
	left:-1px;
	background-color:#fff;
	border:1px solid #dbdbdb;
	border-top:0;
	display:none;
	*white-space:nowrap;
    z-index:9;
}
.map .ul01 > li .ul02 li{
	float:left;
	padding:5px 10px;
	position:relative;
	min-width:/*180px*/210px;
}
.map .ul01 > li .ul02 li .bgline{
	position:absolute;
	width:0px;
	height:1px;
	bottom:0;
	left:10px;
	background-color:#f54343;
}

.btn_company{ margin-top:20px; margin-right:15px; height:30px; line-height:30px}
.btn_company a{ display:block; height:30px; padding:0 10px 0 40px; background:#f54343 url(../images/icon_sqzc.png) no-repeat 10px center; border-radius:5px; color:#fff}
.btn_company a:hover{ text-decoration:underline}

.older_mode_test,.quit_odm{position: absolute;top:0;right:0;width:40px;height:40px; background: #fff; font-size: 0;}
@media screen and (max-width:640px) {
	.older_mode_test, .quit_odm{display: none;}
}