<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
      width: 100%;
    text-align: center;
    /* height: 0px; */
    font-size: 18px;
     height: 1px;
   
  }
  .swiper-slide1{
       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;

  }

.div1-top{
  top: 55%;
}
.product-title{
    position: absolute;
    top: 15%;
    /* margin: 0 auto; */
}
.product-title&gt;h2{
    color: #000;
    font-weight: bold;
}
.product-title&gt;h4{
    color: #B3B3B3;
}
.product-content{
    width: 80%;
    margin-top:10% ;
}
.product-item-t1{
    font-size: 1.3rem;
    padding: 5px 5%;
    border: 1px solid #004A7C;
    border-radius: 20px;
    color: #808080;
    height: 2.5rem;
    margin:15px 8%;
    
}
.product-item-t1-1{
    font-size: 1rem;
    padding: 5px 5%;
    /* border: 1px solid #004A7C; */
    border-radius: 20px;
    color: #808080;
    height: 2.5rem;
    margin:15px 8%;
    
}
.product-content-t3 {
    display: flex;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.product-content-t2{
    padding: 0px 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    
}
.product-item-t1:hover{
    color: #fff;
    background-color:#004A7C ;
}
.next-btn{
   top: 50%; 
   right: 8%;
   z-index: 10;
}
.pre-btn{
    top: 50%; 
    left: 8%;
    z-index: 10;
}
.product{
    border-radius: 10px;
}
#acc{
    width: 85%;
    height: 550px;
    display: flex;
    justify-content: center;
    margin-top: 10%;
}

#acc&gt;ul{
    
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#acc&gt;ul&gt;li{
    width: 15%;
    height: 550px;
    /* height: 100%; */
    float: left;
    position: relative;
    overflow: hidden;

}
.display-none{
    display: none;
}
#acc&gt;ul&gt;.active1{
    width:50%;
}

#acc&gt;ul&gt;li&gt;.small{
    width: 100%;
    /* height: 100%; */
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
#acc&gt;ul&gt;li&gt;.small&gt;img{
    position: relative;
    z-index: 0;
}
#acc&gt;ul&gt;li&gt;.small&gt;h3{
    z-index:10 ;
    position: absolute;
    color: #FFFFFF;
}
#acc&gt;ul&gt;li&gt;img{
    /* z-index: 10; */
    position: absolute;
    top: 0%;
    left: 0;
}
#acc&gt;ul&gt;li&gt;.active{
    display: none;
}
.new-content{
    width: 80%;
    top: 30%;
    height: 550px;
    position: absolute;
}

.new-content&gt;.new-left{
    max-width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    
}
.new-left :nth-child(3)
{
    padding:2%;
    width: 90%;
    margin: 0 auto;
  
}
.new-left :nth-child(4){

    display: flex;
    justify-content:flex-end;
    align-items: center;
}

.new-center{
    max-width: 33%;
    margin: 0px 20px;

}
 .new-center-1{
    padding:20px;
    height: 170px;

  
}
.new-center-1&gt;p{
    margin: 10px 0px;
}
.new-center .new-center-2{
    margin-top: 10px;
    padding:20px;
    height:360px ;
}
.new-p{
    margin-top: 2%;
    width: 30px;
    height: 1px;
    background-color: #9999;
}
.new-right{
    /* width:550px; */
    width:33%;

}
.new-p-div{
    margin-top: 5%;
 display: flex;
  justify-content: flex-end;
  align-items: center;
}

.new-center-1:hover{
    background-color: #0260A1 ;
    color: #fff;
} 

.new-center-1:hover&gt;p{
    color: #fff;
}

.new-center-1:hover&gt;div{
    color: #fff;
}

.new-center-1:hover&gt;div&gt;p{
    background-color: #fff ;
}
.new-center-1:hover&gt;div&gt;span{
    color: #fff ;
}
.about{
    /* background-color: #FFFFFF; */
    width: 85%;
    margin-top: 15%;
    top: 0%;
    height: 60%;
}
.about&gt;div{
    text-align:left;
    top: 30px;
    padding: 0% 85px;
    color:#FFFFFF;
}
.about&gt;div&gt;.h2{
    margin-left: 30px;
    /* text-indent: 2em;  */
}
.about&gt;div&gt;p{
    line-height: 30px;
    /* font-size: 18px; */
    font-size: 1.6rem;
    text-indent: 2em;

}
.about-bottom{
    height: 120px;
    width: 100%;
    margin-top: 5%;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
}
.about-bottom&gt;div&gt;div:nth-child(1){
    font-size: 3.2rem;
    font-weight:bold;
}
.about-bottom&gt;div&gt;div:nth-child(1)&gt;span{
    font-size: 20px;
}
.about-bottom&gt;div&gt;div{
    line-height: 36px;
}

.container-1{
    width: 100%;
    height: 940px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

@media (min-width: 1200px) and (max-width: 1920px) {
    
    .container{ width: 1200px; }
    
    .product-item-t1{
        margin:15px 5%;
    }
   .div1-top{
       top: 45%;

   }
}


</pre></body></html>