


.subcenter{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
	/* -webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s; */
}
.subcenter2{
	padding: 50px 5%;
	background: #f5f5f5;
	position: relative;
	margin: 0 auto 60px auto;
}
.subcenter:after,
.subcenter2:after,
.renc_one:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*人才理念+人才培养*/
.renc_one{
	width: 100%;
	position: relative;
}
.renc_one .renc_onel,
.renc_one .renc_oner{
	float: left;
	width: 47%;
	position: relative;
}
.renc_one .renc_oner{float: right;}
.renc_one .title{
	width: 100%;
	padding: 10px 0 0 90px;
	position: relative;
}
.renc_one .title>i{
	display: block;
	width: 75px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75px 60px;
	-webkit-background-size: 75px 60px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}
.renc_one .title>h1{
	font-size: 22px;
	color: #535353;
	font-weight: normal;
	line-height: 1.5em;
}
.renc_one .title>p{
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
}
.renc_one .renc_onel .title>i{
	background-image: url(../images/a26.png);
}
.renc_one .renc_oner .title>i{
	background-image: url(../images/a27.png);
}
.renc_one .box{
	width: 100%;
	margin: 25px 0;
	position: relative;
	max-height: 220px;
	word-wrap: break-word;
	word-break: normal; 
	overflow: hidden;
	padding: 0 15px 0 0;
}
.renc_one .box img{
	max-width: 100%;
}

