/*----------jobs----------*/
body{
    background-color: #fafafa;
}
.banner-wrapper{
    height:280px;
    background:#eee url("../images/banner_06_02.png")  no-repeat 50% center;
}
.banner-text{
    background-color: #fff;
    padding:15px 20px;
    margin-top:40px;
    opacity: 0.9;
}
.banner-text h4{
    color:#124395;
    font-weight: 700;
}
.banner-text p{
    color:#3f4048;
}
.banner-text a{
    color:#F1A121;
}

/*main*/
.main{
    margin-bottom: 50px;
}
.breadcrumb a{
    color:#007acc;
    font-weight: 700;
    font-size:16px;
    text-decoration: none;
}
.number{
    padding:30px;
    font-weight: 700;
    color: #3F4048;
    font-size: 20px;
    line-height: 29px;
}
.job-title{
    padding-left:15px;
    padding-top:15px;
    font-weight: 700;
    color: #3F4048;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    margin-bottom:15px;
}
.category {
    display: none;
    background-color: #fff;
    border-top: 2px solid #124395;

}
@media (min-width: 992px){
    .category{
        /*margin-left:15px;*/
        display: block;
    }
}
.category .title{
    padding: 18px;
    font-size: 18px;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 700;
    color: #3F4048;
}
.category .title .fa{
    padding-right:8px;
}
.single-wrapper li{
    border-bottom: 1px solid #f5f5f5;
    padding:13px 24px;
    font-weight: 400;
    color: #3F4048;
    font-size: 15px;
}
.single-wrapper li.option a{
    color: #124395;
    font-family: 'Roboto',"Microsoft YaHei",Arial,sans-serif;
}
.single-job{
    background-color: #fff;
    margin-bottom: 20px;
}
.single-title{
    box-shadow:2px 2px 2px #888888;
    padding:0 30px;
    background-color: #007acc;
    font-size: 16px;
    line-height: 45px;
    min-width:320px;
    color:#fff;
}
.job-top{
    margin:0 30px;
    border-bottom: 1px solid #E3E5EA;
    position: relative;
}
.job-middle{
    margin:0 30px;
    color:#706F6F;
    font-size:13px;
}
.job-middle .content{
    padding-left:19px;
    padding-top: 15px;
    line-height: 25px;
}
.job-middle .format{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
.job-middle .tabs li{
    margin: 15px 10px 5px 0;
}
.job-middle .tabs li .fa{
    margin-right:15px;
}
.job-top span{
    padding: 20px 0;
    width:80%;
}
.job-top span a{
    color:#3F4048;
    font-size:18px;
    font-weight:700;
    text-decoration: none;
}
.job-top .pic{
    max-width:100px;
    position: absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}
.check-in{
    background-color: #F1A121;
    transition: background-color 0.5s;
    color: #FFFFFF;
    font-family: 'Roboto Condensed',"Microsoft YaHei",Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    margin-left:20px;
}
.check-in:hover{
    background-color: #E19400;
    color:#fff;
    text-decoration: none;
}
.job-bottom{
    padding:0 30px 20px 30px;
}
.job-bottom .save{
    font-size: 16px;
    font-weight: 700;
    color: #124395;
}
.job-bottom .save i{
    padding-right:15px;
}
.about-content{
    background-color: #fff;
    padding:10px 30px 30px;
    margin-bottom:80px;
}
.about-content .title{
    margin-bottom:30px;
}
.about-content .title-text{
    font-weight: 700;
    color: #3F4048;
    text-align: left;
    font-size: 24px;
    float:left;
    width:75%;
}
.about-content .title-logo{
    width:25%;
    float:right;
    font-size: 24px;
}
.about-content p{
    font-weight: 400;
    font-size:16px;
    line-height:23px;
    margin-bottom:20px;
    color:#3B454C;
}
.about-content ul{
    font-weight: 400;
    color:#3B454C;
    padding-left:20px;
}
.about-content ul li{
    line-height: 1.8;
    font-size:16px;
}
.advice-title{
    color: #3F4048;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.single-advice{
    padding:20px;
    background-color: #fff;
    height:257px;
    margin-bottom:35px;
}
.advice-logo{
    width:120px;
    margin:10px 0;
}
.advice-company{
    color: #706F6F;
    font-size: 15px;
    font-family: 'Roboto Condensed',"Microsoft YaHei",Arial,sans-serif;
    line-height: 20px;
    margin-bottom: 15px;
}
.advice-text{
    color:#9b9b9b;
    font-size: 15px;
    font-style:italic;
}
.advice-text:before,.advice-text:after{
    content:'"';
    color:#9b9b9b;
}
.main-nav{
    position: relative;
    top:-49px;
}
.main-nav li{
    width:49.8%;
    text-align: center;
    margin-top: -1px;
}
.main-nav li a{
    border-bottom-left-radius: 0;
    border-bottom-right-radius:0 ;
    font-size: 20px;
}
@media (max-width: 768px){
    .main-nav li{
        float: none;
        width:100%;
    }
}
.search-wrapper{
    display:none;
}
@media (min-width: 768px){
    .search-wrapper{
        display:block;
        padding-bottom: 20px;
    }
    .form-input{
        float:left;
        width:33%;
        padding-bottom:10px;
        padding-right:10px
    }
    .form-input:nth-child(odd){
        /*padding-right:10px;*/
    }
    .form-btn{
        float: left;
        width:50%;
    }
}

.form-input input{
    height:50px;
}
.search-wrapper .form-search{
    background-color: #F1A121;
    transition: background-color 0.5s;
    color: #fff;
    font-family: 'Roboto Condensed',"Microsoft YaHei",Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    margin-top: 0 !important;
    width: 100%;
}
.search-wrapper .form-search:hover{
    background-color: #E19400;
}
.form-select{
    float:left;
    width:50%;
}
#single-job{
    padding-bottom:20px;
}
#functiontype a{
    text-decoration: none;
    color:#3F4048;
}
#page{
    position: relative;
    text-align: center;
    zoom: 1;
}
#page a{
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}
#page span{
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}
#page .active{
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #e91e63;
    color: #fff;
    font-size: 14px;
    border: 1px solid #e91e63;
}
#page input{
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}