body {
	background: url(../images/bg.jpg) #dbe0e4 no-repeat center top;
}

.header {
	width: 1000px;
	height: 148px;
	background-image: url(../images/banner.png);
	margin: 0 auto;
}

.navLine {
	width: 1000px;
	height: 49px;
	position: absolute;
	top: 99px;
	background-color: rgba(0, 90, 190, 0.8);
}

.nav {
	width: 1000px;
	height: 49px;
}

.nav li {
	height: 49px;
	float: left;
	list-style: none;
	color: #fff;
	line-height: 49px;
}

.nav li a {
	width: 142px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 49px;
	color: #fff;
	cursor: pointer;
	display: block;
}

.nav li a:hover {
	background-color: rgba(0, 45, 80, 0.6);
	text-decoration: none;
}

.nav li.current a {
	background: url(../images/nav_cbg.png);
}

.nav li a i {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
}

.i_home {
	background: url(../images/icon_m_home.png) no-repeat;
}
.i_survey {
	background: url(../images/icon_m_survey.png) no-repeat;
}
.i_map {
	background: url(../images/icon_m_map.png) no-repeat;
}
.i_dyanmic {
	background: url(../images/icon_m_dynamic.png) no-repeat;
}
.i_declare {
	background: url(../images/icon_m_declare.png) no-repeat;
}
.i_notice {
	background: url(../images/icon_m_notice.png) no-repeat;
}
.i_publicity {
	background: url(../images/icon_m_publicity.png) no-repeat;
}

/*第一行*/
.main1{
	width: 1000px;
	height: 436px;
	margin: 0 auto;
	margin-top: 2px;

}

/*广西地图*/
.tilteA{
	display: inline-block;
	position: relative;
	left:22px;
	top: 8px;
	line-height: 18px;
	font-size: 18px;
	color: #fff;
}
.tilteB{

    display: inline-block;
	position: relative;
	width: auto;
	line-height: 18px;
	top: 8px;
	right: 10px;
	float: right;
	color: #167adc;
}


.m_map{
	width: 622px;
	height: 436px;
	background-color: #fff;
	float: left;
}
.top1{
	height: 34px;
	width: 622px;
	background: url(../images/title_bg1.png) no-repeat;
}
.content1{
	width: 622px;
	height: 400px;
	
}

/*图片新闻*/
.m_tabloid{
	width: 376px;
	height: 218px;
	background-color: #fff;
	float: right;
	
	
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 5px;
	width: 100%;
}

/* LOADER */



/* PAGER */

