﻿@charset "UTF-8";
/* 初始化CSS */
* { margin: 0; padding: 0; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

ul, ol { list-style: none; }

input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], textarea, button { -webkit-appearance: none; }

input:focus { outline: none; }

input::-moz-focus-inner { border: 0; }

a { text-decoration: none; outline: none; }

img { display: block; }

body { font-family: "微软雅黑", "Microsoft YaHei",serif; }

.w1180 { width: 1180px; margin: 0 auto; }

.join-banner img { width: 100%; }

.join-w-head { text-align: center; margin-bottom: 45px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.join-w-head .ch { font-size: 32px; color: #333333; }
.join-w-head .en { font-size: 18px; color: #666666; }

.join-w { padding: 70px 0px 60px 0px; }
.join-w .join-w-con { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.join-w .m-left { width: 380px; height: 820px; background: url(../images2/join-left-bg.png) no-repeat center; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #ffffff; position: relative; cursor: default; }
.join-w .m-left .card1 { padding: 55px 30px 20px 30px; border-bottom: 1px solid #175eb8; }
.join-w .m-left .card1 .t1 { font-size: 28px; }
.join-w .m-left .card1 .t2 { font-size: 50px; font-weight: bold; letter-spacing: 12px; margin-bottom: 10px; }
.join-w .m-left .card1 .t3 { font-size: 18px; }
.join-w .m-left .card2 { padding: 30px 30px 20px 30px; }
.join-w .m-left .card2 p { font-size: 16px; line-height: 30px; }
.join-w .m-left .card3 { padding: 30px; }
.join-w .m-left .card3 div { background-repeat: no-repeat; background-size: 22px; background-position-x: 0px; background-position-y: 9px; line-height: 40px; padding-left: 30px; font-size: 18px; }
.join-w .m-left .card3 .join-w-tel { background-image: url(../images/icon-join-tel.png); }
.join-w .m-left .card3 .join-w-mail { background-image: url(../images/icon-join-mail.png); }
.join-w .m-left .join-left-img { position: absolute; width: 100%; bottom: 0px; }
.join-w .m-right { width: 780px; overflow: hidden; }
.join-w .m-right .item { width: 380px; height: 260px; margin-right: 20px; margin-bottom: 20px; float: left; }
.join-w .m-right .item:nth-child(2n) { margin-right: 0px; }
.join-w .m-right .item:nth-child(n + 5) { margin-bottom: 0; }
.join-w .m-right .item:nth-child(1) { background-color: #f17171; }
.join-w .m-right .item:nth-child(2) { background-color: #ef8b4f; }
.join-w .m-right .item:nth-child(3) { background-color: #18ad9c; }
.join-w .m-right .item:nth-child(4) { background-color: #319de8; }
.join-w .m-right .item:nth-child(5) { background-color: #1da0d2; }
.join-w .m-right .item:nth-child(6) { background-color: #60bea4; }
.join-w .m-right .item a { display: block; width: 100%; height: 100%; padding-top: 60px; transition: 0.3s all; position: relative; }
.join-w .m-right .item a::after { content: ''; width: 40px; height: 3px; background-color: #ffffff; position: absolute; left: 50%; top: 60%; margin-left: -20px; opacity: 0; transition: 0.3s all; }
.join-w .m-right .item a img { width: 80px; height: 80px; object-fit: contain; display: block; margin: 0 auto 30px auto; transition: 0.3s all; }
.join-w .m-right .item a p { text-align: center; font-size: 28px; color: #ffffff; position: absolute; left: 50%; bottom: 50px; transform: translateX(-50%); }
.join-w .m-right .item a:hover img { transform: translateY(-10px); }
.join-w .m-right .item a:hover::after { opacity: 1; }

/* 加入我们 */
.join-us { padding: 70px 0px 60px 0px; }
.join-us .join-us-main { cursor: default; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; flex-wrap: wrap; }
.join-us .join-us-main .card { width: 580px; padding: 20px; border: 1px solid #d9d9d9; margin-bottom: 30px; position: relative; }
.join-us .join-us-main .name { font-size: 18px; color: #000000; font-weight: bold; margin-bottom: 15px; }
.join-us .join-us-main .word-intro { font-size: 14px; color: #333333; margin-bottom: 20px; }
.join-us .join-us-main .label { margin-bottom: 12px; }
.join-us .join-us-main .label span { display: inline-block; padding: 6px 20px; border: 1px solid #d9d9d9; margin-right: 8px; font-size: 14px; margin-bottom: 8px; }
.join-us .join-us-main .line { width: 100%; height: 1px; background-color: #e9e9e9; margin-bottom: 20px; }
.join-us .join-us-main .text .text-t { font-size: 16px; color: #333333; margin-bottom: 5px; }
.join-us .join-us-main .text .text-m { min-height: 100px; }
.join-us .join-us-main .join-us-btn { display: block; width: 88px; height: 35px; border: 1px solid #1c5ba2; border-radius: 8px; text-align: center; line-height: 35px; font-size: 16px; color: #333333; position: absolute; top: 20px; right: 20px; }
.join-us .join-us-main .join-us-btn:hover { background-color: #1c5ba2; color: #ffffff; }

/* 员工培训 */
.join-train { padding: 70px 0px 60px 0px; }
.join-train .join-train-main { cursor: default; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; flex-wrap: wrap; }
.join-train .join-train-main .card { width: 320px; height: 340px; border: 1px solid #e9e9e9; margin-bottom: 60px; padding-top: 40px; }
.join-train .join-train-main .card:nth-child(n + 4) { margin-bottom: 0; }
.join-train .join-train-main .card img { width: 150px; height: 150px; object-fit: contain; margin: 0 auto 40px auto; }
.join-train .join-train-main .card p { font-size: 22px; color: #333333; text-align: center; }

/* 节日福利 */
.join-jrfl { padding: 70px 0px 60px 0px; }
.join-jrfl .main .block { margin-bottom: 20px; }
.join-jrfl .main .block p { font-size: 28px; color: #333333; font-family: "微软雅黑", "Microsoft YaHei",serif; margin-bottom: 30px; }
.join-jrfl .main img { width: 100%; margin: auto; }

/* 晋升渠道 */
.join-jsqd { padding: 70px 0px 60px 0px; }
.join-jsqd .main img { width: 100%; }

/* 薪资结构 */
.join-xzjg { padding: 70px 0px 60px 0px; }

/* 伯乐计划 */
.join-bljh { padding: 70px 0px 60px 0px; }
.join-bljh .main img { width: 100%; }

.footer-bg { width: 100%; }

/*# sourceMappingURL=style.css.map */
