<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.country-block {
  height: 765px;
  background: url("/assets/images/index-country.jpg") no-repeat top center;
  background-size: 1920px 765px;
}

.country-block .wp {
  padding-top: 115px;
}

.country-block .logo img {
  display: block;
  height: 73px;
  width: auto;
  margin: 0 auto;
}

.country-block .list {
  padding-top: 85px;
}

.country-block .country-item {
  float: left;
  margin-bottom: 50px;
  width: 14.285714%;
}

.country-block .country-item:hover .small {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.country-block .country-item:hover .big {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.country-block .country-item:hover .c-name {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.country-block .country-item a {
  display: block;
  width: 125px;
  margin: 0 auto;
  position: relative;
}

.country-block .country-item .small {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -41px;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.country-block .country-item .big {
  display: block;
  width: 125px;
  height: 82px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.country-block .c-name {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  width: auto;
  overflow: hidden;
  color: #063F88;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.banner {
  max-height: 700px;
  overflow: hidden;
}

.banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #F37020;
  margin: 0 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  cursor: pointer;
}

.banner .swiper-active-switch {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.banner .full {
  margin: 0 auto;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .banner .swiper-wrapper, .banner .swiper-slide {
    height: 380px !important;
    overflow: hidden;
  }
}

@media (min-width: 1600px) {
  .banner .swiper-wrapper, .banner .swiper-slide {
    height: auto !important;
    overflow: hidden;
  }
}

.banner-item {
  position: relative;
}

.banner-item .text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.banner-item .text.white {
  color: #fff;
}

.banner-item .tit {
  font-size: 36px;
}

.banner-item .des {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.6;
}

.logo-block {
  background-color: #063F88;
  padding: 10px 0;
}

.logo-block img {
  height: 40px;
  display: block;
  margin: 0 auto;
}

.four-block {
  min-width: 1140px;
}

.four-block:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

@-webkit-keyframes b {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 150%;
  }
  40% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 0;
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
  }
}

@keyframes b {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 150%;
  }
  40% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 0;
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
  }
}

@-webkit-keyframes c {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
  }
  40% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 0;
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 150%;
  }
}

@keyframes c {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
  }
  40% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 0;
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 150%;
  }
}

.four-block section {
  width: 25%;
  position: relative;
  float: left;
  background-color: #063F88;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.four-block section a {
  display: block;
  overflow: hidden;
  position: relative;
}

.four-block section a:after {
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  right: 0;
  top: 150%;
  z-index: 1;
  background-color: #F37020;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-animation: c 0.6s forwards;
          animation: c 0.6s forwards;
}

.four-block section ~ section::before {
  content: "";
  width: 6px;
  height: 50%;
  position: absolute;
  left: -3px;
  top: 25%;
  z-index: 10;
  background-color: #F37020;
}

.four-block section:hover a::after {
  -webkit-animation: b 0.6s forwards;
          animation: b 0.6s forwards;
}

