.banner-title{
    font-size: 50px;
    font-weight: bold;
    color: #002448;
    line-height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 180px;
    margin-top: -90px;
}
.banner-title_en{
  color: #002448;
    opacity: 0.2;
    margin: 0;
    line-height: 60px; 
    font-weight: 500;
}
.banner-subTitle{
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #002448;
    max-width: 315px;
    text-align: center;
    margin-left: calc(50% - 157.5px);
}
/* menu */
.menu{
    position: absolute;
    bottom: -50px;
    width: 1200px;
    background: #fff;
    z-index: 5;
    left: 50%;
    margin-left: -600px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    box-shadow: 0px 3px 10px #ccc;
    line-height: 100px;
}
.menu div{
    flex: 1;
    color: #333;
    font-size: 16px;
}
.menu div span.active{
    border-bottom: 4px solid #0C97A5;
    padding: 15px 0;
}
/* content */

.content{
    margin-top: 150px;
}
.content .center{
  width: 1200px;
    margin: 0 auto;
}
.content .cover{
    margin: 0 auto;
}

.text-gradient {  
  color: #00fde8;
  background-image: -webkit-linear-gradient(bottom, #13b1af, #097c9a, #014f88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
  font-family: "Microsoft Yahei";
  }  
/*   
  .text-gradient[data-text]::after {  
    content: attr(data-text);  
    color: #62e3e7;  
    position: absolute;  
    left: 0;  
    z-index: 2;
    -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(rgba(5, 80, 76, 0.3)));
  } */
  .text-gradient2{
    font-size: 35px;
  }
  .block{
      text-align: center;
      margin-bottom: 50px;
  }
  .block-title-en{
    font-size: 55px;
    opacity: 0.1;
    color: #000;
    text-align: center;
  }
  .block-title-ch{
    font-size: 40px;
    margin-top: -55px;
    text-align: center;
  }
  .block5{
      padding: 50px 0;
  }
  .block .block-title{
      margin-bottom: 20px;
  }
  .block5 h2:first-child{
      margin-bottom: 10px;
  }
  .jobList{
    display: flex;
    flex-wrap: wrap;
  }
  .jobList>li{
    width: calc(33% - 62px);
    margin-right: 0.5%;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 0.5%;
    text-align: left;
    font-size: 16px;
    box-shadow: 10px 5px 5px #eee;
  }
  .jobList li:nth-child(3n){
      margin-right: 0;
  }
  .job-name-cn{
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
  }
  .job-other{
    display: flex;
    margin-top: 20px;
  }
  .job-check{
    flex: 1;
    color: #AACC03;
    cursor: pointer;
  }
  .job-more{
    margin: 30px 0;
    text-align: left;
    font-size: 16px;
  }
  /* 三角提示框 */
/*提示框容器-上三角形*/
.tip-top {
    margin: 20px;
    width: 100%;
    min-height: 300px;
    border: 2px solid #3bc2bba6;
    position: relative;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    width: 1138px;
    top: 250px;
    display: none;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    z-index: 9999;
}


/*生成2个叠加的三角形*/
.tip-top:before, .tip-top:after {
    content: "";
    display: block;
    border-width: 15px;
    position: absolute;
    top: -30px;
    left: 50%;
    border-style: solid dashed dashed solid;
    border-color: transparent transparent #3BC2BB transparent;
    font-size: 0;
    line-height: 0;
}

.tip-top.left:before, .tip-top.left:after {
    left: 20%;
}
.tip-top.right:before, .tip-top.right:after {
    left: 80%;
}
/*将上面的三角形颜色设置和容器背景色相同*/
.tip-top:after {
    top: -27px;
    border-color: transparent transparent #FFF transparent;
}
.tip-top ul{
    margin-left: 20px;
}
.tip-top ul li{
    margin: 10px 0;
    list-style: disc;
}
.home-banner .swiper-slide .txt {
  height: 100%;
}