<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headerBg {
  position: absolute;
  z-index: 5;
}

.banner,
.swiperBanner {
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.swiperBanner .swiper_box,
.swiperBanner .swiper_img {
  width: 100%;
  height: 100%;
}
.swiperBanner .swiperPrev,
.swiperBanner .swiperNext {
  width: 68px;
  height: 68px;
  outline: none;
  color: transparent;
  border-radius: 50%;
}
.swiperBanner .swiperNext {
  background: url(../../images/en/icon_arrow_next.png) no-repeat center center rgba(0, 0, 0, 0.2);
  right: 100px;
  opacity: .5;
}
.swiperBanner .swiperPrev {
  background: url(../../images/en/icon_arrow_prev.png) no-repeat center center rgba(0, 0, 0, 0.2);
  left: 100px;
  opacity: .5;
}
.swiperBanner .swiperNext:hover,
.swiperBanner .swiperPrev:hover {
  opacity: 1;
}
.swiperBanner .swiper_text {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 250px;
}
.swiperBanner .swiper_text&gt;a {
  display: block;
}
.swiperBanner .swiper_text&gt;a&gt;h3 {
  display: block;
  width: 70%;
  font-family:"HONORSans-Heavy";
  font-size: 65px;
  color: #FFFFFF;
  line-height: 75px;
  text-shadow: 0px 6px 18px #060201;
  text-stroke: 1px #030305;
}
.swiperBanner .swiper_text&gt;a&gt;span {
  display: block;
  width: 230px;
  height: 60px;
  background: #3464E6;
  border-radius: 4px;
  font-family:"HONORSans";
  font-weight: 800;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 60px;
}
.swiperBanner .swiper_text&gt;a&gt;span:hover {
  background-color: #F66C48;
}
.swiperIdxpaga {
  width: 140px !important;
  height: 35px;
  bottom: 30px !important;
  left: 50% !important;
  margin-left: -70px;
}
.positionIdx {
  position: relative;
}
.swiperIdxpaga&gt;span {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px !important;
  margin-top: 12px !important;
}
.swiperIdxpaga .swiper-pagination-bullet-active {
  background-color: rgba(52, 100, 230, 1);
}
.swiperBanner .swiper_box {
  position: relative;
}
.swiperBanner .swiper_box:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../../images/en/icon_banner_opacity.png) no-repeat center bottom / cover;
}
/* NEWS */

