.head-page .item.tm-recruit>a span {
  color: #299AB1;
}

.head-page .item.tm-recruit>a::after {
  transform: scale(1);
  opacity: 1;
}
.resou_pg01 .item_texts{
  width: 42%;
}
.resou_pg01 .item_texts .con {
  margin-top: 18px;
  margin-bottom: 42px;
}
.resou_pg01 .item{
   margin-right: 75px;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.resou_pg01 .icon{
  width: 100px;
  height: 100px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resou_pg01 .icon_texts {
  margin-top: 16px;
}
.resou_pg01 .item_img{
  width: 448px;
  height: 584px;
  margin-right: 11%;
}
.resou_pg02{
  height: 576px;
  background: url(/en/img/resou_bg02.jpg) no-repeat center/cover;
}
.resou_pg02 .main{
  display: flex;
  align-items: center;
  height: 100%;
}
.resou_pg02 .box{
  width: 48%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resou_pg02 .icon{
  display: flex;
  align-items: center;
}
.resou_pg02 .icon::before{
  content: "";
  display: flex;
  width: 30px;
  height: 21px;
  background: url(/en/img/resou_lab.png) no-repeat center/cover;
  margin-right: 25px;
}
.resou_pg02 .icon span{
  width: 24px;
  height: 1px;
  background: #7D7D7D;
  display: block;
  margin-right: 9px;
}
.resou_pg02 .box_tit {
  margin: 25px 0 14px;
}
.resou_pg03 .title_con {
  margin-top: 24px;
}
.resou_pg03 .lists{
    margin: 20px 0 30px;
}
.resou_pg04{
  background: url(/en/img/about_bg01.jpg) no-repeat center/cover;
}
.resou_pg04 .list{
  width: 31.2%;
  margin-right: 3.2%;
}
.resou_pg04 .list:nth-child(3n){
  margin-right: 0;
}
.resou_pg04 .list .img {
  height: 248px;
  border-radius: 10px 10px 0px 0px;
}

.resou_pg04 .list .texts{
  height: 220px;
  background: #FFFFFF;
  padding: 25px 21px;
  box-sizing: border-box;
}
.resou_pg04 .item{
   width: 48%;
   padding: 6px 0 6px 18px;
   box-sizing: border-box;
   position: relative;
}
.resou_pg04 .item.w100{
  width: 100%;
}
.resou_pg04 .item::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 3;
  background: #299AB1;
  border-radius: 50%;
}
.resou_pg04 .texts_title {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 11px;
  box-sizing: border-box;
}
.resou_pg04 .texts_items {
  margin-top: 18px;
}

.resou_pg05 .list{
   border-bottom: 1px solid #e5e5e5;
   padding: 20px 0;
   box-sizing: border-box;
}
.resou_pg05 .list:last-child{
  border-bottom: none;
}
.resou_pg05 .list .list_title{
  padding-right: 13%;
  box-sizing: border-box;
  position: relative;
}
.resou_pg05 .list .list_title::after{
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/en/img/list_title_next.png) no-repeat center/cover;
    cursor: pointer;
}
.resou_pg05 .list .list_tit{
   transition: all .4s;
   cursor: pointer;
}
.resou_pg05 .list_hide{
  margin-top: 20px;
  display: none;
}
.resou_pg05 .list_hide_text{
    margin-bottom: 25px;
} 
.resou_pg05 .list_hide_text:last-child{
  margin-bottom: 0;
}
.resou_pg05 .list_texts {
   margin-top: 12px;
}
.resou_pg05 .list_texts .list_text p{
    padding-right: 30px;
    display: unset;
}
.resou_pg05 .list_texts .list_text p:last-child{
    padding-right: 0;
}
.resou_pg05 .list.active .list_tit {
    color: #079DAB;
}
.resou_pg05 .list.active .list_title::after{
  background: url(/en/img/list_title_hnext.png) no-repeat center/cover;
}

@media only screen and (max-width:1440px) {
  .resou_pg01 .item_texts {
    width: 60%;
  }
  .resou_pg01 .item_img{
    margin-right: 0;
  }
  .resou_pg02 .box{
    width: 52%;
  }
}

@media only screen and (max-width:1280px) {
  .resou_pg03 .lists{
     margin-bottom: 0;
  }
}

@media only screen and (max-width:1200px) {
  .resou_pg01 .item_texts {
    width: 53%;
  }
  .resou_pg01 .item_img {
    width: 40%;
  }
}

@media only screen and (max-width:1043px) {
  .resou_pg01 .icon{
    width: 85px;
    height: 85px;
  }
  .resou_pg04 .list .img {
    height: 178px;
  }
  .resou_pg04 .list .texts{
    height: 192px;
  }
  .resou_pg04 .item{
    padding: 6px 0 6px 10px;
  }
  .resou_pg04 .title_icon img{
    width: 40px;
  }
}

@media only screen and (max-width:960px) {
  .resou_pg01 .item {
    margin-right: 60px;
  }
  .resou_pg04 .list .texts{
    padding: 25px 10px;
  }
}

@media only screen and (max-width:750px) {
    .resou_pg01 .item_texts {
        width: 100%;
    }
    .resou_pg01 .item {
        margin-right: 0;
    }
    .resou_pg01 .items {
        justify-content: space-between;
    }
    .resou_pg01 .item_img {
        width: 100%;
        height: auto;
        display: none;
    }
    .resou_pg01 .icon {
        width: 75px;
        height: 75px;
    }
    .resou_pg02 .box {
        width: 84%;
    }
    .resou_pg02{
        height: 420px;
    }
    .resou_pg02 .box_con {
        line-height: 1.875;
    }
    .resou_pg03 .title_con{
        margin-top: 15px;
    }
    .resou_pg03 .lists{
        display: none;
    }
    .resou_pg04 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .resou_pg04 .list:last-child{
        margin-bottom: 0;
    }
    .resou_pg04 .list .texts {
        padding: 25px 20px;
        height: 186px;
    }
    .resou_pg04 .list .img {
        height: 192px;
    }
    .resou_pg05 .list:first-child{
        padding-top: 0;
    }
    .resou_pg05 .list_hide_text {
        margin-bottom: 15px;
    }
    .resou_pg02 .box_tit {
        margin: 20px 0 14px;
    }
    .resou_pg05 .list_texts .list_text p{
        display: block;
    }
    .resou_pg04 .item{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}