* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  word-break: break-all;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100px;
}

body {
  font-family: "Microsoft YaHei", Arial;
  line-height: 1.7;
  font-size: 0.16rem;
  color: #515151;
}

img {
  display: block;
  max-width: 100%;
}

input, textarea, button {
  font-size: inherit;
}

a, li {
  transition: all 0.3s ease 0s;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  /* color: #4e9e48; */
}

.time,
.number {
  font-family: arial;
}

.image-large {
  overflow: hidden;
  display: block;
}

.image-large img {
  transition: transform 1s ease;
}

.image-large:hover img {
  transform: scale(1.1);
}

.mui-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bei_wrap {
  width: 12rem;
  margin: 0 auto;
}

.sbanner {
  position: relative;
  overflow: hidden;
}
.sbanner img {
  /* width: 100%; */
  height: 450px;
  object-fit: cover;
}

.sbanner .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #ddd;
  opacity: 0.6;
}

.sbanner .swiper-pagination-bullet-active {
  background-color: #F39800;
  opacity: 1;
  width: 60px;
}

.sbanner .swiper-button-next,
.sbanner .swiper-button-prev {
  color: #fff;
  opacity: 0.8;
  transition: 0.5s;
}

.chengong .swiper-button-next {
  margin-right: -0.8rem;
  color: #4e9e48;
  margin-top: -3.9rem;
}

.chengong .swiper-button-prev {
  margin-left: -0.8rem;
  color: #4e9e48;
  margin-top: -3.9rem;
}

.shipin .swiper-button-next {
  margin-right: -0.8rem;
  color: #4e9e48;
  margin-top: -3.1rem;
}

.shipin .swiper-button-prev {
  margin-left: -0.8rem;
  color: #4e9e48;
  margin-top: -3.1rem;
}

.header .header-logo ,.header .top_menu {
  margin: 25px 0 25px;
}


.header .shangcai{
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.header .top_menu {
  display: flex;
  align-items: center;
}

.header .top_menu a {
  margin: 0 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.18rem;
}

.header .top_menu a em {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.header .top_menu a em img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.header .top_menu .dropdown {
  position: relative;
  display: inline-block;
}

.header {
  position: relative;
  z-index: 10;
}

.header .top_menu .dropdown-content {
  display: block;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
  top: 100%;
  left: 0;
  margin-left: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.header .top_menu .dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header .top_menu .dropdown-content a {
  color: #333;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  margin: 0;
  text-align: left;
  font-size: 0.14rem;
  white-space: nowrap;
}

.header .top_menu .dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #F39800;
}

.main-menu {
  
  padding: 15px 0;
  border-bottom: 2px solid #eee;
  background-color: #fff;
}

.main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 15px 0;
  padding-bottom: 0;

 
  width: 12rem;
  margin: 0 auto;
}

.main-menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;

}

.main-menu a {
  position: relative;
  color: #333;
  font-size: 0.18rem;
  font-weight: bold;
  padding: 10px 0;
  transition: all 0.3s ease;
  text-decoration: none;
  flex: 1;
  text-align: center;
}

.main-menu a:hover {
  color: #F39800;
}

.main-menu a.active {
  color: #F39800;
}

.main-menu a.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F39800;
}

.section-title {
  text-align: center;
  margin: 40px 0 20px;
}

.section-title h2 {
  font-size: 0.34rem;
  color: #333;
  margin-bottom: 0px;
  font-weight: normal;
}

.section-title .title-line {
  width: 80px;
  height: 4px;
  background-color: #F39800;
  margin: 0 auto;
}

.section-content {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #515151;
  margin-bottom: 40px;
  text-align: justify;
}

.full-width-img {
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.full-width-img img {
  width: 100%;
  height: auto;
  display: block;
}

.xanniu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}


.xanniu  .course-card {
    padding: 0;
}




