<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #ffffff;
}

/* è½®æ’­åŒºåŸŸ */
.lunbo-box {
  height: auto;
  max-height: 665px;
}
.lunbo-box div,
.lunbo-box &gt; div &gt; div,
.lunbo-box &gt; div &gt; div &gt; div {
  height: 100%;
  max-height: 665px;
}
.lunbo-img {
  height: 100%;
  max-height: 665px;
}
/* è½®æ’­æ&nbsp;·å¼ */
.carousel-indicators&gt;li{
  background-color:#051B49 ;
}
.carousel-indicators&gt;.active {
background-color: #c8142f !important;
}
/* æˆ‘ä»¬çš„æœåŠ¡ */
.my-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
.my-header {
  text-align: center;
}
.my-header &gt; p {
  color: #999999;
  margin-top: 15px;
}
.my-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
}
.my-content &gt; div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 15px;
}
.my-content &gt; div &gt; span {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.my-content &gt; div &gt; div {
  background-color: #c8142f;
  height: 2px;
  width: 2.25rem;
  margin: 10px 0;
}
.my-content &gt; div &gt; p {
  font-size: 14px;
  text-align: center;
  color: #999;
}
#myone{
  display: flex;
}
#mytwo{
  display: none;
}
.mytwo-cont{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}
.mytwo-cont &gt;img{
  width: 4rem;
  height: 4rem;
}
.mytwo-cont &gt; span {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.mytwo-cont &gt; div {
  background-color: #c8142f;
  height: 3px;
  width: 2.25rem;
  margin: 10px 0;
}
.mytwo-cont&gt; p {
  font-size: 14px;
  text-align: center;
  color: #999;
}
@media(max-width:1000px){
  #myone{
    display: none;
  }
  #mytwo{
    display: block;
  }
}
/* åˆ†å‰²çº¿ */
.fenge {
  border-bottom: 1px #f2f2f2 solid;
}
/* æ¡ˆåˆ—å±•ç¤º */
.zhanshi-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.zhanshi-content {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.swiper-box {
  position: relative;
  margin-bottom: 50px;
}
.swiper-container {
  height: 100%;
  padding-bottom: 50px;
}

.swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.swiper-content {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
}
.swiper-content &gt; h4 {
  font-size: 20px;
  font-weight: 600;
}
.swiper-content &gt; div {
  margin-top: 5px;
  height: 3px;
  width: 2.25rem;
  background-color: #c8142f;
}
.swiper-content &gt; p {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.swiper-content &gt; button {
  margin-top: 10px;
  background-color: #fff;
  border: 1px #c8142f solid;
  color: #c8142f;
  padding: 5px 20px;
  width: 8rem;
}
.swiper-span-p &gt; span {
  margin-bottom: 10px;
  height: 12px;
  width: 12px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #c8142f;
}
@media(max-width:990px){
  .zhanshi-msg{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .swiper-content &gt; h4 {
    margin-top: 20px;
  }
}

/* åˆä½œä¼™ä¼´ */
.partner-box {
  background-image: url(../image/partnerbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
  height: auto;
  width: 100%;
}
.partner-header {
  color: #fff;
  font-size: 18px;
  margin: 20px auto;
}
.partner {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #dddddd;
  padding: 0;
}
.partner-row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.partner-content {
  height: 83px;
  padding: 15px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px #dddddd solid;
  border-left: 1px #dddddd solid;
}
@media(max-width:576px){
  .partner{
    width: 100%;
    overflow-x: scroll;
    align-items: flex-start;
  }
  .partner-row{
    width: auto;
  }
}
.pcright {
  margin-right: 1px;
}
.pcbottom {
  margin-bottom: 1px;
}
/* æ–°é—»ä¸­å¿ƒ */
.newsbg {
  background-color: #f6f6f6;
}
.news-box {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-content {
  justify-content: space-between;
}
.news {
  margin: 15px 0;
  padding: 0 25px;
}

.news-infor {
  background-color: #fff;
  padding-bottom: 20px;
}
.news-infor &gt;img{
  width: 100%;
}
.news-infor &gt; p {
  font-size: 14px;
  margin-top: 15px;
  margin-left: 10px;
  max-height: 1.2rem;
  overflow: hidden;
}
.news-infor &gt; span {
  margin-top: 10px;
  font-size: 14px;
  margin-left: 10px;
  color: #999;
}
.news-btn {
  border: #c8142f 1px solid;
  border-radius: 5px;
  color: #c8142f;
  background-color: #fff;
  padding: 8px 40px;
  margin: 20px 0;
}
/* 2021-10-29 æ–°å¢žæ&nbsp;·å¼ star */
.partner-content {
  padding: 5px;
}
.partner-content &gt; a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.partner-content &gt; a &gt; img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.partner-row {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.news-infor .img-fluid {
  max-height: 220px;
}
@media (max-width:1200px) {
  .news-infor .img-fluid {
    max-height: 178px;
  }
}
@media (max-width:976px) {
  .news-infor .img-fluid {
    max-height: 126px;
  }
}
@media (max-width:751px) {
  .news-infor .img-fluid {
    max-height: none;
  }
}
/* 2021-10-29 æ–°å¢žæ&nbsp;·å¼ end */</pre></body></html>