body{
	font-family: 'Lato', sans-serif;
    font-weight: normal;
}
a{
	color: #000000;
	text-decoration: none;
}
ul{
	list-style: none;
}
h1,h2,h3{
	cursor: pointer;
}
tbody{
	cursor: pointer;
}
/*导航栏*/
.navbar{
	background: url(../images/backgroundimg.png) no-repeat right 0;
	border: 0;
	margin: 0;
}
.navbar a{
	position: relative;
	display: block;
}
.nav>.active>a{
	border-radius: 5px;
	color: #ffffff;
    background-color: #b6124a;
    font-size: 15px;
}
.navbar-default .navbar-nav > li > a {
  color: #797979;
  font-family: "Oswald",sans-serif;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #b6124a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #b6124a;
  font-size: 15px;
}
.container-fluid img{
	padding-top: 30px;
}
/*下拉菜单*/
.dropdown-menu{
	background: rgba(0,0,0,0.7);
}
.dropdown-menu>li>a{
	color: #ececec;
	font-size: 13px;
}
.dropdown-menu li a{
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
.secondary{
	border-top: 2px solid #b6124a;
	border-bottom: 2px solid #b6124a;
	height: 100px;
    min-height: 100px;
    padding-top: 0px;
    background: #181015 url(../images/banner1.jpg) 0px -56px no-repeat;
    background-size: auto;
    background-size: cover;
    text-align: left;
    background-size: initial;
}
.secondary h1{
	margin-top: 30px;
	font-weight: normal;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
}
.left1{
	padding: 0;
}
.right1{
	padding: 0;
}
.left{
	font-weight: normal;
    font-family: 'Oswald', sans-serif;
}
.right{
	font-weight: normal;
    font-family: 'Oswald', sans-serif;
    margin-left: 10px;
    margin-right: 10px;
}
.left h2{
	color: #000000;
	font-size: 3.0em;
	margin-left: 10px;
}
.left .ll{
	font-size: 1.5em;
	padding-left: 0;
	position: relative;
}
.left .ll .l{
	padding-left: 0;
	font-size: 0.7em;
	margin-left: 100px;
}
.left>.ll>li{
	float: left;
	margin: 5px 10px;
	min-width: 150px;
}
.left>.ll>.active1>a{
	color: #b6124a;
}
.right h3{
	color: #b6124a;
	font-size: 3.0em;
	margin-bottom: 30px;
}
.right .table tbody tr>td,th{
	border:1px solid #ececec;
	padding: 10px 10px;
}

.right tr{
	text-align: center;
}
.right th{
	text-align: center;
	font-size: 1.1em;
	background: #f7f7f7;
	height: 60px;
	line-height: 60px;
}
.right .line{
	
}
.firstRow{
	color: #000000;
	font-size: 1em;
	text-align: center;
}
.footer-1{
	background: #ececec;
	margin-top: 50px;
}
.footer-1 .container .text-center{
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-1 .container .text-center a{
	text-decoration: none;
}
.fa{
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #8c8c8c;
}
.footer-2{
	background: #222;
    padding: 15px 0;
    color: #aaa;
    font-size: 12px;
}
.panel{
	margin-bottom: 0px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
}
.panel-body{
	padding: 0px;
}
.footer-2 p{
	margin: 0;
    text-align: center;
}
.footer-2 a{
	padding: 4px 8px;
	color: #aaaaaa;
	font-size: 12px;
}