.container{
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/index.jpg") no-repeat;
    background-size: cover;
}
.box{
    width: 86%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px #939393;
    overflow: hidden;
    margin-bottom: 20px;
}
.box.mt{
    margin-top: 1rem;
}
.box.abs{
    margin: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
}
.title {
    width: 100%;
    height: auto;
    padding: 15px 6%;
    font-size: 16px;
    color: #fff;
    background: #f49d1a;
}
.info {
    width: 100%;
    height: auto;
    padding: 15px 6%;
    color: #333333;
    font-size: 14px;
}
.info>p {
    text-indent: 2em;
    text-align: justify;
}
.info>h2 {
    font-size: 16px;
}
.info a.click {
    display: block;
    text-align: right;
    padding: 10px 0;
    color: #f49d1a;
}
.info .more {
    display: none;
}
.info .more.on{
    display: block;
}
.info .more>p{
    text-indent: 2em;
    text-align: justify;
}
ul.loclist li{
    width: 100%;
    height: auto;
    background: url(../images/loclist.png) no-repeat right center;
    margin-bottom: 10px;
    background-size: auto 20px;
    padding: 10px 18px 10px 0;
    border-bottom: 1px solid #ccc;
}
ul.loclist li a {
    display: block;
    color: #333;
}
.aboutback {
    width: 100%;
    height: auto;
    text-align: right;
    color: #333;
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
}
.aboutback img {
    vertical-align: middle;
    margin-right: 5px;
    width: 15px;
    display: inline;
}
.aboutjob {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #f59e1c;
    border-radius: 2px;
    display: block;
    text-shadow: 0 1px 1px #d28718;
}
.pageli {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}
.pageli span {
    color: #f49d1a;
}
.page {
    width: 100%;
    clear: both;
}
.page a {
    width: 45%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #f59e1c;
    border-radius: 2px;
    display: block;
    text-shadow: 0 1px 1px #d28718;
    float: left;
}
.page a.prev {
    background: #666;
    text-shadow: 0 1px 1px #333;
}
.page a.next,.page a:last-child{
    float: right;
}
.company {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #ff9900;
    font-weight: bold;
}
.jobInfo{
    text-align: justify;
    word-wrap : break-word;
    word-break : break-all;
}
.jobInfo>p{
    padding-bottom: 5px;
}

.sharemsk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10002;
    display: none;
}
.sharepic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
}
.sharepic img {
    width: 100%;
    height: auto;
}
.sharemsk.on{
    display: block;
}

.searchbox p {
    text-indent: 0;
    height: 35px;
    padding: 1% 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
}
.searchbox select {
    padding: 0 35px 0 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border-radius: 2px;
    background: url(../images/search-select.png) no-repeat right center;
    background-size: 100% 100%;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #999;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #ccc;
}
.searchbox input {
    padding: 0 35px 0 8px;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border-radius: 2px;
    background: url(../images/search-input.png) no-repeat right center;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #999;
    font-size: 14px;
    line-height: 36px;
    background-size: 100% 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
