
.hea-titl{
	display: flex;
	position: relative;
	justify-content: center;
}

.home-title{
	
	width: 1280px;
	font-size: 18px;
	position: absolute;
	bottom:90px;
	
	

}

.home-title span{
	float: right;
	
}


.home-title a{

	display: inline-block;
	border: 1px solid #d98410;
	width: 135px;
	line-height: 35px;
	border-radius: 20px;
	text-align: center;
	color: #d98410;
}

.home-title .denglu{
	color: white;
	background:#c9022d;
	border: 1px solid #c9022d;
}

.home-title a:hover{
	text-decoration: none;
	border: 1px solid #d98410;
	background:#d98410;
	color: white;
}









.navbar-inverse{
  background-color: #c9022d;
  border: 0px;;
  border-radius: 0px;
}
.navbar{
  min-height: 44px;
}
.navigation{
  width: 1280px;
  margin: auto
}
.navigation li{
  border-radius: 0;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
  background-color: #0f0f0f;
}
.navbar-inverse li a{
  font-size: 16px;
}

.navigation > li > a:hover, .navigation > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #0f0f0f
}
.nav-pills li:hover{
  background-color: #0f0f0f;
}
.navigation li a{

  color: white;
}
.nav-pills > li + li{
  margin: 0px;
}
.navigation  li  a {
  border-left: 1px solid #DF0333;
  border-right: 1px solid #a40112;
  margin: 0px;
  padding:11px 50px
}

.carousel-indicators li {

  border: 1px solid #000000;
}
.carousel-indicators .active {

  background-color: #000000;
}
.container-fluid{
  padding-left: 0;
  padding-right: 0;
  margin:0 15px auto;
  min-width: 1280px;
}

.col-xs-12{
  padding: 0;
}
body{
  font-size: 16px;
  background-image: url("../images/background.png");
  font-family:"Microsoft YaHei";
}
.navigation  li  a{
  border-radius: 0px;
  margin: 0;
}
.navfristcut{
  width: 1px;height: 44px;border: 1px solid #a40112
}
.navlastcut {
  width: 1px;height: 44px;border: 1px solid #DF0333
}
