/* 关于我们 */

.inbanner {
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
}
.inbanner > img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    width: 1920px;
    height: 100%;
    z-index: 0;
}
.inbanner .cer {
    height: 100%;
    position: relative;
    text-align: center;
}
.ibcatein {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 1;
    margin-top: -58px;
    color: #fff;
    padding-bottom: 24px;
}
.ibcatein .cn {
    font-size: 28px;
    line-height: 46px;
}
.ibcatein .en {
    font-size: 34px;
    line-height: 46px;
    font-family: 'arial';
    text-transform: uppercase;
}
.ibcatein:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 40px;
    height: 5px;
    margin-left: -20px;
    background-color: #fff;
}


.main{
	width:100%;
	background-color:#f7f7f7;
	padding:60px 0;
}
.center_box {
    background:#fff;
	overflow:hidden;
	padding:40px;
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.rclnl {
	width:30%;
}
.rclnr {
    width:65%;
}
.rclnrn {
    width: 100%;
    padding: 25px 0 13px 0;
}
.rclnrnt {
    font-size: 24px;
    color: #0ca967;
    font-weight: bold;
}
.rclnrnb {
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}
.main1{
	width:100%;
	margin:60px 0;
}
.sHr-list .dt {
    background-color:#0b9058;
    color: #fff;
	border-radius: 5px;
	height:68px;
	line-height:68px;
}
.sHr-list .td {
	width:19.7%;
	font-size:18px;
    position: relative;
    display: inline-block;
    text-align: center;
}
.sHr-list .item {
    position: relative;
	width: 100%;
    border-bottom: #efefef solid 1px;
	background:#fff;
}
.sHr-list .item .td{
	line-height:68px;
	font-size:16px;
}
.sHr-list .item.show .show-text {
    background-color: #f4f4fa;
}
.sHr-list .item .rec-con {
    display: none;
}


.sHr-list .item .rec-con .imax {
    padding:40px;
    font-size: 14px;
    line-height: 1.8;
}

.sHr-list .item.show .rec-con {
	display:block;
    min-height: auto;
    height: auto;
}

