@charset "UTF-8";

#recruit{
    text-align:center;
    line-height:30px;
    letter-spacing:0.12em;
    font-size:14px;
    color: #333;
    width:100%;
    margin:100px auto 300px;
}
#recruit a {
    color: #8b0008;
}

#styleJob {
    width:872px;
    margin:0 auto 65px;
}
#styleJob li a {
    float:left;
    display: block;
    position:relative;
    width:376px;
    height: 65px;
    margin:0 30px 15px;
    background-color: #f0f0f0;
    line-height:68px;
    color:#104089;
    font-size:20px;
    font-weight:normal;
    border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
    cursor: pointer;
    text-indent:-0.5em;
}
#styleJob li a:after {
    display: block;
    content:"";
    position:absolute;
    right:20px;
    top: 50%;
    width:12px;
    height: 12px;
    margin: -6px 0 0 0;
    border-top:solid 1px #333;
    border-right:solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform:rotate(45deg);
}
#styleJob li a:hover {
    background-color: #104089;
    color: #fff;
}
#recruit .btn a {
    display: block;
    position:relative;
    width:275px;
    height: 54px;
    margin:60px auto 180px;
    background-color: #2b9197;
    line-height:59px;
    color:#fff;
    font-size:18px;
    font-weight:normal;
    border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
    cursor: pointer;
    text-indent:-0.5em;
}
#recruit .btn a:after {
    display: block;
    content:"";
    position:absolute;
    right:20px;
    top: 50%;
    width:0;
    height: 0;
    margin: -3px 0 0 0;
    border-top:solid 10px #fff;
    border-left:solid 10px transparent;
    -webkit-transform: rotate(45deg);
    transform:rotate(45deg);
}
#recruit .btn a:hover {
    background-color: #2b5697;
}
#recruit .btn a {
    color: #fff;
    top: 0;
    left:0;
}

#recruit h1 {
    width: 950px;
    height: 194px;
    margin: 0px auto 100px;
    background: url(../images/recruit_title1.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.firstText p {
    margin-bottom: 46px;
}
.firstText h5 {
    letter-spacing:0.2em;
    font-size:18px;
    margin-bottom: 60px;
}

div.textBox {
    width:950px;
    height: 213px;
    position:relative;
    margin: 100px auto;
    background:url(../images/bg1.png) 0 0 no-repeat;
}
div.textBox h5 {
    position:absolute;;
    width:386px;
    height: 72px;
    font-size:22px;
    line-height:36px;
    top: 70.5px;
}
div.textBox p {
    position:absolute;
    width: 564px;
    height: 90px;
    top: 61.5px;
    right: 0;
}
#melit {
    width:950px;
    height: 260px;
    text-align: left;
    margin:0 auto;
}
    #melit dl {
        width:415px;
        height: 260px;
    }
    #melit dt {
        font-size:22px;
        font-weight:bold;
        color: #104089;
        margin:5px 0 15px;
    }
        #stepUp {
            float:left;
            background: url(../images/merit1.png)277px 0 no-repeat;
            background-size:138px 136px;

        }
        #athome {
            float:right;
            background: url(../images/merit2.png)277px 0 no-repeat;
            background-size:138px 136px;
        }

#recruit h3 {
    width:950px;
    font-size:30px;
    text-align:left;
    text-indent:1em;
    color: #104089;
    border-left:6px solid #104089;
    border-bottom:1px solid #999;
    margin:150px auto 90px;
    padding-top: 10px;
}
#recruit h3 span {
    display: block;
    font-size:18px;
    color: #494949;
    margin-bottom: 5px;
}

#recruit h4 {
    width:950px;
    height:40px;
    margin:0 auto;
    line-height:44px;
    font-size:22px;
    color: #fff;
    background-color: #2b5697;
    text-align:left;
    text-indent:1.6em;
}

.tableConts {
    display: table;
    width:950px;
    margin:0 auto;
    overflow: hidden;
}
.tableConts dl {
    width:100%;
    display: table-row;
}
.tableConts dt {
    width:170px;
    background-color: #eaf2fd;
    color: #2b5697;
    display: table-cell;
    vertical-align: middle;
    background-clip:padding-box;
    border-bottom:3px solid #fff;
    padding:15px;
}
.tableConts dd {
    display: table-cell;
    vertical-align: middle;
    width:714px;
    background-color: #f8f8f8;
    background-clip:padding-box;
    border-bottom:3px solid #fff;
    border-left:3px solid #fff;
    padding:18px;
    text-align:left;
}
.tableConts ul {
    margin: 24px 0 40px;
}
.tableConts li {
    margin: 4px 0;
}
.topicWork {
    width: 662px;
    background-color:#ECECE1;
    border-radius:10px;
    padding: 10px 10px 10px 40px;
}

#staffMessage {
    width:800px;
    margin:0 auto;
    display: table;
}
#staffMessage dl {
    display: table-row;
    width:100%;
    height:110px;
}

#staffMessage dt {
    display: table-cell;
    width:230px;
    vertical-align:middle;
    background-clip:padding-box;
    border-bottom:40px solid #fff;
}
#staffMessage dd {
    width:515px;
    text-align:left;
    padding:15px 15px 15px 30px;
    display: table-cell;
    vertical-align:middle;
    background-clip:padding-box;
    border-bottom:40px solid #fff;
}
#staffMessage dt p {
    width:100%;
    height:90px;
    background-color: #eaf2fd;
    color: #333;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position:relative;
}
#staffMessage dt p>span {
    display: block;
position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#ceoMessage {
    width: 900px;
    margin:0 auto;
}
#ceoImg {
    width:261px;
    margin-top: 5px;
    float:left;
}
#ceoTxt {
    width:620px;
    float:right;
    text-align:left;
}






