/*==  轮播图  ===*/
.carousel-wrapper{width: 100%;aspect-ratio: 4 / 1;position: relative;overflow: hidden;background: #000;}
.carousel-track{display: flex;width: 100%;height: 100%;}
.carousel-slide{min-width: 100%;height: 100%;background-size: cover;background-position: center;}
/*计划的10图轮播，现为6个*/
.slide-1{background-image: url(/images/01.jpg);}
.slide-2{background-image: url(/images/02.jpg);}
.slide-3{background-image: url(/images/03.jpg);;}
.slide-4{background-image: url(/images/04.jpg);;}
.slide-5{background-image: url(/images/05.jpg);}
.slide-6{background-image: url(/images/06.jpg);;}
/* 方形箭头 - 完全透明背景+模糊*/
.carousel-arrow{position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;width: 48px;height: 48px;background: rgba(0, 0, 0, 0.3);backdrop-filter: blur(10px);border: 2px solid rgba(255, 255, 255, 0.4);border-radius: 6px;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.carousel-arrow:hover{background: rgba(0, 0, 0, 0.5);transform: translateY(-50%) scale(1.08);}
.carousel-arrow.left{left: 15px;}
.carousel-arrow.right{right: 15px;}
.arrow-icon{width: 18px;height: 18px;border: solid #fff;border-width: 0 2.5px 2.5px 0;transition: all 0.3s ease;}
.arrow-icon.left{transform: rotate(135deg);}
.arrow-icon.right{transform: rotate(-45deg);}
/* 圆形小圆点*/
.carousel-dots{position: absolute;bottom: 18px;left: 50%;transform: translateX(-50%);display: flex;gap: 8px;z-index: 10;}
.dot{width: 10px;height: 10px;border-radius: 50%;background: rgba(255, 255, 255, 0.35);cursor: pointer;transition: all 0.4s ease;}
.dot.active{background: #ff8c00;transform: scale(1.3);box-shadow: 0 0 12px rgba(255, 140, 0, 0.9);}
.dot:hover{background: rgba(255, 255, 255, 0.7);transform: scale(1.2);}

/* ========== 滚动通知 ========== */
/* 滚动通知 */
.rolling-notice{display: flex;
  justify-content: space-between;/* 子层左对齐 + 右对齐 */
  box-shadow: 0 0 3px #ccc; height: 40px; width: 100%; margin: 5px auto;}
.notice-content{padding: 5px; height: 40px; max-width: 100%;
  width: auto; min-width: 0;  flex: 1; }
.shadow{box-shadow: 0 0 5px #999;height: 30px; overflow: hidden;}
.smarticker ul{padding: 0; margin: 0; list-style: none;}
.smarticker-news{height: 100%; overflow: hidden; }
.smarticker li{height: 30px; line-height: 32px;}
.smarticker{text-align: left; position: relative;}
.smarticker a{font-size: 0.875rem; color: #666; font-family: Calibri, Tahoma;  text-decoration: none;}
.smarticker ul li{margin-left: 10px; display: none; position: absolute; height: 100%; top: 0;}
.tickertitle{font-size: 0.875rem;   height: 100%; line-height: 30px; text-align: center; font-weight: bold; background-color: #bb0000; color: #fff;min-width: 80px;flex-shrink: 0; }
.contactus-news1{color: #f00; font-weight: bold; text-decoration: underline;}
/* 日期农历 */
.calendar{font-size: 0.875rem; line-height: 30px; height: 30px; width: 25%; min-width: 410px; box-shadow: 0 0 5px #999; margin: 5px 5px 5px 0; padding-left: 10px; text-align: center;  white-space: nowrap; flex-shrink: 0; }

















/* ===== 公司简介 通知 公告 ===== */
.company-info-panel {
  display: flex;
  flex-wrap: nowrap;
  gap: 3%;
  width: 100%;
  padding: 0 0%;
  box-sizing: border-box;
  height: 310px;
  margin: 10px auto 0;
}

/* ===== 左子层 28% ===== */
.corp-photo {
  flex: 0 0 28%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(../images/ustu-bg.png);
  background-size: contain;      /* 按原始比例缩放，完整显示不裁剪 */
  background-position: bottom right; /* 紧贴右下角 */
  background-repeat: no-repeat;  /* 避免重复 */
  height: 92%;                   /* 高度始终为父容器的 92% */
  width: 100%;                   /* 宽度自适应父容器 */
}

.corp-photo img {
  height: 92%;                    /* 固定高度为父容器的 92% */
  width: auto;                    /* 宽度按原始宽高比自动计算 */
  position: relative;             /* 确保定位上下文 */
  top: 0;                         /* 垂直居上 */
  left: 0;                        /* 水平居左 */
  object-fit: contain;
}

/* ===== 中子层 35% ===== */
.corp-info {
  flex: 0 0 35%;
  height: 100%;
  text-align: justify;
  line-height: 28px;
  overflow: hidden;
}

.inrto-tit {
  height: 37px;
  font-size: 18px;
  color: #ccc;
  padding: 0 0 0 35px;
  line-height: 19px;
  overflow: hidden;
  background-image: url(../images/ustit-red.jpg);
  background-repeat: no-repeat;
  background-position: left;
}

.inrto-tit p {
  color: #000;
  font-size: 18px;
}

.intro {
  height: 200px;
  line-height: 28px;
  overflow: hidden;
  margin-top: 10px;
}

.inrto-more {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 8px;
  margin-left: auto;
}

.inrto-more a {
  width: 90px;
  height: 30px;
  color: #fff;
  display: block;
  background: #ae2900;
}

.inrto-more a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #666;
}

/* ===== 右子层 31% ===== */
.corp-news {
  flex: 0 0 31%;
  height: 100%;
  overflow: hidden;
}

.tabox {
  width: 100%;
  height: 100%;
}

.tabox .hd {
  overflow: hidden;
  border: 2px solid #ae2900;
  line-height: 36px;
  height: 36px;
}

.tabox .hd li {
  float: left;
  width: 33.33%;
  text-align: center;
  border-right: 2px solid #ae2900;
  height: 36px;
  line-height: 36px;
}

.tabox .hd li.on {
  color: #FFF;
  background-color: #ae2900;
}

.tabox .hd ul span {
  line-height: 36px;
  text-align: center;
  float: left;
  height: 36px;
  width: calc(100% - 66.66%);
}

.tabox a:hover {
  color: #ff9300;
  text-decoration: none;
}

.tabox .bd {
  height: calc(100% - 38px);
  border-right: 1px solid #ae2900;
  border-bottom: 1px solid #ae2900;
  border-left: 1px solid #ae2900;
}

.tabox .bd .lh {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.tabox .bd .lh li {
  line-height: 43px;
  height: 43px;
  padding-left: 22px;
  background-image: url(../images/dian.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px dashed #7F7F7F;
  color: #333;
  list-style: none;
  
  /* 新增：强制单行显示 */
  white-space: nowrap;
  /* 新增：隐藏溢出内容 */
  overflow: hidden;
  /* 新增：溢出时显示省略号 */
  text-overflow: ellipsis;
  
  /* 关键：必须设置宽度，让浏览器知道"哪里是边界" */
  width: 100%;
}


.tabox .bd .lh li span {
  color: #7F7F7F;
  float: right;
}


















/* ====== 我们的服务 ======*/
.title-section {
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	text-align: center;
	padding-bottom: calc(0.5rem + 0.3vw)
}
.title-section b {
	display: block;
	height: calc(3rem + 1vw);
	line-height: calc(3rem + 1vw);
	font-size: calc(0.93rem + 1.4vw);
	display: block;
	font-weight: normal;
}
.title-section strong {
	color: var(--color-primary);
}
.title-section .title-grey {font-size: calc(0.5rem + 1vw);color: rgba(0,0,0,0.6);}






/* ===== 响应式：900~1200px 左隐藏，中右重新分 ===== */
@media (max-width: 1200px) and (min-width: 901px) {
  .corp-photo {
    display: none;
  }
  .corp-info {
    flex: 0 0 50%;
  }
  .corp-news {
    flex: 0 0 47%;
  }
}

/* ===== 响应式：小于900px 上下排列 ===== */
@media (max-width: 900px) {
  .company-info-panel {
    flex-direction: column;
    height: auto;
gap: 10px;
  }
  .corp-photo {
    display: none;
  }
  .corp-info,
  .corp-news {
    flex: 0 0 auto;
    width: 100%;
height: auto;
  }
}










@media (min-width: 1401px){
/*滚动文字*/
.smarticker .sec1-2{float: left; width: 9.5%;display:block;}
.smarticker-news{height: 100%; overflow: hidden; margin-left: 10%;}
}

@media (max-width: 1400px){
/*滚动文字*/
.smarticker .sec1-2
  { display:none;}

}

 @media (max-width: 1200px){
/*滚动文字*/
.calendar { display:none;}
.smarticker .sec1-2{float: left; width: 9.5%;display:block;}


}

 @media (max-width: 900px){
/*滚动文字*/
.smarticker .sec1-2 { display:none;}

}

@media (max-width: 768px){
/*轮播图 手机端箭头按比例缩小*/
.carousel-arrow{width: 36px;height: 36px;}
.carousel-arrow.left{left: 10px;}
.carousel-arrow.right{right: 10px;}
.arrow-icon{width: 13px;height: 13px;border-width: 0 2px 2px 0;}
.dot{width: 8px;height: 8px;}
.carousel-dots{gap: 6px;bottom: 14px;}



/*滚动文字*/
.rolling-notice { display:none;}

}


@media (max-width: 480px){
/*轮播图 手机端箭头按比例缩小*/
.carousel-arrow{width: 30px;height: 30px;}
.carousel-arrow.left{left: 8px;}
.carousel-arrow.right{right: 8px;}
.arrow-icon{width: 11px;height: 11px;border-width: 0 1.5px 1.5px 0;}
.dot{width: 7px;height: 7px;}
.carousel-dots{gap: 5px;bottom: 12px;}




}

  
