@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 .body .i .a .p, span, small {
	font-family: "Microsoft Yahei", "微软雅黑", "Helvetica Neue", "adobe雅黑";
}
body {
	font-family: "Microsoft Yahei", "微软雅黑", "Helvetica Neue", "adobe雅黑";
	background-color: #fff !important;
}
.header {
	width:100%;
	/*height: 270px;*/
	margin-bottom:10px;
	
	background: #66307C;
    background: linear-gradient(left , rgb(178, 150, 83) , rgb(173, 139, 94) 45% , rgb(73, 31, 89) 50% , rgb(73, 30, 89) 100%);
background: -o-linear-gradient(left , rgb(178, 150, 83) , rgb(173, 139, 94) 45% , rgb(73, 31, 89) 50% , rgb(73, 30, 89) 100%);
background: -ms-linear-gradient(left , rgb(178, 150, 83) , rgb(173, 139, 94) 45% , rgb(73, 31, 89) 50% , rgb(73, 30, 89) 100%);
background: -moz-linear-gradient(left , rgb(178, 150, 83) , rgb(173, 139, 94) 45% , rgb(73, 31, 89) 50% , rgb(73, 30, 89) 100%);
background: -webkit-linear-gradient(left , rgb(178, 150, 83) , rgb(173, 139, 94) 45% , rgb(73, 31, 89) 50% , rgb(73, 30, 89) 100%);
}
.header_top {
	width:100%;
	height: 158px;
	background: url("../img/header.jpg") no-repeat;	
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;
}
.header_hall {
	width:100%;
	height: 158px;
	background: url("../img/header_hall.jpg") no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;	
}
.navbar {
	border:none;
	margin-bottom: 0px;	
}
.navbar-nav{ 
    width:100%;
	/*height: 50px;
	overflow:hidden;*/
	margin:0 0;
    background:url("../img/menu_bg.png") no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;
/*	margin-left:0\9;
	margin-right:10px\9;
	margin-bottom:0\9;*/
}
.navbar-nav > li{
	float:left;
}
.navbar ul.navbar-nav li a,
.navbar ul.navbar-nav li a:link,
.navbar-nav > li a,
.navbar-nav > li a:link{
	color:#fff;
	font-size:1.2em;
	background:url("../img/menu_bg_split.png") right center no-repeat;
}
.navbar-nav > li a:hover{
	color:#F8F13E;
	background:none;
}
.navbar ul.navbar-nav li.current a{
	background:none;
}
.navbar ul.navbar-nav li.current{
	color:#fff;
	background:url("../img/menu_bg_curr.png") no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;
}
.navbar ul.navbar-nav li .input-group{
	padding-top:9px;
}
.navbar ul.navbar-nav li .input-group input.form-control{
    padding-left:1.75em;
	background: #fff url("../img/zoom_glass.png") 0.25em 0.5em no-repeat;
}
.input-group-btn:last-child > .btn.btn-search{
	color:#000;
	background:url("../img/menu_bg_searchbtn.png") no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;
	border-color: none;
	margin-left:5px;
	margin-right:5px;
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active,
.btn-search.active{
	color:#fff;
	background-color:#d2322d;
	border-color:#ac2925;
}
.btn-search:active,
.btn-search.active{
	background-image:none;
}
.banner_wide{
	width:100%;
	height: 139px;
	overflow:hidden;
	margin-bottom:10px;
}
.banner_wide img{
	width:100%;
	height: 100%;
}
/*****************/

/************/
.panel {
	margin-bottom: 0 !important;
}
.panel_me {
	border-color: #CECECE;
	margin-bottom:10px!important;
}
.panel_me > .panel-heading {
	height:30px;
	color: #ffffff;
	padding:0 0;
	border-bottom: 0;
	border-top-right-radius:0;
	border-top-left-radius:0;
	position:relative;
}
.panel_me .bg_gradient_blue{
	background: url("../img/gradient_blue.png") left -1px repeat-x;
}
.panel_me .bg_gradient_green{
	background: url("../img/gradient_green.png") left -1px repeat-x;
}
.panel_me .bg_gradient_lightblue{
	background: url("../img/gradient_lightblue.png") left -1px repeat-x;
}
.panel_me .bg_gradient_pink{
	background: url("../img/gradient_pink.png") left -1px repeat-x;
}
.panel_me .bg_gradient_purple{
	background: url("../img/gradient_purple.png") left -1px repeat-x;
}
.panel_me .bg_gradient_orange{
	background: url("../img/gradient_orange.png") left -1px repeat-x;
}
/*.panel_me > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #D12610;
}
.panel_me > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #D12610;
}*/
.panel_me .panel-title_2 {
	font-size: 1.2em;
	padding:5px 10px 8px 10px;
	color:#000;
}
.panel_me .panel-title {
	width:90%;
	background: url("../img/bg_panel_title.png") 0 0 no-repeat;
	position:absolute;
	top:-2px;
	left:0;
}
.panel_me .panel-title strong{
	width:9em;
	padding:5px 10px 8px 10px;
	font-size:1.2em;
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	letter-spacing: 2px;
}
.panel_me .panel-title.bg_purple{
	background-position: 0 -40px;
}
.panel_me .panel-title.bg_orange{
	background-position: 0 -80px;
}
.panel_me .panel-title.bg_pink{
	background-position: 0 -120px;
}
.panel_me .panel-title.bg_lightblue{
	background-position: 0 -160px;
}
.panel_me .panel-title.bg_green{
	background-position: 0 -200px;
}
.panel_me .panel-title.bg_spec{
	background: url("../img/bg_panel_title_spec.png") 0 0 no-repeat;	
}
.panel_me .panel-title.bg_spec strong{
	width:auto;
}
.panel_me .panel-title a,
.panel_me .panel-title a:link{
	color:#fff;
}
.panel_me .panel-title a:hover{
	color: #FF0;
	text-decoration:none;
}
.panel_me .panel-body {
	position:relative;
	overflow:hidden;
}
.panel_me .panel-body ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow:hidden;
}
.panel_me .panel-body ul li {
	font-size:1em;
	line-height:1.42em;
	margin-bottom:1.42em;
}
.panel_me .panel-body ul.firstPage li {
	 max-height: 72px;
}
.arrow_1 {
	background: url("../img/arrow_1.png") no-repeat left center;
	padding: 0 0 0 20px;
}
.arrow_2 {
/* 	background: url("../img/arrow_2.png") no-repeat left center; */
	background: url("../img/arrow_2.png") no-repeat left top;
	padding: 0 0 0 20px;
}
.arrow_3 {
	background: url("../img/arrow_3.png") no-repeat left center;
	padding: 0 0 0 20px;
}
.arrow_4 {
	background: url("../img/arrow_4.png") no-repeat left center;
	padding: 0 0 0 20px;
}
.panel-body a {
	color:#000;
	text-decoration: none;
}
.panel-body a:hover {
	color: #D12610;
}
.panel_me .panel-body span.pull-right{
	background: url("../img/arrow_more.png") no-repeat right 3px;
	padding: 0 20px 0 0;
}
.panel_me .panel-body .guide{
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	margin-bottom:5px;
}
.panel_me .panel-body .guide dl.qiye{
	background: #FEF8E0;
}
.panel_me .panel-body .guide dl.geren{
	background: #E8F5FE;
}
.panel_me .panel-body .guide dl.jiguan{
	background: #EBE8F9;
}
.panel_me .panel-body .guide dl dt{
	width:64px;
	height:64px;
	float:left;
	background:#fff;
}
.panel_me .panel-body .guide dl.qiye dt{
	background: url("../img/qiyebanshi.png") 0 0 no-repeat;
}
.panel_me .panel-body .guide dl.geren dt{
	background: url("../img/gerenbanshi.png") 0 0 no-repeat;
}
.panel_me .panel-body .guide dl.jiguan dt{
	background: url("../img/jiguandanwei.png") 0 0 no-repeat;
}
.panel_me .panel-body .guide dl dd{
	width:6em;
	font-size:0.7em;
	display:inline-block;
	margin-right:5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
/*网上经办*/
.panel_me .panel-body .wangshangjb{
	margin-bottom:5px;
}
.panel_me .panel-body .wangshangjb .ico_2{
	    margin: 10px 20px 10px 20px;
}

/**/
.panel_me .panel-body ul.hasico li{
	height:30px;
	line-height:30px;
}
.panel_me .panel-body .map{
	width:100%;
	height:100%;
	overflow:hidden;
}
a.ico{
	width:100%;
	height:30px;
	line-height:30px;
	display:inline-block;
	background: url("../img/ico.png") 0 0 no-repeat;
	padding: 0 0 0 30px;
}
.ico.ico_01{
	background-position: 0 0;
}
.ico.ico_02{
	background-position: 0 -30px;
}
.ico.ico_03{
	background-position: 0 -60px;
}
.ico.ico_04{
	background-position: 0 -90px;
}
.ico.ico_05{
	background-position: 0 -119px;
}
.ico{
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	background: url("../img/ico.png") 0 0 no-repeat;
}
.ico.ico_sbzc{
	background-position: 0 -150px;
}
.ico.ico_ylzc{
	background-position: 0 -180px;
}
.ico.ico_gszc{
	background-position: 0 -210px;
}
.ico.ico_syezc{
	background-position: 0 -240px;
}
.ico.ico_syuzc{
	background-position: 0 -270px;
}
.ico.ico_yiliaozc{
	background-position: 0 -300px;
}
.w4em{
	width:8em;
	font-size:1em;
	display:inline-block;
	margin-right:5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.w10em{
	width:12em;
	font-size:1em;
	display:inline-block;
	margin-right:5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.w15em{
	width:17em;
	font-size:1em;
	display:inline-block;
	margin-right:5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
/***************/
.foot {
	color:#424242;
	text-align: center;
	border-top: 1px solid #E0E0E0;
	font-size: 12px;
	position:relative;
	background: url("../img/bg_foot.png") 0 0 repeat-x;
}
ul.foot_nav{
	width:100%;
	height:30px;
	background: url("../img/bg_foot_nav.png") 0 0 repeat-x;
}
ul.foot_nav li{
	height:30px;
	line-height:30px;
	display:inline-block;
	font-size:1.2em;
	color:#fff;
}
ul.foot_nav li.split{
	display:inline-block;
	margin:0 20px;
}
ul.foot_nav li a,
ul.foot_nav li a:link{
	color:#fff;
	text-decoration:none;
}
.img-rounded {
	width: 100%;
	height: 100%;
	margin: 10px 20px 10px 0;
}
/**/
#notice1{
	margin-top:12px;	
	height:16px;
	overflow:hidden;
}
/**************************/
.span12 {
  width: 1100px\0;float:left\0;
}
.span11 {
  width: 1004px\0;float:left\0;
}
.span10 {
  width: 911px\0;float:left\0;
}
.span9 {
  width:800px\0;float:left\0;
}
.span8 {
  width: 729px\0;float:left\0;
}
.span7 {
  width: 625px\0;float:left\0;
}
.span6 {
  width: 534px\0;float:left\0;
}
.span5 {
  width: 432px\0;float:left\0;
}
.span4 {
  width: 350px\0;float:left\0;
}
.span3 {
  width: 259px\0;float:left\0;
}
.span2 {
  width: 167px\0;float:left\0;
}
.span1 {
  width: 75px\0;float:left\0;
}
.p0{
	padding:0;
}
.h580{
	height: 580px;
}
.h510{
	height: 510px;
}
.h410{
	height: 410px;
}
.h360{
	height: 360px;
}
.h350{
	height: 350px;
}
.h310{
	height: 310px;
}
.h300{
	height: 300px;
}
.h280{
	height: 280px;
}
.h260{
	height: 260px;
}
.h240{
	height: 240px;
}
.h200{
	height: 200px;
}
.h160{
	height: 160px;
}
.h168{
	height: 168px;
}
.h130{
	height: 130px;
}
.h120{
	height: 120px;
}
.h115{
	height: 115px;
}
.h110{
	height: 110px;
}
.h100{
	height: 100px;
}
.h60{
	height: 60px;
}
.mb10{
	margin-bottom:10px!important;
}
.mr30{
	margin-right:30px!important;
}
.pt50{
	padding-top:50px;
}
.ml_20{
	margin-left:20px;
}
.ico_2{
	width:64px;
	margin:10px 0 10px 30px;
	text-align:center;
	float:left;
}
.ico_2 a,
.ico_2 a:link{
	font-weight:bold;
	color:#024CB5;
}
.ico_jzxx{
	width:50px;
	height:50px;
	margin:0 auto 10px auto;
	background: url("../img/ico_jzxx.png") 0 0 no-repeat;
}
.ico_wszx{
	width:50px;
	height:50px;
	margin:0 auto 10px auto;
	background: url("../img/ico_wszx.png") 0 0 no-repeat;
}
.ico_qyjb{
	width:50px;
	height:50px;
	margin:0 auto 10px auto;
	background: url("../img/ico_qyjingban.png") 0 0 no-repeat;
}
.ico_grjb{
	width:50px;
	height:50px;
	margin:0 auto 10px auto;
	background: url("../img/ico_grjingban.png") 0 0 no-repeat;
}
.ico_ggfw{
	width:50px;
	height:50px;
	margin:0 auto 10px auto;
	background: url("../img/ico_gonggongfw.png") 0 0 no-repeat;
}
.btn_dzbz{
	width:120px;
	height:33px;
	margin-right: 10px;
	background: url("../img/btn_dzbz.png") 0 0 no-repeat;
	display:inline-block;
}
.btn_sp{
	width:120px;
	height:33px;
	background: url("../img/btn_sp.png") 0 0 no-repeat;
	display:inline-block;
}
.panel_me .panel-body ul.bg_li_1 li{
	width:136px;
	width:100px\0;
	height:21px;
	line-height:21px;
	padding-left:1.5em;
	font-size:1.2em;
	text-align:center;
	display:inline-block;
	margin-right:30px;
	margin-bottom:5px;
	background: url("../img/bg_li_1_1.png") 0 center no-repeat;
	overflow:hidden;
}
.panel_me .panel-body ul.bg_li_2 li{
	width:170px;
	height:25px;
	line-height:25px;
	padding-left:2em;
	font-size:1em;
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	background: url("../img/bg_li_2.png") 0 0 no-repeat;
	overflow:hidden;
}
.panel_me .panel-body ul.bg_li_3 li{
	/*width:100px;*/
	width:7em;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	
	height:25px;
	line-height:25px;
	padding-left:0.5em;
	font-size:1em;
	display:inline-block;
	overflow:hidden;
     margin: 0px 20px 5px 20px;
}
.panel_me .panel-body ul.bg_li_4 li{
	width:6em;
	height:25px;
	line-height:25px;
	font-size:1em;
	display:inline-block;
	margin-right:5px;
	margin-bottom:0;
	overflow:hidden;
}
.panel_me .panel-body ul.bg_li_5{
	margin-top:25px;
}
.panel_me .panel-body ul.bg_li_5 li{
	width:47%;
	width:47%\0;
	height:50px;
	line-height:50px;
	font-size:1.5em;
	text-align:center;
	display:inline-block;
	margin-right:5px;
	margin-bottom:10px;
	background:#D0E7F9;
	border:1px solid #E1EAEF;
	border-radius:5px;
	overflow:hidden;
}
.panel_me .panel-body ul.bg_li_5 li a,
.panel_me .panel-body ul.bg_li_5 li a:link{
	color:#074171;
}
.row{margin-right:-5px;margin-left:-5px}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:5px;padding-left:5px}
@media (min-width: 768px) {
.col-sm-5{width:37.66666667%}
.col-sm-4{width:37.33333333%}
.col-sm-8{width:62.66666667%}
.container{
	width:1080px;
    margin:0 auto;
}	
}
@media (min-width: 992px) {
.col-md-5{width:37.66666667%}
.col-md-4{width:37.33333333%}
.col-md-8{width:62.66666667%}
.container{
	width:1080px;
    margin:0 auto;
}	
}
@media (min-width: 1200px) {
.col-lg-5{width:37.66666667%}
.col-lg-4{width:37.33333333%}
.col-lg-8{width:62.66666667%}
.container{
	width:1080px;
    margin:0 auto;
}	
}

.span9 {
  width: 75%\0;float:left\0;
}
.span8 {
  width: 66.66%\0;float:left\0;
}
.span5 {
  width: 41.6%\0;float:left\0;
}
.span4 {
  width: 33.33%\0;float:left\0;
}
.span3 {
  width: 25%\0;float:left\0;
}
.container{
	width:1000px\0;
    margin:0 auto;
}	

/**/
.breadcrumb{
	background-color: #fff;
	border-bottom:1px dashed #ADADAD;
	border-radius: 0; 
	padding-left:0;
}
.breadcrumb > li + li:before {
    content: none;
    padding: 0;
}
.breadcrumb > li + li:after {
    color: #ccc;
    content: "> ";
    padding: 0 5px;
}
.breadcrumb > li.first i{
	color:#FB6D00;
}
.leftmenu{
	width:100%;
	height:615px;
	border:1px solid #cecece;
}
.bg_leftmenu{
	background: #ECF6FF url("../img/bg_leftmenu.png") 0 0 no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% auto;  
    background-size:100% auto;
}
.leftmenu_items{
	margin-top:90px;
}
.leftmenu h3.hasicon{
	width:80%;
	height:50px;
	line-height:50px;
	margin:0 auto;
	padding:0 2em;
	margin-bottom:.5em;
	font-size:1.2em;
	font-weight:bold;
	color:#005367;
	border-radius: 5px; 
	background-color:#F8FCFF;
	cursor: pointer;
}
.leftmenu h3.hasicon i{
	vertical-align:middle;
	line-height:50px;
	margin-right:10px;
}
.leftmenu h3.noicon{
	width:80%;
	height:27px;
	line-height:27px;
	margin:0 auto;
	padding:0 0 0 3em;
	margin-bottom:.5em;
	font-size:1em;
	font-weight:bold;
	color:#005367;
	background:url("../img/bg_li_3.png") 0 0 no-repeat;
}
.nobgbd{
	background:none;
	border:none;
	box-shadow:none;
}
.bszn_ul li a{
	width:50%;
	display:inline-block;
	color:#005EB5;
}
.text-title{
	width:90%;
	float:left;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.text-time{
	width:30%;
	float:right;
	text-align:right;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#dynamic_pager_content li a{display:block;}
.clearfix:after{
 clear:both;
 display:block;
 visibility:hidden;
 height:0;
 line-height:0;
 content:'';

}
.clearfix{zoom:1;}
.search-detail{padding-left:20px;margin-top:5px;}

#dynamic_pager_content .no-result{
	width: 100%;
    float: left;
    text-align: center;
}
#swiper-1 .swiper-slide a img,#swiper-1 .swiper-slide a{
	height:100%;
}
.panel-body2{
	min-height:585px;
}
.wjdc li{
	margin-top:10px;
}
.zscd li{
	margin-top:10px;
}


/***
Dropdown Menu
***/

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 0px;
  margin:0px;
  background-color: rgb(68, 102, 173);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);  
  font-size: 14px;
  font-family: "Segoe UI",Helvetica, Arial, sans-serif;
  border: 0;
}

