@import 'header.css';
@import 'footer.css';
.container {
  width: 100%;
  height: auto;
  background: #f4f4f4;
  color: #333333;
  text-align: center;
  overflow: hidden;
}
.container .banner {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 126.13%;
}
.container > h1 {
  font-size: 4.8vw;
  margin-top: 8vw;
  font-family: "Helvetica Bold";
}
.container > h2 {
  font-size: 3.46666667vw;
  margin-bottom: 6.13333333vw;
}
.container .value-box {
  width: 92.4vw;
  height: auto;
  margin: 3.2vw auto 0 auto;
  text-align: justify;
}
.container .value-box .value-img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.23%;
}
.container .value-box .value-text {
  padding: 2.66666667vw 2.13333333vw;
  background: #fff;
  box-sizing: border-box;
}
.container .value-box .value-text h1 {
  font-weight: bold;
  font-size: 4vw;
}
.container .value-box .value-text p {
  font-size: 3.2vw;
}
.container .salary {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 6.66666667vw;
  padding: 5.33333333vw 5.33333333vw 2.66666667vw;
  box-sizing: border-box;
  text-align: justify;
  background: url("../img/salary/bg@2x.png") no-repeat;
  background-size: cover;
}
.container .salary .salary-title > h1{
  display: flex;
  align-items: center;
}
.container .salary .salary-title > h1 img {
  width: 9.6618vw;
  height: 9.6618vw;
}
.container .salary .salary-title > h1 span {
  white-space: nowrap;
}
.container .salary .salary-title {
  display: flex;
}
.container .salary .salary-title .salary-img {
  width: 5.06666667vw;
}
.container .salary .salary-title h1 {
  font-size: 3.73333333vw;
  font-weight: bold;
  color: #fff;
  margin: 0 0 1.6vw 0;
}
.container .salary .salary-text {
  font-size: 3.2vw;
  line-height: 5.6vw;
  color: #fff;
  margin: 0 0 8vw 0;
}
.container .salary .salary-text:last-child {
  margin: 0 0 2.66666667vw 0;
}
.container .swiper {
  width: 100%;
  height: auto;
}
.container .swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.container .swiper .swiper-pagination-bullet-active {
  background: #ba1416;
}
.container .contact-box {
  width: 92.66666667vw;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding: 5.6vw 2.13333333vw;
  text-align: justify;
  margin-bottom: 3.2vw;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 34.4vw;
}
.container .contact-box .contact-title {
  display: flex;
  margin-bottom: 4.26666667vw;
}
.container .contact-box .contact-title .contact-img {
  width: 5.73333333vw;
}
.container .contact-box .contact-title .contact-call {
  width: 5.86666667vw;
}
.container .contact-box .contact-title .contact-address {
  width: 4.93333333vw;
}
.container .contact-box .contact-title h1 {
  margin-left: 2vw;
}
.container .contact-box .contact-line {
  width: 86.93333333vw;
  height: 0.13333333vw;
  background: #c2c2c2;
  margin-bottom: 4.26666667vw;
}
.container .contact-box p {
  font-size: 3.2vw;
}
.salary_swiper {
  position: relative;
  -webkit-touch-callout: none;
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none;  /*webkit浏览器*/
  -ms-user-select: none;   /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}
.salary_swiper .swiper-pagination-bullets {
  position: absolute;
  z-index: 1;
}
.salary_swiper .swiper-pagination-bullet {
  z-index: 1;
  background: #fff;
  opacity: 1;
}
.salary_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  z-index: 1;
  background: red;
  opacity: 1;
}


.container .join-us {
  width: 100%;
  height: 210px;
  margin: 0 auto;
  margin-top: 6.66666667vw;
  padding: 5.33333333vw;
  box-sizing: border-box;
  text-align: justify;
  background: url("../../img/recruitBox/bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.container .join-us .btn-wrap{
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  
  width: 100%;
  /* margin: 40px 0px; */
}
.container .join-us .btn-wrap .left-btn{
  margin-right: 40px;
  width: 126px;
  height: 43px;
  line-height: 43px;
  background: url(../../img/recruitBox/sh.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.container .join-us .btn-wrap .left-btn:hover{
  background: url(../../img/recruitBox/sh-active.png) no-repeat;
  background-size: 100%;
}
.container .join-us .btn-wrap .left-btn a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.container .join-us .btn-wrap .right-btn{
  width: 126px;
  height: 43px;
  line-height: 43px;
  background: url(../../img/recruitBox/nt.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.container .join-us .btn-wrap .right-btn a{
  width: 100%;
  height: 100%;
  display: inline-block;
}

.container .join-us .btn-wrap .right-btn:hover{
  background: url(../../img/recruitBox/nt-active.png) no-repeat;
  background-size: 100%;
}