.common_width {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.international_talent .head {
  height: 5.6rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.international_talent .head .head_d1 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 1.35rem;
  padding-bottom: 1.3rem;
}

.international_talent .head .head_p1 {
  font-size: 0.48rem;
  color: white;
  line-height: 1;
  margin-bottom: 0.17rem;
  letter-spacing: 1px;
  font-weight: 500;
}

.international_talent .head .head_p2 {
  font-size: 0.22rem;
  color: white;
  line-height: 1;
  margin-bottom: 0.36rem;
  letter-spacing: 4px;
  text-indent: 4px;
  font-family: arial;
}

.international_talent .head .head_p3 {
  font-size: 0.16rem;
  color: white;
  line-height: 0.3rem;
}

.international_talent .head .head_d2 {
  display: flex;
  align-items: center;
  margin-top: 0.55rem;
  cursor: pointer;
}

.international_talent .head .head_d2 img {
  width: 0.7rem;
  height: 0.7rem;
  object-fit: contain;
  display: block;
  margin-right: 0.16rem;
}

.international_talent .head .head_d2 p {
  font-size: 0.24rem;
  color: white;
  border-bottom: 1px solid white;
  letter-spacing: 1px;
}

.international_talent h2 {
  font-size: 32px;
  font-weight: 400;
  color: #333947;
  line-height: 32px;
  padding-bottom: 23px;
  text-align: center;
  position: relative;
}

.international_talent h2::after {
  content: '';
  width: 44px;
  height: 3px;
  background: #4A97FD;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
}

.international_talent .summary {
  background: #F8FCFF;
  padding: 100px 0;
}

.international_talent .summary p.txt {
  font-size: 14px;
  font-weight: 400;
  color: #84879A;
  line-height: 26px;
  text-align: left;
  margin-bottom: 60px;
  text-indent: 28px;
}

.international_talent .summary .into_out {
  display: flex;
  justify-content: space-between;
}

.international_talent .summary .into,
.international_talent .summary .out {
  width: 580px;
  height: 430px;
  flex: 0 auto;
  padding-top: 40px;
  box-shadow: 0px 0px 20px 0px rgba(112, 168, 213, 0.2);
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.international_talent .summary .into img,
.international_talent .summary .out img {
  display: inline;
  width: 96px;
}

.international_talent .summary .into .name,
.international_talent .summary .out .name {
  height: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #333947;
  line-height: 24px;
  margin: 18px 0 30px;
}

.international_talent .summary .into .tit,
.international_talent .summary .out .tit {
  height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #495162;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 30px;
}

.international_talent .summary .into span,
.international_talent .summary .out span {
  display: block;
  text-align: left;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #616A83;
  line-height: 26px;
}

.international_talent .summary .out .tit,
.international_talent .summary .out span {
  padding: 0 72px;
}

.international_talent .solution {
  padding: 100px 0;
}

.international_talent .solution p {
  font-size: 14px;
  font-weight: 400;
  color: #84879A;
  line-height: 26px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.international_talent .solution ul li {
  width: 270px;
  height: 200px;
  box-shadow: 0px 0px 10px 1px rgba(112, 168, 213, 0.1);
  background: #fff;
  border-radius: 10px;
  float: left;
  text-align: center;
  margin-top: 40px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease 0.2s;
  margin: 40px 38px;
}

.pLR80 {
  padding-left: 80px;
  padding-right: 80px;
}

.international_talent .solution ul li:hover {
  background: #F8FCFF;
}

.international_talent .solution ul li+li {
  /* margin-left: 130px; */

}

.international_talent .solution ul li:nth-child(4) {
  /* margin-left: 0; */
}

.international_talent .solution ul li h5 {
  height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #4A97FD;
  line-height: 18px;
  margin-bottom: 20px;
}

.international_talent .solution ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #616A83;
  line-height: 26px;
}

.international_talent .solution ul li .verso {
  display: none;
}

.international_talent .solution ul li .front {
  text-align: center;
  height: 130px;
}

.international_talent .solution ul li .front img {
  display: inline;
}

.international_talent .solution ul li .front p {
  height: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #333947;
  line-height: 20px;
  margin-top: 36px;
}

.international_talent .process {
  padding: 100px 0;
}

.international_talent .process ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.international_talent .process ul li {
  height: 260px;
  flex: 0 auto;
  width: 172px;
  z-index: 1;
  text-align: center;
}

.international_talent .process ul li img {
  display: inline;
}

.international_talent .process ul li p {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #333947;
  line-height: 18px;
  margin-bottom: 20px;
}

.international_talent .process ul li span.num_s {
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(24, 102, 161, 0.2);
  border: 2px solid #6DB9FE;
  display: block;
  line-height: 31px;
  border-radius: 50%;
  position: relative;
  left: 50%;
  margin-left: -18px;
  margin-bottom: 26px;
  font-size: 18px;
  text-align: center;
  color: #6DB9FE;
}

.international_talent .process ul li span.txt {
  font-size: 14px;
  font-weight: 400;
  color: #464D61;
  line-height: 26px;
}

.international_talent .process ul li:nth-child(2) {
  width: 184px;
}

.international_talent .process ul li:nth-child(3) {
  width: 140px;
}

.international_talent .process ul li:nth-child(4) {
  width: 154px;
}

.international_talent .process ul li:nth-child(5) {
  width: 72px;
}

.international_talent .process ul::after {
  content: '';
  width: 1095px;
  height: 4px;
  display: block;
  background: #DDE7F5;
  position: absolute;
  left: 68px;
  top: 140px;
}

.international_talent .superiority {
  padding: 100px 0;
  background: url(../../newImage/fcSet/superiority_bg.png) center top no-repeat;
}

.international_talent .superiority .common_width>div {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 60px;
  margin-top: 60px;
}

.international_talent .superiority .common_width>div+div {
  margin-top: 20px;
}

.international_talent .superiority .common_width>div h5 {
  height: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #333947;
  line-height: 24px;
  text-align: center;
}

.international_talent .superiority .common_width>div ul.time {
  margin: 40px 0 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.international_talent .superiority .common_width>div ul.time::after {
  content: '';
  display: block;
  width: 1038px;
  height: 2px;
  background: #5486EE;
  position: absolute;
  top: 56px;
  left: 15px;
}

.international_talent .superiority .common_width>div ul.time li {
  width: 46px;
  flex: 0 auto;
  text-align: center;
  background: url(../../newImage/fcSet/locate.png) top 40px center no-repeat;
}

.international_talent .superiority .common_width>div ul.time li span.year {
  display: block;
  height: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #464D61;
  line-height: 20px;
  margin-bottom: 20px;
}

.international_talent .superiority .common_width>div ul.time li span.nation {
  display: block;
  margin-top: 70px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #464D61;
  white-space: nowrap;
}

.international_talent .superiority .common_width>div ul.time li span.nation br {
  display: none;
}

.international_talent .superiority .common_width>div ul.time li:nth-child(2) {
  width: 110px;
}

.international_talent .superiority .common_width>div ul.time li:nth-child(5) {
  width: 56px;
}

.international_talent .superiority .common_width>div .like_table {
  margin-left: -3px;
  margin-right: -3px;
}

.international_talent .superiority .common_width>div .like_table p+p {
  margin-top: 6px;
}

.international_talent .superiority .common_width>div .like_table p {
  height: 38px;
}

.international_talent .superiority .common_width>div .like_table span.col {
  padding: 0 3px;
  line-height: 38px;
  height: 38px;
  color: #fff;
  display: block;
  float: left;
}

.international_talent .superiority .common_width>div .like_table span.col span {
  background: #8FB0F5;
  display: block;
  padding: 0 40px;
  font-size: 14px;
  width: 774px;
}

.international_talent .superiority .common_width>div .like_table span.col span.nation {
  width: 300px;
  font-size: 16px;
  text-align: center;
  background: #719AF1;
}

.international_talent .superiority .common_width>div.candidate ul.time::after {
  width: 820px;
  left: 130px;
}

.international_talent .superiority .common_width>div.candidate ul.time li {
  width: 112px;
  flex: 1 auto;
}

.international_talent .superiority .common_width>div.candidate .number {
  display: flex;
  justify-content: space-between;
}

.international_talent .superiority .common_width>div.candidate .number>div {
  width: 524px;
  height: 120px;
  box-shadow: 0px 2px 14px 0px rgba(32, 42, 66, 0.15);
  border-radius: 10px;
  padding: 25px 0 25px 263px;
  background: #fff url(../../newImage/fcSet/n01.png) left 187px center no-repeat;
}

.international_talent .superiority .common_width>div.candidate .number>div span {
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #5486EE;
  line-height: 36px;
}

.international_talent .superiority .common_width>div.candidate .number>div em {
  font-style: normal;
  position: relative;
  top: 3px;
  left: 3px;
}

.international_talent .superiority .common_width>div.candidate .number>div p {
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #464D61;
  line-height: 26px;
  margin-top: 8px;
}

.international_talent .superiority .common_width>div.candidate .number>div:nth-child(2) {
  padding-left: 223px;
  background: #fff url(../../newImage/fcSet/n02.png) left 147px center no-repeat;
}

.international_talent .superiority .common_width>div.oversea p {
  font-size: 14px;
  font-weight: 400;
  color: #464D61;
  line-height: 26px;
  text-align: center;
  margin-top: 24px;
}

.international_talent .superiority .common_width>div.oversea .cutting_line {
  margin: 40px 0;
  text-align: center;
  height: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #5486EE;
  line-height: 20px;
  position: relative;
}

.international_talent .superiority .common_width>div.oversea .cutting_line::after {
  content: '';
  width: 490px;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  top: 10px;
  left: 0;
}

.international_talent .superiority .common_width>div.oversea .cutting_line::before {
  content: '';
  width: 490px;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  top: 10px;
  right: 0;
}

.international_talent .superiority .common_width>div.oversea .numver {
  display: flex;
  justify-content: space-between;
}

.international_talent .superiority .common_width>div.oversea .numver>div {
  width: 340px;
  height: 140px;
  text-align: center;
  box-shadow: 0px 2px 14px 0px rgba(32, 42, 66, 0.15);
  border-radius: 10px;
  padding: 25px 32px 25px 111px;
  background: #fff url(../../newImage/fcSet/oversea1.png) left 35px center no-repeat;
}

.international_talent .superiority .common_width>div.oversea .numver>div span {
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #5486EE;
  line-height: 36px;
}

.international_talent .superiority .common_width>div.oversea .numver>div em {
  font-style: normal;
  position: relative;
  top: 3px;
  left: 3px;
}

.international_talent .superiority .common_width>div.oversea .numver>div p {
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #464D61;
  line-height: 26px;
  margin-top: 8px;
  text-align: center;
}

.international_talent .superiority .common_width>div.oversea .numver>div:nth-child(2) {
  width: 340px;
  padding-left: 106px;
  padding-right: 28px;
  background: #fff url(../../newImage/fcSet/oversea2.png) left 30px center no-repeat;
}

.international_talent .superiority .common_width>div.oversea .numver>div:nth-child(3) {
  padding-left: 139px;
  background: #fff url(../../newImage/fcSet/oversea3.png) left 63px center no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.international_talent .animation {
  padding: 100px 0 0;
  background: #F8FCFF;
}

.international_talent .animation .item {
  padding-top: 100px;
  padding-bottom: 100px;
}

.international_talent .animation .item>div {
  position: relative;
}

.international_talent .animation .item>div .pic {
  width: 100%;
  text-align: center;
  transition: all 0.82s;
}

.international_talent .animation .item>div .pic img {
  display: inline;
  transition: all 0.82s;
}

.international_talent .animation .item>div .pic p {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #333947;
  margin-top: 30px;
  text-align: center;
}

.international_talent .animation .item>div .txt {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 700px;
  opacity: 0;
  transition: all 2.6s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.international_talent .animation .item>div .txt h5 {
  height: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #4A97FD;
  line-height: 24px;
  margin: 0 0 30px;
}

.international_talent .animation .item>div .txt h6 {
  height: 24px;
  line-height: 21px;
  padding-left: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #333947;
  margin: 20px 0 10px;
  background: url(../../newImage/fcSet/actionIcon5.png) left center no-repeat;
}

.international_talent .animation .item>div .txt p {
  color: #616A83;
  line-height: 26px;
}

.international_talent .animation .item+.item {
  padding-top: 100px;
}

.international_talent .animation .item.active .pic {
  width: 600px;
  padding: 0 40px;
}

.international_talent .animation .item.active .pic img {
  width: 520px;
}

.international_talent .animation .item.active .txt {
  opacity: 1;
}

.international_talent .animation .item.item_one .txt>div>div:nth-child(3) h6 {
  background: url(../../newImage/fcSet/actionIcon6.png) left center no-repeat;
}

.international_talent .animation .item.item_one .txt>div>div:nth-child(4) h6 {
  background: url(../../newImage/fcSet/actionIcon7.png) left center no-repeat;
}

.international_talent .animation .item.item_one .txt>div>div:nth-child(5) h6 {
  background: url(../../newImage/fcSet/actionIcon8.png) left center no-repeat;
}

.international_talent .animation .item.item_two {
  background: #fff;
}

.international_talent .animation .item.item_two.active .pic {
  padding: 0;
}

.international_talent .animation .item.item_two.active .pic img {
  width: 600px;
}

.international_talent .animation .item.item_two .txt>div>div:nth-child(2) h6 {
  background: url(../../newImage/fcSet/actionIcon1.png) left center no-repeat;
}

.international_talent .animation .item.item_two .txt>div>div:nth-child(3) h6 {
  background: url(../../newImage/fcSet/actionIcon2.png) left center no-repeat;
}

.international_talent .animation .item.item_two .txt>div>div:nth-child(4) h6 {
  background: url(../../newImage/fcSet/actionIcon3.png) left center no-repeat;
}

.international_talent .animation .item.item_two .txt>div>div:nth-child(5) h6 {
  background: url(../../newImage/fcSet/actionIcon4.png) left center no-repeat;
}

.international_talent .animation .item.item_three .txt>div>div:nth-child(2) h6 {
  background: url(../../newImage/fcSet/actionIcon9.png) left top no-repeat;
}

.international_talent .animation .item.item_three .txt>div>div:nth-child(3) h6 {
  background: url(../../newImage/fcSet/actionIcon10.png) left center no-repeat;
}

.international_talent .animation .item.item_three .txt>div>div:nth-child(4) h6 {
  background: url(../../newImage/fcSet/actionIcon11.png) left center no-repeat;
}

.international_talent .animation .item.item_three .txt>div>div:nth-child(5) h6 {
  background: url(../../newImage/fcSet/actionIcon12.png) left center no-repeat;
}

.international_talent .pub_title::after {
  background-color: #4A97FD;
}

@media screen and (max-width: 800px) {
  .pLR80{
    padding: 0;
  }

  .common_width,
  .international_talent .head .head_d1 {
    width: 90%;
    margin: 0 auto;
  }

  .international_talent h2 {
    font-size: 0.32rem;
    line-height: 1;
  }

  .pub_contiain .head {
    height: auto;
    padding: 0 !important;
  }

  .international_talent>div {
    padding: 0.5rem 0 !important;
  }

  .international_talent .summary p.txt {
    font-size: 0.2rem;
    line-height: 0.38rem;
    text-align: left;
    margin-bottom: 0.5rem;
  }

  .international_talent .summary p.txt br {
    display: none;
  }

  .international_talent .summary .into_out {
    flex-wrap: wrap;
  }

  .international_talent .summary .into,
  .international_talent .summary .out {
    width: 100%;
    height: auto;
    flex: 1 auto;
    padding: 0.5rem 0.3rem;
  }

  .international_talent .summary .out {
    margin-top: 0.3rem;
  }

  .international_talent .summary .into span,
  .international_talent .summary .out span,
  .international_talent .summary .into .tit,
  .international_talent .summary .out .tit {
    padding: 0;
    height: auto;
  }

  .international_talent .summary .into .tit,
  .international_talent .summary .out .tit {
    line-height: 0.32rem;
  }

  .international_talent .solution p {
    font-size: 0.2rem;
  }

  .international_talent .solution ul li {
    width: 80%;
    margin-left: 10% !important;
  }

  .international_talent .solution ul li span {
    font-size: 0.2rem;
  }

  .international_talent .process ul {
    flex-wrap: wrap;
  }

  .international_talent .process ul li {
    width: 100% !important;
  }

  .international_talent .process ul li+li {
    margin-top: 0.7rem;
  }

  .international_talent .process ul::after {
    display: none;
  }

  .international_talent .process ul li span.num_s {
    margin-bottom: 12px;
  }

  .international_talent .process ul li span.txt {
    font-size: 0.2rem;
  }

  .international_talent .superiority .common_width>div {
    padding: 0.2rem;
    margin-top: 0.2rem;
  }

  .international_talent .superiority .common_width>div ul.time::after {
    width: 77% !important;
    left: 12% !important;
  }

  .international_talent .superiority .common_width>div .like_table span.col,
  .international_talent .superiority .common_width>div .like_table span.col span,
  .international_talent .superiority .common_width>div .like_table span.col span.nation {
    width: 100%;
  }

  .international_talent .superiority .common_width>div .like_table span.col,
  .international_talent .superiority .common_width>div .like_table p {
    height: auto;
  }

  .international_talent .superiority .common_width>div.candidate ul.time {
    /* flex-wrap: wrap; */
    margin-right: -0.2rem;
    margin-left: -0.2rem;
    margin-bottom: 0.8rem;
  }

  .international_talent .superiority .common_width>div.candidate ul.time::after {}

  .international_talent .superiority .common_width>div ul.time li span.nation {
    font-size: .11rem;
  }

  .international_talent .superiority .common_width>div.candidate ul.time li {
    width: 100%;
  }

  .international_talent .superiority .common_width>div h5 {
    font-size: 0.24rem;
  }

  .international_talent .superiority .common_width>div.candidate .number>div {
    width: 100%;
  }

  .international_talent .superiority .common_width>div.oversea .cutting_line::after,
  .international_talent .superiority .common_width>div.oversea .cutting_line::before {
    display: none;
  }

  .international_talent .superiority .common_width>div.candidate .number {
    flex-wrap: wrap;
  }

  .international_talent .superiority .common_width>div.candidate .number>div {
    padding-left: 145px !important;
    background-position: left 50px center !important;
  }

  .international_talent .superiority .common_width>div.candidate .number>div+div {
    margin-top: 0.2rem;
    background: #fff url(../../newImage/fcSet/n02.png) left 147px center no-repeat;
  }

  .international_talent .superiority .common_width>div.oversea p {
    text-align: left;
  }

  .international_talent .superiority .common_width>div.oversea .numver {
    flex-wrap: wrap;
  }

  .international_talent .superiority .common_width>div.oversea .numver>div {
    width: 100% !important;
    padding-left: 105px !important;
    background-position: left 25px center !important;
  }

  .international_talent .superiority .common_width>div.oversea .numver>div+div {
    margin-top: 0.2rem;
  }

  .international_talent .superiority .common_width>div.oversea .numver>div p {
    font-size: 0.14rem;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* width: 87%; */
    text-align: center;
    line-height: 1.9;
  }

  .international_talent .superiority {
    background-size: cover;
  }

  .international_talent .superiority .common_width>div .like_table span.col span {
    padding: 0.1rem 0.3rem;
    line-height: 26px;
    font-size: 13px;
  }

  .international_talent .animation .item.active .pic {
    width: 100%;
    padding: 0;
  }

  .international_talent .animation .item>div .pic img {
    display: inline-block;
    width: 90%;
  }

  .international_talent .animation .item .pic img {
    width: 90% !important;
  }

  .international_talent .animation .item.item_two .pic img {
    width: 100% !important;
    transition: unset;
  }

  .international_talent .animation .item,
  .international_talent .animation .item+.item {
    padding: 0.5rem 0;
  }

  .international_talent .animation .item>div .pic p {
    font-size: 0.24rem;
  }

  .international_talent .animation .item>div .txt {
    padding: 0 5%;
    position: unset;
  }

  .international_talent .animation .item .txt h5 {
    margin-top: 0.5rem !important;
    font-size: 0.24rem !important;
    line-height: 1 !important;
  }

  .international_talent .animation .item>div .txt h6 {
    font-size: 0.2rem;
  }

  .international_talent .summary .into img,
  .international_talent .summary .out img {
    width: 80px;
  }

  .international_talent .superiority .common_width>div ul.time li {
    background-size: 28px;
    width: 46px !important;
  }

  .international_talent .solution ul li .front {
    display: none;
  }

  .international_talent .solution ul li .verso {
    display: block;
  }

  .international_talent .superiority .common_width>div ul.time li span.nation br {
    display: block;
  }

  .international_talent .superiority .common_width>div ul.time li span.nation i {
    display: none;
  }
}