.newsIdx {
  width: 100%;
  background-color: #f3f3f3;
  padding: 60px 0px 80px;
}
.commonTitle {
  width: 100%;
  position: relative;
}
.commonTitle&gt;h3 {
  display: inline-block;
  font-size: 40px;
  color: #000E30;
  line-height: 60px;
  font-family:"HONORSans-Heavy";
}
.commonTitle&gt;a {
  display: block;
  float: right;
  font-size: 16px;
  color: #9197A6;
  line-height: 60px;
  font-size: 16px;
  font-family:"HONORSans";
  margin-top: 5px;
}
.commonTitle&gt;a:hover {
  color: #001A59;
}
.newsItemBox {
  width: 100%;
  position: relative;
}
.newsItemNav {
  width: 70%;
  text-align: right;
  float: right;
  margin-right: 80px;
  transform: translateY(-60px);
}
.newsItemNav&gt;a {
  display: inline-block;
  font-size: 16px;
  color: #9197A6;
  line-height: 60px;
  padding: 0px 10px;
  font-family:"HONORSans";
  position: relative;
}
.newsItemNav&gt;a.active {
  font-family:"HONORSans-Heavy";
  color: #001A59;
}
.newsItemNav&gt;a:first-child:after {
  display: block;
  content: '';
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -1px;
  width: 36px;
  height: 2px;
  background: #001A59;
}
.newsItemCont {
  width: 100%;
}
.newsItemDetail {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.newsList {
  width: calc(100% - 68%);
}
.newsListPic {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.newsListText {
  width: 100%;
  padding: 20px 20px;
  background-color: #ffffff;
}
.newsListText&gt;h3 {
  display: block;
  font-family:"HONORSans";
  font-weight: bold;
  font-size: 20px;
  color: #000E30;
  letter-spacing: 1px;
  line-height: 27px;
  height: 81px;
  overflow: hidden;
}
.newsListText&gt;span {
  display: block;
  font-family:"HONORSans";
  font-size: 15px;
  color: #9197A6;
  line-height: 27px;
  margin-top: 10px;
}
.newsListPic&gt;img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.newsList:hover .newsListPic&gt;img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.newsList:hover .newsListText {
  background-color: #001A59;
}
.newsList:hover .newsListText&gt;h3,
.newsList:hover .newsListText&gt;span {
  color: #ffffff;
}

/* sportyBg */

.sportyBg {
  width: 100%;
  min-height: 811px;
  padding: 60px 0px;
  background: url(../../images/en/sportyBg.png) no-repeat bottom center / cover;
  position: relative;
}

.sportyBg .commonTitle&gt;h3 {
  color: #ffffff;
}
.sportyItemBox {
  width: 100%;
  position: relative;
}
.sportyItemNav {
  width: 70%;
  text-align: right;
  float: right;
  margin-right: 80px;
  transform: translateY(-60px);
}
.sportyItemNav&gt;a {
  display: inline-block;
  font-size: 16px;
  color: #B1B8C9;;
  line-height: 60px;
  padding: 0px 10px;
  font-family:"HONORSans";
  position: relative;
}
.sportyItemNav&gt;a.active {
  font-family:"HONORSans-Heavy";
  color: #ffffff;
}
.sportyItemNav&gt;a:first-child:after {
  display: block;
  content: '';
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -1px;
  width: 36px;
  height: 2px;
  background: #ffffff;
}
.sportyBanner {
  transform: translateY(-30px);
}
.sportyBanner,
.swiperSporty,
.swiperSportyT  {
  width: 100%;
  height: 560px;
}
.swiperSporty .swiper_box,
.swiperSportyT .swiper_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiperSporty .swiper_img,
.swiperSportyT .swiper_img {
  width: 100%;
  height: 100%;
}
.swiperSporty .swiper_text,
.swiperSportyT .swiper_text {
  width: 100%;
  padding: 0px 30px;
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 0px;
}
.swiperSporty .swiper_text&gt;a&gt;span,
.swiperSportyT .swiper_text&gt;a&gt;span {
  display: inline-block;
  font-family:"HONORSans";
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  padding: 13px 20px;
  background-color: #3464E6;;
  margin-bottom: 20px;
}
.swiperSporty .swiper_text&gt;a&gt;h3,
.swiperSportyT .swiper_text&gt;a&gt;h3 {
  display: block;
  font-family:"HONORSans";
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
  height: 78px;
  letter-spacing: 1px;
  overflow: hidden;
}
.swiperSporty .swiper_text:after,
.swiperSportyT .swiper_text:after {
  display: block;
  content: '';
  width: 100%;
  height: 250px;
  background: url(../../images/en/sportyBg_after.png) no-repeat center center;
  position: absolute;
  left: 0px;
  bottom: -90px;
  z-index: -1;
}
.swiperTab {
  width: 100%;
  position: relative;
}
.swiperTab .swiperIdxPagiSporty,
.swiperTab .swiperIdxPagiSportyT {
  width: 100%;
  bottom: -60px;
}
.swiperIdxPagiSporty&gt;span,
.swiperIdxPagiSportyT&gt;span {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px !important;
  margin-top: 12px !important;
}
.swiperIdxPagiSporty .swiper-pagination-bullet-active,
.swiperIdxPagiSportyT .swiper-pagination-bullet-active {
  background-color: rgba(52, 100, 230, 1);
}
.swiperSporty .swiper_text&gt;a&gt;span:hover, 
.swiperSportyT .swiper_text&gt;a&gt;span:hover {
  background-color: #F66C48;;
}

/* dynamicsBg */

.dynamicsBg {
  width: 100%;
  padding: 60px 0px 80px;
  background-color: #f3f3f3;
}
.dynamicsBox {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.dynamicsFirstItem {
  width: calc(100% - 51%);
  height: 440px;
  position: relative;
}
.dynamicsFirstItemPic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dynamicsFirstItemText {
  width: 100%;
  height: 116px;
  padding: 30px;
  background-color: rgba(0, 26, 89, 0.5);
  overflow: hidden;
  max-height: 116px;
  position: absolute;
  z-index: 2;
  bottom: 0px;
}
.dynamicsFirstItemText&gt;h3 {
  display: block;
  font-family:"HONORSans";
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 31px;
  height: 62px;
  overflow: hidden;
}
.dynamicsFirstItemPic&gt;img,
.dynamicsSecListPic&gt;img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.dynamicsFirstItem:hover .dynamicsFirstItemPic&gt;img,
.dynamicsSecList:hover .dynamicsSecListPic&gt;img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.dynamicsSecItem {
  width: calc(100% - 51%);
}
.dynamicsSecList {
  width: 100%;
}
.dynamicsSecListPic {
  width: 205px;
  height: 134px;
  overflow: hidden;
}
.dynamicsSecListText {
  width: calc(100% - 225px);
}
.dynamicsSecListText&gt;h3 {
  display: block;
  font-family:"HONORSans";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000E30;
  line-height: 26px;
  height: 78px;
  margin-bottom: 20px;
  overflow: hidden;
}
.dynamicsSecListText&gt;span {
  display: block;
  font-family: HONOR Sans;
  font-weight: 400;
  font-size: 14px;
  color: #9197A6;
  line-height: 26px;
}
.dynamicsSecList+.dynamicsSecList {
  margin-top: 19px;
}
.dynamicsSecListText:hover &gt;h3 {
  color: #001A59;
}</pre></body></html>