.four-block section:hover .tit1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(0, -80%);
          transform: translate(0, -80%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.four-block section:hover .tit2,
.four-block section:hover .tit1-clone {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.four-block .bg img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.four-block .text {
  position: absolute;
  left: 7%;
  right: 7%;
  z-index: 5;
  color: #fff;
  box-sizing: border-box;
  top: 20%;
  bottom: 20%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.four-block .tit1 {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.four-block .tit1-clone {
  font-size: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.four-block .tit1-clone .line-tit {
  border-width: 1px;
}

.four-block .line-tit {
  display: inline-block;
  padding: 0 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.four-block .tit2 {
  font-size: 26px;
  margin-top: 14px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  line-height: 1.4;
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .four-block .tit1-clone {
    font-size: 18px;
  }
  .four-block .tit2,
  .four-block .tit1 {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .four-block .tit1-clone {
    font-size: 16px;
  }
  .four-block .tit2,
  .four-block .tit1 {
    font-size: 20px;
  }
  .four-block .tit1-clone {
    border-width: 1px;
  }
}

.new-block {
  padding: 55px 0 60px;
}

.new-block .block-tit {
  color: #063F88;
  font-size: 24px;
  font-size: 18px;
}

.new-block .block-tit span {
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
  border-left: 2px solid #063F88;
  border-right: 2px solid #063F88;
}

.new-block .more {
  margin-top: 7px;
}

.new-block .new-swiper {
  margin: 20px -10px 0;
}

.new-block .new-item {
  padding: 0 10px;
  box-sizing: border-box;
  min-height: 330px;
}

.new-block .new-item:hover .tit {
  color: #063F88;
}

.new-block .new-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.new-block .new-item .img {
  height: 215px;
  overflow: hidden;
}

.new-block .new-item .img img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-block .new-item .date {
  color: #999;
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
}

.new-block .new-item .tit {
  margin-top: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new-block .swiper-oper {
  text-align: right;
  padding-top: 20px;
  margin-top: 26px;
  border-top: 1px solid #E0E0E0;
}

.new-block .swiper-oper &gt; div {
  display: inline-block;
}

.new-block .new-page {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 15px;
}

.new-block .new-page span {
  width: 10px;
  height: 10px;
  background-color: #F37020;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
  cursor: pointer;
}

.new-block .new-page span.on {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}

.new-block .new-page span:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.new-block .new-prev,
.new-block .new-next {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 40px;
  color: #F37020;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.new-block .new-prev:hover,
.new-block .new-next:hover {
  background: #f37020;
  color: #fff;
}

.new-block .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.main-block {
  padding: 60px 0 70px;
  background-color: #F2F2F2;
}

.main-block .main-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-block .main-item:hover {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}

.main-block .main-item:hover .img {
  background: #000;
}

.main-block .main-item:hover .info {
  background-color: #DFDFDF;
}

.main-block .main-item:hover .info.arrow-l::after {
  border-right-color: #DFDFDF;
}

.main-block .main-item:hover .info.arrow-r::after {
  border-left-color: #DFDFDF;
}

.main-block .main-item:hover .info.arrow-t::after {
  border-bottom-color: #DFDFDF;
}

.main-block .main-item:hover .info.arrow-b::after {
  border-top-color: #DFDFDF;
}

.main-block .main-item:hover .img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}

.main-block .main-item .img {
  width: 380px;
  height: 350px;
  background-color: #fff;
  display: block;
}

.main-block .main-item .img img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-block .main-item .img-vertical {
  height: 380px;
  width: 350px;
}

.main-block .main-item .info {
  background-color: #fff;
  width: 350px;
  height: 350px;
  box-sizing: border-box;
  padding: 30px 30px 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-block .main-item .info::after {
  content: "";
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-block .main-item .info.arrow-l::after {
  border-style: solid;
  left: -14px;
  top: 28px;
  border-width: 14px 14px 14px 0;
  border-color: transparent #fff transparent transparent;
}

.main-block .main-item .info.arrow-r::after {
  border-style: solid;
  right: -14px;
  top: 28px;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #fff;
}

.main-block .main-item .info.arrow-t::after {
  border-style: solid;
  top: -14px;
  left: 28px;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #fff transparent;
}

.main-block .main-item .info.arrow-b::after {
  border-style: solid;
  bottom: -14px;
  left: 28px;
  border-width: 14px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}

.main-block .main-item .type {
  color: #063F88;
  font-weight: 500;
  font-size: 14px;
}

.main-block .main-item .tit {
  line-height: 34px;
  font-size: 24px;
  color: #063F88;
  margin-top: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.main-block .main-item .date,
.main-block .main-item .des {
  padding-top: 8px;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.main-block .main-item .con {
  max-height: 100%;
  overflow: hidden;
}

.main-block .main-item .more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}

/*# sourceMappingURL=maps/index.css.map */
</pre></body></html>