 /* 引入阿里图标字体 */
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1711272154012') format('woff2'),
       url('iconfont.woff?t=1711272154012') format('woff'),
       url('iconfont.ttf?t=1711272154012') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
 margin: 0px 10px ;}

 /* 引入阿里图标字体结束 */

@charset "utf-8";
.slider {
  width: 100%;
  position: relative;
}

.slide-row {
  overflow: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.slide-row::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.slide-track {
  display: inline-block;
}
/* 
.slide {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% / 3.2);
  margin-right: 8px;
	
}* /

.slide:last-child {
  margin-right: 0px;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.slide-title {
  text-align: center;
	color: #ffffff;
  padding: 10px 0px 10px 0px;
}
	
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  z-index: 100; /* 确保箭头在最上层 */
}
.arrow button {
  font-size: 15px; 
  background: rgb(0 0 0 / 10%); /* 半透明的背景 */
  color: #ffffff;
  border: none;
  padding: 3px 8px 3px 8px;
  border-radius: 50px; /* 圆角 */
}
.left-arrow {
  left: -10px;
}
.right-arrow {
  right: -10px;
}


  *{box-sizing: border-box;}
  body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
  }
  .container {
    flex: 1;
  }
  .section {
    /* width: 100%; */
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
   /* align-items: center;*/
  }
 .sectiona {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.section1 h1, .section1 h1::before, .section1 h1::after {
  display: inline-block;
}
.section1 h1::before {
  content: "";
  background: url("/template/fuyang/IHC/png8-A.png");
  background-size: contain;background-size: cover;
  width: 15px;
  height: 23px;
  margin: 0px 20px 0px 0px;
}
.section1 h1::after {
  content: "";
  background: url("/template/fuyang/IHC/png8-B.png");
  background-size: contain;background-size: cover;
  width: 15px;
  height: 23px;
  margin: 0px 0px 0px 20px;
}

 
 .b2{background-image: url(/template/fuyang/IHC/guide1.jpg);

	
	}
  .section1 {
   /* background-image: url("/template/fuyang/IHC/guide1.jpg");*/
    color: white;
  }
  .section1 h1 {
    font-size: 30px; line-height: 40px;
  }
  .section1 img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .section2 {
    /* background-image: url("/template/fuyang/IHC/guide2.jpg"); */
    background-size: cover;
    text-align: center;
    color: white;
  }
  .section2 h2 { font-size: 16px;
    font-weight: bold;
	  margin: 10px 10px 0px 10px;
  }


.section1 h2::before {
  content: "";
  background: url("/template/fuyang/IHC/png8-A1.png");
  background-size: contain;background-size: cover;
  width: 15px;
  height: 23px;
  margin: 0px 20px 0px 0px;
}
.section1 h2::after {
  content: "";
  background: url("/template/fuyang/IHC/png8-B1.png");
  background-size: contain;background-size: cover;
  width: 15px;
  height: 23px;
  margin: 0px 0px 0px 20px;
}
  .section2 p {
    margin: 10px;
    text-align: left;
  }
  .section3 { 
	 
  display: flex;
    font-size: 12px;
    color: #ffffffad; 
	  margin: 0px;
	  line-height: 20px;
  }
section31 { 
	 
  display: flex;
    font-size: 12px;
    color: #795548; 
	  margin: 0px;
	  line-height: 20px;
  }
/* 原底部样式
  .section31 {
    background: #914730;
    width: 100%;
    padding: 0px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #ffffff;
    align-items: center;
    line-height: 20px;
  }*/
.section31 {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-image: url(/template/fuyang/IHC/png2024.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    transition: all 700ms ease 0s;
    box-sizing: border-box;
}

.section31 .left-align,
.section31 .right-align {
    font-size: 12px;
    color: #d4adaf;
	line-height: 1.5;
}

.section31 .left-align {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.section31 .right-align {
    display: flex;
    justify-content: flex-end;
}

  .section3a {
  
   margin: 0px  30px 0px 30px;
  }


 /*导航包屑标签*/
.header {
  /* height: 60px; */
  padding: 18px 0;
  background: #914730;
  display: flex;
  align-items: center;
  background-image: url(/template/fuyang/IHC/png2024.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  transition: all 700ms ease 0s;
  box-sizing: border-box;
}

.DH {
  font-size: 12px; /*增大字体大小，提高可读性*/
  color: #d4adaf;
  margin: 0 20px; /*修改对外边距为20px*/
  display: flex;
  flex-wrap: wrap; /*如果面包屑链接过多，使其能换行展示*/
}

.DH a {
  font-size: 12px; /*和上面一样增大链接文字大小，提高可读性*/
  color: #d4adaf;
  text-decoration: none; /*去除链接默认的下划线样式*/
	margin-left: 5px; /*添加链接之间的空间，增加美观性*/
  margin-right: 5px; /*添加链接之间的空间，增加美观性*/
}

.DH a:hover {
  color: #f5f5f5; /*鼠标悬停时，改变链接颜色，增强用户交互感知*/
}
	.DH a:first-child {
  display: none; /*隐藏首页*/
}
 /*导航包屑标签结束*/


.search1 h1, .search1 h1::before, .search1 h1::after {
  display: inline-block;
}
  .search1 {
    /* background-image: url("/template/fuyang/IHC/resources1.jpg"); */
    color: #000000a8;
  }
  .search1 h1 {
    font-size: 30px; line-height: 40px;
  }
  .search1 img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }



.search1 h1::before {
  content: "";
  background: url("/template/fuyang/IHC/png8-A.png");
  background-size: contain;background-size: cover;
  width: 15px;
  height: 23px;
  margin: 0px 20px 0px 0px;
}
.search1 h1::after {
  content: "";
  background: url("/template/fuyang/IHC/png8-B.png");
  background-size: contain;background-size: cover;
  width: 15px;
  height: 23px;
  margin: 0px 0px 0px 20px;
}
 .search1 h2 {
	 text-align: center;
	 font-size: 3vw;
	 line-height: 40px;
	 margin: 10px 10px 10px 10px;
	 }
search1 h2, .search1 h2::before, .search1 h2::after {
  display: inline-block;
}
 

.con2024 { width:100%;padding:0px 10vw; }

  .content {background: url('/template/fuyang/IHC/img24.jpg');background-size: cover;padding: 10px 15px 10px 15px;}
  .title { text-align: center; font-size: 24px;color: white; }
  ul { list-style: none; padding: 0; }
  li {font-size: 18px;margin-bottom: 5px;position: relative;/* padding-right: 30px; */color: white;}
  li:after {
    /* content: '>';*/
    position: absolute;
    right: 10px;
    top: 0;
  }


  .dotted-line {border-bottom: 1px dashed #fff;padding-bottom: 9px;}
  .copyright { position: absolute; bottom: 0; width: 100%; 
			  font-size: 12px; text-align: center; 
			  padding: 5px 0; background: #f9f9f9; }

/* 搜索框 */
#searchBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e9e9e9;
    border-radius: 10px;
    padding: 5px;
    margin: 20px 0px 20px 0px;
    border: 1px solid transparent;
}

#searchBox input[type="text"] {
    width: 70%;
    border: none;
    padding: 5px;
    font-size: 16px;
    background-color: transparent;
    color: #795548;
}

#searchBox button {
    background-color: #ffffff;  /* iPhone UI button color */
    border: none;
    border-radius: 10px;
    color: #5a5a5a;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#searchBox button:hover {
    opacity: 0.8;
}

#searchBox::before {
   
}
#searchBox::before {
   
}

