@charset "UTF-8";
#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
}

.pc-main-header {
  display: flex;
}

.header {
  flex-direction: column;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  color: white;
}

.header .topmenu {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.header .logo-box {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}

.header .logo-box .logo-img {
  width: 109px;
  height: 46px;
}

.nav-hit-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  width: 100%;
  min-height: 70px;
  background: #2D3748;
  font-weight: 400;
  color: #fff;
  font-size: 10px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.nav-hit-box .container-fluid {
  padding: 0 18%;
}

.nav-hit-box .hit-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: inherit;
  transition: all 0.8s;
  text-align: center;
  line-height: 1.2;
}

.nav-hit-box .btn-border1:hover {
  background: #b81c22;
}

.nav-hit-box .btn-border2:hover {
  background: green;
}

.nav-hit-box .btn-border1 {
  border-color: #b81c22;
}

.nav-hit-box .btn-border2 {
  border-color: green;
}

/* pc端头部样式start*/
.nav-box .nav-btn {
  text-align: left;
  font-size: 1rem;
  padding: 0;
  letter-spacing: 0rem;
  color: #4A5568;
  font-weight: 600;
  font-size: 1rem;
  /*text-transform: uppercase;*/
  text-align: center;
  transition: all 0.3s ease 0s;
  padding: 0 0.65rem;
  cursor: pointer;
  text-decoration: none;
}

/* 导航下滑框 */
.nav-item {
  position: relative;
}

.nav-item:hover .nav-btn {
  text-decoration: underline;
  background: #EDF2F7;
  color: #1A202C;
  transition: all 0.3s ease 0s;
}

.nav-link:hover + .nav-dropdown {
  display: flex;
  animation: showBoxanimation 0.3s ease-in-out;
}

.nav-dropdown:hover {
  display: flex;
  animation: showBoxanimation 0.3s ease-in-out;
}

@keyframes showBoxanimation {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.nav-dropdown {
  position: absolute;
  top: 22px;
  left: 0;
  width: 288px;
  background: #fff;
  display: none;
  flex-direction: column;
  padding: .625rem;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 0.3125rem;
}

.nav-dropdown .nav-dropdown-link {
  text-decoration: inherit;
}

.nav-dropdown .nav-dropdown-link:nth-child(n+2){
  margin-top: .5em;
}

.nav-dropdown .nav-item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .625rem;
  border-radius: 0.375rem;
  transition: all 0.3s ease 0s;
}

.nav-dropdown .nav-item-box .nav-txt {
  color: #4a5568;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: inherit;
}

.nav-dropdown .chakra-icon {
  font-size: .875rem;
  color: white;
  transition: all 0.4s ease 0s;
  transform: translateX(-10px);
}
.nav-dropdown .nav-item-box.active,
.nav-dropdown .nav-item-box:hover {
  background: #b81c22;
}

.nav-dropdown .nav-item-box.active{
  background: rgba(184,28,34,.3);
  color: #822727;

}
.nav-dropdown .nav-item-box.active  .chakra-icon,
.nav-dropdown .nav-item-box.active .nav-txt{
  color: #822727!important;
}
.nav-dropdown .nav-item-box.active{
		/*background: #FFF5F5;*/
}
.nav-dropdown .nav-item-box.active .nav-txt,
.nav-dropdown .nav-item-box:hover .nav-txt {
  color: #f4f4f4;
}

.nav-dropdown .nav-item-box:hover .chakra-icon {
  color: #f4f4f4;
  transform: translateX(0px);
}

/* 导航下滑框 end */
.my-top-nav {
  padding: 0 .625rem;
  min-height: 60px;
}

.my-top-nav .left {
  max-width: 380px;
}

.my-top-nav .center-nav-box .nav {
  width: 100%;
}

.txt-switch-box {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: .3125rem; */
  position: relative;
  cursor: pointer;
}

.txt-switch-box .txt-long-btn {
  pointer-events: none;
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E2E8F0;
  border-radius: 0.375rem;
}

.txt-switch-box .txt-long-btn .flag-img {
  width: 34px;
  height: 20px;
}

.txt-switch-box .txt-switch-icon {
  pointer-events: none;
  margin-left: 8px;
  transition: all 0.3s ease 0s;
  transform: rotate(90deg);
  font-size: .625rem;
  color: #2b2b2b;
  font-weight: 900;
}

.txt-switch-box .show-tabel {
  transform-origin: top left !important;
  /* visibility: hidden; */
  transform: none !important;
  opacity: 1 !important;
  pointer-events:auto!important;
}

.txt-switch-box #pc-tabel-box {
  position: absolute;
  top: 42px;
  left: -60px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99999;
  background: #06141b;
  cursor: pointer;
  border: 1px solid #ccc;
  transition: all 0.3s;
  transform: scale(0.8) translateZ(0px);
  width: 150px;
  border-radius: 6px;
  background: #ffffff;
  padding: 10px 0;
  pointer-events:none;
  /* .language-txt:hover {
            color: #fd9c34;
        } */
  /* .language-txt:last-child {
            border-bottom: 0px;

        } */
}

