<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner{
   width:100%;
   height:60vh;
   background: url('/themes/images1/link_banner.webp') 100% 100% no-repeat;
   background-size: cover;
   text-align: center;
   color:#fff;
   padding:5% 0px;
   font-size: 44px;
}
#banner .detail{
   font-size: 36px;
   margin-top:44px;
}
#banner .line{
   width:85px;
   background:#fff;
   height:3px;
   margin: auto;
   margin-top:80px;
}

#main{
   /*max-width: 1400px;*/
  /* margin:auto;*/
   color:#333;
   padding-top:80px;
   padding-bottom:38px;
}
#main .tit{
   font-size: 34px;
}

.head_tit{
   color:#4E4E4E;
   font-size: 30px;
   text-align: center;
}
.parts_box{
   text-align: center;
   margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.parts_box .part{
   width:200px;
   height:130px;
   line-height: 130px;
   text-align: center;
   float: left;
   border:1px solid #E6E6E6;
   margin: 15px;
}
.parts_box .part img{
   max-width: 100%;
   max-height: 90%;
}

#main .title{
   text-align: center;
   margin-top:75px;
}
#main .en{
   color:#5B5E66;
   font-size: 24px;
}
#main .tit{
   color:#03883E;
   font-size: 30px;
   margin-top:10px;
}
.list_box{
   /*margin-bottom:100px;*/
}
.list_box .list{
   height:193px;
   margin-top:15px;
   display:flex;
}
.list_box .list_imgbox{
   width:160px;
   height:193px;
   float: left;
   text-align: center;
   line-height: 193px;
}
.list_box .list_imgbox img{
   max-width: 100%;
   max-height: 100%;
}
.list_box .list_right{
   /*float: left;*/
   /*width: 922px;*/
   margin-left:36px;
   padding:30px 0;
  flex:1;
}
.list_box .list_right .list_tit{
   font-size: 30px;
   color:#070707;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.list_box .list_right .list_detail{
   font-size: 15px;
   color:#777373;
   margin-top:29px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}</pre></body></html>