/* 搜索框-主页*/
#searchBox2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e9e9e9;
    border-radius: 10px;
    padding: 5px;
    /* margin: 20px 0px 20px 0px; */
    border: 1px solid transparent;
}

#searchBox2 input[type="text"] {
    width: 70%;
    border: none;
    padding: 5px;
    font-size: 16px;
    background-color: transparent;
    color: #795548;
}

#searchBox2 button {
    background-color: #ffffff;  /* iPhone UI button color */
    border: none;
    border-radius: 10px;
    color: #5a5a5a;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#searchBox2 button:hover {
    opacity: 0.8;
}

#searchBox2::before {
   
}
#searchBox2::before {
   
}

.zhi-100 {
  font-size: 18px;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
	padding: 20px 0px 20px 0px;
}
.zhi-100 a {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
  padding: 0 15px;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
	
}
.zhi-100 a:hover {
  background: #e1e1e1;
}
.zhi-100 a.active {
  color: #fff;
  background: #b41414;
}

.zhi-400 a.active {
  color: #795548; 
	
}
.zhi-400 a, button {
color: #795548; 
 
}

/* 这里写移动设备的样式 */    
@media screen and (max-width: 600px) {
	 .search1 h2 {    
	 text-align: center;
	 font-size: 4.8vw;
		 line-height: 40px;
	  margin: 10px 10px 10px 10px;
  }
 .con2024 { width:100%;padding:0 5vw; }
.zhi-100 { padding: 10px 0px 10px 0px; }
  }

