﻿/*---------- import ---------*/
/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 12px Verdana,Arial,Tahoma;
	font-family: 微软雅黑 ;
	overflow-x:hidden;
}
img {
	border: none;
}
a {
	color: #256EB1;
	text-decoration: none;
	font-family: 微软雅黑 ;

}
ul {
	list-style: none;
	margin:0px auto ;
}
li {
	list-style: none;
	margin:0px auto ;
}

input, select, button {
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}
.dropdown{
	float: right ;
}
.btn-default{
	margin-top:35px;
}
#langchange{
	float: right ;
	margin-top:35px;
	line-height:30px;
	height:30px;
	width:110px;
	border-radius:5px;
	text-align: center ;
}
.toplogo{
	float: left;
	width: 20%;
	margin-top:8px;
}
.toplogo img{
	width:100%;
	max-width:237px;
}
.gqdm{
	float: left;
	width: 7%;
	font-size:16px;
	color:#707070;
	margin-top:31px;
	margin-left:15px;
}
.gqdm span{
	font-size:22px;
	color: #e70012;
	font-weight:bold;
}
.menu {
	height: 96px;
	display: block;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	float:left;
	position:relative;
	margin-top:8px;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu ul li {
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 96px;
	text-align: center;
}
.menu ul li a {
	position: relative;
	display: block;
	height: 96px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	width: 96px;
	font-weight: bold;
}
.menu ul li a span {
	position: absolute;
	left: 0;
	width: 96px;
}
.menu ul li a span.out {
	top: 0px;
}
.menu ul li a span.over, .menu ul li a span.bg {
	top: -96px;
}
#menu2 {
}
#menu2 ul li a {
	color: #333333;
}
#menu2 ul li a span.over {
	color: #fff;
	background-color: #125fa3;
}
.container{
	position:relative;
}
.yuyansz{
    position: absolute;
    top: 29px;
    right:0px;
    z-index: 106;
    width: 140px;
    height: 53px;
}
.dropdown {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.dropdown .btn {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 15px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 100;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.dropdown li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	height: auto;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-right {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}
.fa-chevron-right:before {
	content: '\e6af';
}
.fa-chevron-down:before {
	content: '\e6af';
}

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dropdown-menu {
	display: none;
	background: #444359;
	font-size: 14px;
}
.dropdown-menu a {
	border-bottom: 1px solid #4b4a5e;
}
.dropdown-item {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 15px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.dropdown-item:hover {
	background: #b63b4d;
	color: #FFF;
}
.c_nav_main-19002 .p_MatteIcon .iconfont:before {
	content: '\e602';
}
.cls {
	clear: both;
}

/*---------- stock ---------*/
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
	float: left ;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: 微软雅黑;
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: 微软雅黑;	
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}

/*****产品****/
.chanpin{
	float: left;
	width: 100%;
	padding-top:60px;
}
.name{
	float: left;
	width: 100%;
	text-align: center;
	font-size:30px;
	color: #000;
	line-height:30px;
	font-weight:bold;
}
.name span{
	font-size:16px;
	color: #696969;
	font-weight:lighter;
}
.chanpnr{
	float: left;
	width: 100%;
	margin-top:33px;
}
.chanpnrjs{
	float: left;
	width:31%;
	background:url('../images/syjj.jpg') no-repeat center center; 
	padding:58px 60px 140px 35px;
}
.chanpnrjsnm{
	float: left;
	width: 100%;
	font-size:30px;
	color: #fff;
}
.chanpnrjswz{
	float: left;
	width: 100%;
	font-size:16px;
	line-height:25px;
	color:#fff;
	margin-top:15px;
}
.chanpnrjsgd{
	float: left;
	width: 79%;
	background:url('../images/ck.jpg') no-repeat center center; 
	height:49px;
	margin-top:30px;
}
.chanpnrjsgd a{
	float: left;
	height:100%;
	width: 100%;
}
.chanpnrjsgd:hover{
	background:url('../images/ckh.png') no-repeat center center; 
}
.chanlb{
	float: left;
	width: 69%;
}
.chanlb ul li{
	float: left;
	width: 24%;
	margin-left:1%;
	height:232px;
	margin-bottom:15px;
}
.chanlb ul li a{
	float: left;
	width: 100%;
	height:100%; 
}
.chanlb ul li.chanp1{
	background:url('../images/fl1.jpg') no-repeat center center; 
}
.chanlb ul li.chanp2{
	background:url('../images/fl2.jpg') no-repeat center center; 
}
.chanlb ul li.chanp3{
	background:url('../images/fl3.jpg') no-repeat center center; 
}
.chanlb ul li.chanp4{
	background:url('../images/fl4.jpg') no-repeat center center; 
}
.chanlb ul li.chanp5{
	background:url('../images/fl5.jpg') no-repeat center center; 
}
.chanlb ul li.chanp6{
	background:url('../images/fl6.jpg') no-repeat center center; 
}
.chanlb ul li.chanp7{
	background:url('../images/fl7.jpg') no-repeat center center; 
}
.chanlb ul li.chanp8{
	background:url('../images/fl8.jpg') no-repeat center center; 
}
.chanlb ul li:hover.chanp1{
	background:url('../images/fl1h.jpg') no-repeat center center; 
}
.chanlb ul li:hover.chanp2{
	background:url('../images/fl2h.jpg') no-repeat center center; 
}
.chanlb ul li:hover.chanp3{
	background:url('../images/fl3h.jpg') no-repeat center center; 
}
.chanlb ul li:hover.chanp4{
	background:url('../images/fl4h.jpg') no-repeat center center; 
}
.chanlb ul li:hover.chanp5{
	background:url('../images/fl5h.jpg') no-repeat center center; 
}
.chanlb ul li:hover.chanp6{
	background:url('../images/fl6h.jpg') no-repeat center center; 
}
.chanlb ul li:hover.chanp7{
	background:url('../images/fl7h.jpg') no-repeat center center; 
}
.chanlb ul li:hover.chanp8{
	background:url('../images/fl8h.jpg') no-repeat center center; 
}
/***优势***/
.slide_two{
	max-width: 100%;
	height: auto;
	margin-top:20px;
	overflow: hidden;
	position: relative ;
	float: left ;
}
.slide_two ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: 微软雅黑;
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: 微软雅黑;	
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide_two ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide_two ul li{
	float: left;
	text-align: center;
}
.slide_two ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide_two .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide_two .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide_two .circle_btn button.active{
	background: rgba(167,167,167,.8);
}
/*****新闻***/
.xinwen{
	float: left;
	width: 100%;
	padding-top:60px;
	padding-bottom:70px;
}
.xinwenm{
	float: left;
	width: 100%;
	font-size:30px;
	color: #000;
	line-height:30px;
	font-weight:bold;
}
.xinwenm span{
	font-size:16px;
	color: #696969;
	font-weight:lighter;
}
.news{
	float: left;
	width: 100%;
	margin-top:30px;
}

.news1{
	float: left;
	width: 41%;
}
.nw-news {
	position: relative;
	font-size: 14px;
}
.nw-news a {
	display: block;
	color: #646464;
	float: left;
	width: calc((100% - 100px)/1);
	height: 362px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	transition: 600ms;
	-webkit-transition: 600ms;
	width: 490px;
}
.nw-news .pic {
	height: 100%;
	transition: 600ms;
	-webkit-transition: 600ms;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	background: #eee;
}
.nw-news .pic img {
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	position: absolute;
	transition: 600ms;
}
.nw-news a:hover .pic {
	transform: scale(1.09);
	-webkit-transform: scale(1.09);
}
.nw-news .txts_1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e70012;
	color: #fff;
	padding: 10px 5%;
	transition: 600ms;
	-webkit-transition: 600ms;
	font-size: 16px;
}
.nw-news .txts_1 .date {
	width: 25%;
	float: left;
}
.nw-news .txts_1 .tx {
	width: 75%;
	float: left;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.nw-news a:hover .txts_1 {
	bottom: -100%;
	opacity: 0;
}
.nw-news .txts_2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background: rgba(0, 0, 0, 0.57);
	color: #e6e6e6;
	padding: 10% 10% 10% 10%;
	overflow: hidden;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0;
	display: none\9;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.nw-news .txts_2 .date {
	position: absolute;
	bottom: 15%;
	left: 10%;
}
.nw-news .txts_2 .ti {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 10px;
	font-size: 20px;
}
.nw-news .txts_2 .tx {
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	padding-top: 5px;
	text-align: justify;
}
.nw-news .txts_2 .arrow {
	width: 12%;
	height: 10px;
	background: url(../images/CgI9F1i_cRGEdyGUAAAAAMSNXdI318.png) no-repeat left center;
	position: absolute;
	right: 0;
	bottom: 25px;
}
.nw-news a:hover .txts_2 {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	display: block\9;
}
.news2{
	float: right;
	width: 55%;
}
.news2 ul li{
	float: left;
	width: 100%;
	border-bottom:1px #f0f0f0 solid;
	padding:0px 40px 34px 15px;
	margin-bottom:20px;
}
.news2 ul li a .newsnm{
	float: left;
	width: 100%;
	font-size:18px;
	color: #323232;
}
.news2 ul li a .newszy{
	float: left;
	width: 100%;
	color:#666666;
	font-size:14px;
	line-height:26px;
	margin-top:10px;
}
.news2 ul li a .newszy span{
	color:#969696
}
.news2 ul li:hover a .newsnm{
	color:#e70012;
}
/****底部***/
.foot{
	float: left;
	width: 100%;
	background:url('../images/db.jpg') repeat-x center top;
	padding-top:25px;
}
.footdbdh{
	float: left;
	width: 60%;
}
.footdbdh ul li{
	float: left;
	width: 20%;
	border-right:1px #555555 solid;
	min-height:242px;
	margin-left:5%;
}
.footdbdh ul li a{
	font-size:16px;
	color: #A9A9A9;
}
.footdbdh ul li ul{
	float: left;
	width: 100%;
	margin-top:5px;
}
.footdbdh ul li ul li{
	float: left;
	width: 100%;
	border-right:none;
	min-height: inherit;
	line-height:25px;
	margin-left:0px;
}
.footdbdh ul li ul li a{
	font-size:14px;
	color: #808080;
}
.dblxfs{
	float:right;
	width: 36%;
	font-size:14px;
	color: #707070;
	line-height:25px;
}
.dblxfs span{
	font-size:16px;
	color:#A9A9A9;
}
.bqsy{
	float: left;
	width: 100%;
	margin-top:5px;
}
.bqsy1{
	float: left;
	width: 29%;
	font-size:14px;
	color: #707070;
	line-height:76px;
	margin-left:10%;
}
.bqsy2{
	float: right;
	width: 44%;
	font-size:14px;
	color: #707070;
	line-height:76px;
	margin-right:10%;
}
.bqsy2 a{
	font-size:14px;
	color: #707070;
}
/****内页****/
.neye{
	float: left;
	width: 100%;
}
.common-padd {
	margin: 0 auto;
}
.product-list li {
	width: 31%;
	float: left;
	margin: 10px;
}
.product-list li figure {
	background-color: #eee;
	display: block;
	line-height: normal;
	overflow: hidden;
	position: relative;
}
.product-list li figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 424ms linear;
}
.product-list li figcaption {
	display: block;
	color: #5d5d5d;
	font-size: 14px;
	line-height: normal;
	margin-top: 14px;
	transition: 350ms;
}
.product-box .product-down {
	float: left;
}
.product-list li figure mark {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(1,73,157,0.2);
	background: #eb6123\9;
	filter: alpha(opacity=20);
	z-index: 20;
	opacity: 0;
	transform: skewX(45deg);
	visibility: hidden;
	transition: 360ms;
}
.product-list li figure mark b {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: -23px;
	z-index: 30;
}
.product-list li figure mark b:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #01499d;
	position: absolute;
	left: 0;
	top: 23px;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
}
.product-list li figure mark b:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #01499d;
	position: absolute;
	left: 23px;
	top: 0;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
}
.product-list li figure mark:before {
	content: "";
	width: 100%;
	height: 0%;
	border-left: 3px solid #01499d;
	border-right: 3px solid #01499d;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}
.product-list li figure mark:after {
	content: "";
	width: 0%;
	height: 100%;
	border-top: 3px solid #01499d;
	border-bottom: 3px solid #01499d;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}
.product-list li:hover figure mark {
	opacity: 1;
	transform: skewX(0);
	visibility: visible;
}
.product-list li:hover figure mark:before {
	height: 100%;
	transition: 330ms 200ms;
}
.product-list li:hover figure mark:after {
	width: 100%;
	transition: 330ms 200ms;
}
.product-list li:hover figure img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.product-list li:hover figure mark b:before {
	transition: 355ms 180ms;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}
.product-list li:hover figure mark b:after {
	transition: 355ms 240ms;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.product-list li:hover figcaption {
	color: #01499d;
}









.pagination-wrapper1 {
	margin: 20px 0;float:left;
}
.pagination1 {
	height: 34px;
	text-align: center;
}
.pagination1 li {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #333;

}
.pagination1 li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 0 8px;
}
.pagination1 li a:hover {
	background: #1f96ef;
	color: #fff;
	
}
.pagination1 li.thisclass {
	background: #1f96ef;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.pagination1 li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #971b21;
	color: #fff;
	cursor: default;
}
.footer_nav{
	display: none ;
	background:#30343f;
}
.foot_nav{ width:33%; float:left;text-align:center; line-height: 28px;} 

.foot_nav a{color:#fff;display:block; font-size: 16px;}
.foot_nav a:hover {
	color: #fff;
}

.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}

.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.foot_nav span img{
	width: 25%;
}


@media screen and (max-width: 800px) {
.navbar-brand{
	width: 80%;
}
	.navbar-toggle {
		border: 1px solid rgb(255, 255, 255);
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-nav {
		float: none;
		margin-top: 2em;
		text-align: center;
		margin: 0;
	}
	.navbar-top {
		position: relative;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0;
		width: 100%;
		z-index: 99;
		position: absolute;
		background: hsla(0, 0%, 0%, 0.75);
	}
	ul.nav.navbar-nav li a {
		margin: 1em 0;
	}
	.w3-button {
		width: 33%;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	.callbacks_tabs {
		left: 41%;
		top: 80%;
	}
	.services-icon-info p {
		margin: 1em auto 0;
		line-height: 1.8em;
		width: 70%;
	}
	.services-right-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.gallery-grids-left {
		width: 50%;
		float: left;
	}
	.g-captn {
		width: 321px;
		height: 185px;
	}
	.g-captn h4 {
		font-size: 1.5em;
		margin: 2em 0 0 0;
	}
	.w3ls-button a,
	.w3l-button a,
	.w3ls-about-left a {
		padding: .2em 1.4em;
	}
	.contact input[type=text], .contact input[type=email], .contact textarea {
		width: 100%;
		float: none;
	}
	.contact-right.agileits-w3layouts {
		float: none;
		padding: 0;
		margin-bottom: 0.5em;
	}
	.free_agile_consultaion_img {
		min-height: 507px;
	}
	ul.nav.navbar-nav li a {
		font-size: .9em;
		line-height: 20px;
		color: #fff;
	}
	.container_sp{
	width: auto ;
}
.menu{
	display: none;
}
.toplogo{
	width:34%;
}
.gqdm{
	width:25%;
	margin-top:13px;
}
.yuyansz{
	top:9px;
}
.name{
	padding:0px 15px;
}
.chanpnrjs{
	width: 100%;
	padding: 37px 20px 78px 20px;
}
.chanlb{
	width: 100%;
	margin-top:15px;
}
.chanlb ul li{
	width:48%;
	height:200px;
}
.nw-news a{
	width:100%;
	height:270px;
}
.news1{
	width:100%;
}
.xinwenm{
	padding:0px 15px;
}
.nw-news .txts_1 .date{
	display: none;
}
.nw-news .txts_1 .tx{
	width: 100%;
}
.news2{
	width: 100%;
	margin-top:15px;
}
.footdbdh{
	display: none;
}
.dblxfs{
	width: 100%;
	padding:0px 15px;
}
.bqsy1{
	width: 100%;
	line-height:25px;
	text-align: center;
	margin-left:0px;
}
.bqsy2{
	width: 100%;
	line-height:25px;
	text-align: center;
	margin-right:0px;
}
.foot{
	padding-bottom:70px;
}
  .navbar{ margin:0px; border:none;}

      .navbar-default .navbar-brand {color: #fff; font-size: 16px;}

      .navbar-default .navbar-brand:hover,

      .navbar-default .navbar-brand:focus {color: #fff;}

      .navbar-toggle{border:none;}

      .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}

      .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {

        background-color:  #FF2828;

      }

      .navbar-default .navbar-toggle .icon-bar{background-color: #fff;}

      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;}

      .navbar-default .navbar-nav > li {}

      .navbar-default .navbar-nav > li:last-child{border: none;}

      .navbar-default .navbar-nav > li > a,

      .navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #fff;}

      .navbar-default .navbar-nav > li > a:hover,

       .navbar-default .navbar-nav > li > a:focus,

       .navbar-default .navbar-nav > .active > a, 

       .navbar-default .navbar-nav > .active > a:hover, 

       .navbar-default .navbar-nav > .active > a:focus,

       .navbar-default .navbar-nav > .open > a, 

       .navbar-default .navbar-nav > .open > a:hover, 

       .navbar-default .navbar-nav > .open > a:focus,

       .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{

        background-color:  #800000; color: #fff;}

	.footer_nav{ display: block ;}
}