.txt-switch-box #pc-tabel-box .tabel-imte-box {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 4px 0;
  padding: 0 10px;
}

.txt-switch-box #pc-tabel-box .tabel-imte-box .flag-img {
  width: 34px;
  height: 20px;
  border: 1px solid #06141b;
}

.txt-switch-box #pc-tabel-box .tabel-imte-box .language-txt {
  color: #4a5568;
  margin-left: 10px;
  font-size: .875rem;
}

.txt-switch-box #pc-tabel-box .tabel-imte-box:hover {
  background: #cbd5e0;
}

/* pc端头部样式end*/
/* 移动端头部样式start*/
.mobile-main-header {
  display: none;
}

.mobile-nav-list-box {
  background: #FFFFFF;
}

.mobile-nav-box {
  flex-direction: column;
  width: 100%;
}

.mobile-nav-box .mobile-hit-box .container-fluid {
  padding: 0 20px;
}

.mobile-nav-box .logo-img {
  width: 109px;
  height: 46px;
}

.mobile-nav-box .mb-nav-box {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  color: #4A5568;
  padding: 0 1.25rem;
}

.mobile-nav-box .mb-nav-box .mobile-nav-left {
  display: flex;
  align-items: center;
}

.mobile-nav-box .mb-nav-box .svg-txt {
  font-size: 26px;
  color: #4A5568;
}

.mobile-nav-box .mb-nav-box .mobile-nav-center {
  display: flex;
  align-items: center;
}

.mobile-nav-box .mb-nav-box .mobile-nav-center .logo-box {
  width: 68px;
}

.mobile-nav-box .mb-nav-box .mobile-nav-center .logo-txt {
  color: #4cb1df;
  font-size: 14px;
  margin-left: 0.5rem;
  font-weight: 600;
}

.mobile-nav-box .mb-nav-box .mobile-nav-right {
  display: flex;
  align-items: center;
}

.mobile-nav-box .mb-nav-box .mobile-nav-right .show-modal-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-nav-box .mb-nav-box .mobile-nav-right .show-modal-btn .svg-map {
  font-size: 26px;
  color: white;
}

#mobail-tabel-box {
  position: absolute;
  top: 42px;
  left: -60px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99999;
  background: #06141b;
  cursor: pointer;
  border: 1px solid #ccc;
  transition: all 0.3s;
  transform: scale(0.8) translateZ(0px);
  width: 150px;
  border-radius: 6px;
  background: #ffffff;
  padding: 10px 0;
  /* .language-txt:hover {
        color: #fd9c34;
    } */
  /* .language-txt:last-child {
        border-bottom: 0px;

    } */
}

#mobail-tabel-box .tabel-imte-box {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 4px 0;
  padding: 0 10px;
}

#mobail-tabel-box .tabel-imte-box .flag-img {
  width: 34px;
  height: 20px;
  border: 1px solid #06141b;
}

#mobail-tabel-box .tabel-imte-box .language-txt {
  color: #4a5568;
  margin-left: 10px;
  font-size: .875rem;
}

#mobail-tabel-box .tabel-imte-box:hover {
  background: #cbd5e0;
}

.my-accor-box {
  padding: 1rem;
}

.my-accor-box .accordion-item .my-heading {
  display: flex;
  flex-direction: column;
}

.my-accor-box .accordion-item .my-heading a {
  text-decoration: inherit;
}

.my-accor-box .accordion-item .my-heading .my-heading-btn {
  display: flex;
  justify-content: space-between;
  color: #4A5568;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0.5rem 0;
}

.my-accor-box .accordion-item .my-heading .my-heading-btn .btn-r-icon {
  color: #000000;
  font-weight: 900;
  font-size: 16px;
}

.my-accor-box .accordion-item .link-list-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid #E2E8F0;
}

.my-accor-box .accordion-item .link-list-box a {
  display: flex;
  padding: 0.5rem 0;
  font-weight: 500;
  line-height: 24px;
  text-decoration: inherit;
  color: #131313;
}

.right-listicon-box {
  z-index: 101;
  position: fixed;
  bottom: 100px;
  right: 0.75rem;
  display: flex;
  flex-direction: column;
}

.right-listicon-box a {
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  outline-offset: 2px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  background: #2D3748;
  color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid white;
}

.right-listicon-box a img {
  max-width: 80%;
}

.right-listicon-box a:hover {
  background-color: #C53030;
  transition: 1s;
  transform: scale(1.5);
}