@media screen and (max-width: 900px) {
	 .search1 h2 {    
	 text-align: center;
	 font-size: 4.8vw;
		 line-height: 40px;
	  margin: 10px 10px 10px 10px;
  }
  .con2024 { width:100%;padding:0px 5vw; }
.zhi-100 {
  font-size: 18px;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
	padding: 10px 0px 10px 0px;
}
.zhi-100 a {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
	 margin-bottom: 10px;
  padding: 0 15px;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
	
}
.zhi-100 a:hover {
  background: #e1e1e1;
}
.zhi-100 a.active {
  color: #fff;
  background: #b41414;
}
	

  }



/* 详情页 */
.title-style {
	 padding-top: 30px; 
    font-weight: bold;
    display: block; /* 让标题成为块级元素 */
}

.date-source {
    display: flex; /* 使用flex布局，实现左右对齐 */
    justify-content: space-between; /* 让子元素之间的距离相等 */
    font-size: 12px; /* 设置字体大小 */
    border-bottom: 1px solid #dfdfdf;  /* 在标题下面添加一条分割线 */
    padding-bottom: 10px;
    padding-top: 10px;
}

.date-source-0 {
    display: flex; /* 使用flex布局，实现左右对齐 */
    justify-content: space-between; /* 让子元素之间的距离相等 */
    font-size: 12px; /* 设置字体大小 */
    padding-bottom: 10px;
    padding-top: 10px;
}


.content-style {
    font-size: 15px;
    line-height: 26px;
    padding-top: 20px; /* 增加内容顶部的空间，使分割线位置更合适 */
}

.content-style img {
    height: auto;  /* 保持图片比例 */
    width: 100%;   /* 图片宽度为其父元素宽度，从而达到缩放效果 */
}
/* 首页CSS */
.carousel-container {
    padding: 0 15px;
}

.carousel-inner > .carousel-item > img {
    border-radius: 15px;
    height: 100%;  /* 添加此行来使图片高度为视口高度 */
    object-fit: cover;  /* 添加此行来保持图片原有的长宽比 */
}

.icon-block {
    background-color: white;
    border-radius: 10px;
   
    padding: 10px 30px 10px 30px;
}

.icon-block > .row > .col {
    text-align: center;
    margin-bottom: 15px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media (max-width: 900px) {
    .icon-block > .row > .col {
        flex: 0 0 100%;
        /* max-width: 100%; */
    }
}


.con2 {flex: 1;}





/* 分页条 */
.page-status {
    display: inline-block;  
    font-size: 16px;
    color: #737373; 
    margin-right: 15px;
}

.page-index a, .page-pre a, .page-numbar a, .page-next a, .page-last a {
    color: #212121;
    padding: 8px 13px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
    /* margin: 0 4px; */
}

.page-index a:hover, .page-pre a:hover, .page-numbar a:hover, .page-next a:hover, .page-last a:hover {
    color: #fff;
    background-color: #666;
    border: 1px solid #666;
}

.page-num-current {
    color: #fff;
    background-color: #666;
    border: 1px solid #666;
}

.page-pre a:disabled, .page-pre a:disabled:hover {
    color: #ccc;
    background-color: #eee;
    border: 1px solid #ddd;
    cursor: not-allowed;
}

.page-next a:disabled, .page-next a:disabled:hover {
    color: #ccc;
    background-color: #eee;
    border: 1px solid #ddd;
    cursor: not-allowed;
}
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
