﻿#header {
  z-index: 10;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0;
  font-size: 16px;
}

@media (min-width: 1025px) {
  /* ::-webkit-scrollbar {
    display: none;
  } */

  #header {
    height: 120px;
    background-repeat: no-repeat;
  }

  .pc-header {
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.8);
  }

  .pc-header>figure {
    margin: auto 0;
  }
}

.mobile-header {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background-color: #156bbc;
}

.mobile-header-right {
  display: flex;
  align-items: center;
}

.second-menu-wrapper {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
}

.second-menu-list {
  margin: 0 auto;
  padding: 32px;
  background: #fff;
  color: #545454;
  background-image: url('../image/second-menu-bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 250px;
  display: flex;
}

.second-menu-left {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 33%;
  border-right: 1px solid #EBEBEB;
}

.second-menu-left p {
  margin: 0px 24px 0px 13px;
  line-height: 30px;
  overflow: auto;
}

.second-menu-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  color: #222222;
  align-items: start;
  width: 67%;
  padding-left: 23px;
  padding-top: 8px;
  padding-bottom: 16px;
}

.second-menu-right>li {
  display: flex;
  align-items: center;
  line-height: 1.15;
}

.second-menu-right>li>img {
  width: 46px;
  margin-right: 12px;
}

.now-local {
  color: #fff;
}

.second-menu-icon {
  display: none;
}

.second-menu-icon.icon-a-bianzu5::before {
  margin-left: 12px;
  font-size: 12px;
  color: #156BBC;
}

.second-menu-right>li>a:hover {
  color: #156BBC;
}

.second-menu-right>li>div:hover .second-menu-icon {
  display: inline-block;
}

.menu-list>.menu-item {
  display: inline-block;
  margin-right: 24px;
}

.menu-list>.menu-item:last-child {
  margin-right: 5px;
}

.header-right {
  margin-top: -30px;
  display: flex;
  align-items: center;
  /* margin-bottom: 26px; */
  font-size: 16px;
}

.first-menu {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-lang {
  display: flex;
  align-items: center;
  line-height: 1;
}

.identity {
  display: flex;
  align-items: center;
  height: 86px;
}

.identity-text {
  padding: 0 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}

.rotate-90 {
  transform: rotate(-180deg);
}

.search-lang>.mr-24 {
  margin-right: 24px;
}

.select-identity {
  z-index: 2;
  position: absolute;
  top: 40%;
  background: #FFFFFF;
  font-size: 14px;
  color: #545454;
  padding: 0 28px 22px;
  border-radius: 3px;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
}

.select-identity ul {
  min-width: 102px;
}

.select-identity>ul li {
  padding: 12px 0 8px;
  border-bottom: 1px solid #E5E5E5;
}

.select-identity>ul li:hover {
  color: #156BBC;
}

.select-identity>ul li:last-child {
  padding: 12px 0 0;
  border-bottom: none;
}

.quick-links {
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  width: 18.75%;
  height: 100vh;
  background: #fff;
}

.quick-links .title {
  color: #156BBC;
  font-size: 20px;
  margin: 22px 18px 0 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.33);
}

.quick-links .close-icon {
  text-align: right;
  cursor: pointer;
}

.quick-links .line {
  margin: 16px 0 6px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.33);
}

.quick-links>ul {
  padding: 26px 18px 0 40px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.quick-links a {
  margin-left: 14px;
}

.quick-links a:hover {
  color: #156BBC;
}

.header-menu-choosed {
  position: relative;
  color: #fff;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 3px;
}

.masking-layer {
  position: fixed;
  z-index: 2;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
}

.header-right-search-icon:hover.icon-sousuo::before {
  color: #fff;
}

.local:hover {
  color: #fff;
}

.quick-link-text:hover,
.identity-text:hover,
.ft:hover {
  color: #fff;
}

.quick-link-icon {
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: middle;
  margin-left: 8px;
  line-height: 1;
}

.quick-link-text .icon-a-bianzu3::before {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

.quick-link-text:hover .icon-a-bianzu3::before {
  color: #fff;
}

.search-drawer {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  background: #156BBC;
  background-image: url('../image/search-bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box {
  width: 76%;
  border-bottom: 2px solid #DDE9EA;
  padding: 0 28px 0 22px;
}

.form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-search-input {
  background: none;
  width: 90%;
  height: 62px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
}

#searchForm>input::-webkit-input-placeholder {
  color: #fff;
}

#searchForm>input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#searchForm>input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#searchForm>input:-ms-input-placeholder {
  color: #fff;
}

.form-search-icon.icon-sousuo::before {
  font-size: 36px;
  color: #fff;
}

.close-search-drawer-icon {
  position: absolute;
  top: 6%;
  right: 5.57%;
  cursor: pointer;
}

.search-drawer-mobile {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  background: #156BBC;
  background-image: url('../image/mobile-search-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
}

.search-drawer-mobile>.search-drawer-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 0;
}

.search-drawer-mobile-body {
  margin-top: 45%;
  padding: 0 20px;
}

.search-drawer-mobile-box {
  width: 100%;
  border-bottom: 2px solid #DDE9EA;
  /* padding-bottom: 24px; */
}

.mobile-form {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
}

.mobile-form-search-input {
  background: none;
  width: 86%;
  /* color: rgba(255, 255, 255, 0.85); */
  font-size: 18px;
}

#mobileSearchForm>input::-webkit-input-placeholder {
  color: #fff;
}

