/* ȫ�ַ��
-------------------------------------------------- */
body {
  /*padding-bottom: 40px;*/
  color: #5a5a5a;
}
.col-md-12{
    padding-left: 0;
    padding-right: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
.mycarouseimgpc{
    display:block!important;
}
.mycarouseimgmod{
    display:none!important;
}
/* banner ��Ƶ����
-------------------------------------------------- */
/* ��λ��Ƶ */
.section-background-video {
    width: 100%;
    transform: translate(0,-25%)
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*object-position: 50% 18%;*/
}
/* ��Ƶ�ɰ� */
.background-overlay {
  background-color: rgba(0,79,177,0.2);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
#videos {
    display:block;
}
#videosimg{
    display:none;
}
/* 轮播图 CAROUSEL
-------------------------------------------------- */

/* 导航样式已迁移到 Content/components/navbar.css */
/* Carousel ���õ�Ƭ������*/
.carousel {
    /*margin-top:100px;*/
}

/* ȡ��������Ӱ */
.carousel-caption {
  text-shadow: none;
  left:0;
}
.img-self-adaption a{
    text-decoration:none!important;
}
/* ��λ��Ƶ˵������ */
.carousel-caption-left {
    width: 100%;
    top: 0;
  left:0;
    padding-top: 10%;
    padding-bottom: 10%;
    z-index: 10;
    text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color:#ffffff;
}

.carousel-caption-left h1 {
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 700;
  cursor: default;
  line-height: 69px;
}

.carousel-caption-left h3 {
  margin-bottom: 20px;
  font-size: 30px;
  cursor: default;
  line-height: 32px;
}
.carousel-caption-left h4 {
  font-size: 20px;
  cursor: default;
  line-height: 32px;
}

/* ��λ��Ƶ˵������ */
.carousel-caption-right {
  width: 30%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60%;
  padding-top: 10%;
  padding-bottom: 10%;
  z-index: 10;
  text-align: left;
}

.carousel-caption-right h1 {
  margin-top: 0;
  margin-bottom: 10%;
  font-size: 1.85vw;
  font-family: 'Microsoft YaHei';
  font-weight: 100;
  cursor: default;
}

.carousel-caption-right .tu {
  margin-top: 10%;
  margin-bottom: 5%;
}

.carousel-caption-right img {
  width: 16%;
  max-width: 84px;
  margin-top: -15px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}

/* banner��Ƶ�ϰ�ť */
.carousel-caption-right .btn {
  padding: 0 0;
  width:8.34vw;
  height:2.9vw;
  line-height:2.9vw;
  border:1px solid #fff;
  border-radius: 0;
  font-size:0.95vw;
  font-family:'Microsoft YaHei';
  letter-spacing: 2px;
  color:#fff;
  background-color:transparent;
}

/* �滻bootstrap��Ĭ����ʽ */
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: transparent!important;
  border-color: #fff!important;
}

/* 设定的高度，为IMG元素定位 */
.carousel .item {  
  height: 620px;
  background-color: #777;
  overflow:hidden;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* �ֲ�Բ����ʽ */
.carousel-indicators {
  bottom: 10px;
}
.carousel-indicators li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0 solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}
/* Carousel �������ǰ�ť�л�����/���� */
.carousel-control.left {
  display: none;
}
.carousel-control.right {
  display: none;
}

