/*after*/
/*.navbar-default .navbar-nav > li > a::after {
    content: '\20';
    position: absolute;
    height: 2px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ff1626;
    display: none;
}*/
.footbar1{
	margin-top: 15px;
} 
/*分页*/
.page_list{ height:87px;line-height:87px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:16px;margin-top:20px; margin-bottom:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center; margin:0 10px; width:48px; height:48px; line-height:48px; border-radius: 50%;}
.page_list a:hover{color:#fff;border:1px solid #009843;background:#009843;}
.page_list a.on{color:#fff;border:1px solid #009843;background:#009843;}


.dropdown {

    margin-bottom: 15px;
    margin-left: 30px;

}
.navbar-default .container{
	background-image: url(../images/headbg.jpg) ;
	background-size:100% 67%;
	background-repeat:no-repeat;
	
} 
/*表单*/
.navbar-form{
	padding-right: 0;
}
.navbar-form .form-control{
	width: 220px;
}
.form-control{
	margin-right: -5px;
	border-radius: 0;
}
.navbar-form .btn-success{
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-nav{
	float: right;
	margin-right: -30px;
	background: #0061b3;
	
}

.navbar-default .navbar-nav>li>a:hover::after{
	display: block;
}
/*导航条的基本样式*/
.navbar-default{
	background-color: white;
	border: 1px solid white;
	margin-bottom: 49px;	
}
.navbar-nav > li > a{
	padding-top: 14.5px;
	padding-bottom: 14.5px;
}
/*不同状态下导航条的背景字体*/
.navbar-nav > li > a{
	color: #ffffff;
	font-family: '微软雅黑';
	font-size: 18px;
	
}
.navbar-default .navbar-nav > li > a{
	color: white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #0061b3;
	outline: none;
	background-color: #fff;
	font-weight: bold;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #0061b3;
	background-color: #f8f8f8;
	outline: none;
	font-weight: bold;
}
.navbar-default .navbar-nav>.mouseon>a, .navbar-default .navbar-nav>.mouseon>a:focus, .navbar-default .navbar-nav>.mouseon>a:hover{
	color: #0061b3;
	background-color: #f8f8f8;
	font-weight: bold;
	outline: none;
}
/*电话号码*/
.phone{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #4486c2;
	margin-top: 15px;
}
.phone span{
	vertical-align: middle;
}
.phone .span2{
	font-family: "黑体";
	font-size: 24px;
	color: #036eb8;
}

/*子栏目的通用样式*/
.cdir{
	
	display: none;
	z-index: 1;
}
.cdir ol{
	padding: 0;
	text-align: center;
}
@media(max-width: 768px) {
.page_list{ height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:13px;margin-top:20px; margin-bottom:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center; margin:0 10px; width:18px; height:18px; line-height:18px; border-radius: 50%;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#fff;border:1px solid #009843;background:#009843;}	
.carousel-example-generic{
	margin-top: 50px;
}	
	

.navbar-nav{
	position: relative;
	
	z-index: 999;
}
	
.navbar-default .container{
	background-image: none;
} 	
.navbar-collapse.in {
	overflow:visible;	
}
.navbar-nav{
	float: left;
	width: 100%;
}	
/*子栏目的显示方式*/
.cdir{
	display: none;
	z-index: 1;
	padding-left: 0;
}
.dianji .cdir{
	display: block;
}
.cdir a{
	text-decoration: none;
}
.cdir ol{
	line-height: 32px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: ghostwhite;
	margin-bottom: -1px;
	color: #444;
}	
.glyphicon{
	position: static;
	margin-right: 15px;
	line-height: 32px;
	font-size: 14px;	
}	
/*链接部分*/
.navbar-nav{
	margin: 0;
	
}		
/*导航条高度*/
.navbar-default{
	height: 50px;
	box-sizing: border-box;
	background-color: white;

}
#carousel-example-generic{
	margin-top: 51px;
}
.navbar-header{
	height: 50px;
	box-sizing: border-box;
}
.container > .navbar-collapse{
	margin-left: -30px;
	margin-right: -30px;
}	
/*logo的尺寸*/
.navbar-brand{
	height: 100%;
	width: 170px;
	padding: 0;
	margin-left: 15px;
	display: flex;
	align-items: center;
}	
/*导航条*/
.navbar-nav > li{
	border-bottom: 1px solid #fff;
	
}
 .navbar-nav > li > a{
	display: block;
	color: white;
}
.navbar-default .navbar-nav .glyphicon{
	display: inline;
}


.navbar-nav > li > a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3a3a3a;
	padding: 0;
	line-height: 36px;
	padding-left: 15px;
}
.navbar-default{ 
	 margin-bottom: -18px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 0px;
}
.btn-sm {
    padding: 5px 16px;
    margin-right: 5px;
    margin-top: 5px;
}

}
@media(min-width: 768px) {
.container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-left: 0px;
}	
/*phone*/
.phone{
	margin-top: 12px;
}	
/*导航条高度*/
.navbar-default{
	height: 80px;
	box-sizing: border-box;
	background-color: white;
}
.navbar-header{
	height: 80px;
	box-sizing: border-box;
}	
/*logo的尺寸*/
.navbar-brand{
	height: 100%;
	width: 200px;
	padding: 0;
	display: flex;
	align-items: center;
}	
/*导航条*/
.navbar-nav > li > a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3a3a3a;
	padding-left: 14.5px;
	padding-right: 14.5PX;
}
/*子栏目*/
.navbar-nav .active .cdir{
	display: block;
}
.navbar-nav{
	float: right;
	width: 750px;
		
}
.nav-tabs > li > a{
	font-size: 12px;
}
}

@media(min-width: 992px) {
	
/*phone*/
.phone{
	margin-top: 15px;
}	
/*导航条高度*/
.navbar-default{
	height: 100px;
	box-sizing: border-box;
	background-color: white;
}
.navbar-header{
	height: 100px;
	box-sizing: border-box;
}	
/*logo的尺寸*/
.navbar-brand{
	height: 100%;
	width: 300px;
	padding: 0;
	display: flex;
	align-items: center;
}	
/*导航条*/
.navbar-nav > li > a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3a3a3a;
	padding-left: 28.5px;
	padding-right: 28.5PX;
}
/*子栏目*/
.navbar-nav .active .cdir{
	display: block;
}
.navbar-nav{
	float: right;
	width: 970px;
		
}
}

@media(min-width: 1200px) {
/*phone*/
.phone{
	margin-top: 15px;
}	
/*导航条高度*/
.navbar-default{
	height: 100px;
	box-sizing: border-box;
	background-color: white;
}
.navbar-header{
	height: 100px;
	box-sizing: border-box;
}	
/*logo的尺寸*/

.navbar-brand{
	height: 100%;
	width: 350px;
	padding: 0;
	display: flex;
	align-items: center;
}	
/*导航条*/
.navbar-nav > li > a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #ccc;
	padding-left: 41px;
	padding-right: 41px;
}
/*子栏目*/
.navbar-nav .active .cdir{
	display: block;
}
.navbar-nav{
	float: right;
	width: 1170px;
		
}
.container2{
	width: 1200px;
}	
	
}