/* -----------------------------共公部分：包括有元素的共公样式以及页头、页脚 ------------------- */
/* 说明：
pc端：
设计稿1440*900 所有尺寸基本按px来即可;
正文 16px;


移动端：
设计稿宽800px，按逻辑尺寸的两倍制作。因此真实尺寸需要除2；
如设计稿字体大小28px,则实真字体大小为28px/2=14px;
或使用vw 字体大小：28/800*10 = 3.5vw 
正文 14px 或 3.5vw

title_1:一级标题
title_2:二级标题
title_3:三级标题

title_text:标题下正文
content_text:详情正文
news_date:新闻日期

通用颜色：
--color-1
--color-2
--color-3
--color-4
--color-5
--color-6
*/
@font-face {
  font-family: 'Verdana';
  src: url(../images/verdana_bbb984ec97f57451b7b1.ttf);
}
@font-face {
  font-family: 'Verdanab';
  src: url(../images/verdanab_f215519fd114ce78214a.ttf);
}
@font-face {
  font-family: 'FotonType';
  src: url(../images/FotonType-Light_7c1eb91e293f73042e2f.ttf);
}
@font-face {
  font-family: 'FotonTypeB';
  src: url(../images/FotonType-Bold_57de77f358a7ed800572.ttf);
}
@font-face {
  font-family: 'Arial';
  src: url(../images/arial_5afb1f7c7464ace62524.ttf);
}
@font-face {
  font-family: 'arial';
  src: url(../images/arial_5afb1f7c7464ace62524.ttf);
}
@font-face {
  font-family: 'ArialBlk';
  src: url(../images/ariblk_56ef8cad50d303ef9372.ttf);
}
html,
body,
h1,
h2,
h3,
div,
span,
header,
footer,
nav,
section,
input {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  text-decoration: none;
}
input:focus {
  outline: none;
}
html {
  font-size: calc(100vw / 3.75);
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  font-size: 16px;
}
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
header .navPanel {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #041954;
}
header .navPanel .navGroup {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
header .navPanel .navGroup .navItem {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 80px;
  transition: color 0.5s ease;
  color: #fff;
}
header .navPanel .navGroup .curNavItem {
  color: #fff;
  font-weight: 600;
}
header .navPanel .navGroup .curNavItem.headerItem {
  font-weight: 400;
}
header .navPanel .navGroup .otherNavItem {
  color: #eeeeee;
}
header .navPanel .logo {
  position: absolute;
  left: 70px;
  top: 15px;
  width: 150px;
  height: 50px;
  background-image: url(../images/logo_1c19951abaebd7b7ea08.svg);
  background-repeat: no-repeat;
}
header .navPanel .icons {
  position: absolute;
  display: flex;
  right: 70px;
  top: 30px;
}
header .navPanel .icons .icon-txt {
  color: #fff;
  font-size: 14px;
}
header .navPanel .icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .navPanel .icons a:first-of-type {
  position: relative;
  top: -2px;
}
header .navPanel .icons .lang {
  float: right;
  width: 20px;
  height: 20px;
  background-image: url(../images/lang_da9920b56c120cdd5f92.svg);
  background-repeat: no-repeat;
}
header .navPanel .icons .line {
  float: right;
  width: 1px;
  height: 25px;
  background-color: #666666;
  margin-left: 20px;
  margin-right: 20px;
}
header .navPanel .icons .shop {
  float: right;
  width: 20px;
  height: 20px;
  background-image: url(../images/shop_89ef7a8e27a4e755142a.svg);
  background-repeat: no-repeat;
}
header .subNavPanel {
  width: 100%;
  height: 0px;
  color: #999999;
  background-color: rgba(4, 25, 84, 0.9);
  border-top: solid 1px;
  border-color: transparent;
  overflow: hidden;
  transition: height 0.5s ease;
  opacity: 0.95;
  position: relative;
}
header .subNavPanel .subNavScroll {
  width: 100%;
  overflow: hidden;
  transition: transform 0.4s ease;
}
header .subNavPanel .subNavScroll .subNavGroup {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  overflow: hidden;
}
header .subNavPanel .subNavScroll .subNavGroup .subNav {
  float: left;
  margin-left: 30px;
  margin-right: 30px;
}
header .subNavPanel .subNavScroll .subNavGroup .subNav .title {
  display: inline-block;
  font-size: 14px;
  color: #eeeeee;
  height: 80px;
  line-height: 80px;
  transition: color 0.5s ease;
}
header .subNavPanel .subNavScroll .subNavGroup .subNav .list {
  margin-top: -10px;
  padding-bottom: 10px;
}
header .subNavPanel .subNavScroll .subNavGroup .subNav .title:hover {
  color: #fff;
}
header .subNavPanel .subNavScroll .subNavGroup .subNav .list a {
  display: table;
  font-size: 12px;
  color: #999999;
  margin-bottom: 20px;
  transition: color 0.5s ease;
}
header .subNavPanel .subNavScroll .subNavGroup .subNav .list a:hover {
  color: #fff;
}
header .subNavPanel .subNavScroll .subNavGroup .subNav .list a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 3px;
}
:root {
  --color-1: #000000;
  --color-2: #6D6F71;
  --color-3: #999DA0;
  --color-4: #C1C6C9;
  --color-5: #DDE2E6;
  --color-6: #041954;
}
/* 一级标题 */
.title_1 {
  font-family: FotonTypeB;
  line-height: 80px;
  font-weight: bold;
  color: var(--color-1);
}
/* 二级标题 */
.title_2 {
  font-family: ArialBlk;
  line-height: 46px;
  font-weight: bold;
  color: var(--color-1);
}
/* 三级标题 */
.title_3 {
  font-family: Arial;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-1);
}
.title_text {
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: var(--color-1);
  line-height: 40px;
}
.content_text {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: var(--color-1);
  line-height: 28px;
}
.news_Date {
  font-size: 14px;
  font-family: Arial;
  color: #666666;
  font-weight: 400;
  line-height: 40px;
}
.navGroup_m {
  display: none;
}
footer {
  background: #041954;
  padding-bottom: 20px;
}
footer .con {
  width: calc(100% - 410px);
  margin: 0 auto;
  padding-top: 100px;
  display: block;
}
footer .con .row1 {
  display: inline-flex;
  align-items: center;
}
footer .con .row1 .title {
  font-size: 52px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
}
footer .con .row1 .btn {
  width: 430px;
  height: 60px;
  border: 1px solid #FFFFFF;
  margin-left: 80px;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
footer .con .row2 {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  margin-top: 100px;
  border-top: 1px solid #F0F0F2;
  padding-bottom: 30px;
  border-bottom: 1px solid #F0F0F2;
}
footer .con .row2 .c-title {
  width: fit-content;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 30px;
}
footer .con .row2 a {
  display: block;
  margin-bottom: 12px;
  color: #999999;
  font-size: 16px;
}
footer .con .row2 a.clicked {
  font-weight: bold;
  color: #FFFFFF;
}
footer .con .row2 .icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 20px;
}
footer .con .row3 {
  margin-top: 10px;
  padding-top: 10px;
}
footer .con .row3 .infoGroup {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
footer .con .row3 .infoGroup span:last-of-type {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
footer .con .row3 .infoGroup a {
  color: #fff;
}
.pc {
  display: block;
}
.mob {
  display: none;
}
.text-link {
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  display: inline-flex;
  align-items: center;
  line-height: 22px;
}
.text-link .viewArrow1 {
  width: 22px;
  height: 22px;
  margin-left: 15px;
}
.viewArrow1,
.viewArrow2 {
  background-image: url(../images/arrow-white_4778035185d1ae5aa948.svg);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 100% 100%;
}
.viewBtn.whiteIcon .viewArrow1,
.viewBtn.whiteIcon .viewArrow2 {
  background-image: url(../images/arrow-black_93ffab902999017d365f.svg);
}
.viewBtn {
  width: 300px;
  height: 60px;
  background: transparent;
  border: 1px solid #000;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #000;
  line-height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.viewBtn .viewText {
  display: inline-block;
}
.viewBtn .viewIcon {
  display: inline-block;
  padding-top: 8px;
  margin-left: 12px;
  width: 30px;
  overflow: hidden;
  white-space: nowrap;
  transition: transform 0.8s ease;
}
.viewBtn .viewIcon .viewArrow1,
.viewBtn .viewIcon .viewArrow2 {
  transform: translateX(-38px);
  transition: transform 0.5s ease;
}
.viewBtn.text {
  width: auto;
  height: auto;
  border: 0;
  text-align: left;
  line-height: 20px;
}
.viewBtn.text .viewText {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #999999;
}
.viewBtn.text .viewIcon {
  padding-top: 0;
  padding-left: 0;
}
.viewBtn.text .viewIcon .viewArrow1,
.viewBtn.text .viewIcon .viewArrow2 {
  background-image: url(../images/arrow-gray_63756373c663b1f7dfc5.svg);
  background-size: 100% 100%;
  width: 30px;
  height: 22px;
}
.viewBtn.white {
  border: 1px solid #fff;
  color: #fff;
}
.viewBtn.white .viewArrow1,
.viewBtn.white .viewArrow2 {
  background-image: url(../images/arrow-white_4778035185d1ae5aa948.svg);
  background-size: 100% 100%;
}
.viewBtn.black {
  border: 1px solid #000;
  color: #000;
}
.viewBtn.black .viewArrow1,
.viewBtn.black .viewArrow2 {
  background-image: url(../images/arrow-black_93ffab902999017d365f.svg);
  background-size: 100% 100%;
}
.bgImage {
  width: 100%;
  height: 100%;
}
.swiper-btn {
  position: absolute;
  z-index: 99999;
  display: inline-flex;
  justify-content: space-between;
}
.swiper-btn .radio_btn {
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-btn .radio_btn .icon_block {
  display: inline-flex;
  width: 50%;
  height: 50%;
  overflow: hidden;
}
.swiper-btn .radio_btn:hover .radio_icon {
  transform: translateX(0%);
}
.swiper-btn .radio_btn .radio_icon {
  width: 40px;
  height: 40px;
  background: url(../images/arrow_4778035185d1ae5aa948.svg) no-repeat center center;
  background-size: 100% 100%;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  transform: translateX(-100%);
}
.swiper-btn .radio_btn.hasClick {
  background-color: #fff;
}
.swiper-btn .radio_btn.hasClick .radio_icon {
  background: url(../images/arrow-black_93ffab902999017d365f.svg) no-repeat center center;
  background-size: 100% 100%;
}
.swiper-btn .prev .radio_icon {
  transform: translateX(0%) rotate(180deg);
  transition: transform 0.2s ease;
}
.swiper-btn .prev .radio_btn:hover .radio_icon {
  transform: translateX(-100%) rotate(180deg);
}
.swiper-btn.black .radio_btn {
  width: 80px;
  height: 80px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-btn.black .radio_btn .radio_icon {
  width: 40px;
  height: 40px;
  background: url(../images/arrow-black_93ffab902999017d365f.svg) no-repeat center center;
  background-size: 100% 100%;
}
.swiper-btn.black .radio_btn.hasClick {
  background-color: #000000;
}
.swiper-btn.black .radio_btn.hasClick .radio_icon {
  background: url(../images/arrow_4778035185d1ae5aa948.svg) no-repeat center center;
  background-size: 100% 100%;
}
.swiper-btn.black .prev .radio_icon {
  transform: rotate(180deg);
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: '1';
  font-size: 0;
  border: 1px solid #041954;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -4px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  position: relative;
}
.sticky {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 9;
}
.header-right {
  display: flex;
  width: 40px;
  height: 115px;
  right: 30px;
  position: fixed;
  bottom: 120px;
  z-index: 2;
}
.whatsapp-button {
  position: absolute;
  width: 36px;
  height: 32px;
  bottom: -44px;
  right: 4px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.3s;
}

/* 鼠标悬停时的缩放效果 */
.whatsapp-button:hover {
  transform: scale(1.1);
}

.header-right .sharethis-inline-share-buttons#st-1 .st-btn {
  display: block !important;
  margin-bottom: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .viewBtn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .viewBtn:hover .viewIcon .viewArrow1,
  .viewBtn:hover .viewIcon .viewArrow2 {
    background-image: url(../images/arrow-white_4778035185d1ae5aa948.svg);
    background-size: 100% 100%;
    transform: translateX(0px);
  }
  .viewBtn.text:hover {
    background: transparent;
    border: none;
  }
  .viewBtn.text:hover .viewText {
    color: #000;
  }
  .viewBtn.text:hover .viewIcon {
    padding-top: 0;
    padding-left: 0;
  }
  .viewBtn.text:hover .viewIcon .viewArrow1,
  .viewBtn.text:hover .viewIcon .viewArrow2 {
    background-image: url(../images/arrow-black_93ffab902999017d365f.svg);
    background-size: 100% 100%;
    width: 30px;
    height: 22px;
  }
  footer .con .row2 a:hover {
    font-weight: bold;
    color: #FFFFFF;
  }
  footer .con .row1 .btn:hover {
    background: #fff;
    color: #000;
  }
  footer .con .row1 .btn:hover .viewIcon .viewArrow1,
  footer .con .row1 .btn:hover .viewIcon .viewArrow2 {
    background: url(../images/arrow-black_93ffab902999017d365f.svg);
    background-size: 100%;
  }
}
.choose-market {
  width: 1000px;
  height: 725px;
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 80px 50px;
  box-sizing: border-box;
  display: none;
}
.choose-market .choose-title {
  font-size: 40px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.choose-market .choose-title-text {
  text-align: center;
  margin-top: 15px;
}
.choose-market .country-item.open .country-title {
  border-bottom: 0;
}
.choose-market .country-title {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #DDE2E6;
}
.choose-market .country-title p {
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.choose-market .country-title .iconfont {
  font-size: 32px;
  float: right;
  margin-top: -6px;
}
.choose-market .country-content {
  padding-left: 20px;
  border-bottom: 1px solid #DDE2E6;
}
.choose-market .country-content .country-sub-item {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  width: 19%;
  display: inline-block;
  margin-bottom: 20px;
}
.fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1921px) {
  /* 一级标题 */
  .title_1 {
    font-size: 72px;
  }
  /* 二级标题 */
  .title_2 {
    font-size: 48px;
  }
  /* 三级标题 */
  .title_3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1331px) {
  /* 一级标题 */
  .title_1 {
    font-size: 62px;
  }
  /* 二级标题 */
  .title_2 {
    font-size: 38px;
  }
  /* 三级标题 */
  .title_3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1330px) and (min-width: 801px) {
  /* 一级标题 */
  .title_1 {
    font-size: 44px;
  }
  /* 二级标题 */
  .title_2 {
    font-size: 36px;
  }
  /* 三级标题 */
  .title_3 {
    font-size: 24px;
  }
  body {
    min-width: 1300px;
  }
  header {
    min-width: 1300px;
  }
}
@media screen and (max-width: 800px) {
  /* 一级标题 */
  .title_1 {
    font-size: 30px;
    line-height: 40px;
  }
  /* 二级标题 */
  .title_2 {
    font-size: 19px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
  }
  /* 三级标题 */
  .title_3 {
    font-size: 16px;
    line-height: 23px;
  }
  .title_text {
    font-size: 14px;
    font-weight: normal;
    color: var(--color-1);
    line-height: 20px;
  }
  .content_text {
    font-size: 14px;
    font-family: Arial;
    color: var(--color-1);
    line-height: 20px;
  }
  .news_Date {
    font-size: 13px;
    font-family: Arial;
    color: #333333;
    line-height: 40px;
  }
  .swiper-btn {
    position: absolute;
    z-index: 99999;
    display: inline-flex;
    justify-content: space-between;
  }
  .swiper-btn .radio_btn {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-btn .radio_btn .radio_icon {
    width: 20px;
    height: 20px;
    background: url(../images/arrow_4778035185d1ae5aa948.svg) no-repeat center center;
    background-size: 100% 100%;
  }
  .swiper-btn .radio_btn.hasClick {
    background-color: #fff;
  }
  .swiper-btn .radio_btn.hasClick .radio_icon {
    background: url(../images/arrow-black_93ffab902999017d365f.svg) no-repeat center center;
    background-size: 100% 100%;
  }
  .swiper-btn .prev .radio_icon {
    transform: rotate(180deg);
  }
  .swiper-btn.black .radio_btn {
    width: 35px;
    height: 35px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2 ease;
  }
  .swiper-btn.black .radio_btn .radio_icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-black_93ffab902999017d365f.svg) no-repeat center center;
    background-size: 100% 100%;
  }
  .swiper-btn.black .radio_btn.hasClick {
    background-color: #000;
  }
  .swiper-btn.black .radio_btn.hasClick .radio_icon {
    background: url(../images/arrow_4778035185d1ae5aa948.svg) no-repeat center center;
    background-size: 100% 100%;
  }
  .banner .partContent.part_R {
    left: auto;
    right: 0.23rem;
  }
  .banner .partContent.part_B {
    top: auto;
    bottom: 1.6rem;
  }
  header {
    display: none;
  }
  .header_m {
    position: fixed;
    display: block;
    top: 0px;
    width: 100%;
    height: 64px;
    z-index: 9;
    background-color: #041954;
    padding: 10px 0.23rem 0px;
    box-sizing: border-box;
  }
  .header_m .header_bar {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .header_m .logo_m {
    display: block;
    width: 125px;
    height: 45px;
    background-image: url(../images/logo_1c19951abaebd7b7ea08.svg);
    background-size: cover;
  }
  .header_m .navFlagBtn {
    position: absolute;
    top: 12px;
    right: 0.12rem;
    width: 40px;
    height: 40px;
  }
  .header_m .navFlagBtn .nav_btn_small {
    width: 20px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 12px;
  }
  .header_m .navFlagBtn .nav_btn_small > div {
    border-radius: 1px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
  }
  .header_m .navFlagBtn .lineCenter {
    top: 50%;
    margin-top: -1px;
  }
  .header_m .navFlagBtn .lineTop {
    top: 0;
  }
  .header_m .navFlagBtn .lineBottom {
    bottom: 0;
  }
  .header_m .navFlagBtn .arrowDirBase {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .header_m .navFlagBtn .arrowDirectionDown {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
  }
  .header_m .navFlagBtn .arrowDirectionUp {
    transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
  }
  .header_m .navFlagBtn .arrowDirectionCenter {
    opacity: 0;
  }
  .navGroup_m {
    position: fixed;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 64px;
    z-index: 999;
    width: 100%;
    height: calc(100% - 64px);
    background-color: #041954;
    transform: translateY(-50vh);
    transition: all 0.5s ease;
    box-sizing: border-box;
    padding: 0.1rem 0.23rem 0.23rem;
  }
  .navGroup_m .navTopLine {
    position: absolute;
    top: 0;
    left: 0.23rem;
    width: calc(100% - 0.46rem);
    height: 1px;
    background: #fff;
  }
  .navGroup_m .navScroll {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 1rem;
    overflow-y: auto;
  }
  .navGroup_m .navItem {
    position: relative;
    width: 100%;
    color: #fff;
    height: 0.5rem;
    border-bottom: solid 1px #364776;
    overflow: hidden;
    transition: height 0.5s ease;
    line-height: 0.5rem;
  }
  .navGroup_m .navItem .navTitle {
    font-size: 12px;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #fff;
    display: block;
  }
  .navGroup_m .navItem .navIcon {
    position: absolute;
    right: 0px;
    top: 0.2rem;
    width: 12px;
    height: 12px;
    transition: transform 0.6s ease;
  }
  .navGroup_m .navItem .navIcon .hLine {
    position: absolute;
    border-radius: 1px;
    top: 5.5px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transition: opacity 0.6s ease;
  }
  .navGroup_m .navItem .navIcon .vLine {
    position: absolute;
    border-radius: 1px;
    left: 5.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
  }
  .navGroup_m .navItem .subGroup {
    padding-left: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .navGroup_m .navItem .subGroup .clsGroup {
    /* margin-left: 10px; */
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .navGroup_m .navItem .subGroup .clsGroup .cls {
    display: inline-block;
    width: 102px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: solid 1px #252525;
  }
  .navGroup_m .navItem .subGroup .clsGroup .cls:first-child {
    border: solid 1px #999999;
  }
  .navGroup_m .navItem .subGroup .subNav {
    display: block;
    /* padding-left: 10px; */
    font-size: 0.12rem;
    line-height: 0.3rem;
    color: #b4bcbf;
    padding-bottom: 0.05rem;
  }
  .navGroup_m .navFoot {
    width: 100%;
    min-height: 0.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.2rem 0.23rem 0.35rem;
    background-color: #041954;
    box-sizing: border-box;
  }
  .navGroup_m .navFoot > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navGroup_m .navFoot .li {
    display: inline-block;
    text-align: center;
    padding-top: 0.3rem;
    color: #fff;
    font-size: 0.12rem;
  }
  .navGroup_m .navFoot .iconPhone {
    background: url(../images/phone_34128016c1e74ae562d8.svg) no-repeat top center;
    background-size: 0.19rem 0.19rem;
  }
  .navGroup_m .navFoot .iconDiqiu {
    background: url(../images/diqiuIco_a82570eb134068e8a36c.png) no-repeat top center;
    background-size: 0.215rem 0.215rem;
  }
  .navGroup_m .navFoot .iconShop {
    background: url(../images/shopIco_26a53492af4e2a89a541.png) no-repeat top center;
    background-size: 0.24rem 0.22rem;
  }
  .navGroup_m .navFoot .liLine {
    height: 0.44rem;
    width: 1px;
    background-color: #fff;
  }
  .header-right {
    right: 0.23rem;
    bottom: 0.5rem;
    width: 0.4rem;
    height: 1.2rem;
  }

  .whatsapp-button {
    position: absolute;
    width: 36px;
    height: 32px;
    bottom: -0.35rem;
  }
  
  .header-right .sharethis-inline-share-buttons#st-1 .st-btn {
    margin-bottom: 0.1rem;
  }
  footer {
    height: fit-content;
    padding-bottom: 0px;
  }
  footer .con {
    width: calc(100% - 0.46rem);
    padding-top: 50px;
  }
  footer .con .row1 {
    display: block;
  }
  footer .con .row1 .title {
    font-size: 30px;
    font-family: FotonTypeB;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
  }
  footer .con .row1 .btn {
    width: 100%;
    height: 40px;
    margin-left: 0;
    margin-top: 32px;
  }
  footer .con .row1 .btn .viewIcon {
    padding-top: 5px;
  }
  footer .con .row1 .btn .viewText {
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
  }
  footer .con .row2 {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    margin-top: 140px;
    border-top: 0;
    padding-bottom: 0;
  }
  footer .con .row2 .c-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 18px;
    width: 100%;
    position: relative;
    font-size: 14px;
  }
  footer .con .row2 .c-title .icon {
    background: url(../images/jianhao_90755e1db2120f30fa74.svg) no-repeat center center;
    background-size: 100%;
    margin-right: 0;
    position: absolute;
    right: 0;
  }
  footer .con .row2 a {
    font-size: 12px;
  }
  footer .con .row2 .c3 a {
    font-size: 0;
  }
  footer .con .row2 .c-item.clicked .icon {
    background: url(../images/jiahao_b326621ee2ce7518814e.svg) no-repeat center center;
    background-size: 100%;
  }
  footer .con .row2 .c-container {
    padding-bottom: 18px;
    padding-top: 20px;
  }
  footer .con .row2 .c1 {
    width: 100%;
    border-top: 1px solid #828caa;
  }
  footer .con .row2 .c2 {
    width: 100%;
    border-top: 1px solid #828caa;
  }
  footer .con .row2 .c3 {
    width: 100%;
    font-size: 0;
    position: absolute;
    top: -80px;
    border-top: 1px solid #828caa;
  }
  footer .con .row2 .c3 .c-title {
    font-size: 0;
  }
  footer .con .row2 .c3 .c-line {
    width: 0.01rem;
    height: 0.1rem;
    background: #FFF;
    margin-top: 0.08rem;
  }
  footer .con .row2 .c3 .c-container {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
  }
  footer .con .row2 .c3 .icon {
    margin: 0;
  }
  footer .con .row3 .infoGroup {
    font-size: 12px;
  }
  footer .con .row3 .info-row {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  footer .con .row3 .line {
    width: 1px;
    display: inline-block;
    height: 12px;
    background: #fff;
  }
  footer .con .c-item .c-title {
    padding-bottom: 20px;
  }
  footer .con .c-item .c-title .icon {
    width: 18px;
    height: 18px;
  }
  footer .con .c-item .c-container {
    padding-top: 0;
  }
  footer .con .c-item.clicked .c-container {
    height: 0;
    overflow: hidden;
    display: none;
  }
  footer .con .row4 {
    margin-top: 0.28rem;
    display: flex !important;
    justify-content: center;
    padding-bottom: 0.37rem;
  }
  footer .con .row4 .top-btn {
    width: 35px;
    height: 30px;
    display: inline-block;
    background: url(../images/top_9f4b0b626a2c72865d27.jpg) no-repeat center center;
    background-size: 100%;
  }
  .pc {
    display: none;
  }
  .mob {
    display: block;
  }
  .mob .infoGroup {
    line-height: 24px;
  }
  .show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .ani {
    opacity: 0;
    transition: all 0.6s ease;
  }
  .tap {
    animation: tapAni 0.5s;
  }
  @keyframes tapAni {
    0% {
      background-color: #041954;
    }
    20% {
      background-color: #0091ff;
    }
    100% {
      background-color: #041954;
    }
  }
  /* 菜单展开 */
  .navGroup_m .navItem .iconOpen {
    transform: rotate(90deg);
  }
  .navGroup_m .navItem .iconOpen .hLine {
    opacity: 0;
  }
  .viewBtn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
  }
  .viewBtn .viewIcon {
    padding-top: 6px;
    padding-left: 0px;
    width: 20px;
    margin-left: 8px;
  }
  .viewBtn .viewIcon .viewArrow1,
  .viewBtn .viewIcon .viewArrow2 {
    width: 20px;
    height: 20px;
    transform: translateX(0);
  }
  .prev-btn,
  .next-btn {
    display: inline-block;
  }
  .prev-btn.hasClick .iconIro,
  .next-btn.hasClick .iconIro {
    background: #000000;
  }
  .prev-btn.hasClick .iconIro .viewArrow1,
  .next-btn.hasClick .iconIro .viewArrow1,
  .prev-btn.hasClick .iconIro .viewArrow2,
  .next-btn.hasClick .iconIro .viewArrow2 {
    background-image: url(../images/arrow-white_4778035185d1ae5aa948.svg);
    background-size: 100% 100%;
  }
  .prev-btn .iconIro,
  .next-btn .iconIro {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 50%;
  }
  .prev-btn .viewArrow1,
  .next-btn .viewArrow1,
  .prev-btn .viewArrow2,
  .next-btn .viewArrow2 {
    height: 40px;
    width: 15px;
  }
  .prev-btn .iconIro {
    transform: rotate(180deg);
  }
  .panel {
    vertical-align: top;
    line-height: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .panel .prev-panel {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
  }
  .panel .next-panel {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
  }
  .viewBtn.text {
    width: auto;
    height: auto;
    border: 0;
    text-align: left;
    line-height: 0px;
  }
  .viewBtn.text .viewText {
    font-size: 0.14rem;
    font-family: Arial;
    font-weight: bold;
    color: #999999;
    line-height: 0.2rem;
    margin-left: 0px;
  }
  .viewBtn.text:hover {
    color: #000000;
  }
  .viewBtn.text .viewIcon {
    padding-left: 0px;
    width: 0.2rem;
    margin-left: 6px;
  }
  .viewBtn.text .viewIcon .viewArrow1,
  .viewBtn.text .viewIcon .viewArrow2 {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.swiper-ani,
.ani {
  opacity: 0;
  transition: all 0.6s ease;
}
.ani-fromLeft {
  transform: translateX(-30vw);
}
.ani-fromRight {
  transform: translateX(40vw);
}
.ani-fromDown {
  transform: translateY(30vh);
}
.ani-fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}
.swiper-group-ani {
  transition: all 0.6s ease;
}
.group-ani-fadeIn {
  transform: scale(1);
}
.ani-delay-000 {
  transition-delay: 0s;
}
.ani-delay-100 {
  transition-delay: 0.1s;
}
.ani-delay-200 {
  transition-delay: 0.2s;
}
.ani-delay-300 {
  transition-delay: 0.3s;
}
.ani-delay-400 {
  transition-delay: 0.5s;
}
.ani-delay-500 {
  transition-delay: 0.5s;
}
.ani-delay-600 {
  transition-delay: 0.6s;
}
.ani-delay-700 {
  transition-delay: 0.7s;
}
.ani-delay-800 {
  transition-delay: 0.8s;
}
.ani-delay-900 {
  transition-delay: 0.9s;
}
.banner .banner_text {
  max-width: 500px;
}
.banner .partContent.part_R {
  left: auto;
  right: 205px;
}
.banner .partContent.part_B {
  top: auto;
  bottom: 140px;
}
.banner .partContent.blackTit .title_1 {
  color: #000;
}
.banner .partContent.blackTit .banner_text {
  color: #000;
}
.banner .partContent.whiteTit .title_1 {
  color: #fff;
}
.banner .partContent.whiteTit .banner_text {
  color: #fff;
}
.banner .partContent .title_1 {
  color: #fff;
}
.banner .partContent .banner_text {
  color: #fff;
}
.adminFrom,
.tableFrom {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0px;
  font-size: 16px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #000;
  display: none;
}
.adminFrom .fromCon,
.tableFrom .fromCon {
  width: 600px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 30px;
}
.adminFrom .fromCon h3,
.tableFrom .fromCon h3 {
  text-align: left;
  margin-bottom: 20px;
}
.adminFrom .fromCon .fromTable,
.tableFrom .fromCon .fromTable {
  width: 100%;
  max-height: 518px;
  overflow-y: auto;
}
.adminFrom .fromCon .fromTable .tr,
.tableFrom .fromCon .fromTable .tr {
  text-align: left;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  min-height: 30px;
}
.adminFrom .fromCon .fromTable .tr > div,
.tableFrom .fromCon .fromTable .tr > div {
  display: inline-block;
}
.adminFrom .fromCon .fromTable .tr .tdTxt,
.tableFrom .fromCon .fromTable .tr .tdTxt {
  width: 120px;
  vertical-align: top;
}
.adminFrom .fromCon .fromTable .tr .tdValue,
.tableFrom .fromCon .fromTable .tr .tdValue {
  width: calc(100% - 120px);
  position: relative;
}
.adminFrom .fromCon .fromTable .tr .tdValue img,
.tableFrom .fromCon .fromTable .tr .tdValue img {
  height: 100px;
  width: auto;
  display: block;
  margin-top: 10px;
  max-width: 100%;
  object-fit: contain;
}
.adminFrom .fromCon .fromTable .tr .tdValue video,
.tableFrom .fromCon .fromTable .tr .tdValue video {
  height: 100px;
  width: auto;
  margin-top: 10px;
}
.adminFrom .fromCon .fromTable .tr .tdValue .inputTxt,
.tableFrom .fromCon .fromTable .tr .tdValue .inputTxt {
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.adminFrom .fromCon .fromTable .tr .tdValue .upTxt,
.tableFrom .fromCon .fromTable .tr .tdValue .upTxt {
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  border: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
}
.adminFrom .fromCon .fromTable .tr .tdValue .upImg,
.tableFrom .fromCon .fromTable .tr .tdValue .upImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 30px;
  opacity: 0;
}
.adminFrom .fromCon .fromTable .size,
.tableFrom .fromCon .fromTable .size {
  text-align: left;
  margin-left: 120px;
  margin-bottom: 20px;
}
.adminFrom .fromCon .fromBtn,
.tableFrom .fromCon .fromBtn {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}
.adminFrom .fromCon .fromBtn > div,
.tableFrom .fromCon .fromBtn > div {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 20px;
  border: 1px solid #000;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.adminFrom .fromCon .fromBtn > div:hover,
.tableFrom .fromCon .fromBtn > div:hover {
  background: #000;
  color: #fff;
}
.adminFrom .msg,
.tableFrom .msg {
  position: relative;
  font-size: 12px;
  left: 53px;
  top: -20px;
}
.tableFrom {
  z-index: 888888;
}
.tableFrom .form {
  display: flex;
  justify-content: space-between;
}
.tableFrom .left-form {
  display: none;
  margin-right: 20px;
}
.tableFrom .fromCon {
  width: 1100px;
}
.tableFrom .newBtn,
.tableFrom .left-newBtn {
  color: #fff;
  background: #00d3a1;
  box-shadow: 0 1px 0 #ecf8ff;
  width: 100px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
}
.tableFrom .tableContain td {
  max-height: 80px;
  overflow: hidden;
}
.tableFrom .head-form {
  width: 100%;
  display: inline-flex;
}
.tableFrom .head-form .tdValue {
  border: 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}
.tableFrom .head-form .tdValue.noborder {
  border: 0;
}
.tableFrom .head-form .tr {
  display: inline-flex;
  width: fit-content;
  height: 28px;
  line-height: 28px;
  padding-right: 20px;
}
.tableFrom .head-form .tr .tdTxt {
  white-space: nowrap;
}
.tableFrom.notTime .left-form,
.tableFrom.notTime .head-form {
  display: none;
}
.admin .editYutube > div {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.table {
  padding-bottom: 20px;
}
.table .header {
  background: #fafafa;
}
.table th,
.table td {
  padding: 16px;
  font-size: 14px;
  color: #000;
  text-align: left;
}
.table th .td-container,
.table td .td-container {
  overflow: hidden;
  max-height: 80px;
}
.table .row-btn {
  padding-right: 10px;
  color: #1677FF;
  cursor: pointer;
}
.table .row-btn:last-of-type {
  padding-right: 0;
}
.table .row-btn:hover {
  color: #91caff;
}
.table .mybody {
  height: 380px;
  overflow-y: auto;
}
.table .mybody tr {
  cursor: pointer;
}
.table .mybody tr.clicked,
.table .mybody tr:hover {
  background: #f0f0f0;
}

.select-title {
  /* padding-left: 10px; */
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-family: "Arial";
  color: #000000;
  border: 0;
  border-bottom: 1px solid #dde2e6;
  box-sizing: border-box;
  width: 100%;
}
.select-listItem.second {
  color: #999999;
}
.select-title .icon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 3px;
  background: #000;
}
.select-title .label_text {
  font-size: 14px;
  font-family: "Arial";
  color: #000000;
}
.select-title::after {
  content: "";
  display: block;
  float: right;
  width: 20px;
  height: 100%;
  /* background-color: aqua; */
  background-image: url(../images/icon_c49219b59501193f68a7.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.select-title-open::after {
  transform: scaleY(-1);
}
.select-dropList {
  position: absolute;
  top: 29px;
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 250px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #dde2e6;
  z-index: 99;
  transition: all 0.3s ease 0s;
}
.select-dropList::-webkit-scrollbar {
  width: 3px;
  /* background-color: #666; */
}
.select-dropList::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}
.select-dropList-close {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-40px);
}
.select-dropList-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.select-listItem {
  padding-left: 20px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
.select-listItem .item-label {
  position: relative;
  color: #999999;
}
.select-listItem .item-label.clicked {
  color: #000;
  font-weight: 700;
}
.select-child-listItem {
  font-size: 14px;
}
.select-child-listItem:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  margin-bottom: 3px;
}
.select-listItem:not(.hasChild):hover,
.select-child-listItem:hover,
.item-label:hover {
  color: #000;
  background: #dde2e6;
  font-weight: 700;
}
.childContainer {
  height: 0;
  overflow: hidden;
}
.childContainer.clicked {
  height: auto;
}
.hasChild .item-label .icon {
  background: url(../images/jiahao_cea57109c2f7d672c410.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.hasChild .item-label.clicked .icon {
  background: url(../images/jianhao_fbeeac4fbbf2debc0347.svg) no-repeat center center;
  height: 2px;
  background-size: 80%;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .select-listItem {
    font-size: 0.16rem;
    /* height: 0.35rem;
        line-height: 0.35rem; */
  }
  .select-title {
    font-size: 0.18rem;
  }
  .select-title::after {
    width: 0.2rem;
  }
  .select-listItem .item-label {
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .select-child-listItem {
    font-size: 0.14rem;
    height: 0.35rem;
    line-height: 0.35rem;
  }
  .select-child-listItem:before {
    margin-bottom: 0;
  }
}

