@charset "UTF-8";


@media screen and (min-width:1200px){

.nav_t_1 {
  padding-top: 30px;
}

.nav_t_1 a {
  display: block;
  width: 100%;
  height: 103px;
  background-image: url("../assets/images/3.jpg");
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 40px;
  color: #c22b25;
  text-align: center;
  font-style: normal;
  text-transform: none;
  letter-spacing: 20px;
}

.nav_t_1 a p {
  margin: 0 17px;
}

.nav_t_1 a img {
  height: 10px;
}

.home {
  background: #f6f6f6;
}

.c_card_1 {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.c_card_1 .c_1_left {
  width: 678px;
  height: 419px;
  border-radius: 0px 0px 0px 0px;
}

.c_card_1 .c_1_right {
  width: 492px;
  height: 419px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 32px 30px;
}

.c_card_1 .c_1_right .c_r_top {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c_card_1 .c_1_right .top_l {
  display: flex;
  justify-content: space-between;
}

.more {
  background: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #C22B25;
  width: 49px;
  height: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #C22B25;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.c_card_1 .c_1_right .more img {
  width: 12px;
}

.c_card_1 .c_1_right h4 {
  margin-right: 36px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #484848;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
}

.c_card_1 .c_1_right h4:nth-child(2):before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background: #e2e2e2;
  top: 10px;
  left: -18px;
}

.c_card_1 .c_1_right h4:hover {
  color: #c22b25;
}

.c_card_1 .c_1_right .c_r_center {
  margin-top: 25px;
}

.c_card_1 .c_1_right .c_r_center h5:hover {
  color: #c22b25;
}

.c_card_1 .c_1_right .c_r_text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 18px;
}

.c_card_1 .c_1_right .c_r_text:hover {
  color: #C22B25;
}

.c_card_1 .c_1_right .divide {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
  height: 2px;
  border-bottom: 1px dashed #6e6e6e;
}

.c_card_1 .c_1_right .list,
.c_card_5 .c_1_right .list {
  width: 100%;
}

.c_card_1 .c_1_right .list .list_left,
.c_card_5 .c_1_right .list .list_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
}

