@charset "UTF-8";
*{margin:0;padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; outline:none;}
html{width:100%; height:100%;}
body{width:100%; height:100%; margin:0;box-sizing: border-box;}
.footer-body{color: #282828;}
.layout{width: 100%;}
.wrap { 
	margin: 0 auto; 
	width: 100%; 
	max-width: 980px; 
	position: relative; 
	box-sizing: border-box; 
	padding-left: 0; 
	padding-right: 0; }

.pb10{padding-bottom:10px;}
.pb30,.pb30-2{padding-bottom:30px;}
.pt30{padding-top:30px;}
.mt40{margin-top:40px;}
.mt30{margin-top:30px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mb30{margin-bottom: 30px;}
.dpnone{display:none;}
.clearfix:after, .clearfix:before ,.wrap:after{content: " ";display: table;}
.clearfix:after,.wrap:after{height: 0;line-height: 0;visibility: hidden;clear: both;}
.rel,.rel01,.banner,.shadow{position: relative;}

ul,ol,li{list-style:none;}
img{border:none; vertical-align:middle;}
h1 p,.tit-fuwu2 p{padding-top:10px;}
h2{width:100%;}


img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
img.img01{max-width: none;}

a {
	color: #535353;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}


a:hover,a:hover .case-info p,.tit-ind1 a:hover,.tit-ind1 a:hover.selected,.footer-zixun-xiangqing a:hover {
	color:#1578b7;
}
.header-nav .logo a,.header-nav .logo a:hover{color: #000;}
.footer-top-container .link-grid li a:hover{color:#fff;}

.fenlei-all a{
	padding:0.5em 1em;
    }
.fenlei-all a.selected {
    background: linear-gradient(to bottom, #fff, #f3f3f3);
	border: 1px solid #7eb1f7;
	border-radius: 0.5em;
}




/**********************普通字体**********************/
body{font:normal 12px Microsoft Yahei; color:#282828;}
.header-nav h1{font:bold 2em/120px Microsoft Yahei;}
.header-nav li.on a,.header-nav li:hover a{
	color:#1578b7;
}
.feilei-nav a{
	font:normal 1.4em/2em Microsoft Yahei;
}
.feilei-nav li:first-child a{font-weight: bold;}

/*****************icon字体*****************/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?3q8i6j');
  src:  url('../fonts/icomoon.eot?3q8i6j#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?3q8i6j') format('truetype'),
    url('../fonts/icomoon.woff?3q8i6j') format('woff'),
    url('../fonts/icomoon.svg?3q8i6j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caidan:before {
  display: none;
  content: "\e9bb";
  float: right;
  font-size: 2em;
  line-height: 120px;
}
.icon-guanbi:before {
  content: "\e900";
  font-size: 1.2em;
  line-height: 120px;
}
.icon-home:before {
  content: "\e901";
  font-size: 1.5em;
  display: inline-block;
  padding-right: 0.1em;
  margin-top: -3px;
}

/***********************网站头部***********************/

.header-nav{
	width:100%;
}
.header-nav-background{
	background: linear-gradient(#fff, #fff, #fff, #fff, #f9f9f9, #f2f2f2);
	width:100%;
	height:120px;
	border-bottom: solid 1px #fff;
}
.header-wrap{
	width:100%;
	height:120px;
	border-bottom: solid 1px #fff;
}
.header-nav h1{
	float: left;
	padding-left: 2em;
	
}
.header-nav h2{
	display: flex;
}
.header-nav ul{
	float:right;
}
.header-nav .menuList li{
	display: inline-block;
	padding-right: 1.2em;
	line-height: 120px;
}

.header-shadow{
	background: linear-gradient(#dedede, #fff);
	width:100%;
	height:10px;
}



.yanshiyemei {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;   
  padding: 0 2em;
  height: 120px;        
  box-sizing: border-box;
}

.yanshiyemei .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}


.yanshiyemei .logo a {
  text-decoration: none;
  color: inherit;
  font-size: 1.25rem;
  display: inline-block;
}


.yanshiyemei .icon-guanbi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  line-height: 1;
  margin-left: auto;
  cursor: pointer;
}

yanshiyemei { 
  position: relative;
  display: flex; 
  align-items: center; 
  padding: 0 2em; 
  height: 120px; 
  box-sizing: border-box; 
}
.yanshiyemei h2 { 
    position: absolute; 
	left: 50%; top: 50%; 
	transform: translate(-50%, -50%);
	width: auto;
	max-width: 80%;
	margin: 0; white-space: nowrap;
	text-align: center; 
	pointer-events: none; 
	z-index: 1;
}
.yanshiyemei .icon-guanbi { 
	position: relative; 
	z-index: 2; 
}




/***********************网站底部***********************/
.footer{
	background: #e3dfdf;
	padding: 30px 2%;
}
.footer span{padding-left: 1.3em;}

/*********面包屑1************/
.Breadcrumb {
  font-size: 1em;
  z-index: 6;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top:30px;
}

.Breadcrumb,.Breadcrumb a{
	color:#000;
}
.Breadcrumb .current{
	color: #1578b7;
}
.Breadcrumb .scroll-wrapper{ 
	flex: 1; 
	overflow-x: auto; /* 允许横向滚动 */ 
	overflow-y: hidden; /* 禁止纵向滚动 */ 
	-webkit-overflow-scrolling: touch; /* iOS 平滑滚动 */ 
	-ms-overflow-style: none; /* IE 10+ 和旧 Edge 隐藏滚动条 */ scrollbar-width: none; /* Firefox 隐藏滚动条 */ 
} /* WebKit 浏览器隐藏滚动条 */ 
.Breadcrumb .scroll-wrapper::-webkit-scrollbar{ 
	height: 0; 
	display: none; 
}
.Breadcrumb .scroll-wrapper ol {
  display: inline-flex;   /* 让 li 横排 */
  padding: 0;
  margin: 0;
  list-style: none;
}
.Breadcrumb .scroll-wrapper li {
  display: inline-block;  /* 每个 li 横排 */
  white-space: nowrap;
}
.Breadcrumb2 ol{display: inline-block;}
.Breadcrumb li{padding-right: 0.2em;}
.Breadcrumb li span{padding-right: 0.5em;}



/*********分页************/
.pagination {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      list-style: none;
      width: 100%;
      margin: 20px 0;
      padding: 0;
      overflow: hidden;
    }
    .pagination li {
      margin: 0 4px;
      flex: 0 0 auto; 
      min-width: 40px;
    }
    .pagination li a,
    .pagination li span {
      display: block;
      padding: 10px 12px;
      text-decoration: none;
      border: 1px solid #dee2e6;
      border-radius: 4px;
      transition: background 0.3s, color 0.3s;
      white-space: nowrap;
    }
    .pagination li.active a {
	  background: #da03f7;
	  color: #fff; 
	  font-weight: bold; 
	  border-color:  #da03f7; 
	  pointer-events: none;
	}
    .pagination li a:hover {
      background: #da03f7;
      color: #fff;
    }
	  #next-total {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap; 
  flex-wrap: nowrap; 
}
    @media (max-width: 820px) {
      .pagination { flex-wrap: wrap; }
      .pagination li { margin: 2px; min-width: auto; }
    }
    @media (max-width: 576px) and (orientation: landscape) {
      .pagination { flex-wrap: wrap; }
      .pagination li { padding: 8px 10px; font-size: 14px; min-width: auto; }
    }
   


/****************************其它公用部分****************************/
/**********模板案例*********/
.wor-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}

.wor-wrap .wor-list{
  flex: 0 0 calc((100% - 6%) / 3);
  box-sizing: border-box;
  margin: 0 0 20px;
  min-width: 0;          
  overflow: hidden;       
}


.wor-wrap .wor-list h3{
  display: block;
  width: 100%;
  padding-top: 10px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.tit-ind1,.tit-ind1-content{
	text-align: center;
}
.tit-ind1{
	font-size: 1.5em;
	padding-bottom: 10px;
	border-bottom: solid 1px #dadada;
}
.tit-ind1-content{padding-top: 5px;}

.visually-hidden2 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}



/**********新闻资讯*********/
.ind-news .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  box-sizing: border-box;
}

/* 每条新闻：两列布局，保留左侧时间块空间 */
.ind-news .wrap > li {
  flex: 0 0 calc(50% - 10px); /* 50% - gap/2 */
  box-sizing: border-box;
  position: relative;
  padding-left: 92px;         /* 为左侧圆形时间块留出空间 */
  margin: 0;
  min-width: 0;               /* 关键：允许子元素被裁剪，避免被长文本撑破 */
}

/* 链接和 article 占满 li，便于点击区域 */
.ind-news .wrap > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.ind-news article { padding: 10px 0; }

/* 圆形时间块（保持你原样式） */
.ind-news time {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #00a1f1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  font-weight: 600;
  box-sizing: border-box;
  padding: 6px;
}
.ind-news time span:first-child { display: block; font-size: 22px; line-height: 1; }
.ind-news time .date1 { display: block; font-size: 12px; opacity: 0.95; margin-top: 2px; }

/* 标题：单行省略（h3 或 h6 均可，按你 HTML 使用的标签替换选择器） */
.ind-news h3,
.ind-news h6 {
  display: block;
  margin: 0 0 6px 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0; /* 额外保险，确保在 flex 中可被裁剪 */
}

/* 摘要：最多两行省略（WebKit 优先） */
.ind-news p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;   /* 限制为两行 */
  white-space: normal;
  word-break: break-word;  /* 非 WebKit 浏览器的折行回退策略 */
  min-width: 0;
}

/****************************网站模板页****************************/
.feilei-nav{
	border: solid 1px #D3D3D3;
	position:relative;
	padding-bottom: 0.75em;
	margin-bottom: 20px;
}
.feilei-nav header {
  text-align: center;
}
.feilei-nav .fenlei-bg {
  display: block;      /* 保证 margin:auto 生效 */
  margin: -26px auto 0;
  width: 300px;        /* 或用百分比响应式：width: 40%; max-width:300px; */
  height: auto;
}
.feilei-nav h2 {
  margin: 8px 0 0;
  font-size: 1.5em;
  position: relative;
  margin-top: -95px;
  padding-top: 20px;
  border-top: solid 1px #fff;
  left: 50%; 
  transform: translateX(calc(-50% - 3px));
  width: 230px;
}

.feilei-nav ul{
	padding: 0 0.5em;
}
.fenlei1{margin-top:37px;}
.fenlei2{margin-top:0.75em;}
.feilei-nav li{
	display: inline-block;
	padding:0 0 1em 1.5em;
}




@media (max-width: 1024px) {
  .wrap { 
	  width: 92%; /* 你可以改为 90% / 94% 等，按视觉效果调整 */ 
	  max-width: none; /* 取消 max-width 以确保按百分比生效 */ 
	  padding-left: 0; 
	  padding-right: 0; 
  }
	
  .header-nav .menuList a{font:normal 2em/3em Microsoft Yahei;}
	
  /***********************网站头部***********************/
  .header-nav{
	position:relative;
  }
  .icon-caidan:before {display: inline-block;}
  .header-nav ul{
	background:#fff;
	width:100%;
	position: absolute;
	z-index: 10000;
	right:2em;
	top:50px;
	padding-left: 3%;
  }
  .header-nav .menuList li{
	display: block;
	padding-right: 2em;
	line-height: 2em;
  }
  

  /*********面包屑1************/

.Breadcrumb b{
  margin-top: -5px;
}
  
	
  /**********模板案例*********/
  .wor-wrap { gap: 3%; } 
  .wor-wrap .wor-list { 
		flex: 0 0 calc((100% - 3%) / 2); /* 一行两列，减去一个 gap */ 
		max-width: calc((100% - 3%) / 2); 
  }
}

@media (max-width: 767px) {
  .wrap { 
	  width: 96%;
	  max-width: none; 
	  padding-left: 0; 
	  padding-right: 0; 
  }
  .header-nav ul{
	padding-left: 7%;
  }
	
  .yanshiyemei {
    padding: 0 1rem;
    height: auto;
    align-items: center;
  }

  .yanshiyemei h2 {
    position: static;
    transform: none;
    pointer-events: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    white-space: normal;
    text-align: center;
    order: 2; 
  }

  .yanshiyemei .icon-guanbi {
    order: 3;
    margin-left: auto;
  }

  .yanshiyemei .logo {
    order: 1;
	}

	.yanshiyemei .visually-hidden {
	  position: absolute !important;
	  width: 1px !important;
	  height: 1px !important;
	  padding: 0 !important;
	  margin: -1px !important;
	  overflow: hidden !important;
	  clip: rect(0 0 0 0) !important;
	  clip-path: inset(50%) !important;
	  white-space: nowrap !important;
	  border: 0 !important;
	}
	
	
  footer{
	background: #e3dfdf;
	padding-top: 30px;
  }
	
	
  /**********模板案例*********/
  .wor-wrap { gap: 16px;  
	  padding: 0; 
	  box-sizing: border-box; } 
  .wor-wrap .wor-list { 
	  flex: 0 0 100%; 
	  max-width: 100%; 
	  margin: 0 0 20px; 
	  padding: 0; 
	  box-sizing: border-box; 
	  min-width: 0; 
	  overflow: visible; 
	} 
  .wor-wrap .wor-list .case-image { 
	  width: 100%; 
	  max-width: 100%; 
	  box-sizing: border-box; 
	  margin: 0; 
	  padding: 0; 
	  overflow: hidden; 
	} 
  .wor-wrap .wor-list .case-image img { 
	  display: block; 
	  width: 100%; 
	  height: auto; 
	  max-width: 100%; 
	  box-sizing: border-box; 
	} 
  .wor-wrap .wor-list h3, .wor-wrap .wor-list p { 
	  min-width: 0; 
	  box-sizing: 
	  border-box; 
	}
	
	
	
  /**********新闻资讯*********/
  .ind-news .wrap { 
	  gap: 16px; 
	  box-sizing: border-box; 
	  padding-left: 0; 
	  padding-right: 0; 
	} 
	.ind-news .wrap > li { 
	  flex: 0 0 100%; 
	  max-width: 100%; 
	  padding-left: 84px; 
	  margin: 0 0 16px; 
	  box-sizing: border-box; 
	  min-width: 0; /* 关键：允许子元素被裁剪，避免撑破 */ 
	} /* 时间块在窄屏可适当缩小以节省空间（可按需调整） */ 
	.ind-news time { 
	  width: 64px; 
	  height: 64px; 
	  left: 0; 
	  transform: translateY(-50%); 
	  padding: 6px; } /* 保证图片自适应，不会撑破 li */ 
	.ind-news .wrap > li .case-image, .ind-news .wrap > li .case-image img { 
	  display: block; 
	  width: 100%; 
	  max-width: 100%; 
	  height: auto; 
	  box-sizing: border-box; 
	} /* 标题与摘要在窄屏允许换行或按需裁剪 */ 
	.ind-news h3, .ind-news h6 { 
	  white-space: normal; /* 允许换行以避免单行过长撑破布局 */ 
	  overflow: hidden; 
	  text-overflow: ellipsis; 
	  display: -webkit-box; 
	  -webkit-line-clamp: 1; /* 若仍需单行省略，可改为 1 */ 
	  -webkit-box-orient: vertical; min-width: 0; 
	} 
	.ind-news p { 
	  -webkit-line-clamp: 2; /* 摘要保持两行省略 */ 
      display: -webkit-box; 
	  -webkit-box-orient: vertical; 
	  overflow: hidden; white-space: normal; 
	  word-break: break-word; 
	  min-width: 0; 
	}
}