.xanniu a {
  background-color: #F39800;
  color: #fff;
  padding: 4px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.14rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.xanniu a:hover {
  background-color: #e68a00;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(243, 152, 0, 0.3);
}

.xanniu .biao {
  display: flex;
  justify-content: space-between;

}

.xanniu .biao .bbt{
  position: absolute;
  bottom: 50px;
  left: 50px;

}


.xanniu .biao >div{
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}


.xanniu .biao >div:hover {

  transform: translateY(-5px);
}





.course-cards {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  padding: 0 ;
}

.course-card {
  flex: 1;
  padding: 30px;
  border: 1px solid #eee;
  border-top: 3px solid #F39800;
  transition: all 0.3s ease;
  position: relative;
  min-height: 200px;
  background-color: #fff;
}

.course-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.course-title {
  font-size: 0.22rem;
  color: #F39800;
  font-weight: bold;
  margin-bottom: 15px;
}

.course-description {
  font-size: 0.16rem;
  color: #515151;
  line-height: 1.6;
  margin-bottom: 25px;
  width: 220px;
}

.course-image {
  position: absolute;
  top: 30px;
  right: 20px;
  max-width: 120px;
}

.course-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.course-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #F39800;
  color: #fff;
  padding: 4px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.14rem;
  transition: all 0.3s ease;
  
  cursor: pointer;
}

.course-btn:hover {
  background-color: #e68a00;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(243, 152, 0, 0.3);
}

.talent-section {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  
}

.talent-card {
  flex: 1;
  display: flex;
  border: 1px solid #eee;
 
  overflow: hidden;
  transition: all 0.3s ease;
}

.talent-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.talent-image {
  flex: 0 0 38%;
  background-color: #f5f5f5;
}

.talent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.talent-content {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.talent-title {
  font-size: 0.22rem;
  color: #F39800;
  font-weight: bold;
  margin-bottom: 15px;
}

.talent-description {
  font-size: 0.16rem;
  color: #515151;
  line-height: 1.6;
  margin-bottom: 25px;
  flex: 1;
}

.talent-search {
  display: flex;
  margin-bottom: 20px;
}

.talent-search input {
  flex: 1;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 0.14rem;
}

.search-btn {
  background-color: #F39800;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 0.14rem;
  transition: all 0.3s ease;
}

.search-btn:hover {
  background-color: #e68a00;
}

.talent-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #F39800;
  color: #fff;
  padding: 4px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.14rem;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.talent-btn:hover {
  background-color: #e68a00;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(243, 152, 0, 0.3);
}

.footer {
  background-color: #f8f9fa;
  padding: 40px 0;
  margin-top: 60px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-column {
  flex: 1;
}

.footer-column h4 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0px;
}

.footer-column ul li a {
  color: #4777A5;
  font-size: 0.14rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #F39800;
}

.footer-column.qr-code {
  flex: 0 0 120px;
  /* text-align: center; */
}

.qr-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.qr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.12rem;
  color: #999;
  margin: 0;
}

.footer-bottom a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #F39800;
}

.kefu {
  position: fixed;
  bottom: 230px;
  right: 3px;
  width: 120px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  overflow: hidden;
}

.kefu-header {
  
  justify-content: space-between;
  align-items: center;
  padding: 2px 15px;
  background-color: #7EA32F;
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
}

.kefu-close {
  cursor: pointer;
  font-size: 0.16rem;
  font-weight: bold;
}

.kefu-content {
  padding: 10px 0;
  text-align: center;
}

.kefu-wechat {
  margin-bottom: 15px;
}

.kefu-wechat img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.kefu-qr {
  margin-bottom: 5px;
}

.kefu-qr img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.kefu-btn {
  width: 80%;
  padding: 4px 0;
  background: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.12rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.kefu-btn:hover {
  background: linear-gradient(to bottom, #e0e0e0, #d0d0d0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.kefu-btn:active {
  background: linear-gradient(to bottom, #d0d0d0, #e0e0e0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

.bjcolor{
  background-color: #F7F8FA;
  padding: 10px 0 30px 0;
}


.xinjia413{
   position: relative;
}

.xinjia413 a{
   position: absolute;
   background-color: #fff;
   color: #000;
   left: 330px;
  top: 108px;
  text-align: center;
  padding: 12px;
  width: 526px;
  font-size: 20px;
}


.xinjia413 a:hover{
   background-color: #F39800;
   color: #fff;
}



.xinjia413 a:nth-child(3){
   top: 193px;
}
.xinjia413 a:nth-child(4){
   top: 276px;
}
.xinjia413 a:nth-child(5){
   top: 360px;
}


.xinjia413 a:nth-child(6){
  top: 108px;
  left: 880px;
  width: 115px;
  height: 310px;
  writing-mode: vertical-rl;
  padding: 40px;
}


.full-width-img .biao img{
  width: 215px;
}