.c_card_1 .c_1_right .list .list_left p a,
.c_card_5 .c_1_right .list .list_left p a {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.c_card_1 .c_1_right .list .list_left p a:hover,
.c_card_5 .c_1_right .list .list_left p a:hover {
  color: #C22B25;
}

.c_card_1 .c_1_right .list li,
.c_card_5 .c_1_right .list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.c_card_1 .c_1_right .list li .radio,
.c_card_5 .c_1_right .list li .radio {
  width: 7px;
  height: 6px;
  border: 2px solid #D5BC8D;
  border-radius: 50px;
  margin-right: 5px;
}

.c_card_1 .c_1_right .list li .timer,
.c_card_5 .c_1_right .list li .timer {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #9F9F9F;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.c_1_active {
  color: #c22b25 !important;
}

.content-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel_home {
  position: absolute;
  display: flex;
  z-index: 99;
  bottom: 6%;
  right: 20px;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.carousel-item img {
  width: 100%;
  height: 100%;
}

.carousel-item.active {
  opacity: 1;
  z-index: 1;
}

.carousel-item h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}

.carousel-item p {
  font-size: 18px;
  color: #666;
  max-width: 80%;
  line-height: 1.6;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.carousel-control img {
  width: 38px;
  height: 62px;
}

.carousel-control.prev {
  left: -6px;
}

.carousel-control.next {
  right: -6px;
}

.carousel-indicators {
  height: 62px;
  width: 100%;
  padding: 0 22px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  align-items: center;
  justify-content: space-between;
}

.carousel-indicators p {
  width: 420px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.carousel-indicators .bg {
  background-color: rgba(0, 0, 0, 0.5);
  /* 黑色，50%透明度 */
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-right: 8px;
}

.carousel-indicator.active {
  background-color: #c22b25;
}

.banner_card_2 {
  margin-top: 30px;
  height: 151px;
  display: flex;
  justify-content: space-between;
}

.banner_card_2 li {
  width: 585px;
  overflow: hidden;
}

.banner_card_2 a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.banner_card_2 a img {
  width: 100%;
  height: 100%;
}

.banner_card_2 a:hover {
  transform: scale(1.1);
}

.banner_card_3 {
  margin-top: 30px;
  height: 70px;
  display: block;
  background-image: url("../assets/images/banner.jpg");
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #C22B25;
  line-height: 40px;
  text-align: center;
}

.banner_card3_content {
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.banner_card3_content ul {
  display: flex;
}

.banner_card3_content li {
  font-weight: 500;
  font-size: 24px;
  color: #484848;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 18px;
  position: relative;
  cursor: pointer;
}

.banner_card3_content li:before {
  content: "";
  top: 10px;
  right: -10px;
  width: 2px;
  height: 23px;
  position: absolute;
  background: #e6e6e6;
}

.banner_card3_content li:nth-child(3):before {
  display: none;
}

.banner_card3_content .active {
  color: #c22b25;
}

.text_1,
.text_2,
.text_3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.text_1 li,
.text_2 li,
.text_3 li {
  margin-right: 45px;
  margin-bottom: 30px;
  width: 265px;
  height: 349px;
  background: #FCF5E8;
  border-radius: 0px 0px 0px 0px;
  background-image: url("../assets/images/19258.jpg");
  background-size: 90% 95%;
  background-position: 12px 10px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.text_1 li:nth-child(4n),
.text_2 li:nth-child(4n),
.text_3 li:nth-child(4n) {
  margin-right: 0;
}

.text_1 li a,
.text_2 li a,
.text_3 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.text_1 li a img,
.text_2 li a img,
.text_3 li a img {
  display: block;
  margin: 0 auto;
  height: 50px;
  margin-top: 40px;
}

.text_1 li a h3,
.text_2 li a h3,
.text_3 li a h3 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

.text_1 li a .bianhao,
.text_2 li a .bianhao,
.text_3 li a .bianhao {
  font-size: 12px;
  color: #C22B25;
  line-height: 53px;
  text-align: center;
  font-style: normal;
  margin-top: 70px;
}

.text_1 li a .text,
.text_2 li a .text,
.text_3 li a .text {
  width: 197px;
  height: 41px;
  font-weight: 500;
  font-size: 16px;
  color: #C22B25;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
}

.c_1_content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.c_1_content .carousel-container_1 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
}

.c_1_content .carousel-track_1 {
  display: flex;
  transition: transform 0.5s ease;
}

.c_1_content .carousel-item_1 {
  flex: 0 0 227px;
  box-sizing: border-box;
  margin-right: 15px;
}

.c_1_content .carousel-item_1 a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.c_1_content .carousel-item_1 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.c_1_content .carousel-nav_1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
}

.c_1_content .carousel-nav_1 img {
  width: 100%;
}

.c_1_content .carousel-prev_1 {
  left: -45px;
}

.c_1_content .carousel-next_1 {
  right: -45px;
}

.c_1_content .carousel-prev_7 {
  left: -45px;
}

.c_1_content .carousel-next_7 {
  right: -45px;
}

.px_content {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.px_content .c_1_right {
  width: 848px;
  height: 470px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 32px 30px;
}

.px_content .c_1_right .c_r_top {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.px_content .c_1_right .top_l {
  display: flex;
  justify-content: space-between;
}

.px_content .c_1_right .more {
  background: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #C22B25;
  width: 49px;
  height: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #C22B25;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.px_content .c_1_right .more img {
  width: 12px;
}

.px_content .c_1_right h4 {
  margin-right: 36px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #484848;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
}

.px_content .c_1_right h4:nth-child(2):before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background: #e2e2e2;
  top: 10px;
  left: -18px;
}

.px_content .c_1_right h4:hover {
  color: #c22b25;
}

.px_content .c_1_right .c_r_center h5 {
  margin-top: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-size: 18px;
  color: #323232;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: bold;
}

.px_content .c_1_right .c_r_center h5:hover {
  color: #c22b25;
}

.px_content .c_1_right .c_r_text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 18px;
}

.px_content .c_1_right .c_r_text:hover {
  color: #C22B25;
}

.px_content .c_1_right .divide {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
  height: 2px;
  border-bottom: 1px dashed #6e6e6e;
}

.px_content .c_1_right .list {
  width: 100%;
}

.px_content .c_1_right .list .list_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
}

.px_content .c_1_right .list .list_left p a {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.px_content .c_1_right .list .list_left p a:hover {
  color: #C22B25;
}

.px_content .c_1_right .list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.px_content .c_1_right .list li .radio {
  width: 8px;
  height: 6px;
  border: 2px solid #D5BC8D;
  border-radius: 50px;
  margin-right: 5px;
}

.px_content .c_1_right .list li .timer {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #9F9F9F;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.px_content .kecheng {
  width: 322px;
}

.px_content .kecheng .kc_title {
  width: 100%;
  display: flex;
  justify-content: center;
}

.px_content .kecheng img {
  width: 100%;
}

.px_content .kc_content {
  width: 322px;
  height: 271px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  margin-top: -43px;
  padding: 35px;
  box-sizing: border-box;
}

.scroller-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  padding-top: 10px;
}

.scroller-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 210px;
  padding-top: 10px;
}

.scroller-track {
  display: flex;
  will-change: transform;
  padding: 0 60px;
  /* 为箭头留出空间 */
}

.scroller-item {
  flex: 0 0 377px;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.scroller-item:hover {
  transform: scale(1.05);
}

.scroller-item a img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block;
}

.scroller-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.scroller-nav:hover {
  background: rgba(0, 0, 0, 0.9);
}

.scroller-prev {
  left: 10px;
}

.scroller-next {
  right: 10px;
}

.v_carousel {
  width: 242px;
  height: 159px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.v_track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.v_slide {
  min-width: 100%;
  height: 100%;
}

.v_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.v_slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.v_indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}

.v_indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.v_indicator.v_active {
  background: #c22b25;
  transform: scale(1.2);
}

.kc_bottom {
  width: 322px;
  height: 153px;
  border-radius: 4px 4px 4px 4px;
  margin-top: 23px;
  background-image: url("../assets/images/kecheng.jpg");
  background-size: 100%;
  overflow: hidden;
}

.kc_bottom .window {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  box-sizing: border-box;
}

.kc_bottom .window img {
  width: 95px;
  margin-right: 25px;
}

.kc_bottom .window:hover {
  transform: scale(1.05);
}

.kc_bottom .c_3_right {
  width: 180px;
}

.kc_bottom .c_3_right strong {
  text-align: center;
  margin-top: 10px;
  display: block;
}

.kc_bottom .c_3_right p {
  font-weight: bold;
  font-size: 30px;
  color: #d42d27;
  line-height: 40px;
  font-style: normal;
  text-transform: none;
  padding-left: 20px;
}

.kc_bottom .c_3_right span {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  color: #d42d27;
}

.kc_bottom .c_3_right button {
  margin-left: 23px;
  width: 97px;
  height: 31px;
  background: #d42d27;
  border: 1px solid #d42d27;
  background: transparent;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 12px;
  color: #d42d27;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
}

.hz_zxpx {
  width: 1200px;
  height: 104px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  display: none;
}

.c_1_peixun {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.c_1_peixun .peixun_item {
  width: 280px;

}

.c_1_peixun .peixun_item img {
  width: 100%;
}

/*# sourceMappingURL=talent.css.map */
}