body {
    font-size: 15px;
    background-color: #fcfcfc;
    font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light","Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
h1{
   font-size: 3rem;
}
#index{
   overflow: hidden;
}
.bg {
    background-color: #FFF;
}
.bigtitle{
   padding:100px 0 80px 0 !important;
  }
  
  .bigtitle a:hover h2{
    color: #0054FF !important;
  }
  
  .bigtitle h2{
    letter-spacing: 20px;color:#a5a5a5;text-align:center;font-size:2.5rem;
  }


@keyframes aboutline{
  from{ width: 0%;}
  to{ width: 100%;}
}

h6 {
    font-weight: bold;
    font-size: 19px;
}

.tag_line{
   display: flex;
   flex-direction: row;
   justify-content: center;
   justify-items: center;
   align-items: flex-start;
}


/* 品牌荣耀 */
.divsize{
   position: relative;
   width: 100%;
   height: 530px;
   margin:0;
 
} 
.brand_div{
 
}
.brand-wrapper {
   width:100%;
   height: 530px;
   color: #35383F;
  }
 .brand-wrapper .swiper-wrapper{

 }

 .brand-wrapper a:hover{
   background-color: #033460;
   transition: background-color 1s ease-in-out; /* 过渡效果 */
 
 }
 .brand-wrapper a:hover .info{
   color: #FFF;
 }
 

 .brand-wrapper .swiper-slide {
   width: 50%;
   height: 500px;
   aspect-ratio: 16/9; 
   text-align: left;
   font-size: 18px;
   /* background: #fff; */
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   align-content: center;
   background-color: #E9E8EE;
   border-radius: 1rem;
   overflow: hidden; /* 隐藏放大时溢出的部分 */
  }

 .brand-wrapper .swiper-slide img {
   display: block;
   width: 50%;
   height: auto;
   /* object-fit: cover;
   margin-left: auto;  
   margin-right: auto; */
   transition: transform 0.5s ease; /* 添加缩放过渡效果 */
 }
 /* 鼠标悬停时放大图片 */
.brand-wrapper .swiper-slide:hover img {
   transform: scale(1.1); /* 放大到110% */
 }

 .brand-wrapper .swiper-slide .content{
   width: 100%;
   display: flex;
   flex-direction: column;
   -webkit-box-pack: flex-start;
   -ms-flex-pack: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-box-align: flex-start;
   -ms-flex-align: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;

 }
/* .bottom_to_top{
   position: absolute;
   top:20px;
   left:40px;
} */

 .ih-item a{
   width: 100%;
 }
.brand-wrapper .content a .item{
   width: 100%;
   overflow: hidden;
}
.brand-wrapper .content a .item h5{
   /* font-weight: bold; */
}
.brand-wrapper .content a .item .single_line,.ih-item-news.brand-wrapper .content a .item .single_line{
   width: 100%;
   white-space: nowrap;
   overflow: hidden; /*超出部分溢出*/
   text-overflow: ellipsis; /*溢出的部分使用省略号*/
 }
 
 .divsize .swiper-button-prev{
   color:#FFF;
   background-color:#0060ff;
   width:50px;
   height:50px;
   border-radius: 50%;
 }

 .divsize .swiper-button-next{
   color:#FFF;
   background-color:#0060ff;
   width:50px;
   height:50px;
   border-radius: 50%;

 }
 .divsize .swiper-button-next:after,.divsize .swiper-button-prev:after{
   font-size: 20px !important;
 }


 .ih-item-news.circle {
   position: absolute;
   top:60px;
   left:60px;
   width: 100%;
   height: auto;
   border-radius:0;
 }

 .ih-item-news.circle .img {
   position: relative;
   width: 100%;
   height: auto;
   border-radius: 0;
 
 }
 .ih-item-news.circle .img img{
     border-radius: 0; 
 }
 .ih-item-news.circle .img:before{
     border-radius: 0; 
 }
 .ih-item-news.square {
   position: relative;
   width: 100%;
   height: auto;
   margin: 0;
   border: 8px solid #fff;
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
 }
 .ih-item.circle.effect1 .info{
   border-radius:0;
   top:0;
   left: 0;
   display: flex;
   flex-direction: column;
   -webkit-box-pack: left;
   -ms-flex-pack: left;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-box-align: left;
   -ms-flex-align: left;
   -webkit-align-items: flex-start;
   align-items: flex-start;
 }
 
 .brand-wrapper .item_bg{
    width: 100%;
   height: 60px;

}
 
#abouttag{
   min-height:660px;padding:50px 0; background:url(../images/about_bg.jpg) no-repeat center center;background-size:cover;
  }
  #abouttag h6{
    font-weight: normal; margin-bottom: 20px;
  }
  .index_swaperbox_mob{
   display: none;
 }

@media (max-width: 1024px) {
 
   h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h5, .h6{
      font-size: 1.2rem;
    } 
   .bigtitle{
      padding:20px 0 20px 0 !important;
     }

     .bigtitle h2{
       letter-spacing: 2px;color:#a5a5a5;text-align:center;font-size:1.0rem;
     }
   .ih-item-news.circle {
   position: absolute;
   top:20px;
   left:20px;
   width: 100%;
   height: auto;
   border-radius:0;
 }
 

#abouttag{
   min-height:660px;padding:10px 0; background:url(../images/about_bg.jpg) no-repeat center center;background-size:cover;
  }
 #abouttag h1{
   font-size: 1.4rem;
 }
 #abouttag h2{
   font-size: 1.0rem;
 }
 #abouttag h5{
   font-size: 1.0rem;
 }
 #abouttag h6{
   font-weight: normal; margin-bottom: 20px;font-size: 1.0rem;
 }


.tag_line{
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: flex-start;
}
 
 
 
  .divsize{
   padding: 0;
 
   /* position: relative;
   width: 100%;
   height: 300px;
   margin:0; */
   overflow: hidden;
  }
  .brand_div{
    height: 265px;
}
  .divsize .swiper-button-prev{
   color:#FFF;
   background-color:#0060ff;
   width:38px;
   height:38px;
   border-radius: 50%;
 }

 .divsize .swiper-button-next{
   color:#FFF;
   background-color:#0060ff;
   width:38px;
   height:38px;
   border-radius: 50%;

 }
 .divsize .swiper-button-next:after,.divsize .swiper-button-prev:after{
   font-size: 18px !important;
 }
 /* .brand-wrapper {
  width:100%;
  height: 350px;
  color: #35383F;
 } */

 .brand-wrapper .swiper-slide{
   /* width: 1200px;
   height:400px; */
   height: 260px;
 }


 .brand-wrapper .swiper-slide .content{
   width: 75%;
   
 }
 .brand-wrapper .swiper-slide img {
   display: block;
   width: 70%;
   margin-top: 100px;
 }
}