
/* 首页·更多 */
.index-more,.index-more a{display:block;width:90px;height:32px;line-height:32px;text-align:center;font-size:12px;}
.index-more{margin:10px auto 25px;}
.index-more a{background-color:#B6A6D9;color:#FFF;border-radius:16px;}
.index-more a:hover{background-color:#504282;}


/* 首页·焦点大图·数字编号 */
.is-count{bottom:20px;}
/* 首页·焦点图-特殊设置 */
.s20260601 li:nth-child(1){background:#9AC8DB url(../uploads/slideBg-01.png) 50% 50% no-repeat;background-size:cover;}
.s20260601 li:nth-child(2){background:#AC1A1A url(../uploads/slideBg-02.png) 50% 50% no-repeat;background-size:cover;}
.s20260601 li:nth-child(3){background:#FFF url(../uploads/slideBg-03.png) 50% 50% no-repeat;background-size:cover;}
.s20260601 li img{position:absolute;}
.s20260601 li img{height:60vw;}
.s20260601 li img:nth-child(1){z-index:6;left:1vw;top:50%;margin-top:-36vw;}
.s20260601 li img:nth-child(2){z-index:1;right:-5vw;bottom:5vw;}
.s20260601 li:nth-child(2) img:nth-child(1),.s20260601 li:nth-child(3) img:nth-child(1){left:50%;margin-left:-37.5vw;margin-top:0;top:1vw;}
.s20260601 li:nth-child(2) img:nth-child(2),.s20260601 li:nth-child(3) img:nth-child(2){left:50%;margin-left:-37.5vw;right:auto;bottom:2vw;}


/* 首页·公司简介 */
.index-about .container{display:grid;grid-template-rows:auto;grid-column-gap:50px;grid-template-columns:1fr;}
.index-about{padding-top:15px;background-color:#F3F3F3;}


/* 首页·动态&媒体 */
.index-news .container{display:grid;grid-template-rows:auto;grid-column-gap:15px;grid-template-columns:1fr;}
.in-slide,.in-newslist{margin:0 auto;position:relative;overflow:hidden;}
.in-newslist section:first-child{padding-top:0;}
.in-newslist section:first-child figure{top:0;}
.in-newslist section:last-child{padding-bottom:0;border-bottom:none;}
/* 首页·动态&媒体·焦点图 */
.in-slide,.in-slide .slide-content li,.in-slide .slide-content li a{width:92vw;height:64vw;overflow:hidden;}
.in-slide{margin:0 auto 15px;}
.in-slide .slide-content figure{position:relative;}
.in-slide .slide-content li a{display:flex;justify-content:center;align-items:center;}
.in-slide .slide-content li img{width:100%;height:100%;object-position:center;object-fit:cover;}
.in-slide .slide-count{top:10px;text-align:left;}
.in-slide .slide-count li{margin:0 0 0 10px;text-align:center;}
.in-slide .slide-content figcaption{
  position:absolute;left:0;right:0;bottom:0;
  box-sizing:border-box;
  height:32px;line-height:32px;padding:0 15px;
  background-color:rgba(42,38,75,.65);color:#FFF;
  overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.in-slide .slide-content figcaption time{float:left;margin-right:5px;color:#DDD;}
/* 首页·新闻列表 */
.in-newslist section,.in-newslist figure,.in-newslist figure a{height:120px;overflow:hidden;}
.in-newslist section{position:relative;padding:6px 0 6px 172px;box-sizing:content-box;border-bottom:dotted 1px #EEE;}
.in-newslist section:first-child{padding-top:0;}
.in-newslist section:first-child figure{top:0;}
.in-newslist section:last-child{padding-bottom:0;border-bottom:none;}
/* 首页·新闻列表·图片 */
.in-newslist figure,.in-newslist figure a{width:160px;}
.in-newslist figure{position:absolute;left:0;top:6px;}
.in-newslist figure a{display:flex;justify-content:center;align-items:center;}
.in-newslist figure img{width:100%;height:100%;object-position:center;object-fit:cover;}
/* 首页·新闻列表·文字 */
.in-newslist section h4,.in-newslist section h4 a{height:24px;line-height:24px;}
.in-newslist section h4,.in-newslist section p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;  /* 可选，部分浏览器不生效 */
  word-break:break-word;
}
.in-newslist section h4,.in-newslist section time{margin-bottom:6px;}
.in-newslist section h4{-webkit-line-clamp:1;}
.in-newslist section p,.in-newslist section time{font-size:14px;}
.in-newslist section p{-webkit-line-clamp:3;overflow:hidden;height:63px;line-height:21px;color:#5F5292;}
.in-newslist section time{display:block;height:21px;line-height:21px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#999;}


/* 首页·产品列表 */
.index-product{background-color:#F6F6F6;}


@media screen and (min-width:1025px){
  /* 首页·焦点大图 */
  .index-slide,.index-slide .slide-content li,.index-slide .slide-content .container{height:540px;}
  .s20260601 li img{height:540px;}
  .s20260601 li img:nth-child(1){z-index:6;left:15px;top:50%;margin-top:-270px;}
  .s20260601 li img:nth-child(2){z-index:1;right:15px;bottom:10px;}
  .s20260601 li:nth-child(2) img:nth-child(1),.s20260601 li:nth-child(3) img:nth-child(1){left:10px;margin-left:0;margin-top:-270px;top:50%;}
  .s20260601 li:nth-child(2) img:nth-child(2),.s20260601 li:nth-child(3) img:nth-child(2){left:auto;margin-left:0;right:0;bottom:10px;}
  /* 首页·公司简介 */
  .index-about .container{grid-template-columns:auto 1fr;}
  /* 首页·产品中心 */
  /* .index-product .container{grid-template-columns:repeat(4,1fr);grid-column-gap:15px;grid-row-gap:15px;}
  .index-product li{padding:8px 8px 12px;} */
  /* 首页·新闻媒体 */
  .index-news .container{grid-template-columns:1fr auto;}
  .in-slide,.in-slide .slide-content li,.in-slide .slide-content li a{width:512px;height:386px;}
  .in-slide{margin:0;}
}
@media screen and (min-width:1440px){
  /* 首页·焦点大图 */
  .index-slide,.index-slide .slide-content li,.index-slide .slide-content .container{height:680px;}
  /* .index-product .index-content{grid-template-columns:repeat(4,1fr);} */
}