body {
	background:#CC0200;
	color: #69606b;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
	font-family: 'Raleway', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

li {
	list-style: none
}


a {
	outline: none;
	color: #950008;
	text-decoration: none;
}

a:hover, a:focus {
	color: #69606b;
}

.main{
	width:100%;
	height:937px;
	background:#CC0200 url(bjhr_bg1.jpg) no-repeat center top;
}

.main .nav{
	width:1280px;
	margin-left: 400px;
    padding-top: 60px;
}
.main .nav li{
	float:left;
	width:281px;
	height:99px;
	margin-right:50px;
	color:#950008;
	background:url(bjhr_nav1.png) no-repeat center top;
}
.main .nav .active{
	background:url(bjhr_nav2.png) no-repeat center top;
}
.main .nav .active a{
	color:#FBC547;}
.main .nav li:nth-last-child(1){margin-right:0px;}
.main .nav li span{margin-left:80px;height:99px;line-height:99px;font-size:32px;}

.main .solang{
	width:1600px;
	margin-left: 250px;
	
}
.main .solang ul{margin-top:130px;}
.main .solang li{
	float:left;
	width:240px;
	height:55px;
	color:#FBC547;
	margin-right:30px;
	font-size:32px;
	background:url(bjhr_solang2.png) no-repeat center top;
}
.main .solang li:nth-last-child(1){margin-right:0px;}
.main .solang .active{
	color:#FBC547;
	background:url(bjhr_solang1.png) no-repeat center top;
}
.main .solang li span{margin-left:70px;height:55px;line-height:55px;}

.main .solang li a{color:#FBC547;}
.main .people{
	margin-left: 220px;
	margin-top:200px;
	width:1640px;
	height:470px;
	border-radius:10px;
	background:rgba(250, 226, 120,0.8);
}

.main .people .name {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9;
    width: 230px;
	height:50px;
	line-height:50px;
    font-size: 20px;
    color:#FBC547;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
	background:rgba(0, 0, 0,0.5);
}

.main .arrow{
	margin-left: 220px;
	width:1574px;
	height:39px;
	background:url(bjhr_2-9.png) no-repeat center top;
}
.main .quan{
	width:1600px;
	margin-left: 250px;
	margin-top:15px;
}
.main .quan li {
	float:left;
	color:#950008;
	font-size:32px;
	width:125px;
	height:123px;
	margin-right:30px;
	background:url(bjhr_2-1.png) no-repeat center top;
	
}
.main .quan li span{padding-left:25px;line-height:123px;}


#owl{
	padding-top:70px;
	padding-left:70px;
}