<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-container {
  width: 66%;
}

.notice-container {
  width: 32%;
  padding-top: 20px;
}


.swiper2 {
  width: 100%;
  height: 300px;
}

.banner-text {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
      background: rgba(0,0,0,0.5);
    border-radius: 0 0 12px 12px;
}

.text-title {
      text-align: center;
    height: 28px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 12px 0 10px;
    display: flex;
    align-items: center;
}

.text-context {
  text-align: left;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 18px;
}


.swiper2 .swiper-slide {
  width: 300px;
  text-align: center;
  font-size: 20px;
  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;
}


.pro-img {
  width: 100%;
  height: 285px;
  border-radius: 10px;
}

.news-context {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  /* border-right: 1px solid #888; */
}

.text-context {
  text-align: left;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 18px;
}

.swp2 {
  bottom: 80px !important;
}


.news-left {
  width: 45%;
  margin-left: 10px;
}

.news-left-title {
  font-size: 21px;
  color: #2954a2;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.news-swiper {
  margin-top: 35px;
}

.news-right {
  width: 50%;
}

.news-right-readmore {
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #2954a2;
  width: 100%;
  text-align: right;
  cursor: pointer;
}

.news-list {
  margin-top: 25px;
}

.list-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.list-title {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  width: calc(100% - 60px);
}

.list-time {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #2954a2;
  width: 50px;
  text-align: right;
}

.notice-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3px;
  border-bottom: 3px solid #f4792c;
  height: 30px;
}

.notice-title {
  font-size: 21px;
  color: #f4792c;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.notice-readmore {
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #f4792c;
  width: 100%;
  text-align: right;
  cursor: pointer;
}

.colorO {
  color: #f4792c;
}

.notice-list {
  margin-top: 20px;
}




.leader-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}

.good-icon {
  width: 60px;
  height: 60px;
}

.good-title {
  margin-left: 15px;
  font-size: 21px;
  color: #3961a5;
  letter-spacing: 1px;
  width: 160px;
  background: #bfd5f5;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.good-context-box {
  width: 1000px;
  overflow: hidden;
  cursor: ns-resize;
}

.good-context {
  margin-left: 30px;
  font-size: 18px;
  letter-spacing: 2px;
  height: 90px;
  overflow: auto;
  line-height: 2rem;
  width: 925px;
}

.tabs-container {
  width: 66%;
  position: relative;
}

.tabs-header {
  display: flex;
  width: 100%;
  border-bottom: 3px solid #2954a2;
}

.work-title,
.tab-header {
  width: 130px;
  height: 35px;
  line-height: 40px;
  color: #2954a2;
  font-size: 21px;
  margin: 10px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3 ease;
}


.tab-header:hover {
    font-size: 28px;
}


.tabs-context {
  height: 280px;
  position: relative;
}

.tab-item {
  position: absolute;
  visibility: hidden;
  padding-left: 10px;
  padding-top: 10px;
  opacity: 0;
  transition: all ease 0.3s;
  width: 100%;
}

.tab-active {
  visibility: visible;
  opacity: 1;
}

.header-active {
  color: #2954a2;
}

.tabs-list-item {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 98%;
}
/*
.tabs-list-item::before {
  position: absolute;
  left: 4px;
  top: 26px;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  transform: rotate(45deg);
}
*/
.tabs-list-item-title {
  width: calc(100% - 110px);
font: 16px/46px "å¾®è½¯é›…é»‘";
}

.tabs-list-item-time {
  color: #b0b0b0;
  font-size: 18px;
  width: 100px;
}

.work-container {
  width: 380px;
}

.work-title {
  color: #5e75ba;
}

.work-context {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.work-item {
  width: 40%;
    height: 30px;
    line-height: 30px;
    margin: 1px 10px 10px;
    background-color: #2169d3;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    transition: all ease 0.3s;
}

.work-item:hover {
  transform: translateY(-5px);
}

.philosophy {
  height: 55px;
  margin: 0 auto;
transform: scale(0.8);
}
.friend-title {
  color: #000;
  font-size: 20px;
  background: #6096e6;
  text-align: center;
  width: 120px;
  height: 35px;
  line-height: 35px;
  border-radius: 8px 8px 0 0;
  border: 1px solid #6096e6;
}

.friend-link {
  width: 100%;
}

.friend-top {
  width: 100%;
  border-bottom: 3px solid #2954a2;
}

.friend-bottom {
  display: -webkit-box; /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
  display: -ms-flexbox; /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */

  display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */

  display: flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
  
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;

  padding-top: 15px;
}

.friend-item {
  display: block;
  width: 150px;
  text-align: center;
  cursor: pointer;
}

.friend-img {
  width: 50px;
  transition: all ease 0.3s;
}

.friend-link-title {
  font-size: 16px;
  margin-top: 10px;
}

.friend-item:hover .friend-img {
  transform: scale(1.2);
}

.q-readmore {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -9px;
  text-align: center;
  cursor: pointer;
  display: block;
  cursor: pointer;
}

.i-readmore {
  width: 20px;
  cursor: pointer;
}


.good-context-item {
  display: flex;
  justify-content: space-around;
  height: 90px;
  line-height: 90px;
}

.good-context {
  position: relative;
  overflow: hidden;
}

.good-context-swiper {
  width: 1100px;
  height: 90px;
}

.swiper3 {
  width: 100%;
  height: 100%;
}

.good-item {
  font: 16px/90px "å¾®è½¯é›…é»‘";
  position: relative;
  max-width: 50%;
}
.good-item::before {
  content: "";
  position: absolute;
  background: url("../images/icons/scroll.png");
  transform: scale(1.1);
  width: 4px;
  height: 6px;
  top: 42px;
  left: -12px;
}

.news-bottom-border {
  width: 99%;
  height: 2px;
  background-color: #2954a2;
  margin: 0 auto;
  position: absolute;
  left: 10px;
  top: 54px;
}
.news-bottom {
  position: relative;
}

.work-img {
    width: 380px;
    height: 107px;
    background: url(../images/icons/bs.png) no-repeat;
    background-size: cover;
}

.work-top {
  display: flex;
  margin-top: 12px;
}
</pre></body></html>