#mobileSearchForm>input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#mobileSearchForm>input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#mobileSearchForm>input:-ms-input-placeholder {
  color: #fff;
}

.mobile-form-search-icon.icon-sousuo::before {
  font-size: 32px;
  color: #fff;
}

.mobile-menu-drawer {
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding-bottom: 100px;
  z-index: 3;
  background: #156BBC;
  background-image: url('../image/mobile-search-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
}

.menu-drawer-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px 0 20px;
}

.mobile-menu-drawer>ul {
  font-size: 18px;
  padding: 0 20px;
  color: #fff;
  margin-top: 20px;
}

.mobile-menu-drawer>ul>li {
  border-bottom: 1px solid #83B6E7;
  padding: 16px 10px 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-item-arrow.icon-a-bianzu5::before {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

.quick-link-item-icon.icon-a-bianzu5::before {
  color: #585F6B;
  font-size: 14px;
}

.quick-link-item-icon:hover.icon-a-bianzu5::before {
  color: #156BBC;
}

.sub-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  z-index: 4;
  background: #156BBC;
  background-image: url('../image/mobile-search-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
}

.sub-menu-drawer-header {
  padding: 22px 24px 0 30px;
}

.sub-menu-drawer-body {
  padding: 48px 22px 0 30px;
}

.sub-menu-title {
  font-size: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #83B6E7;
  margin-bottom: 8px;
}

.go-back {
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
}

.menu-drawer-mobile-identity {
  margin-top: 12.266%;
  padding: 0 20px;
}

.menu-drawer-mobile-identity>h6 {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.85);
}

.menu-drawer-mobile-select-identity {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 20px;
}

.menu-drawer-mobile-select-identity>li {
  min-height: 29px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-drawer-mobile-select-identity>.select-identity-active {
  background: #FFFFFF;
  color: #156BBC;
}

.mobile-menu-drawer-links {
  display: flex;
  margin: 30px 20px;
}

.links-icon.icon-a-bianzu5::before {
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
}

.mobile-menu-local {
  margin: 55px 0 30px;
  padding-bottom: 100px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.mobile-menu-local>.current-local {
  color: #fff;
}

.mobile-menu-local .line {
  margin: 0 14px;
  width: 1px;
  height: 15px;
  border-left: 1px solid #fafafa;
}

.mobile-menu-drawer-links>p {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.mobile-quick-links-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding-bottom: 100px;
  height: 100vh;
  z-index: 4;
  overflow: auto;
  background: #fff;
}

.mobile-quick-links-drawer-content {
  margin: 22px 24px 30px 30px;
}

.mobile-quick-links-drawer-content>h4 {
  font-size: 20px;
  color: #156BBC;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.33);
}

.mobile-quick-links-drawer-content>ul {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}

.mobile-quick-links-drawer-content>ul>li {
  padding-left: 12px;
  font-size: 14px;
}

.mobile-quick-links-drawer-content .line {
  margin: 14px 0 4px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.33);
}

.mobile-quick-links-drawer-close {
  display: flex;
  justify-content: flex-end;
}

.mobile-quick-links-drawer-close.icon-guanbi1::before {
  font-size: 20px;
}

.mobile-links-item-icon.icon-a-bianzu5::before {
  color: #585F6B;
  font-size: 8px;
}




/* 滚动条美化样式 */
/* .page-body {
  height: 100vh !important;
  overflow: scroll;
}

body .scrollbar-track,
body .scrollbar-track.show,
body .scrollbar-track:hover {
  opacity: 0;
  transition: opacity .2s ease
}

body .scrollbar-track-x {
  height: 12px;
}

body .scrollbar-track-y {
  width: 12px;
}

body .scrollbar-thumb {
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

body.show-smooth .scrollbar-track {
  opacity: 1;
} */

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
  background: #7f7f7f;
}
::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.hide-smooth::-webkit-scrollbar-thumb,
.hide-smooth div::-webkit-scrollbar-thumb {
  background: transparent;
}
.hide-smooth::-webkit-scrollbar-track,
.hide-smooth div::-webkit-scrollbar-track {
  background: transparent;
}

section.swiper-pc-home {
  z-index: 2;
}

.main-scroll {
  position: relative;
  z-index: 3;
  height: 100vh;
  overflow: auto;
}

/* 1024px为iPad Pro的宽度 */
@media only screen and (max-width: 1024px) {
  .main-scroll {
    height: auto;
    overflow: initial;
  }
}

.hide-smooth .main-scroll {
  z-index: 1;
}