/*四个模块*/
.renc_two{
	width: 100%;
	position: relative;
	padding: 30px 0;
}
.renc_two li{
	float: left;
	width: 24%;
	margin: 0 0 0 1.3%;
	position: relative;
	top: 0;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.renc_two li:first-child{
	margin: 0;
}
.renc_two li img{
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.renc_two li p{
	font-size: 20px;
	color: #6f7479;
	margin: 20px 0;
}
.renc_two li:hover{
	top: -20px;
}
.renc_two li:hover img{
	box-shadow: 0 0 15px #ccc;
}

.renc_threea{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.renc_threea>a{
	display: inline-block;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #6f7479;
	border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	margin: 0 10px;
}
.renc_threea>a.on{
	background: #1d2d61;
	color: #fff;
}
.renc_threea>a:hover{
	background: #1d2d61;
	color: #fff;
}

/*table*/
.renc_threeb{
	width: 100%;
	table-layout: fixed;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	color: #464650;
	margin: 30px 0 0 0;
	display: none;
}
.renc_threeb thead{
	background: #464650;
}
.renc_threeb thead tr th{
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: normal;
}
.renc_threeb th.th1{width: 20%;}
.renc_threeb th.th2{width: 25%;}
.renc_threeb tbody tr{
	border-top: 1px solid #f1f1f1;
}
.renc_threeb tbody tr:first-child{
	border-top: none;
}
.renc_threeb td{
	padding: 20px 10px;
}
.renc_threeb td>span,
.renc_threeb td>a>span{
	display: block;
	width: 100%;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.renc_threeb td a.a{
	color: #bd2315;
}
.renc_threeb td a.a:hover{
	text-decoration: underline;
}
.renc_threeb td>span.b:hover{
	color: #bd2315;
	text-decoration: underline;
}

.tab_bd{
	display: none;
}
.tab_bd>td{
	padding: 10px;
}
.tab_bdin{
	width: 100%;
	position: relative;
	background: #f5f5f5;
	padding: 3%;
	text-align: left;
}
.tab_bdin:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab_bdin>ul.top{
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ededed;
}
.tab_bdin>ul.top:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab_bdin>ul.top li{
	float: left;
	width: 25%;
	font-size: 16px;
	color: #464650;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}
.tab_bdin>div.bottom{
	width: 100%;
	position: relative;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ededed;	
}
.tab_bdin>div.bottom:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab_bdin>div.bottom div{
	float: left;
	width: 50%;
	word-wrap: break-word;
	word-break: normal;
	height: 300px;
	overflow: hidden;
}
.tab_bdin>div.bottom div.inleft{
	padding: 0 5% 0 0;
	border-right: 1px solid #ededed;
}
.tab_bdin>div.bottom div.inright{
	padding: 0 0 0 5%;
}
.tab_bdin>div.bottom div h1.a{
	font-size: 22px;
	color: #464650;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.tab_bdin>div.bottom div p.b{
	font-size: 14px;
	color: #888786;
	line-height: 2em;
}
.tab_bdin>div.footer{
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	position: relative;
	overflow: hidden;
}
.tab_bdin>div.footer h2{
	display: block;
	float: left;
	height: 56px;
	width: 100px;
	background: #bd2315;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 56px;
	cursor: pointer;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.tab_bdin>div.footer h2:hover{
	background: #333;
	color: #fff;
}
.tab_bdin>div.footer h3{
	font-size: 16px;
	color: #67676e;
	line-height: 1.5em;
	padding-top: 16px;
	float: right;
	font-weight: normal;
	max-width: 70%;
	word-wrap: break-word;
	word-break: normal; 
	text-align: right;
}
.tab_bdin>div.footer h3:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab_bdin>div.footer h3 p{
	/*display:inline-block;*/
	vertical-align: top;
	position: relative;
	word-wrap: break-word;
	word-break: normal; 
	text-align: right;
	float: right;
}
.tab_bdin>div.footer h3 p em{
	position: absolute;
	height: 1.5em;
	top: 0;
	font-style: normal;
	width: 50px;
	text-align: center;
}
.tab_bdin>div.footer h3 p.a{
	padding: 0 0 0 50px;
}
.tab_bdin>div.footer h3 p.a em{
	left: 0;
}
.tab_bdin>div.footer h3 p.b{
	padding: 0 0 0 80px;
	background: url(../images/b29.png) 12px 3px no-repeat;
	background-size: 14px 18px;
	-webkit-background-size: 14px 18px;
	clear: both;
}
.tab_bdin>div.footer h3 p.b em{
	left: 30px;
}
@media screen and (max-width: 1200px){
	.tab_bdin>div.footer h3 p{
		max-width: 100%;
	}
	.tab_bdin>div.footer h3 p.a{
		padding: 0 0 0 80px;
	}
	.tab_bdin>div.footer h3 p.a em{
		left: 30px;
	}
}

/*弹出层*/
	.tan_bg{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 123456789;
		background: rgba(0,0,0,0.6);
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
		display: none;
	}
	.tan_box{
		width: 680px;
		height: 320px;
		background: #ffffff;
		position: fixed;
		left: 50%;
		z-index: 1234567890;
		top: 50%;
		margin: -160px 0 0 -340px;
		border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		overflow: hidden;
		display: none;
	}
	.tan_box h1{
		font-size: 28px;
		color: #333333;
		font-weight: normal;
		width: 100%;
		height: 80px;
		background: #e1e1e1;
		line-height: 80px;
		text-align: center;
	}
	.tan_box span{
		display: block;
		width: 100%;
		padding: 35px;
		border-bottom: 1px solid #ededed;
	}
	.tan_box span:after{
		content: "";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.tan_box span em,
	.tan_box span i{
		display: block;
		float: left;
		font-size: 18px;
		color: #333333;
		font-style: normal;
		line-height: 1.5em;
		width: 50%;
	}
	.tan_box span i{
		float: right;
		text-align: right;
	}
	.tan_box a{
		display: block;
		width: 195px;
		height: 58px;
		background: #bd2315;
		text-align: center;
		margin: 40px auto 0 auto;
		color: #fff;
		line-height: 58px;
		font-size: 24px;
	}


@media screen and (max-width: 1200px){
	.renc_threeb th.th1{width: 32%;}
	.renc_threeb th.th2{width: 35%;}
}
@media screen and (max-width: 960px){
	.subcenter{
		width: 96%;
	}
	.subcenter2{
		padding: 50px 2%;
	}
}
/*ipad*/
@media screen and (max-width: 768px){
	.renc_one .renc_onel, 
	.renc_one .renc_oner{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.renc_two li{
		width: 49%;
		margin: 0 0 2% 2%;
	}
	.renc_two li:nth-child(odd){
		margin: 0 0 2% 0;
	}
	.tab_bdin>div.bottom div{
		width: 100%;
		float: none;
	}
	.tab_bdin>div.bottom div.inleft,
	.tab_bdin>div.bottom div.inright{
		padding: 0;
		border: none;
	}
	.tab_bdin>div.bottom div.inright{
		padding: 20px 0 0 0;
	}
	.tan_box{
		width: 96%;
		margin: -160px 0 0 0;
		left: 2%;
	}
}





