.culture-box {
    /* background: red; */
    margin: 20px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.culture-kuai {
    background: url(../images/general/culture.png);
    width: 540px;
    height: 261px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 21px;
    margin-right: 25px;
    margin-top: 20px;
}
.culture-kuai:nth-child(2n+1){
    margin-right: 0px;
}
.culture-img {
    width: 221px;
    height: 221px;
    border-radius: 50%;
}
.culture-img:hover {
    transform: scale(1.1)
}
.culture-name1 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFA23E;
}
.culture-name2 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}
.culture-special {
    background: url(../images/general/special.png);
    width: 1150px;
    height: 261px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 21px;
    /* margin-right: 20px;
    margin-bottom: 20px; */
}

.technical-timeline {
  position: relative;
  /* max-width: 1200px; */
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  /* text-align: right; */
}

.achievement {
  padding: 10px 20px;
  position: relative;
   width: 50%;
   height: 97px;
  box-sizing: border-box;
  margin-top: -44px;
}
.achievement:nth-child(odd) {
    left: 0;
    text-align: right;
}
.achievement:nth-child(even) {
    left: 46.7%;
    text-align: left;
}

.achievement-content {
  padding:  0 20px;
  position: relative;
  /* padding-bottom: 10px; */
  border-bottom: 1px dashed #ABCEF0;
  margin-top: -18px;
}
.achievement-content:nth-child(odd) {
    margin-left: 30px;
}
.achievement-year {
  font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #0069D0;
    line-height: 30px;
}
.achievement-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    /* background: red; */
    /* height: 37px; */
    height: 65px;
}
.achievement-icon {
  position: absolute;
  width: 34px;
  height: 60px;
  top: 70px;
  z-index: 2;
}
.achievement-img {
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 2;
    top: 71px;
}

.mb20 {
    margin-bottom: 20px;
}
.big-list {
    margin-top: 20px;
}
.platform-box {
    display: flex;
    margin-bottom: 20px;
}

.platform-list {
    background: url(../images/general/plant.png) no-repeat;
    width: 751px;
    height: 300px;
}
.customer-list {
    background: url(../images/general/kehu.png) no-repeat;
    width: 1200px;
    /* height: 300px; */
    padding:20px 0 31px 0;
    margin:20px 0 100px 0
}
.attract-list {
    width: 1200px;
    min-height: 500px;
    position: relative;
    background: #F2F7FA;
    padding: 10px 0 30px 0;
    margin: 40px 0;
}
.map-img {
    position: absolute;
    width: 412px;
    height: 259px;
    left: 186px;
}
.attract-img {
    position: absolute;
    width: 224px;
    height: 96px;
    right: 20px;
    top: 20px;
}
.attract-kuang {
    
}
.platform-title {
    display: flex;
    align-items: center;
    margin:  11px 0 0 21px
}
.platform-line {
    width: 4px;
    height: 20px;
    background: #0069D0;
}
.platform-name {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #0069D0;
    line-height: 26px;
    margin-left: 10px;
}
.platform-content {
    margin: 15px 30px 0 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 20px;
}
.platform-img {
    width: 450px;
    height: 300px;
}
.plat-img {
    width: 450px;
    height: 300px;
    /* background-color: pink; */
}
.plat-img >img:hover{
    /* transform: scale(1.2) */
}

.leading-box {
    margin: 30px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.leading-list {
    background: #F2F7FA;
    border-radius: 5px;
    padding: 20px 20px 16px 20px;
   
}
.list1 {
    width: 340px;
    height: 344px;
    margin:0 30px 30px 0;
}
.list2 {
    width: 245px;
    height: 224px;
    margin:0 20px 20px 0;
}
.list1:nth-child(3n) {
    margin-right: 0;
}
.list2:nth-child(4n) {
    margin-right: 0;
}
.leading-menu {
    display: inline-block;
    background: #F2F7FA;
    border-radius: 16px;
    border: 1px solid #0069D0;
    padding: 10px 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #0069D0;
}
.leading-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 22px;
}
.title1 {
    margin-top: 14px;
}
.title2 {
   margin-top: -5px;
}
.leading-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.leading-img {
    margin: 18px 0 10px 0;
}

.leading-img >img:hover {
    transform: scale(1.1);
}
.leading-view {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #0069D0;
    margin-left: 10px;
}

.backstage {
    width: 100%;
    height: 900px;
    background: #F2F7FA;
}
.map-box {
    width: 100%;
    height: 719px;
    margin-top: 20px;
}

.salary-box {
    width: 130px;
    height: 230px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 15px;
    text-align: center;
    padding: 20px 10px;
    z-index: 99;
}
.salary-box:nth-child(even) {
    margin-top: 130px;
}
.salary-img {
    width: 60px;
    height: 50px;
    animation: rotate 6s linear infinite; /* 旋转动画 */
}
/* 定义旋转动画关键帧 */
@keyframes rotate {
    0% {
        transform: rotateY(0deg); /* 初始角度0度 */
    }
    100% {
        transform: rotateY(360deg); /* 结束角度360度 */
    }
}
/* .salary-img:hover {
  transform: rotateY(360deg);
} */
/* 图片的父容器样式 */
.salary-img-parent {
  perspective: 1000px; /* 定义3D透视距离，值越小立体感越强 */
  transform-style: preserve-3d; /* 保持子元素的3D变换效果 */
}
.salary-list {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0 20px 0;
}
.salary-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #0069D0;
    margin: 15px 0 10px 0;
}
.salary-message {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.kuang-img {
    position: absolute;
    top: 25%;
    left: -47px;
    z-index: 99;
}

.talent-concept {
    position: relative;
}
.talent-title {
    position: absolute;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 26px;
    top: 126px;
    left: 44%;
}
.talent-message {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 42%;
    margin: 0px 100px;
    line-height: 26px;
}
.talent-img {
    width: 1200px;
    height: 300px;
    margin-top: 40px;
    margin-bottom: 200px;
    z-index: -1;
}
.us {
    margin-bottom: 45px;
}

