@charset "utf-8";
.banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner img {
    position: absolute;
    z-index: -1;
    width: 1920px;
    height: 450px;
    left: 50%;
    margin-left: -960px;
}

.banner .center {
    position: relative;
}

.banner .center .evaluation {
    position: absolute;
    top: 0;
    right: 0;
    width: 310px;
    height: 450px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    padding: 70px 20px 0;
}

.banner .center .evaluation .title {
    margin-bottom: 30px;
}

.banner .center .evaluation .title h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.banner .center .evaluation .form-control {
    height: 40px;
    margin-bottom: 10px;
    padding: 0 40px;
    color: #666;
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: 1px solid #d8d8d8;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

.banner .center .evaluation .form-control::-ms-expand {
    display: none;
}

.banner .center .evaluation .form-control::-webkit-input-placeholder {
    color: #666;
}

.banner .center .evaluation .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

.banner .center .evaluation .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

.banner .center .evaluation .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.banner .center .evaluation .country {
    background: #fff url(../images/icon_evaluation_country.png) no-repeat center center;
}

.banner .center .evaluation .work {
    background: #fff url(../images/icon_evaluation_work.png) no-repeat center center;
}

.banner .center .evaluation .name {
    background: #fff url(../images/icon_evaluation_name.png) no-repeat 15px center;
}

.banner .center .evaluation .phone {
    background: #fff url(../images/icon_evaluation_phone.png) no-repeat 15px center;
}

.banner .center .evaluation .evaluation_btn {
    background: #ff9915;
    height: 40px;
    outline: none;
}

.banner .center .evaluation .evaluation_btn:hover, .banner .center .evaluation .evaluation_btn:focus {
    color: #fff;
}

.goAbroad {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.goAbroad .center {
    padding: 50px 0;
}

.goAbroad .content {
    height: 378px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.goAbroad .content .item {
    width: 149px;
    height: 378px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.goAbroad .content .item>img {
    width: 448px;
    min-height: 378px;
}

.goAbroad .content .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    padding-bottom: 15px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.goAbroad .content .item .shade {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 448px;
    height: 378px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 40px;
}

.goAbroad .content .item .shade .title {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goAbroad .content .item .shade .title img {
    margin-right: 8px;
}

.goAbroad .content .item .shade .desc {
    line-height: 28px;
    height: 112px;
    text-align: left;
    overflow: hidden;
}

.goAbroad .content .item .shade .badges {
    display: flex;
    flex-wrap: wrap;
    height: 61px;
    overflow: hidden;
}

.goAbroad .content .item .shade .badges li {
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    color: #fff;
    border-radius: 3px;
    margin: 0 2.5px 13px;
}

.goAbroad .content .item .shade .badges li:nth-child(8n + 1) {
    background: #2577e3;
}

.goAbroad .content .item .shade .badges li:nth-child(8n + 2) {
    background: #dd9333;
}

.goAbroad .content .item .shade .badges li:nth-child(8n + 3) {
    background: #e15252;
}

.goAbroad .content .item .shade .badges li:nth-child(8n + 4) {
    background: #539297;
}

.goAbroad .content .item .shade .badges li:nth-child(8n + 5) {
    background: #507129;
}

.goAbroad .content .item .shade .badges li:nth-child(8n + 6) {
    background: #d5532b;
}

.goAbroad .content .item .shade .badges li:nth-child(8n + 7) {
    background: #b7466e;
}

.goAbroad .content .item .shade .badges li:nth-child(8n + 8) {
    background: #42a97e;
}

.goAbroad .content .item.active {
    width: 448px;
}

.goAbroad .content .item.active .shade {
    display: block;
}

.jobs {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff url(../images/pic_goAbroad_jobs_bg.png) no-repeat center 20px;
}

.jobs .center {
    padding: 10px 0 50px;
}

.jobs .filterBox {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px 40px;
    box-shadow: 0 2px 7px #d1d1d1;
}

.layui-form-item {
    color: #333;
    margin-bottom: 0;
}

.layui-form-label {
    width: 90px;
    font-weight: bold;
}

.layui-input-block {
    margin-left: 90px;
}

.layui-form-radio {
    padding: 0 10px;
    border-radius: 5px;
    line-height: 21px;
    /*margin: 8px 10px 0 0;*/
    color: #333;
}

.layui-form-radio * {
    font-size: 12px;
}

.layui-form-radio>i {
    display: none !important;
}

.layui-form-radioed {
    background: #fd521d;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 5px #aaa;
    padding: 2px 12px;
}

/*前*/
.jobs .jobsBox1 {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: initial;
}

.jobs .jobsBox1 .item {
    width: 273px;
    height: 370px;
    margin-right: 36px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.jobs .jobsBox1 .item:nth-child(4n) {
    margin-right: 0px;
}

.jobs .jobsBox1 .item .tag {
    position: absolute;
    top: 18px;
    left: -33px;
    z-index: 2;
    transform: rotate(-45deg);
    width: 127px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #fd521d;
    color: #fff;
    font-size: 16px;
}

.jobs .jobsBox1 .item .pic {
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.jobs .jobsBox1 .item .pic img {
    width: 100%;
    min-height: 100%;
}

.jobs .jobsBox1 .item .main {
    width: 100%;
    height: calc(100% - 170px);
    padding: 20px 35px;
    overflow: hidden;
}

.jobs .jobsBox1 .item .main .title {
    font-size: 20px;
    color: #2577e3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobs .jobsBox1 .item .main .salary {
    font-size: 16px;
    color: #fd521d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobs .jobsBox1 .item .main p {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobs .jobsBox1 .item .main .more {
    display: block;
    font-size: 12px;
    color: #808080;
}

.jobs .jobsBox1 .item .main .more:hover {
    color: #2577e3;
}
/*后*/
.jobs .jobsBox {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: initial;
}

.jobs .jobsBox .item {
    width: 273px;
    height: 370px;
    margin-right: 36px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.jobs .jobsBox .item:nth-child(4n) {
    margin-right: 0px;
}

.jobs .jobsBox .item .tag {
    position: absolute;
    top: 18px;
    left: -33px;
    z-index: 2;
    transform: rotate(-45deg);
    width: 127px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #fd521d;
    color: #fff;
    font-size: 16px;
}

.jobs .jobsBox .item .pic {
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.jobs .jobsBox .item .pic img {
    width: 100%;
    min-height: 100%;
}

.jobs .jobsBox .item .main {
    width: 100%;
    height: calc(100% - 170px);
    padding: 20px 35px;
    overflow: hidden;
}

.jobs .jobsBox .item .main .title {
    font-size: 20px;
    color: #2577e3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobs .jobsBox .item .main .salary {
    font-size: 16px;
    color: #fd521d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobs .jobsBox .item .main p {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobs .jobsBox .item .main .more {
    display: block;
    font-size: 12px;
    color: #808080;
}

.jobs .jobsBox .item .main .more:hover {
    color: #2577e3;
}

#pages {
    padding: 30px 0 0;
    text-align: center;
}

.layui-laypage {
    margin: 0;
}

.layui-laypage a:hover {
    color: #2577e3;
}

.tips {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.tips .center {
    padding: 0 0 70px;
}

.layui-colla-title {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 40px;
}

.layui-colla-content {
    color: #333;
    padding: 10px 15px 10px 40px;
    line-height: 26px;
}

.jobInfo .job_t {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.jobInfo .job_t span {
    color: #2577e3;
}

.jobInfo .job_m {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jobInfo .job_m .pic {
    width: 502px;
    height: 282px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
}

.jobInfo .job_m .pic img {
    width: 100%;
    min-height: 100%;
}

.jobInfo .job_m .text {
    flex: 1;
    margin-left: 35px;
    overflow: hidden;
}

.jobInfo .job_m .text dl {
    font-size: 16px;
    color: #333;
    height: 22px;
    margin-bottom: 15px;
    position: relative;
}

.jobInfo .job_m .text dl dt {
    width: 70px;
}

.jobInfo .job_m .text dl dd {
    margin-left: 75px;
}

.jobInfo .job_m .text dl dd.red {
    position: absolute;
    top: -6px;
    font-size: 22px;
    font-weight: bold;
    color: #ef2f2f;
}

.jobInfo .job_m .text .btns {
    margin-left: 20px;
}

.jobInfo .job_m .text .btns a {
    font-size: 16px;
    color: #333;
    margin-right: 25px;
}

.jobInfo .job_m .text .btns a:hover {
    color: #4793f7;
}

.jobInfo .job_m .text .btns .apply {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    background: #4793f7;
    border-radius: 3px;
    color: #fff;
}

.jobInfo .job_m .text .btns .apply:hover {
    color: #fff;
}

.jobInfo .job_m .text .note {
    margin: 15px 0 0 20px;
    color: #808080;
}

.jobInfo .job_b p {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    font-size: 20px;
    background: #4793f7;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 7px #aaa;
}

.jobInfo .job_b dl {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    margin-left: -20px;

}

.jobInfo .job_b dl dt {
    width: 70px;
    line-height: 2;
}

.jobInfo .job_b dl dd {
    margin-left: 75px;
    line-height: 2;
}

.titleBar {
    width: 100%;
    height: 40px;
    background: #f0f0f0 url(../images/icon_triangle.png) no-repeat 20px center;
    border-radius: 3px;
    padding: 0 20px 0 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titleBar h6 {
    font-size: 18px;
    color: #333;
}

.titleBar .more {
    color: #333;
}

.titleBar .more:hover {
    color: #4793f7;
}

.process .content {
    display: none;
    background: url(../images/pic_service_process.png) no-repeat center 56px;
    padding: 26px 120px 50px;
}

.process .item_h, .process .item_b {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.process .item_h .sub {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process .item_b .sub {
    flex: 1;
    text-align: center;
}

.process .item_h .sub .inner {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 140px;
    height: 140px;
    background: url(../images/icon_annuity_process_orange.png) no-repeat center center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.process .item_h .sub .inner:hover {
    background: url(../images/icon_annuity_process_blue.png) no-repeat center center;
}

.process .item_b .sub li {
    width: 240px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #f9bf9c;
    border-radius: 18.5px;
    font-size: 16px;
    margin: 9px auto 0;
}

.process .item_b .sub li a {
    color: #333;
}

.recommend {
    padding-bottom: 40px;
}

.recommend .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recommend .content .item {
    width: 273px;
    height: 370px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.recommend .content .item .pic {
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.recommend .content .item .pic img {
    width: 100%;
    min-height: 100%;
}

.recommend .content .item .main {
    width: 100%;
    height: calc(100% - 170px);
    padding: 20px 35px;
    overflow: hidden;
}

.recommend .content .item .main .title {
    font-size: 20px;
    color: #2577e3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend .content .item .main .salary {
    font-size: 16px;
    color: #fd521d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend .content .item .main p {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend .content .item .main .more {
    display: block;
    font-size: 12px;
    color: #808080;
}

.recommend .content .item .main .more:hover {
    color: #2577e3;
}