.box1 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 3.2rem;
  position: relative;
}

.box1_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box1_text_p1 {
  letter-spacing: .08rem;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.09rem;
}

.box1_text_p2 {
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.box2 {
  display: flex;
  gap: .7rem;
}

/* 左侧导航样式 */
.leftside {
  width: 2rem;
  flex-shrink: 0;
  padding: .7rem 0;
  text-align: center;
}

.sidebar-title {
  background-color: #374A71;
  color: #fff;
  font-size: 0.24rem;
  height: .6rem;
  line-height: .6rem;
  margin-bottom: 0.1rem;
}
.sidebar-title1{
  height: 1rem;
  line-height: 1rem;
    background-color: #374A71;
  color: #fff;
  font-size: 0.24rem;

}

.nav-list {
  list-style: none;
  margin-bottom: 0.3rem;
}

.nav-item {
  height: .49rem;
  line-height: .49rem;
  font-size: 0.18rem;
  color: #868686;
  cursor: pointer;
  transition: background-color 0.3s;
}

.active {
  background-color: #45526e;
  color: #fff;
}

.nav-item:hover {
  background-color: #45526e;
  color: #fff;
}

.contact-info {
font-size: 0.14rem;
  color: #333;
  line-height: .25rem;
}

.contact-info p {
  text-align: left;
  padding-left: .19rem;
}

.contact-info p:nth-child(2) {
  padding-left: .4rem;
}

.contact-info p:nth-child(3) {
  padding-left: .4rem;
}

.contact-info hr {
  margin: 0.2rem 0;
  border: none;
  border-top: 3px solid #374A71;
}

/* 右侧内容区域样式 */
.content {
  flex: 1;
  background-color: #fff;
  padding: 0.2rem 0.45rem;
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.1);
  min-height: 6rem;
  margin: .7rem 0;
}

.breadcrumbs {
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0.5rem;
  text-align: right;
}

.breadcrumbs a {
  color: #999;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.content-title {
  font-size: 0.22rem;
  color: #374A71;
  padding-bottom: 0.2rem;
}

.article-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  color: #666;
  padding: 0.2rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.1rem;
}

.article-header div:nth-child(1) {
  min-width: 5rem;
  text-align: center;
}

.article-list {
  list-style: none;
}

.article-item {
  padding: 0.15rem 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
}

.article-item:last-child {
  border-bottom: none;
}

.article-item a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  justify-content: inherit;
}

.article-item a:hover {
  color: #0382D2;
  text-decoration: none;
}

.article-date {
  font-size: 0.16rem;
}
.contentbox {
  flex: 1;
  background-color: #fff;
  padding: 0.3rem 0.6rem;
  border-left: 1px solid #F3F3F3;
  min-height: 6rem;
}

.content-title1 {
  font-size: 0.4rem;
  color: #374A71;
  margin-bottom: 0.1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #A7ACB4;
  font-weight: normal;
}

.motto {
  text-align: center;
  font-size: 0.22rem;
  color: #666;
  margin: 0.1rem 0;
}

.motto-sub {
  text-align: center;
  font-size: 0.2rem;
  color: #666;
  margin-bottom: 0.6rem;
}

.content-text {
  font-size: 0.2rem;
  text-indent: .4rem;
  color: #333;
  line-height: 2;
  margin-bottom: 0.4rem;
  text-align: justify;
}

.img-grid {
  width: 6.4rem;
  margin: 0 auto;
}

.content-text p img {
  margin-bottom: .2rem;
  width: auto;
}

.title-section {
  text-align: center;
}

.main-title {
  font-size: 0.3rem;
  margin-bottom: 0.17rem;

}

.publish-time {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.21rem;
}

.wenhuaimg {
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
  border: 1px solid #eee;
}

.wenhuaimg-img {
  width: 100%;
  height: auto;
  display: block;
}

.pagination-links {
  border-top: 1px solid #eee;
  padding-top: 0.4rem;
  margin-top: 0.6rem;
  font-size: 0.14rem;
}

.prev-link,
.next-link {
  display: block;
  margin-bottom: 0.2rem;
}

.pagination-links a {
  text-decoration: none;
  transition: color 0.3s;
  display: contents;
}

.pagination-links a:hover {
  color: #004999;
  text-decoration: underline;
}

.pagination-links span {
  color: #999;
}

