

@media (min-width: 1400px){
  .container-fluid{
		width:1400px;
		margin:0 auto;
		padding: 0; 
	}
}
/*顶部*/
.head{
	background: #fff;
	height: 55px;
}

/*底部*/
.footer_top{
	background: #00864b;
	padding: 50px 0 40px;
	overflow: hidden;
}
.footer_top .footer_nav_l{
	float: left;
	width: 55%;
	border-right: 1px solid #5da678;
}
.footer_top .footer_nav_l dl{
	float: left;
	padding: 0 34px;
}
.footer_top .footer_nav_l dl dt{
	font-size: 16px;
	color: #fff;
	padding-bottom: 17px;
}
.footer_top .footer_nav_l dl dd{
	font-size: 12px;
	color: #b9d4c3;
	line-height: 30px;
}
.footer_top .footer_nav_l dl dd a{
	color: #b9d4c3;
}
.footer_top .info_r{
	float: right;
	width: 40%;
}
.footer_top .info_r .txt{
	font-size: 16px;
	color: #fff;
	padding-bottom: 35px;
}
.footer_top .info_r .o_li{
	float: left;
}
.footer_top .info_r .o_li:last-child{
	margin-left: 40px;
}
.footer_top .info_r .o_li img{
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
    margin-bottom: 10px;
}
.footer_top .info_r .o_li .o_li_img + .o_li_img {
	margin-left: 20px;
}
.footer_top .info_r .o_li .o_li_img{
	display: inline-block;
	font-size: 12px;
	text-align: center;
}

.footer_top .info_r .o_li .o_li_img * {
    color: #b9d4c3;
}
.footer_top .info_r .cot span{
    display: block;
    font-size: 12px;
    color: #b9d4c3;
   padding-bottom: 22px;
}
.footer_bottom{
	background: #007741;
	font-size: 14px;
	
	text-align: center;
	padding: 40px 0;
}
.footer_bottom .o_txt{
	color: #79b08e;
}
.navbar{
	border:none;
	background: #fff;
}
.navbar-default{
	position: relative;
	z-index: 100;
	margin-bottom: 0;
}
.navbar-brand{
	height: 100%;
}
.navbar-collapse{
	background: #fff;
}
.navbar-nav{
   margin: 32px 0 0 110px;
}
.navbar-brand img{
  display: block;
  width: 329px;
  height: 80px;
}
.navbar-toggle{
	margin-top: 21px;
}
.navbar-nav > li > a{
	font-size: 16px;
	padding: 10px 20px;
}
.navbar-default .navbar-nav > .active > a{
	color: #00864b;
	background-color: #fff;
	border-bottom: 2px solid #00864b;
}
.navbar-default .navbar-nav > .active > a:hover{
	background: #fff;
	color: #00864b;
}
.navbar-right{
	margin-left: 0;
	margin-top: 30px;
}
.navbar-form{
	border-bottom:none;
}
.form-group{
	background: #f7f7f7;
	border-radius: 50px;
	width: 230px;
	padding: 0 15px;
	height: 40px;
}
.form-group .form-control{
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	width: 169px;
	padding-left: 4px;
	height: 40px;
	line-height: 40px;
}
.form-group .ico{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../../image/search.png) no-repeat;
	vertical-align: middle;
}
@media (max-width: 768px){
	.form-group{
		width: 100%;
		display: flex;
		align-items:center;
	}
	.form-group .form-control{
		flex:1;
	}
	.navbar-toggle{
		margin-top: 10px;
	}
	.navbar-nav{
		margin-left: 0;
	}
	.navbar-brand{
		padding: 10px 15px 0;
	}
	.footer_top .footer_nav_l{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #5da678;
		padding-bottom: 30px;
	}
	.footer_top .info_r{
		width: 100%;
		padding-top: 50px;
		display: flex;
	}
	.footer_top .footer_nav_l dl{
		width: 33.33%;
		padding: 0;
	}
	.footer_top .footer_nav_l dl:last-child{
		width: 50%;
	}
	.footer_top .info_r .cot span{
		    padding-bottom: 16px;
	}
   .navbar-brand img{
	  width: 209px;
	  height: auto;
	}
	.navbar-default{
		height:61px;
	}
}
@media (min-width: 767px) and (max-width: 1074px){
	
	
}
@media (min-width: 767px) and (max-width: 1200px){
    .footer_top .footer_nav_l{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #5da678;
		padding-bottom: 30px;
	}
	.footer_top .info_r{
		width: 100%;
		padding-top: 50px;
	}
	.navbar-header{
        width: 100%;
	}
	.navbar-nav{
		margin: 10px 0;
	}
	.navbar-nav > li > a{
		 padding: 10px 15px;
	}
}
@media (min-width: 1200px) and (max-width: 1360px){
	.footer_top .footer_nav_l dl{
		padding: 0 20px;
	}
	
}

