
@charset "utf-8";
@import "common.css";

/** index
========================================*/
/* secIndexHero */
.secIndexHero{
	width: 980px;
	margin: 0 auto 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding-left: 42px;
	box-sizing: border-box;
}
.secIndexHero .boxTxt{
	width: 300px;
	padding: 30px 0;
}
.secIndexHero .tit{
	font-size: 35px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 3px;
}
.secIndexHero .txt{
	font-size: 13px;
	line-height: 1.85;
	color: #fff;
	margin-top: 10px;
}

/*--( secAnchor )--*/
.index .secAnchor{
	width:980px;
	overflow:hidden;
}
.index .secAnchor ul{
	width:996px;
	padding:0 0 14px;
}
.index .secAnchor li{
	display:table;
	width:150px;
	height:70px;
	float:left;
	margin:0 16px 16px 0;
}
.index .secAnchor a{
	display:table-cell;
	width:100%;
	height:70px;
	background:#39c;
	-webkit-box-shadow: 0 -4px 0 #2E89B7 inset;
	box-shadow: 0 -4px 0 #2E89B7 inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	vertical-align:middle;
	font-size:15px;
	line-height:120%;
	color:#fff;
	text-decoration:none;
}
.index .secAnchor a:hover{ background:#5CADD6; }
.index .secAnchor a span{
	display:inline-block;
	max-width:140px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

/*--( secListRoom )--*/
.blockTitRoom{
	display:table;
	width:100%;
	height:50px;
	margin:0 0 23px;
}
.blockTitRoom .titArea{
	display:table-cell;
	width:110px;
	padding:0 10px;
	font-size:14px;
	background:#39c;
	color:#fff;
	line-height:120%;
	text-align:center;
	vertical-align:middle;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-ms-border-radius:4px 0 0 4px;
	-o-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}
.blockTitRoom .titRoom{
	display:table-cell;
	box-sizing:border-box;
	width:850px;
	background:#F5F4F1;
	border:1px solid #CAC5AE;
	border-left:none;
	font-size:18px;
	font-weight:normal;
	line-height:120%;
	padding:0 20px 0 22px;
	color:#39c;
	vertical-align:middle;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-ms-border-radius:0 4px 4px 0;
	-o-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}
.secListRoom .wrapperList{ overflow:hidden; }
.secListRoom .wrapperList ul{
	width:1026px;
	padding:0 0 54px;
}
.secListRoom .listStaff{
	width:210px;
	float:left;
	margin:0 46px 46px 0;
}
.secListRoom .listStaff .titArea{
	box-sizing:border-box;
	height:36px;
	padding:11px 0 0;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#37342D;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.secListRoom .listStaff .wrapperData{
	padding:15px 15px 18px;
	background:#EAE8DF;
}
.secListRoom .listStaff .imgFrame{
	display:block;
	width:170px;
	height:180px;
	padding:4px;
	margin:0 0 10px;
	background:#fff;
	border:1px solid #CAC5AE;
}
.secListRoom .listStaff .txtPosition{
	font-size:14px;
	height:14px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0 0 7px;
}
.secListRoom .listStaff .txtName{
	font-size:18px;
	color:#09c;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0 0 15px;
}
.secListRoom .listStaff .btnCommon01{
	width:180px;
	height:36px;
}

/** details
========================================*/
.details .secDetails{
	width:920px;
	padding:30px 29px;
	font-family:Verdana;
	background:#F8F7F3;
	border:1px solid #DCD9C9;
}
.details .secData{
	margin:0 0 41px;
}
.details .secData .imgFrame{
	width:280px;
	height:300px;
	padding:9px;
	background:#fff;
	border:1px solid #CAC5AE;
	float:left;
}
.details .blockData{
	width:580px;
	float:right;
}
.details .blockName{
    display:table;
    width:100%;
    height:50px;
    background:#37342D;
    margin:0 0 22px;
}
.details .blockName .bgKey{
    display:table-cell;
    width:5px;
}
.details .blockName .tit{
    display:table-cell;
    width:448px;
    padding:0 11px;
    font-size:22px;
    line-height:120%;
    color:#fff;
    vertical-align:middle;
}
.details .blockName .txtArea{
    display:table-cell;
    padding:0 10px 0 0;
    text-align:right;
    vertical-align:middle;
}
.details .blockName .txtArea span{
    display:inline-block;
    color:#fff;
    padding:6px;
    border:1px solid #696762;
    text-align:left;
}
.details .blockData .txtPosition{
	font-size:16px;
	line-height:120%;
	margin:0 0 13px;
}
.details .blockData .txtName{
	font-size:30px;
	color:#f60;
	margin:0 0 24px;
}
.details .tableData{
	font-size:15px;
}
.details .tableData th{
	width:140px;
	text-align:left;
	font-weight:normal;
	padding:0 0 0 2px;
	color:#39c;
	border-top:1px solid #DCD9C9;
	border-bottom:1px solid #DCD9C9;
	white-space:nowrap;
}
.details .tableData td{
	font-size:15px;
	line-height:120%;
	padding:10px 10px 11px;
	border-top:1px solid #DCD9C9;
	border-bottom:1px solid #DCD9C9;
}
.details .secDetails .secInterview{
	width:910px;
	background:#fff;
}
.details .secDetails .secJob{
	border:5px solid #f36;
	margin:0 0 30px;
}
.details .secDetails .secCustomer{ border:5px solid #39c; }
.details .secInterview .titSec{
	padding:7px 0 0 10px;
	width:235px;
	height:38px;
	margin:0 0 14px;
}
.details .secJob .titSec{ background:#f36; }
.details .secCustomer .titSec{ background:#39c; }
.details .secInterview .titInterview{
	width:876px;
	margin:0 auto 7px;
}
.details .secInterview .txtInterview{
	width:876px;
	margin:0 auto 23px;
	font-size:15px;
	line-height:22px;
	padding:0 2px 22px;
	border-bottom:1px solid #DCD9C9;
}
.details .secJob .txtInterview:last-child{
	margin:0 auto;
	border:none;
}
.details .secCustomer .txtInterview{
	margin:0 auto;
	border:none;
}
.details .btnCommon02{
	width:300px;
	height:70px;
	margin:50px auto 23px;
	font-size:17px;
}