.pagination {
  text-align: center;
  font-size: 0.14rem;
  color: #333;
  padding: 0.5rem 0;

}

#four_flash .flashBg ul.mobile li img{
  width: 100%;
}
.pagination-info {
  display: inline-block;
  margin-right: 0.2rem;
}

.page-list {
  display: inline-block;
  list-style: none;
}

.page-item {
  display: inline-block;
}

.page-link {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  color: #333;
  text-decoration: none;
  border-radius: 0.03rem;
  transition: all 0.2s;
}

.page-link:hover {
  background-color: #f0f0f0;
}

.page-link.active {
  color: #fff;
  background-color: #1e3a6e;
}

.page-next {
  margin-left: 0.05rem;
}


.pagination-info span {
  color: #ce0b0b;
  padding: 0 .03rem;
}

 .products-grid {
  width: 100%;
  height: auto;
  overflow: hidden;
      margin-bottom: 0.6rem; 
    }
    
    .product-card {
      width: 31.6%;
      float: left;
      text-align: center;
      margin-bottom: .3rem;
      margin-right: .2rem;
    }
    .product-card:nth-child(3n){
      margin-right: 0;
    }

    
    .product-img {
      width: 100%;
      height: 1.8rem; 
      margin-bottom: 0.2rem; 
    }
    
    .product-name {
      font-size: 0.16rem; 
      margin-bottom: 0.2rem; 
      color: #333;
    }
    
    .product-full-width {
      text-align: center;
      margin-bottom: 0.3rem; 
    }
    
    .btn {
      height: 0.5rem; 
      line-height: 0.5rem;
      text-align: center;
      background-color: #ff7d00;
      color: #fff;
      text-decoration: none;
      font-size: 0.14rem;
      transition: background-color 0.3s;
      border: none;
      cursor: pointer;
      margin: 0 auto;
    }
    
    .btn:hover {
      background-color: #e66a00;
    }
    
    .product-count {
      text-align: center;
      color: #999;
      font-size: 0.18rem; 
      margin-top: 0.6rem; 
      padding-top: 0.3rem; 
      border-top: 1px solid #eee;
    }

.contact {
  padding: 0.7rem 0;
  width: 8rem;
  margin: 0 auto;
}

.text-center{
  font-size: 0.14rem;
  color: #333333;

}
.text-center p:nth-of-type(1){
  margin-bottom: .1rem;
}
.text-center p:nth-of-type(2){
  margin-bottom: .03rem;
}
.text-center h1{
  font-size: 0.24rem;
  font-weight: normal;
  letter-spacing: .01rem;
  margin-bottom: .13rem;
}
.contact_map{
  border: 1px solid #eee;
  height: 5rem;
}
@media only screen and (max-width: 1024px) {
.box1_text_p2{
  font-size: 0.24rem;
}
.box2{
  display: block;
}
.leftside {
  padding: .7rem 0.3rem;
  width: 100%;
}
.nav-item{
  font-size: 0.24rem;
}
.contact-info{
  font-size: 0.24rem;
  line-height: .4rem;
}
.content{
  margin-top: 0;
}
.breadcrumbs {
  font-size: 0.24rem;
  text-align: left;
}
.article-header{
  font-size: 0.24rem;
}
.article-item{
  font-size: 0.24rem;
}
.article-date{
  font-size: 0.24rem;
}
.publish-time{
  font-size: 0.24rem;
}
.content-title1{
  font-size: 0.3rem;
}
.content-text p span{
  font-size: 0.24rem !important;
}
.pagination-links{
  font-size: 0.24rem;
}
.pagination{
  font-size: 0.24rem;
}
.article-item a p {
  white-space: nowrap; /* 确保文本不会换行 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.nav-item{
  height: auto;
  line-height: normal;
}
.content-text{
  font-size: 0.24rem;
}
.nav-list .nav-item{
  height: .6rem;
  line-height: .6rem;
}
.content-text p img{
  width: 100%;
  height: 100%;
}
.contact{
  width: 100%;
  padding: .5rem .3rem;
}
.text-center{
  font-size: 0.24rem;
}
.product-card{
  width: 48%;
  margin-right: 4% !important;
}
.product-name{
  font-size: 0.24rem;
}
	.btn{
    font-size: 0.24rem;
  }
  .product-card:nth-of-type(2n){
    margin-right: 0 !important;
  }
  .product-img{
    height: 2.2rem;
  }
}