.bx-wrapper .bx-pager {
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	padding-right: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	font: 12px/20px simsun;
	text-align: center;
	color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*通知公告*/
.m_notice{
	width: 376px;
	height: 218px;
	background-color: #fff;
	float: right;
	
}

.top2{
	height: 39px;
	width: 376px;
	background: url(../images/title_bg2.png) no-repeat;
}

.infoTable1{ width:376px; table-layout:fixed; }
.infoTable1 th{ width:354px; height:32px;font:14px Microsoft YaHei; text-align:left; text-indent:20px;  overflow:hidden; text-overflow: ellipsis; white-space:nowrap; }
.infoTable1 th a{color:#167adc; }


/*放心消费创建申报*/
.main2{
	width: 1000px;
	height: 76px;
	margin: 0 auto;
	margin-top: 2px;
	background: url(../images/img_declare.png) no-repeat;
}

/*第三行*/
.main3{
	width: 1000px;
	height: 246px;
	margin: 0 auto;
	margin-top: 2px;
}
.infoTable{ width:486px; table-layout:fixed; }
.infoTable th{ width:354px; height:32px;font:14px Microsoft YaHei; text-align:left; text-indent:20px;  overflow:hidden; text-overflow: ellipsis; white-space:nowrap; }
.infoTable th a{color:#167adc; }
.infoTable td{ text-align:right;font:14px Microsoft YaHei;color:#666666;}

.notifyTable{ width:486px; table-layout:fixed; }
.notifyTable th{ width:354px; height:24px;font:14px Microsoft YaHei; text-align:left; text-indent:20px;  overflow:hidden; text-overflow: ellipsis; white-space:nowrap; }
.notifyTable th a{color:#167adc; }
.notifyTable td{ text-align:left;font:14px Microsoft YaHei;color:#666666;text-indent:20px;}


/*创建风采*/
.m_dynamic{
	width: 499px;
	height: 246px;
	background-color: #fff;
	float: left;
	
}
.top3{
	height: 34px;
	width: 499px;
	background: url(../images/title_bg3.png) no-repeat;
}

/*公示单位*/
.m_publicity{
	width: 499px;
	height: 246px;
	background-color: #fff;
	float: right;
	
}
.top4{
	height: 34px;
	width: 499px;
	background: url(../images/title_bg4.png) no-repeat;
}

/*第四行成员*/
.main4{
	width: 1000px;
	height: 147px;
	margin: 0 auto;
	margin-top: 2px;
	border-top:4px solid #167adc;
	background-color: #FFFFFF;
	
}
.left_tl{
	width: 120px;
    height: 140px;
    float: left;
    vertical-align: middle;
    line-height: 140px;
    margin-left: 20px;
}
.Ltilte{
	display: inline-block; 
	font-size: 18px;
    color: #167adc;
    float: left;
}

.Lpoint{
	display: inline-block;
    width: 18px;
    height: 140px;
	background: url(../images/icon_point.png) no-repeat center;
}

.right_tl{
	padding-top: 8px;
	width: 890px;
	height: 132px;
}

.right_tl a {
	font-size: 14px;
    color: #167adc;
    cursor: pointer;
    line-height: 32px;
    margin-right: 16px;
    display: inline-block;

}

/*第五行友情链接*/
.main5{
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	margin-top: 2px;
	background-color: #FFFFFF;
	
}
.left_t2{
	width: 120px;
    height: 90px;
    float: left;
    vertical-align: middle;
    line-height: 90px;
    margin-left: 20px;
}
.Lpoint2{
	display: inline-block;
    width: 18px;
    height: 90px;
	background: url(../images/icon_point.png) no-repeat center;
}

.right_t2{
	padding-top: 10px;
	width: 970px;
	height: 80px;
}


/* Footer */
#footer { width:100%; height:62px;  font:14px/62px Microsoft YaHei; text-align:center; color:#666;}

.footer-site{
	color: #414242;
	padding: 40px 0;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	font-family: SimSun;
}
.footer-site ul{
	clear: both;
	overflow: hidden;
	width: 840px;
	margin: 0 auto;
}
.footer-link-wrong{
	float: left;
	width: 110px;
	height: 55px;
	padding-top:15px;
}
.footer-link-gov{
	float: left;
	width: 80px;
	height: 80px;
}
.footer-txt{
	float: left;
	width: 635px;
	text-align: left;
	padding-left: 15px;
}
.footer-site p img{
	display: block;
	float: left;
	margin-top: 4px;
	margin-right:5px;
}
.footer-site ul{
	width:100%;
}
.footer-web{
	float:left;
	padding-left:30px;
}
.footer-web img{
	height:100px;
}
.wrap{
	width: 900px;
	margin: 0 auto;
	padding: 0 12px;
	overflow: hidden;
}

/*创建概况页   survey*/
/*表格*/
.main{
	position: relative;
	width: 1000px;
	min-height: 520px;
	height: auto;
	padding-bottom: 30px;
	margin: 0 auto;
	background-color: #FFFFFF;
	
}
.conMain {
	width: auto;
	margin: 0px 22px 0px 22px;
	position: relative;
	top: 10px;


}
.titleTop{
	height: 20px;
	width: auto;
	
}
.titleTop h1 {
	background: url(../images/icon_square.png) no-repeat left center;
    color: #666;
    font: 14px Microsoft YaHei;
    text-indent: 20px;
    float: left;
}
.titleTop span {
	background: url(../images/icon_square2.png) no-repeat left center;
    color: #999;
    font: 14px Microsoft YaHei;
    text-indent: 20px;
    float: left;
}



.table_main table  {
    width: 100%;
    margin-top: 10px;
    border-color: #cecece;
    font-size: 14px;
    font-weight: 400;
    
}

.table_main table th {
	border: 1px solid #ccc;
	padding: 8px 10px;
	color: #333;
	background: #ddd;
	text-align: center;
}


.table_main table td {
	border: 1px solid #ccc;
	padding: 8px 10px;
	color: #666;
	text-align: center;
}

.table_main table td.td_lf {
	text-align: left;
	
}
.table_main table td.td_lf a {
	color: #167ADC;
}

/*页码*/
.tablefoot{ height:40px;  border-top:none;  position:relative;margin: 10px 22px 0px 22px;}
.tablefoot table{ margin:0 auto;}
.tablefoot table th{ padding:9px 4px; }
.tablefoot table td{ padding:9px 6px; }
.tablefoot table td a{ color:#000; }
.tablefoot table td a:hover{ color:#ff981a; }
.tablefoot table td a.current{ width:18px; height:18px;  background:#ff981a;color:#fff; display:block; text-align:center;}
.btnLittle{ width:42px; height:22px; padding-bottom:2px; font:13px Microsoft YaHei; color:#000; cursor:pointer;}
.btnLittle:hover{ color:#ff981a;}
.btnUp{ width:66px;height:22px;  padding-bottom:2px;font:13px Microsoft YaHei;color:#000; text-indent:8px;cursor:pointer;}
.btnUp:hover{ color:#ff981a;}
.btnDown{width:66px;height:22px;  padding-bottom:2px;font:13px Microsoft YaHei;color:#000;padding-right:8px;cursor:pointer;}
.btnDown:hover{  no-repeat;color:#ff981a;}
.tablefoot span{position:absolute;right:4px;top:0px;font:13px/40px Microsoft YaHei;color:#000;}
.tablefoot p{position:absolute;left:4px;top:0px;font:13px/40px Microsoft YaHei;color:#000;}
.selectedFoot{width:60px;height:18px; background:#fff; border:1px solid #b3b4bd;font:13px Microsoft YaHei; color:#000;}




/*创建概况-详情页*/
.article h1 {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0 10px;
}
.article h2 {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 6px 0 10px;
}


.article-con p{
	color: #666666;
	font-size: 16px;
	padding: 0px 20px 20px 20px;
}


/*放心消地图页*/
.mapMax{
	width:950px;
	height:510px;
	margin-top: 10px;
	
	background-color: #999;
}


/*信息公示*/
/*侧边切换*/
.bg_leftmenu{width:187px; background:#f7f7f7; margin-top:10px;float: left;}
.leftmenu dl{}
.leftmenu dl dt a{font:14px/50px Microsoft YaHei;color:#333; text-align:left; padding-left:16px;border:1px solid #e5e5e5;cursor:pointer; display:block;}
.leftmenu dl dt:hover{ background:url(../images/leftmenu_sel.png) no-repeat left center;}
.leftmenu dl dt.current{ background:url(../images/leftmenu_sel.png) no-repeat left center #FFFFFF;}

/*信息公示-筛选*/
.table_m {
	float: left;
	width:752px;
	margin-top: 10px;
	margin-left: 14px;
}
table.table_m_lay {
	width:100%;
}

table.table_m_lay th {
	font-size: 14px;
	text-align: right;
    height: 34px;
}

table.table_m_lay td {
	font-size: 14px;
	text-align: left;
    height: 34px;
}

select.sel_w {
	height: 27px;
	width: 100%;
	border:1px solid #ccc;
	background: #FFFFFF;
}

/*企业列表*/
.company_m{
    margin-top: 10px;
	width: 100%;
	background: #FFFFFF;
}
.company_m_list{
	padding: 6px 0;
	width: 100%;
	border-bottom:1px dotted #cad5d8;
}

.company_m_list a{
	font-size: 14px;
    color: #666;
    cursor: pointer;
    line-height: 24px;
}
.company_m_list a span{
	padding-top: 6px;
	padding-left: 12px;
	display:inline-block;
	width: 48%;
}
.l_text {
	display: block;
	float: left;
	
}
.l_text h4{
	font-size: 16px;
    color: #167adc;
    font-weight: bold;
   
}
.r_text {
	display: block;
	left: ;
}
.r_text p em{
	color: #ff7200;
}


/*信息公示详情*/


.table_company1 {
	margin-top: 10px;
	width:100%;
}
.table_company1 th h3 {
	text-align: center;
	font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 40px;
}

.table_company1 th {
	text-align: right;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.table_company1 td {
	text-align: left;
    height: 34px;
    font-size: 14px;
    color: #666666;
}


/*Tab部分*/
.tab_c1 {
	width: auto;
	margin-top: 20px;
}

.nav_c1 {
	width: 318px;
	height: 38px;
}

.nav_c1 li {
	height: 38px;
	float: left;
	list-style: none;
	color: #333333;
	line-height: 49px;
}

.nav_c1 li a {
	width: 106px;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	color: #333333;
	cursor: pointer;
	display: block;
}

.nav_c1 li a:hover {
	color: #167ADC;
}

.nav_c1 li.current a {
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/nav_c1bg.png) no-repeat ; 
}

/*下面文字部分*/
.c_colspan img{
	width: 940px;
}

.c_colspan{
	width: 940px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	background-color: #f7f7f7;
}
.c_colspan p {
	margin: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}



/*申报通道*/
.d_header {
	width: 1000px;
	height: 74px;
	background-image: url(../images/declare_banner.png);
	margin: 0 auto;
}
.d_main{
	position: relative;
	width: 1000px;
	min-height: 556px;
	height: auto;
	padding-bottom: 30px;
	margin: 0 auto;
	background-color: #FFFFFF;
	
}
/*登录*/
.bg_login{width:656px;height:416px; margin:20px auto; z-index:99; }
.bg_login h2{text-align: center;
	font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 34px;}
.input_login{width:400px; margin:20px auto 0 auto;}
.input_login li{margin-bottom:16px;}
.input_login li input{width:398px;height:34px; border:1px solid #187fde;border-top: 3px solid #187fde; border-radius:4px; text-indent:40px; font:16px/48px Microsoft YaHei; color:#81838e;}
.input_login li input.user{ background:url(../images/icon_login_person.png) no-repeat 10px center;}
.input_login li input.keyword{background:url(../images/icon_login_keyword.png) no-repeat 10px center;}
.input_login li input.verification{background:url(../images/icon_login_keyword.png) no-repeat 10px center;width: 60%;}
.bg_btnLogin{width:404px;height:90px;margin:40px auto 0 auto; text-align:center;}
.bg_btnLogin p{font:13px Microsoft YaHei;padding:4px 0px;}
.btnLogin{width:404px;height:55px; background:url(../images/btn_login.png) no-repeat; font:18px Microsoft YaHei;color:#fff;padding-bottom:5px; cursor:pointer;}
.btnLogin:hover{ background:url(../images/btn_login_hover.png) no-repeat;}
.bg_btnLogin a{font:14px/40px Microsoft YaHei; color:#81838e;}
.bg_btnLogin span a { float:right;}
.bg_btnLogin a:hover{color:#00479d; text-decoration:none;}