<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*header*/
.header-cn {
  padding: 43px 0 37px 0;
}

.header-cn .search-box {
  color: #a3a3a3;
  height: 44px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 0;
  margin-right: 15px;
}

.header-cn .search-box input {
  width: 300px;
  border: 0;
  font-size: 16px;
  line-height: 42px;
  background: transparent;
  vertical-align: middle;
  padding: 0 20px;
}

.header-cn .search-box .btn-search-group {
  display: inline-block;
  width: 134px;
  height: 43px;
  background: #0159a5;
  background: #0074c1;
  padding: 12px 0;
  text-align: center;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}

.header-cn .search-box .btn-search-group:hover {
  opacity: 0.8;
}

.header-cn .search-box .btn-search-group .icon-search {
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.header-cn .search-box .btn-search-group b {
  font-size: 20px;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer;
}

.header-cn .change-lang-box {
  position: relative;
  width: 100px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.header-cn .change-lang-box select {
  background: transparent;
}

.header-cn .change-lang-box .select-triangle {
  position: absolute;
  right: 13px;
  top: 20px;
}

.nav-list-wrap {
  background: #0661b6;
  background: #0074c1;
  margin-bottom: 30px;
}

.nav-list {
  position: relative;
  z-index: 2;
  height: 70px;
  line-height: 70px;
  text-align: left;
  font-size: 0;
  margin-bottom: 0;
}

.nav-list li {
  position: relative;
  height: 100%;
  display: inline-block;
  font: bold 20px/70px "Microsoft YaHei";
  font-size: 20px;
  vertical-align: middle;
  padding: 0 15px;
  margin-left: 8px;
}

.nav-list li .slide-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 12px;
  min-width: 100%;
  background: #0074c1;
  color: #fff;
  font: bold 18px/70px "Microsoft YaHei";
}

.nav-list li .slide-list .item-down {
  padding: 15px 10px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
}

.nav-list li .slide-list .item-down:hover {
  background: #00a0e8;
}

.nav-list li a {
  display: inline-block;
  height: 100%;
}

.nav-list li:first-child {
  margin-left: 0;
}

.nav-list li:before {
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 20px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  margin-left: -10px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  height: 3px;
  background: #ffffff;
  content: "";
}

.nav-list li.active {
  color: #fff;
  background: #5aa2e8;
  background: #00a0e8;
}

.nav-list li.active a {
  color: #fff;
}

.nav-list li.active .slide-list {
  display: block;
}

.nav-list li:last-child:after {
  display: none;
}

.nav-list li a {
  color: #b7e1f5;
}

.nav-list li a.active, .nav-list li a:hover {
  color: #fff;
}

.common-tit1 {
  margin-bottom: 30px;
}

.common-tit1 .tit1 {
  position: relative;
  display: inline-block;
  font: bold 32px/1 "Microsoft YaHei";
  color: #333333;
}

.common-tit1 .tit1:before {
  position: absolute;
  left: -230px;
  top: 10px;
  width: 211px;
  height: 17px;
  background: url(../images/index-tit1-left.png) left top no-repeat;
  content: "";
}

.common-tit1 .tit1:after {
  position: absolute;
  right: -230px;
  top: 10px;
  width: 211px;
  height: 17px;
  background: url(../images/index-tit1-right.png) left top no-repeat;
  content: "";
}

.common-tit2 {
  margin-bottom: 50px;
}

.common-tit2 .tit2 {
  position: relative;
  display: inline-block;
  font: bold 32px/1 "Microsoft YaHei";
  color: #fff;
}

.common-tit2 .tit2:before {
  position: absolute;
  left: -40px;
  top: 16px;
  width: 33px;
  height: 3px;
  background: url(../images/index-tit2-left.png) left top no-repeat;
  content: "";
}

.common-tit2 .tit2:after {
  position: absolute;
  right: -40px;
  top: 16px;
  width: 33px;
  height: 3px;
  background: url(../images/index-tit2-right.png) left top no-repeat;
  content: "";
}

.common-tit3 {
  margin-bottom: 30px;
}

.common-tit3 .tit3 {
  position: relative;
  display: inline-block;
  font: bold 32px/1 "Microsoft YaHei";
  color: #065cb6;
}

.common-tit3 .tit3:before {
  position: absolute;
  left: -40px;
  top: 16px;
  width: 33px;
  height: 3px;
  background: url(../images/index-tit3-left.png) left top no-repeat;
  content: "";
}

.common-tit3 .tit3:after {
  position: absolute;
  right: -40px;
  top: 16px;
  width: 33px;
  height: 3px;
  background: url(../images/index-tit3-right.png) left top no-repeat;
  content: "";
}

.common-tit-left {
  position: relative;
  margin-bottom: 30px;
}

.common-tit-left .tit-left {
  position: relative;
  display: inline-block;
  font: normal 30px/1 "Microsoft YaHei";
  padding-left: 20px;
  color: #333333;
  border-left: 6px solid #0074c1;
}

.common-tit-left .link-more {
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #9e9e9e;
  font-size: 16px;
}

.common-tit4 {
  margin-bottom: 30px;
}

.common-tit4 .tit4 {
  position: relative;
  display: inline-block;
  font: bold 36px/1 "Microsoft YaHei";
  color: #0074c1;
}

.common-tit4 .tit4:before {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 37px;
  height: 5px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #0074c1;
  content: "";
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.link-dot {
  position: relative;
  margin-right: 20px;
  padding-left: 16px;
}

.link-dot:before {
  position: absolute;
  left: 3px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #a3a3a3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  content: "";
}

.bk-copy {
  background: #f8f8fb;
  color: #818183;
  font-size: 16px;
}

.bk-copy .tag {
  margin-right: 8px;
  padding: 6px;
}

.bk-copy .top-copy {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 30px;
  padding-bottom: 25px;
  text-align: center;
}

.bk-copy .bottom-copy {
  padding: 30px 0 30px;
  font-size: 16px;
}

.bk-copy .bottom-copy p {
  margin-bottom: 15px;
}

.bk-copy .list-tel li {
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  width: 266px;
  overflow: hidden;
}

.bk-copy .list-tel li:last-child {
  margin-right: 0;
  overflow: hidden;
}

.bk-copy .list-tel li:last-child:before {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 120px;
  width: 1px;
  background: #e6e6e8;
}

.bk-copy .list-tel li:last-child .icon-left-wrap {
  margin-right: 20px;
}

.bk-copy .list-tel li .right-text {
  height: 100%;
}

.bk-copy .list-tel li .right-text p.border {
  margin-left: 60px;
  border: 1px solid #bfbfc0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.bk-copy .list-tel li .icon-left-wrap {
  position: relative;
  float: left;
  height: 100%;
  margin-right: 10px;
}

.tab3 {
  background: #0074c1;
  color: #fff;
  height: 80px;
  font-size: 0;
}

.tab3 &gt; span {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}

.tab3 &gt; span.active {
  background: #00a0e8;
}

.tab3 &gt; span.active:after {
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #00a0e8;
  content: "";
}

.tab4 {
  background: #0074c1;
  color: #fff;
  height: 54px;
  font-size: 0;
}

.tab4 &gt; span {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

.tab4 &gt; span.active {
  background: #00a0e8;
}

.tab4 &gt; span.active:after {
  position: absolute;
  left: 50%;
  top: 54px;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #00a0e8;
  content: "";
}

.tab5 {
  background: #0074c1;
  color: #fff;
  height: 54px;
  font-size: 0;
  width: 120%;
}

.tab5 &gt; span {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  vertical-align: middle;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  padding: 0 19px;
}

.tab5 &gt; span.active {
  background: #00a0e8;
}

.tab5 &gt; span.active:after {
  position: absolute;
  left: 50%;
  top: 54px;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #00a0e8;
  content: "";
}

.tab6 {
  background: #0074c1;
  color: #fff;
  height: 80px;
  font-size: 0;
  width: 120%;
}

.tab6 &gt; span {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: middle;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  padding: 0 29px;
}

.tab6 &gt; span.active {
  background: #00a0e8;
}

.tab6 &gt; span.active:after {
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #00a0e8;
  content: "";
}

.check-group {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}

.check-group .icon-check {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
}

.check-group.checked .icon-check {
  background: url(../images/check-gou.png) center no-repeat;
}

.ratio-group {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}

.ratio-group .icon-check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #818181;
  vertical-align: middle;
}

.ratio-group.checked .icon-check {
  border-color: #1579fb;
}

.ratio-group.checked .icon-check:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #1579fb;
  content: "";
}

.btn-search {
  background: #0074c1;
  color: #fff;
  padding: 16px 40px;
  cursor: pointer;
}

.btn-search:hover {
  opacity: .8;
}

/*滚动条整体部分,必须要设置*/
/*滚动条的轨道*/
/*滚动条的滑块按钮*/
/*滚动条的上下两端的按钮*/
.bk-mgx {
  font-size: 14px;
  color: #000;
}

.box-fixed {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 99999;
  width: 170px;
  background: #fff;
  padding: 20px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: -3px 4px 9px 0px rgba(207, 207, 207, 0.29);
  box-shadow: -3px 4px 9px 0px rgba(207, 207, 207, 0.29);
}

.box-fixed .icon-fixed {
  margin-right: 10px;
}

.box-fixed li {
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
}

.box-fixed li:last-child {
  border: 0;
}

.box-fixed li a {
  color: #333333;
}

.box-fixed li * {
  vertical-align: middle;
}

.bk-more-jigou {
  color: #7d7d7d;
  font-size: 16px;
}

.link-gray {
  position: relative;
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 15px 10px 15px 40px;
  font-size: 16px;
  color: #222f3c;
  font-weight: bold;
}

.bk-wuxingji {
  padding-bottom: 0;
}

.bk-wuxingji .list-logo {
  margin-bottom: 30px;
}

.bk-wuxingji .list-logo li {
  float: left;
  width: 260px;
  margin-right: 52px;
  margin-top: 28px;
}

.bk-wuxingji .list-logo li:nth-child(1), .bk-wuxingji .list-logo li:nth-child(2), .bk-wuxingji .list-logo li:nth-child(3), .bk-wuxingji .list-logo li:nth-child(4) {
  margin-top: 0;
}

.bk-wuxingji .list-logo li img {
  width: 100%;
  height: auto;
}

.bk-wuxingji .list-logo li:nth-child(4n) {
  margin-right: 0;
}
</pre></body></html>