﻿.ctn {
  background: url(../image/8b246c51-1d9f-4000-bf67-75b5808aefda.jpg) center top #fff repeat-x;
}
.ctn .page1 {
  padding-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn .page1 .txt {
  width: 50%;
  padding-left: calc((100% - 1440px)/2);
  padding-right: 100px;
}
.ctn .page1 .txt .tit {
  font-weight: bold;
  color: #222;
  margin-bottom: 30px;
}
.ctn .page1 .txt .des {
  color: #333;
  line-height: 1.75;
}
.ctn .page1 .img {
  width: 50%;
  height: 540px;
  position: relative;
  overflow: hidden;
}
.ctn .page1 .img img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page1 .img:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ctn .page2 {
  margin-top: 100px;
}
.ctn .page2 .tab {
  display: flex;
  justify-content: center;
}
.ctn .page2 .tab p {
  display: flex;
  align-items: center;
}
.ctn .page2 .tab p:nth-last-child(1)::after {
  display: none;
}
.ctn .page2 .tab p::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 70%;
  margin: 0 45px;
  background: #e5e5e5;
  pointer-events: none;
}
.ctn .page2 .tab a {
  color: #777;
}
.ctn .page2 .tab a.on {
  color: #c72c31;
  font-weight: bold;
}
.ctn .page2 .tab a:hover {
  color: #c72c31;
}
.ctn .page2 .tag {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 40px;
}
.ctn .page2 .tag .p_filter_wrapper {
  font-size: initial;
}
.ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper {
  display: flex;
  flex-wrap: wrap;
  line-height: initial;
  margin: 10px 0;
}
.ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_filter_key {
  color: #777;
  width: 100px;
  font-size: 16px;
  font-weight: initial;
  margin: 10px 0;
}
.ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_filter_value {
  width: calc(100% - 100px);
}
.ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_v_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: initial;
}
.ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item {
  padding: 0;
  font-size: 16px;
  color: #222;
  margin: 10px 60px 10px 0;
}
.ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item .p_fbutton {
  background-color: transparent!important;
  border: 0!important;
  color: #222;
  font-size: 16px;
}
.ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item .p_fbutton:hover {
  color: #c72c31;
}
.ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item.p_active .p_fbutton {
  color: #c72c31;
  font-weight: bold;
}
.ctn .page2 .list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctn .page2 .list .item {
  width: 49%;
  background: #f7f7f7;
  padding: 60px 50px;
  margin: 15px 0;
}
.ctn .page2 .list .item .title {
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
    z-index: 10;
}
.ctn .page2 .list .item::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: url(../image/fb38da01-1530-4c5f-9ce4-8a2c0fa31517.png) bottom right no-repeat;
    background-size: contain;
  transition: all .3s;
    opacity: 0;
}
.ctn .page2 .list .item:hover::after{
  opacity: .05;
}

.ctn .page2 .list .item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
    z-index: 10;
}
.ctn .page2 .list .item ul li {
  width: 49%;
  margin: 6px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ctn .page2 .list .item ul li p {
  width: 80px;
  color: #777;
}
.ctn .page2 .list .item ul li i {
  width: calc(100% - 80px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  color: #222;
}
.ctn .page3 {
  margin-top: 80px;
  padding-bottom: 120px;
}
.ctn .page3 .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ctn .page3 .pic .txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: rgba(0, 0, 0, 0.4);
  border-left: 6px solid #c72c31;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7%;
}
.ctn .page3 .pic .txt .tit {
  color: #fff;
  font-weight: bold;
}
.ctn .page3 .pic .txt .des {
  margin-top: 1.5em;
}
.ctn .page3 .pic .txt .des p {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.ctn .page3 .pic:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1600px) {
  .ctn .page1 .txt {
    padding-left: 10%;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .ctn .page1 {
    padding-top: 60px;
  }
  .ctn .page2 {
    margin-top: 60px;
  }
  .ctn .page2 .tag {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item {
    margin: 8px 40px 8px 0;
  }
  .ctn .page2 .list {
    margin-top: 30px;
  }
  .ctn .page2 .list .item {
    padding: 40px 30px;
    margin: 10px 0;
  }
  .ctn .page3 {
    margin-top: 50px;
    padding-bottom: 80px;
  }
  .ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_filter_key {
    margin: 8px 0;
  }
}
@media screen and (max-width: 1280px) {
  .ctn .page1 .txt {
    padding-left: 5%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .ctn .page1 {
    padding: 0 5%;
  }
  .ctn .page1 .txt {
    width: 100%;
    padding: 0;
  }
  .ctn .page1 .img {
    width: 100%;
    margin-top: 20px;
    height: auto;
    padding-top: 55%;
  }
}
@media screen and (max-width: 768px) {
  .ctn .page1 {
    padding-top: 30px;
  }
  .ctn .page2 {
    margin-top: 30px;
  }
  .ctn .page2 .tag {
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_v_list .p_v_item {
    margin: 5px 20px 5px 0;
  }
  .ctn .page2 .list {
    margin-top: 20px;
  }
  .ctn .page2 .list .item {
    width: 100%;
    padding: 20px;
    margin: 0 0 10px 0;
  }
  .ctn .page2 .list .item .title {
    margin-bottom: 5px;
  }
  .ctn .page3 {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_filter_key {
    margin: 5px 0;
  }
  .ctn .page2 .list .item ul li {
    width: 100%;
    margin: 3px 0;
  }
  .ctn .page1 .txt .tit {
    margin-bottom: 10px;
  }
  .ctn .page2 .tag .p_filter_wrapper .p_kv_wrapper .p_filter_value {
    width: 100%;
  }
  .ctn .page3 .pic {
    height: 200px;
  }
  .ctn .page3 .pic img {
    height: 100%;
    object-fit: cover;
  }
  .ctn .page3 .pic .txt {
    right: 0;
    padding: 0;
    border: 0;
    align-items: center;
  }
  .ctn .page3 .pic .txt .des {
    width: 100%;
  }
  .ctn .page3 .pic .txt .des p {
    width: 100%;
    text-align: center;
  }
}
/*# sourceMappingURL=./talent-development.css.map */