.right-listicon-box a::after {
  content: attr(aria-label);
  position: absolute;
  top: 10px;
  /*left: -76px;*/
  left: auto;
  right: 100%;
  width: auto;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  background-color: #3f465d;
  color: #ffffff;
  text-align: center;
  padding: 5px 15px;
  white-space: nowrap;
  z-index: 1;
}

.right-listicon-box a:hover::after {
  content: attr(aria-label);
  position: absolute;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.mobail-listicon-box {
  display: none;
  position: fixed;
  flex-direction: column;
  bottom: 0;
  left: 0;
  z-index: 2000;
}

.mobail-listicon-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 1.125rem;
  background: #4A5568;
  color: #FFFFFF;
  margin-top: 4px;
  padding: 0.75rem;
}

/* 弹窗 */
.show-my-linkiocn-modal {
  display: flex !important;
}

.show-linkiocn-modal {
  display: flex !important;
}

.modal-bj {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #838383;
  z-index: 4000;
  opacity: 0.6;
}

.linkicon-modal {
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-linkicon-box {
  position: fixed;
  z-index: 5000;
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  width: 80%;
  min-width: 390px;
  margin: 0 auto;
  top: 44%;
  transition: all 0.5s;
  background: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-height: 150px;
}

.modal-linkicon-box .linkicon-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .625rem 1.5rem;
}

.modal-linkicon-box .linkicon-modal-header p {
  font-size: 20px;
  font-weight: 600;
}

.modal-linkicon-box .linkicon-modal-header span {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
}

.modal-linkicon-box .linkicon-modal-conten {
  padding: .625rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
}

.modal-linkicon-box .linkicon-modal-conten img {
  width: 70%;
}

.modal-linkicon-box .linkicon-modal-conten a {
  height: 3rem;
  width: 3rem;
  outline-offset: 2px;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4282d6;
  color: #4A5568;
  border-radius: 50%;
  cursor: pointer;
}

.modal-linkicon-box .linkicon-modal-conten a svg {
  color: #ffffff;
  font-size: 22px;
}

.modal-linkicon-box .linkicon-modal-conten a:nth-child(1) {
  background: #1DA1F2;
}

.modal-linkicon-box .linkicon-modal-conten a:nth-child(2) {
  background: #4A5568;
}

.modal-linkicon-box .linkicon-modal-conten a:nth-child(3) {
  background: #179848;
}

.modal-linkicon-box .linkicon-modal-conten a:nth-child(4) {
  background: #1DA1F2;
}

.modal-linkicon-box .linkicon-modal-conten a:nth-child(5) {
  background: #179848;
}

.modal-linkicon-box .linkicon-modal-conten a:nth-child(6) {
  background: #6B46C1;
}

.modal-linkicon-box .linkicon-modal-conten a:nth-child(7) {
  background: #C53030;
}

.modal-linkicon-box .modal-linkicon-box.show-modal {
  display: flex !important;
}

.modal-linkicon-box .modal-linkicon-box.show-modal .modal-bj {
  display: block !important;
}

@media (min-width: 1025px){
    
    .col-xl-4{
      flex: 0 0 auto;
      width: 33.33333333%;
    }
}

/* 移动端头部样式end*/
@media (max-width: 1100px) {
  .nav-box .nav-btn {
    font-size: .875rem;
  }
}

@media (max-width: 1400px) {
  .nav-box .nav-btn {
    font-size: .875rem;
  }
}
@media (max-width: 1280px){
  .nav-dropdown .nav-item-box .nav-txt{
    font-size: 14px;
  }
  .nav-dropdown{
    width: 250px;
  }
}

@media (max-width: 1024px) {
  .pc-main-header {
    display: none;
  }
  .mobile-main-header {
    display: flex;
  }
}

@media (max-width: 820px) {
  .right-listicon-box {
    display: none;
  }
  .mobail-listicon-box {
    display: flex;
  }
}

@media (min-width: 830px) {
  #header .modal-bj {
    display: none !important;
  }
  #header .show-my-linkiocn-modal {
    display: none !important;
  }
}


@media (max-width: 767px){
  .mobail-listicon-box a{
    padding: .5rem;
  }
  .mobail-listicon-box a img{
    width: 30px;
    display: block;
  }
  .modal-linkicon-box{
    min-width: 98%;
  }
  .my-accor-box .accordion-item .link-list-box a{
    font-size: 16px;
  }
}
  .my-accor-box .accordion-item .link-list-box a.active{
    color: #822727;
    /*background-color: #FFF5F5;*/
  }

  .row200-hide{
    display: none;
  }
  .mobile-nav-list-box.show + .mobile-hit-box .row200-hide{
    display: flex;
  }


@media (max-width: 1024px){
  .mobile-nav-box .mobile-hit-box .container-fluid{
    padding: 0 8px;
  }
  .nav-hit-box .hit-nav-btn{
    font-size: 16px;
  }
  .section-pd-01{
    /*padding: 2.5rem;*/
  }
}