/* 滚动动画样式
-------------------------------------------------- */
/* 动画基础样式 */
.scroll-animate {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 从下往上滑入动画 */
.slide-up {
  transform: translateY(50px);
}

.slide-up.animate {
  opacity: 1;
  transform: translateY(0);
}

/* 从左往右滑入动画 */
.slide-left {
  transform: translateX(-50px);
}

.slide-left.animate {
  opacity: 1;
  transform: translateX(0);
}

/* 从右往左滑入动画 */
.slide-right {
  transform: translateX(50px);
}

.slide-right.animate {
  opacity: 1;
  transform: translateX(0);
}

/* 淡入动画 */
.fade-in {
  opacity: 0;
}

.fade-in.animate {
  opacity: 1;
}

/* 缩放动画 */
.scale-in {
  transform: scale(0.8);
  opacity: 0;
}

.scale-in.animate {
  opacity: 1;
  transform: scale(1);
}

/* 旋转淡入动画 */
.rotate-in {
  transform: rotate(-10deg) scale(0.8);
  opacity: 0;
}

.rotate-in.animate {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* 延迟动画类 */
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

/* 特定模块的动画样式 */
.professional-leConRiImg-section {
  overflow: hidden;
}

.leImgRiCon-section {
  overflow: hidden;
}

/* 企业文化模块动画 */
.corporate-culture-section .culture-item {
  transition-delay: 0.1s;
}

.corporate-culture-section .culture-item:nth-child(2) {
  transition-delay: 0.2s;
}

.corporate-culture-section .culture-item:nth-child(3) {
  transition-delay: 0.3s;
}

.corporate-culture-section .culture-item:nth-child(4) {
  transition-delay: 0.4s;
}


/* Ӫ������
-------------------------------------------------- */
.marketing {
  width: 100%;
}
/* ��carousel����������ھ��ж����ı�  */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  display: block;    
  color: #333;
  font-size: 24px;
  font-family: '΢���ź�';
  cursor: default;
}
.marketing h2 .text-muted {
  display: block;
  margin-top: 10px;
  color: #ccc;
  font-size: 20px;
  font-family: "΢���ź�"
}
.marketing .col-md-4 p {
  margin-right: 20px;
  margin-left: 0px;
  cursor: default;
}

.marketing .col-md-4 {
  padding-left: 0;
  padding-right: 50px;
  width: 37.5%;
}
.marketing .col-md-8 {
  padding-left: 0;
  padding-right: 0;
  width: 62.5%;
}
.marketing .col-md-push-8 {
  padding-left: 50px;
  padding-right: 0;
  width: 37.5%;
}
.marketing .col-md-pull-4 {
  padding-left: 0;
  padding-right: 0;
  width: 62.5%;
}

/* �˽����鰴ť */
.marketing .btn-details {
  margin-top: 10%;
  width: 100px;
  height: 32px;
  border: 1px solid #dcecf6;
  border-radius: 16px;    
  font-size: 12px;
  font-family: "����";
  background-color: transparent;
  color: #b3b3b3;
  line-height:30px;
  text-align:center;
}
.marketing .btn-details a{
    color: #b3b3b3;
    text-decoration:none;
}
.marketing .btn-details:focus {
  outline: none
}


/* Ļ����
------------------------- */
.featurette-divider {
  margin: 80px 0; /* �������ռ��ų����� */
}

.default-height {
  height: 800px;
}

/* ϸ��Ӫ������ */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.row {
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 28px;
}

  /*�в����1200px(ǰ���ڼ��Ϊ0)*/
.container {
  padding-left: 0;
  padding-right: 0;
    width: 63.059%;
    margin: auto;
}

  /* ͼƬ���ֵ�������ʽ */
.lead {
  margin-top: 25%;
  margin-bottom: 5%;
  line-height: 30px;
  color: #888888;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}

.img-self-adaption {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: auto;
  width: 63.059%;
}

.corporate-culture-section .container {
  width: 63.059%;
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
}

/* CSS�Ķ�ֱ�������Ӧ
-------------------------------------------------- */

@media (min-width: 1920px) {
  .img-self-adaption {
    min-width: 1200px;
  }
  /* .navbar-wrapper .container 样式已迁移到 Content/components/navbar.css */
  .corporate-culture-section .container {
        width: 63.059%;
        max-width: 1200px;
        min-width: 960px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1919px){
  .carousel-caption-right h1 {
    font-size: 1.85vw;
  }
  .carousel-caption-right .btn {
    width: 8.34vw;
    height: 2.9vw;
    line-height: 2.9vw;
  }
  .marketing h2 {
    font-size: 1.4vw;
  }
  .marketing h2 .text-muted {
    font-size: 1.15vw;
  }
  .img-self-adaption {
    width: 63.059%;
    min-width: 960px;
  }
/* .navbar-wrapper > .container 样式已迁移到 Content/components/navbar.css */
.corporate-culture-section .container {
    width: 63.059%;
    max-width: 1200px;
    min-width: 960px;
}

}
@media (min-width: 1366px) {
  .container {
    width: 63.059%;
    margin: auto;
    max-width: 1200px;
    min-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .container {
        width: 63.059%;
        margin: auto;
        max-width: 1200px;
        min-width: auto;
    }

  .carousel-caption-right h1 {
    font-size: 26px;
  }
  .carousel-caption-right .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .marketing h2 {
    font-size: 18px;
  }
  .marketing h2 .text-muted {
    font-size: 16px;
  }
.img-self-adaption {
    width: 63.059%;
    min-width: 960px;
}
/* .navbar-wrapper > .container 样式已迁移到 Content/components/navbar.css */
}
@media screen and (min-width: 1000px) and (max-width: 1366px) {
  .corporate-culture-section .container{
    min-width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .corporate-culture-section .container{
    width: 100%;
  }
  .corporate-culture-section .container {
    min-width: auto;
  }
}


/* ͼƬ���һ���
-------------------------------------------------- */
.marketing .featurette:nth-child(2n+1) {
    background-color: #f9f9f9;
}

/* ͼƬ�һ��� */
.marketing .featurette:nth-child(2n+1) .col-md-8 {
  -webkit-animation-name: wpb_ltr;
  -moz-animation-name: wpb_ltr;
  -o-animation-name: wpb_ltr;
  animation-name: wpb_ltr;  
  display: none;
}

/* ͼƬ���� -50%  �һ��� 50% */
@-webkit-keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(10%,0);
    opacity: 0
  }
  100% {
    -webkit-transform: translate(0,0);
    opacity: 1
  }
}

@-moz-keyframes wpb_ltr {
  0% {
    -moz-transform: translate(10%,0);
    opacity: 0
  }
  100% {
    -moz-transform: translate(0,0);
    opacity: 1
  }
}

@-o-keyframes wpb_ltr {
  0% {
    -o-transform: translate(10%,0);
    opacity: 0
  }
  100% {
    -o-transform: translate(0,0);
    opacity: 1
  }
}

@keyframes wpb_ltr {
  0% {
    transform: translate(10%,0);
    opacity: 0
  }
  100% {
    transform: translate(0,0);
    opacity: 1
  }
}

/* ͼƬ���� */
.marketing .featurette:nth-child(2n+0) .col-md-8 {
  -webkit-animation-name: wpb_ltr-1;
  -moz-animation-name: wpb_ltr-1;
  -o-animation-name: wpb_ltr-1;
  animation-name: wpb_ltr-1; 
  display: none;
}

/* ͼƬ���� -50%  �һ��� 50% */
@-webkit-keyframes wpb_ltr-1 {
  0% {
    -webkit-transform: translate(-50%,0);
    opacity: 0
  }
  100% {
    -webkit-transform: translate(0,0);
    opacity: 1
  }
}

@-moz-keyframes wpb_ltr-1 {
  0% {
    -moz-transform: translate(-50%,0);
    opacity: 0
  }
  100% {
    -moz-transform: translate(0,0);
    opacity: 1
  }
}

@-o-keyframes wpb_ltr-1 {
  0% {
    -o-transform: translate(-50%,0);
    opacity: 0
  }
  100% {
    -o-transform: translate(0,0);
    opacity: 1
  }
}

@keyframes wpb_ltr-1 {
  0% {
    transform: translate(-50%,0);
    opacity: 0
  }
  100% {
    transform: translate(0,0);
    opacity: 1
  }
}




/* ���⻬�� */
.marketing .featurette .col-md-4 h2,
.marketing .featurette .col-md-4 p,
.marketing .featurette .col-md-4 .btn-details {
  -webkit-animation-name: qfe_btt;
  -moz-animation-name: qfe_btt;
  -o-animation-name: qfe_btt;
  animation-name: qfe_btt;
  display: none;
}

@keyframes qfe_btt {
  0% {
    transform: translate(0,10%);
    opacity: 0
  }
  100% {
    transform: translate(0,0);
    opacity: 1
  }
}

@-webkit-keyframes qfe_btt {
  0% {
    -webkit-transform: translate(0,10%);
    opacity: 0
  }
  100% {
    -webkit-transform: translate(0,0);
    opacity: 1
  }
}

@-moz-keyframes qfe_btt {
  0% {
    -moz-transform: translate(0,10%);
    opacity: 0
  }
  100% {
    -moz-transform: translate(0,0);
    opacity: 1
  }
}

@-o-keyframes qfe_btt {
  0% {
    -o-transform: translate(0,10%);
    opacity: 0
  }
  100% {
    -o-transform: translate(0,0);
    opacity: 1
  }
}
/* 主营业务底部条（第三个轮播项） */
.main-business-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(90deg, #0877becc 0%, #0069adcc 100%);
}
.main-business-inner {
  height: 100%;
  margin: 0 auto;
  width: 63.059%;
  max-width: 1200px;
  min-width: 960px;
  display: flex;
  align-items: center;
    position: relative;
    padding-left: 209px;
}
.main-business-title {
    width: 112px;
    color: #fff;
    position: absolute;
    top:40px;
    left:0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .main-business-inner {
    min-width: auto;
    width: 100%;
    padding-right: 20px;
    padding-left: 150px;
  }
  .main-business-title {
    left:20px;
  }
}
.main-business-title .mb-en {
  margin: 0;
  line-height: 28px;
  font-size: 24px;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
.main-business-title .mb-underline { margin-top: 15px; width: 73px; height: 2px; background: #fff; }
.main-business-title .mb-cn {
  margin-top: 11px;
  line-height: 36px;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
.main-business-list {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
    justify-content: space-between;
}
.main-business-list .mb-item {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #0056b9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.main-business-list .mb-item:hover {
  transform: scale(1.1);
  background: #0069ad;
  box-shadow: 0 8px 25px rgba(0, 86, 185, 0.4);
}
.main-business-list .mb-item .mb-icon { 
  width: 60px; 
  height: 60px; 
  transition: transform 0.3s ease;
}

.main-business-list .mb-item:hover .mb-icon {
  transform: scale(1.05);
}


@media (max-width: 1600px) {

  .main-business-list .mb-item {
    width: 100px;
    height: 100px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .main-business-list .mb-item:hover {
    transform: scale(1.1);
    background: #0069ad;
    box-shadow: 0 8px 25px rgba(0, 86, 185, 0.4);
  }
  
  .main-business-list .mb-item .mb-icon { 
    width: 42px; 
    height: 42px; 
    transition: transform 0.3s ease;
  }
  
  .main-business-list .mb-item:hover .mb-icon {
    transform: scale(1.05);
  }
}

/* 企业文化模块样式 */
.corporate-culture-section {
    background: #ffffff url('../../image/homePage/corporate-culture-bg.png') no-repeat right center;
    background-size: contain;
    /* padding: 80px 0; */
    margin-top: 0;
    position: relative;
}



/* 专业视听模块样式 */
.professional-leConRiImg-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.leConRiImg-content {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.leConRiImg-background.frame {
    width: 900px;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
}

.leConRiImg-background.frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leConRiImg-overlay.rectangle16 {
    background: #0056b9cc;
    width: 500px;
    height: 340px;
    position: absolute;
    top: 50%;
  margin-top: -170px;
    left: 0;
    display: flex;
    align-items: center;
    padding: 40px;
    z-index: 2;
}
.leImgRiCon-overlay.rectangle17 {
    background: #0056b9cc;
    width: 500px;
    height: 340px;
    position: absolute;
    top: 50%;
  margin-top: -170px;
    right: 0;
    display: flex;
    align-items: center;
    padding: 40px;
    z-index: 2;
}

.leConRiImg-text-content {
    width: 100%;
}

.leConRiImg-english {
    width: 238px;
    height: 17px;
    line-height: 17px;
    letter-spacing: 0;
    color: #ffffff80;
    font-family: ABeeZee, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.leConRiImg-title {
    width: 128px;
    height: 41px;
    line-height: 41px;
    letter-spacing: 0;
    color: #ffffff;
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.leConRiImg-underline.rectangle23 {
    background: #ffffff;
    width: 128px;
    height: 2px;
    margin: 0 0 20px 0;
}

.leConRiImg-description {
    width: 434px;
    height: 76px;
    line-height: 40px;
    letter-spacing: 0;
    color: #ffffff;
    font-family: ABeeZee, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0 0 30px 0;
}

.leConRiImg-button.group19 {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 42px;
    background: #ffffff1a;
    padding: 10px 31px 11px;
    width: 120px;
    height: 40px;
}

.leConRiImg-button.group19 a {
    text-decoration: none;
    color: #ffffff;
    font-family: ABeeZee, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
}

.leConRiImg-button.group19 a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .leConRiImg-background.frame {
        width: 100%;
    }
    
    .leConRiImg-overlay.rectangle16 {
        left: 20px;
        width: 450px;
        height: 300px;
        padding: 30px;
    }
    .leImgRiCon-overlay.rectangle17 {
        right: 20px;
        width: 450px;
        height: 300px;
        padding: 30px;
    }
}

/* 智慧教育模块样式 */
.leImgRiCon-section {
    padding: 0;
    margin: 0;
    background: #ffffff;
  position: relative;
}

.leImgRiCon-content.group16 {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.leImgRiCon-background.rectangle92 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    background: #ffffff;
}

.image10 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 642px;
    object-fit: cover;
}

.leImgRiCon-background .image1 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 900px;
    height: 600px;
    object-fit: cover;
}



.leImgRiCon-english {
    line-height: 17px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.5);
    font-family: ABeeZee, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 12px 0;
}

.leImgRiCon-title {
    line-height: 41px;
    letter-spacing: 0;
    color: #ffffff;
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.leImgRiCon-underline.rectangle23 {
    margin-top: 13px;
    background: #ffffff;
    width: 128px;
    height: 2px;
}

.leImgRiCon-description {
    margin: 21px 0 0 0;
    width: 434px;
    height: 76px;
    line-height: 40px;
    letter-spacing: 0;
    color: #ffffff;
    font-family: ABeeZee, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 20px;
}




@media (max-width: 1400px) {
    .image10 {
        height: 500px;
    }


    .leImgRiCon-description {
        width: 350px;
        font-size: 18px;
        line-height: 32px;
    }

}

@media (max-width: 1200px) {
    .image10 {
        height: 400px;
    }


    .leImgRiCon-description {
        width: 310px;
        font-size: 16px;
        line-height: 28px;
    }
}

.culture-header {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 0;
    position: relative;
}

.culture-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 120px;
    height: 120px;
}

.culture-english {
    font-family: ABeeZee, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #0056b9;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}
.culture-chinese {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 36px;
    color: #0056b9;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0;
}

.culture-content {
    width: 100%;
  float: left;
    /*flex: 1;*/
    /*display: flex;*/
    /*gap: 40px;*/
    /*margin-top: 0;*/
}

.culture-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 144px;
    float: left;
    width: 25%;
}

.culture-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.culture-item-title {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-right: 12px;
    color: #0056b9;
    font-weight: 700;
    letter-spacing: 0;
}

.culture-item-english {
    font-family: ABeeZee, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #b8b8b8;
    font-weight: normal;
    letter-spacing: 0;
}

.culture-item-desc {
    font-family: ABeeZee, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    letter-spacing: 0;
    width: 100%;
}

/* 响应式设计 */
@media (max-width: 991px) {
    .corporate-culture-section {
        /*padding: 60px 0;*/
    }
    
    .culture-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }
    
    .culture-title {
        width: auto;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .culture-content {
        flex-direction: column;
        gap: 30px;
        margin-top: 0;
    }
    
    .culture-item {
        min-width: auto;
        text-align: left;
    }
    
    .culture-bg {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .culture-bg-img {
        max-width: 400px;
    }
}

.main-business-list .mb-item .mb-text {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  transition: all 0.3s ease;
}

.main-business-list .mb-item:hover .mb-text {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
/* Figma设计图样式 - Group 47 (企业文化标题) */
.company-culture {
    width:100%;
    padding-left: 209px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  display: inline-block;
}
.group47 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 120px;
    height: 120px;
    left:0;
    top:40px;
    position: absolute;
}

.group47 .culture-english {
    line-height: 28px;
    letter-spacing: 0;
    color: #0056b9;
    font-family: ABeeZee, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.group47 .culture-underline {
    margin-top: 15px;
    background: #0056b9;
    width: 73px;
    height: 2px;
}

.group47 .culture-chinese {
    margin: 11px 0px 0px;
    line-height: 36px;
    letter-spacing: 0;
    color: #0056b9;
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .company-culture{
    padding-left: 150px;
  }
  .group47{
    left:20px;
  }
}


/* 滚动动画样式 */
.scroll-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.scroll-animate.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.scroll-animate.slide-left {
  transform: translateX(-50px);
}

.scroll-animate.slide-left.animate-in {
  transform: translateX(0);
}

.scroll-animate.slide-right {
  transform: translateX(50px);
}

.scroll-animate.slide-right.animate-in {
  transform: translateX(0);
}

.scroll-animate.zoom {
  transform: scale(0.8);
}

.scroll-animate.zoom.animate-in {
  transform: scale(1);
}

/* 查看详情按钮悬停动画效果 */
.leConRiImg-button {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.leConRiImg-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.leConRiImg-button a {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    display: block;
}

.leConRiImg-button:hover a {
    color: #fff !important;
    transform: scale(1.05);
}

.leConRiImg-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #007bff, #0056b3);
    transition: left 0.3s ease;
    z-index: 1;
}

.leConRiImg-button:hover::before {
    left: 0;
}

.leConRiImg-button span {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.leConRiImg-button:hover span {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    color: #fff !important;
}

/* 淡入动画 */
.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.fade-in.animate-in {
  opacity: 1;
}

/* 从左滑入动画 */
.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
}

.slide-in-left.animate-in {
  opacity: 1;
  transform: translateX(0);
}

/* 从右滑入动画 */
.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-out;
}

.slide-in-right.animate-in {
  opacity: 1;
  transform: translateX(0);
}

/* 从下方滑入动画 */
.slide-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.slide-in-up.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* 缩放动画 */
.scale-in {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s ease-out;
}

.scale-in.animate-in {
  opacity: 1;
  transform: scale(1);
}

/* 旋转淡入动画 */
.rotate-in {
  opacity: 0;
  transform: rotate(-10deg) scale(0.9);
  transition: all 0.8s ease-out;
}

.rotate-in.animate-in {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* 延迟动画类 */
.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}





/*适配手机端*/
@media (max-width: 768px)  {
  body{
    background-color: #FAFAFA;
  }

  .container {
    width: 100%;
    padding-left: 0.373rem  /* 28/75 */;
    padding-right: 0.373rem  /* 28/75 */;
  }
  .carousel .item {
    height: 5.333rem  /* 400/75 */;
  }
  .carousel-caption-left
  {
    padding-left: 0.107rem  /* 8/75 */;
    padding-right: 0.107rem  /* 8/75 */;
    padding-top: 1.493rem  /* 112/75 */;
    padding-bottom: 0;
    bottom: 0;
  }
  .carousel-caption-left h3 {
    font-size: 0.467rem  /* 35/75 */;
    margin-bottom: 0.173rem  /* 13/75 */;
    line-height: 0.667rem  /* 50/75 */;
  }
  .carousel-caption-left h1 {
    margin-bottom: 0.28rem  /* 21/75 */;
    font-size: 0.56rem  /* 42/75 */;
    font-weight: 700;
    cursor: default;
    line-height: 0.747rem  /* 56/75 */;
  }
  .carousel-caption-left h4 {
    font-size: 0.32rem  /* 24/75 */;
    cursor: default;
    line-height: 0.48rem  /* 36/75 */;
  }
  .main-business-strip {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
  }
  .main-business-inner {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
    min-width: 100%;
    display: block;
  }
  .main-business-title {
    width: 100%;
    position: relative;
    color: #000000;
    top: 0;
  }
  .main-business-title .mb-en {
    display: none;
  }

  .main-business-title .mb-underline {
    display: none;
  }

  .main-business-title .mb-cn {
    padding-top: 0.747rem  /* 56/75 */;
    padding-bottom: 0.533rem  /* 40/75 */;
    line-height: 0.667rem  /* 50/75 */;
    font-size: 0.467rem  /* 35/75 */;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-business-list {
    display: block;
    padding-left: 1.813rem  /* 136/75 */;
    margin-bottom: 0;
  }

  .main-business-list .mb-item {
    width: 1.493rem  /* 112/75 */;
    height: 1.493rem  /* 112/75 */;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 1.227rem  /* 92/75 */;
    margin-right: 0.933rem  /* 70/75 */;
  }

  .main-business-list .mb-item .mb-icon {
    width: 0.667rem  /* 50/75 */;
    height: 0.667rem  /* 50/75 */;
    margin: 0.4rem  /* 30/75 */;
  }

  .main-business-list .mb-item .mb-text {
    margin-top: 0.2rem  /* 15/75 */;
    color: #000000;
    font-size: 0.333rem  /* 25/75 */;
    line-height: 0.48rem  /* 36/75 */;
    display: inline-block;
    position: absolute;
    bottom: -0.68rem  /* -51/75 */;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .group47 .culture-english {
    display: none;
  }

  .group47 .culture-underline {
    display: none;
  }

  .group47 .culture-chinese {
    margin: 0;
    line-height: 0.667rem  /* 50/75 */;
    color: #000000;
    font-size: 0.467rem  /* 35/75 */;
    width: 100%;
    text-align: left;
  }

  .culture-title {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
  }

  .group47 {
    display: block;
    width: 100%;
    height: 0.667rem  /* 50/75 */;
    text-align: left;
    top: 0;
    position: relative;
    margin-bottom: 0.533rem  /* 40/75 */;
    margin-top: 0.747rem  /* 56/75 */;
  }

  .company-culture {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .corporate-culture-section {
    background: transparent;
  }

  .corporate-culture-section .container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .culture-item {
    width: 100%;
    padding: 0.373rem  /* 28/75 */;
    background-color: #ffffff;
    margin-bottom: 0.427rem  /* 32/75 */;
    border-radius: 0.187rem  /* 14/75 */;
    box-shadow: 0 0.027rem  /* 2/75 */ 0.053rem  /* 4/75 */ rgba(0,0,0,0.05);
  }

  .culture-item-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.173rem  /* 13/75 */;
  }

  .culture-item-title {
    font-size: 0.427rem  /* 32/75 */;
    line-height: 0.667rem  /* 50/75 */;
    margin-right: 0.16rem  /* 12/75 */;
    color: #1658A0;
  }

  .culture-item-english {
    font-size: 0.427rem  /* 32/75 */;
    line-height: 0.667rem  /* 50/75 */;
    font-weight: 700;
    color: #8F8F8F;
  }

  .culture-item-desc {
    font-size: 0.333rem  /* 25/75 */;
    line-height: 0.467rem  /* 35/75 */;
    color: #4B5563;
  }

  .professional-leConRiImg-section {
    padding: 0.32rem  /* 24/75 */ 0;
  }

  .row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .leConRiImg-content {
    height: 6.187rem  /* 464/75 */;
  }

  .leConRiImg-background.frame {
    width: 100%;
    height: 100%;
  }
  .leImgRiCon-section{
    background-color: transparent;
  }
  .image10 {
    display: none;
  }

  .leImgRiCon-content.group16 {
    height: 6.187rem  /* 464/75 */;
  }

  .leImgRiCon-background.rectangle92 {
    height: 6.187rem  /* 464/75 */;
  }

  .leImgRiCon-background .image1 {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .leConRiImg-overlay.rectangle16 {
    left: 0;
    width: 100%;
    height: 1.867rem  /* 140/75 */;
    margin-top: 0;
    top: auto;
    bottom: 0;
    padding: 0.427rem  /* 32/75 */ 0.64rem  /* 48/75 */;
  }

  .leConRiImg-underline.rectangle23 {
    display: none;
  }

  .leConRiImg-description {
    display: none;
  }

  .leConRiImg-button.group19 {
    display: none;
  }

  .leConRiImg-title {
    width: 100%;
    height: 0.533rem  /* 40/75 */;
    line-height: 0.533rem  /* 40/75 */;
    font-size: 0.427rem  /* 32/75 */;
    margin: 0 0 0.08rem  /* 6/75 */ 0;
  }

  .leConRiImg-english {
    width: 100%;
    height: 0.4rem  /* 30/75 */;
    line-height: 0.4rem  /* 30/75 */;
    font-size: 0.32rem  /* 24/75 */;
    margin: 0;
  }

  .leImgRiCon-overlay.rectangle17 {
    right: 0;
    left: 0;
    width: 100%;
    height: 1.867rem  /* 140/75 */;
    margin-top: 0;
    top: auto;
    bottom: 0;
    padding: 0.427rem  /* 32/75 */ 0.64rem  /* 48/75 */;
  }




}



