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_bg3.png) no-repeat center top;
}

.main .solang{
	width:1600px;
	margin-left: 250px;
	
}
.main .solang ul{padding-top:50px;}
.main .solang li{
	float:left;
	width:240px;
	height:55px;
	color:#FBC547;
	margin-right:20px;
	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:80px;
	width:1580px;
	height:640px;
	border-radius:10px;
	background:rgba(250, 226, 120,0.8);
}

.main .people .list{
    position: relative;
    width: 100%;
	margin-left:50px;
	padding-top:10px;
}
.main .people .list a{float:left;width:230px;height:300px;margin-bottom:20px;margin-right:80px;}

.main .people .list a:nth-child(5),.main .people .list a:nth-child(10){margin-right:0px;}

.main .people .list .name {
    position: relative;
    bottom: 59px;
    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: 220px;
}
.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{line-height:123px;}


.scrollBox{ width:1520px; height:125px;position:relative;}
.scrollBox .ohbox{overflow:hidden; position:relative;width:1520px;left:0; top:0px;}
.scrollBox .piclist{ overflow:hidden; zoom:1;width:1500px;}
.scrollBox .piclist li{float:left; display:inline; width:125px;text-align:center;cursor:pointer}

.scrollBox .pageBtn {width:1520px; position:absolute;top:0px; left:0;}
.scrollBox .pageBtn span{display:block;width:43px;height:33px;position:absolute;top:0px;cursor:pointer;overflow:hidden; }
.scrollBox .pageBtn .prev{left:-80px; top:45px;background:url(bjhr_prev.png) no-repeat;}
.scrollBox .pageBtn .next{right:-80px; top:45px;background:url(bjhr_next.png) no-repeat}
.scrollBox .pageBtn .list{overflow:hidden;zoom:1;display:none;}