h6 {
  font-family: OPPOSans-R;
  text-align: center;
}

h4 {
  text-align: center;
}

/* ======== 朗坤人才观 start ======== */
.outlook {
  padding: 100px 0 180px;
  overflow: hidden;
  width: 100%;
}

.outlook_img {
  margin-top: 60px;
  position: relative;
  width: 100%;
}

.outlook_img img {
  max-width: 100%;
  height: auto;
}


.mosaic {
  position: absolute;
  top: 0;
  left: 0;
}

.mosaic_box {
  width: 30px;
	height: 30px;
	background-color: #026ef5;
  /* display: inline-block;
  margin: 0; */
  float: left;
}

.color1 {
  background-color: #ffffff;
}

.color2 {
  background-color: #000000;
	opacity: 0.3;
}

.color3 {
  background-color: #ffffff;
	opacity: 0.6;
}

.outlook_desc {
  height: 100px;
  background-color: #e8f2ff;
  text-align: center;
  line-height: 100px;
  font-weight: bold;
  padding: 0 3%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text_mask {
  position: absolute;
  width: 760px;
  /* width: 48%; */
	height: 300px;
	background-color: #e8f2ff;
  top: calc(100% - 220px);
  left: calc(100% - 400px);
}

.text_mask p {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 220px;
  margin-top: 60px;
  margin-left: 60px;
  width: 287px;
	height: 91px;
	font-weight: bold;
  line-height: 30px;
  overflow-y: auto;
}

.text_mask p::-webkit-scrollbar {
  width: 4px;
  height: 90px;
}

.text_mask p::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.text_mask p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}

/* ======== 朗坤人才观 end ======== */


/* ======== 用人理念 start ======== */
.concept {
  padding: 100px 0;
}

.concept_item {
  margin-top: 80px;
}

.concept_item_text,
.concept_item_img {
  width: 48%;
}

.text_title_num {
	font-family: OPPOSans-B;
	font-size: 72px;
	color: #696969;
	opacity: 0.11;
}

.concept_item_text>p {
  width: 100%;
	height: 130px;
  line-height: 26px;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  margin-top: 50px;
  overflow-y: auto;

}

.concept_item_text>p::-webkit-scrollbar {
  width: 4px;
  height: 90px;
}

.concept_item_text>p::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.concept_item_text>p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}
/* ======== 用人理念 end ======== */


/* ======== 员工福利 start ======== */
.welfare {
  padding: 100px 0;
  background-image: url("/pc/images/join/bg.png");
}

.welfare_row1 {
  width: 100%;
  margin-top: 40px;
}

.row2 {
  margin-top: -36px !important;
}


.welfare_row1 ul {
  text-align: center;
}

.welfare_row1 ul li {
  display: inline-block;
  margin-right: 55px;
  width: 130px;
  height: 130px;
  transform: rotate(45deg);
  box-shadow: 0px 10px 28px 2px 
  rgba(163, 168, 174, 0.1);
  border-radius: 10px;
  background-color: #fff;
  position: relative;


}

.welfare_row1 ul li a {
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  transform: rotate(315deg);
  /* text-align: center; */
 
  /* text-align: left; */
  color: #696969;

}

.welfare_row1 ul li:hover {
  background-color: #026ef5;
  color: #fff;
}

.welfare_row1 ul li:hover a {
  color: #fff;
}

.welfare_row1 ul li:hover .img_block {
  display: none;
}

.welfare_row1 ul li:hover .img_none {
  display: inline-block;
}

.img_block {
  display: inline-block;
}

.img_none {
  display: none;
}

.li_img {
  margin-top: 30px;

}


.li_text {
  margin-top: 10px;
  font-size: 16px;

}

.li_more {

  margin-top: 40px !important;
  color: #696969;
  text-align: center;
 
}

.li_more:hover {
  color: #fff;
}
/* ======== 员工福利 end ======== */



/* ======== 简历投递 start ======== */
.send {
  padding: 140px 0;
  background-image: url("/pc/images/join/bg2.png");
  background-position: center center;
  background-size: 100% 100%;
}
.send h4,
.send h6 {
  text-align-last: left;
}

.send p {
  margin-top: 60px;
}

.send p a {
  color: #026ef5;
  font-weight: bold;
}

.send_item {
  width: 10%;
  padding: 24px 0 14px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  margin-top: 100px;
  transition: all .5s;
  margin-right: 20px;
  float: left;
}

.send_item .send_item_text {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.send_item_send {
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #026ef5;
  left: 0;
  line-height: 30px;
  display: none;
  color: #fff;
}

.send_item:hover {
  transform: translateY(-10px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.send_item:hover .send_item_send {
  display: block;
}
/* ======== 简历投递 end ======== */
body {
  overflow-x: hidden;
}


/* ======== lhn 2023/3/14 修改 start ========*/
.banenr_text .banner_text_top h6 {
  font-size: 22px;
}
.banenr_text .banner_text_top h4 {
  text-align: left;
}

.lkContent h6 {
  font-size: 20px;
}

.concept_item_text>p,.send p {
  font-size: 20px;
  line-height: 40px;
}

.liftcontent, .lkContent {
  position: relative;
}

.anchor {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: -40px;
}

.outlook,.concept,.welfare,.send {
  padding: 60px 0px;
}

.concept_item_text>p {
  margin-top: 0;
  height: 200px;
}
/* ======== lhn 2023/3/14 修改 end ========*/

