<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
body {
  background: #F6F9FC;
}
.headline {
  position: relative;
}
.headline img {
  margin: 0 auto;
  display: block;
  height: 75px;
}
.headline .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 27px;
  background: rgba(13, 113, 250, 0.06);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #0D71FA;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #0D71FA;
  line-height: 25px;
  text-align: center;
}
.advertisingSpace {
  padding: 20px 0;
}
.advertisingSpace .layout .one {
  margin: 20px 0;
}
.advertisingSpace .layout .one li a {
  display: block;
  width: 100%;
  height: 100%;
}
.advertisingSpace .layout .one li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.advertisingSpace .layout .two {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.advertisingSpace .layout .two li {
  width: 48%;
}
.advertisingSpace .layout .two li a {
  display: block;
  width: 100%;
  height: 100%;
}
.advertisingSpace .layout .two li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.advertisingSpace .layout .three {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.advertisingSpace .layout .three li {
  width: 32%;
}
.advertisingSpace .layout .three li a {
  display: block;
  width: 100%;
  height: 100%;
}
.advertisingSpace .layout .three li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.substation {
  padding: 10px 0;
}
.substation .layout {
  display: flex;
}
.substation .layout p {
  font-family: PingFang TC, PingFang TC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.substation .layout ul {
  display: flex;
}
.substation .layout ul li {
  margin: 0 10px;
}
.substation .layout ul li a {
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.part1 .layout {
  display: flex;
  justify-content: space-between;
}
.part1 .layout .swiper {
  margin: 0;
  position: relative;
  width: 850px;
  height: auto;
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a .box {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 48px;
  z-index: 9;
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a .title {
  position: absolute;
  left: 10px;
  bottom: 12px;
  z-index: 10;
  width: 381px;
  height: 22px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1 .layout .swiper .swiper-pagination {
  width: fit-content;
  height: fit-content;
  position: absolute;
  left: auto;
  right: 50px;
  bottom: 16px;
}
.part1 .layout .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}
.part1 .layout .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  border-radius: 7px 7px 7px 7px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.part1 .layout .newsbox {
  padding: 18px 20px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.part1 .layout .newsbox .tab {
  margin-bottom: 17px;
  display: flex;
  border-bottom: 1px dashed #DEDEDE;
}
.part1 .layout .newsbox .tab li {
  margin-right: 30px;
  position: relative;
  padding-bottom: 14px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}
.part1 .layout .newsbox .tab li::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: transparent;
}
.part1 .layout .newsbox .tab .on {
  color: #0D71FA;
}
.part1 .layout .newsbox .tab .on::after {
  background: #FD463D;
}
.part1 .layout .newsbox .contentbox .content li {
  margin-bottom: 16px;
}
.part1 .layout .newsbox .contentbox .content li:nth-last-child(1) {
  margin-bottom: 0;
}
.part1 .layout .newsbox .contentbox .content li:hover a .title {
  color: #0D71FA;
}
.part1 .layout .newsbox .contentbox .content li a .title {
  margin-bottom: 10px;
  width: 397px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1 .layout .newsbox .contentbox .content li a .other {
  display: flex;
  justify-content: space-between;
}
.part1 .layout .newsbox .contentbox .content li a .other p {
  display: block;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.part1 .layout .newsbox .contentbox .content li a .other .smalltext {
  width: 292px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 {
  padding: 50px 0;
  background: url(../images/part2_background.png) no-repeat top center / 100% 100%;
}
.part2 .layout .tab {
  margin: 0 auto;
  width: fit-content;
  background: #EAF2FA;
  border-radius: 34px 34px 34px 34px;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.part2 .layout .tab li {
  padding: 12px 34px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}
.part2 .layout .tab .on {
  background: #0D71FA;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.09);
  border-radius: 38px 38px 38px 38px;
  border: 1px solid #FFFFFF;
  color: #fff;
}
.part2 .layout .contentbox {
  margin-top: 20px;
}
.part2 .layout .contentbox .content ul li {
  float: left;
  margin-right: 12px;
  box-shadow: 0px 8px 13px -3px rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
}
.part2 .layout .contentbox .content ul li:nth-child(4n) {
  margin-right: 0;
}
.part2 .layout .contentbox .content ul li:hover .detail .title {
  color: #0D71FA;
}
.part2 .layout .contentbox .content ul li .imgbox {
  width: 316px;
  height: 178px;
}
.part2 .layout .contentbox .content ul li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part2 .layout .contentbox .content ul li .detail {
  padding: 16px 15px;
}
.part2 .layout .contentbox .content ul li .detail .title {
  width: 285px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 .layout .contentbox .content ul li .detail .like {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.part2 .layout .contentbox .content ul li .detail .like img {
  margin-right: 6px;
  display: block;
  width: 20px;
  height: 17px;
}
.part2 .layout .contentbox .content ul li .detail .like p {
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.part3 {
  padding: 0 0 60px;
}
.part3 .layout .headline a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-decoration: underline;
}
.part3 .layout ul li {
  float: left;
  margin-right: 14px;
}
.part3 .layout ul li:nth-child(8n) {
  margin-right: 0;
}
.part3 .layout ul li a {
  display: block;
}
.part3 .layout ul li a .imgbox {
  margin-bottom: 13px;
  width: 150px;
  height: 200px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
}
.part3 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part3 .layout ul li a .title {
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.part4 {
  padding: 50px 0;
  background: url(../images/part4_background.png) no-repeat top center / 100% 100%;
}
.part4 .layout .tab {
  margin: 0 auto;
  width: fit-content;
  background: #EAF2FA;
  border-radius: 34px 34px 34px 34px;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.part4 .layout .tab li {
  padding: 12px 34px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}
.part4 .layout .tab .on {
  background: #0D71FA;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.09);
  border-radius: 38px 38px 38px 38px;
  border: 1px solid #FFFFFF;
  color: #fff;
}
.part4 .layout .contentbox {
  margin-top: 20px;
}
.part4 .layout .contentbox .content ul li {
  float: left;
  margin-right: 12px;
  box-shadow: 0px 8px 13px -3px rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
}
.part4 .layout .contentbox .content ul li:nth-child(4n) {
  margin-right: 0;
}
.part4 .layout .contentbox .content ul li:hover .detail .title {
  color: #0D71FA;
}
.part4 .layout .contentbox .content ul li .imgbox {
  width: 316px;
  height: 178px;
}
.part4 .layout .contentbox .content ul li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part4 .layout .contentbox .content ul li .detail {
  padding: 16px 15px;
}
.part4 .layout .contentbox .content ul li .detail .title {
  width: 285px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.fixed {
  position: fixed;
  top: 40%;
  right: 50%;
  transform: translateX(800px);
  padding: 30px 0 45px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 7px #DBE7F4;
  border-radius: 59px 59px 59px 59px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed ul li {
  position: relative;
  padding: 8px 0;
}
.fixed ul li a {
  display: block;
  padding: 0 22px;
}
.fixed ul li a img {
  display: block;
  width: 50px;
  height: 50px;
}
.fixed ul li a p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 13px;
  color: #666666;
  line-height: 15px;
  text-align: center;
}
.fixed ul li:hover .tel-code {
  display: block;
}
.fixed ul li:hover .qr-code {
  display: block;
}
.fixed ul li .tel-code {
  display: none;
  position: absolute;
  left: -200px;
  top: -1px;
}
.fixed ul li .tel-code img {
  display: block;
  width: 200px;
}
.fixed ul li .qr-code {
  display: none;
  position: absolute;
  left: -121px;
  top: -1px;
  background-color: #fff;
  padding: 10px 10px 0;
  border: 1px solid #567fe6;
  border-right: none;
}
.fixed ul li .qr-code img {
  width: 98px;
  height: 98px;
  margin: 0 auto;
}
.fixed ul li .qr-code p {
  font-size: 14px;
  color: #567fe6;
  line-height: 34px;
}
.fixed .top {
  cursor: pointer;
  margin-top: 25px;
}
.fixed .top img {
  display: block;
  width: 43px;
  height: 21px;
}
@media (max-width: 1630px) {
  .fixed {
    right: 0;
    transform: translateX(0px);
  }
}

.part1 .layout .newsbox .contentbox .content li i{
  font-style: normal;
  font-size: 13px;
  background-color: #567fe6;
  color:#fff;
  padding: 0 5px;
  line-height: 19px;
  border-radius: 5px;
  margin-top: 7px;
}
.part1 .layout .newsbox .contentbox .content li a .top{
  color: #567fe6;
}

/*鎺掕姒�*/
.column .columnHeaderSwitch {
  padding: 0 0 16px; }
.column .columnHeaderSwitch h3 {
  float: left; }
.column .columnHeaderSwitch h3 a {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;}
.column .columnHeaderSwitch div {
  float: right;
  line-height: 36px; }
.column .columnHeaderSwitch div a {
  font-size: 18px;
  color: #333;
  margin-left: 20px; }
.column .columnHeaderSwitch div a:hover {
  color: #567fe6; }
.column .columnHeaderSwitch div a.cur-item {
  color: #567fe6; }

.layout {
  width: 1300px;
  margin: 0 auto; }

.main {
  padding: 0 0 30px 0; }
.column .columnHeaderSwitch h3 a {
  float: left;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px; }
.column .columnHeaderSwitch h3 span{
  float: left;
  color:#567fe6;
  font-weight:bold;
  font-size:18px;
  line-height:36px;
  margin-left: 35px;
}
.column .columnHeaderSwitch h3 a:hover {
  color: #567fe6; }
.column .column-content {
  background: #fafafa;
  width: 100%;
  overflow: hidden; }
.column .column-content .content-img-wrapper {
  display: none;
  width: 1210px; }

.column-ten .column-header {
  margin: 35px auto 0 auto; }
.column-ten .tab {
  float: left;
  position: relative;
  width: 100px; }
.column-ten .tab p {
  height: 54px;
  line-height: 54px; }
.column-ten .tab p a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #5e5e5e;
  line-height: 34px; }
.column-ten .tab p a.cur {
  color: #567fe6; }
.column-ten .tab p span {
  display: none;
  position: relative;
  z-index: 1;
  margin-left: 14px;
  font-size: 26px;
  line-height: 30px;
  vertical-align: -2px; }
.column-ten .tab p span.cur {
  color: #567fe6;}
.column-ten .tab .line {
  position: absolute;
  width: 1px;
  height: 422px;
  background: #d7d7d7;
  top: 5px;
  right: 24px; }
.column-ten .tab-wrapper {
  float: left;
  width: 1000px;
  height: 432px; }
.column-ten .tab-wrapper .table-item {
  display: none;
  width: 1000px;
  height: 432px; }

.m_unit_wrap {
  width: 8000px;
  position: absolute;
  top: 0;
  left: 0;
}

.column-ten .column-content{
  border-top: 1px solid #567fe6;
  padding: 29px 13px 0 13px;
}






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