/* custom dropdown conetnt */
.dropdown-content {
  padding:5px;
}

.dropdown-content form {
  margin:0;
}

.dropdown.inline .dropdown-menu {
  display: inline-block;  
  position: relative;
}

.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.dropdown-menu li > a {
  padding: 6px 0 6px 13px;
  color: #333;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
}

.dropdown-menu li > a:hover, 
.dropdown-menu .active > a, 
.dropdown-menu .active > a:hover {
  text-decoration: none;
  background-image: none;
  background-color: #eee;
  color: #333;
  filter:none;
}

/* dropdown sub menu support for Bootsrap 3 */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}

.dropdown-submenu > a:after {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  right: 7px;
  top: 7px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 300;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	color: rgb(254, 255, 0);
	background-color: transparent;
}
div.hor-menu ul.dropdown-menu li a{
	background:none!important;
}
.col-md-11{
    width:91.6%\9;
    float:left\9;
}
.col-md-10{
    width:83.3%\9;
    float:left\9;
}
.col-md-9{
    width:75%\9;
    float:left\9;
}
.col-md-8{
    width:66.6%\9;
    float:left\9;
}
.col-md-7{
    width:58.3%\9;
    float:left\9;
}
.col-md-6{
    width:50%\9;
    float:left\9;
}
.col-md-5{
    width:41.6%\9;
    float:left\9;
}
.col-md-4{
    width:33.3%\9;
    float:left\9;
}
.col-md-3{
    width:25%\9;
    float:left\9;
}
.col-md-2{
    width:16.6%\9;
    float:left\9;
}
.col-md-1{
    width:8.3%\9;
    float:left\9;
}
.form-horizontal .form-group{
    margin-left:0\9;
    margin-right:0\9;
}
.form-horizontal .control-label {
    text-align: right\9;
}