.trasitionBaseTxt {
  transition: all 500ms cubic-bezier(0, 0, 0.5, 1);
}
.trasitionBaseOp {
  transition: all 1s linear;
}
.trasitionPhotovoltaic {
  transition: all 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.actBefore {
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
* {
  margin: 0;
  padding: 0;
}
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
img {
  -webkit-touch-callout: default;
  border: 0;
  vertical-align: middle;
  pointer-events: none;
  width: 100%;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
input,
select {
  background: none;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.bodylock {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.opacity0 {
  opacity: 0;
}
.none {
  display: none;
}
.poab {
  position: absolute;
  z-index: 2;
}
.cancel {
  pointer-events: none;
}
.pofix {
  position: fixed;
  z-index: 2;
}

.fontFamilyHYQiHeiX1-75W {
  font-family: "HYQiHeiX1-75W";
}
.fontFamilySohoGothicPro-Medium {
  font-family: "SohoGothicPro-Medium";
}
.fontFamilySohoGothicPro-Regular {
  font-family: "SohoGothicPro-Regular";
}
.header-20241125 {
  width: 100%;
  color: #003863;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101 !important;
  transition: all 0.5s ease;
  background: rgba(255,255,255,0);
}
.header-20241125 .logo {
  width: 101px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 12.5px;
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/logo.svg?v=1);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.header-20241125 .logo::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 150%;
  height: 150%;
  background:transparent;
  transform: rotate(30deg);
  mix-blend-mode: overlay;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.header-20241125 .logo:hover::after {
  opacity: 1;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4), transparent);
}
.header-20241125 .logo.act {
  opacity: 1;
}
.header-20241125 .headerWrap {
  width: 1460px;
  max-width: calc(100% - 2rem);
  height: 50px;
  z-index: 1;
  padding: 12.5px 0;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
}
.header-20241125 .headerWrap .headerTitleWrap {
  opacity: 0;
  width: 75%;
  height: 32px;
  line-height: 32px;
  margin: 9px 0;
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.header-20241125 .headerWrap .headerTitleWrap .headerTitle {
  float: left;
  line-height: 32px;
  font-size: 14px;

}
.header-20241125 .headerWrap .headerTitleWrap .headerTitle:hover {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport {
  font-size: 14px;
  float: left;
  line-height: 32px;
  margin-right: 0;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportWrap {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportWrap:hover .informationIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/information_icon_2.svg) !important;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportWrap:hover .informationSupportText {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationIcon {
  width: 15px;
  height: 15px;
  float: left;
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/information_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportText {
  float: left;
  position: relative;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportText .more {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 0;
  background: #fff;
  text-align: center;
  padding: 8px 0;
  overflow: hidden;
  border-radius: 8px;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportText .more div {
  padding: 8px 20px;
  color: #003863;
  cursor: pointer;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .iconWrap {
  width: auto;
  display: flex;
      align-items: center;
      justify-content: space-around;
          padding-left: 65px;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .earthIcon {
    width: auto;
    height: 15px;
    float: left;
    padding-left: 0px;
    background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/earth_icon.svg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: flex
;
    align-items: center;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .earthIcon span{
    line-height: 1;
    padding-top: 1px;
    padding-left: 2px;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .earthIcon:hover {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/earth_icon_2.svg) !important;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .earthIcon:hover span{
        background: linear-gradient(to right top, #005EB1, #00C6FD);
    -webkit-background-clip: text;
    color: transparent;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .enIcon {
    width: auto;
    height: auto;
    position: relative;
    float: left;
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/en.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
      background: none;
     margin-left: 5px;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .enIcon .lan {
  width: 74px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  color: #003863;
  top: 30px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateX(-50%);
  background: #ffffff;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 16px 20px 16px;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .enIcon .lan a {
  display: inline-block;
  text-align: center;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .enIcon .lan a:hover {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .enIcon:hover {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/en_2.svg) !important;
  background: none !important;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .enIcon:hover .lan {
  opacity: 1;
  pointer-events: all;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .enIcon:hover>a{
        background: linear-gradient(to right top, #005EB1, #00C6FD);
    -webkit-background-clip: text;
    color: transparent;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .searchIcon {
  width: 15px;
    height: 15px;
    padding-left: 25px;
    float: left;
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon.svg);
     background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .searchIcon:hover {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon_2.svg) !important;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .line {
  width: 1px;
  height: 32px;
  float: left;
  background: #003863;
}
.header-20241125 .headerWrap .headerTitleWrap.act {
  opacity: 1;
}
.header-20241125 .earthDes {
  width: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  display: none;
  background: #fff;
}
.header-20241125 .earthDes .earthDesWrap {
  width: 1460px;
  max-width: calc(100% - 2rem);
    padding: 30px 0;
    padding-top: 90px;
    padding-bottom: 40px;
  margin: 0 auto;
  display: flex;
justify-content: space-between;
  align-items: flex-start;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 {
  width: 100%;
  font-size: 14px;
  display: flex;
justify-content: space-evenly;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1title {
    color: #0B3863;
    line-height: 100%;
    position: relative;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
/*font-weight: bold;*/
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; /* 调整下划线的粗细 */
  background:#eaeaea;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1title.e1title_1{
       padding-bottom: 0px;
       font-size: 16px;
    margin-bottom: 18px;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1title.e1title_1::after{
    background: none;
    display: none;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed{
    width: 10.5%;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .ed_div{
    padding-right: 0px;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1textWrap {
  width: 430px;
  display: flex;
  justify-content: space-between;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1text {
  color: #646464;
  line-height: 25px;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1text .e1text_d{
    color: #0B3863;
  font-size: 14px;
    /* font-family: "SohoGothicPro-Regular"; */
    margin-bottom: 14px;
    line-height: inherit;
    line-height: normal;
}
.header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1text div:hover {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.header-20241125 .headerDes {
  width: 100%;
  position: relative;
  display: none;
  text-align: center;
}
.header-20241125 .headerDes .headerDesWrap {
  width: 1460px;
  max-width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: .5rem 0;
  margin: 0 auto;
}
.header-20241125 .headerDes .headerDesWrap .desL {
  width: 208px;
  text-align: left;
}
.header-20241125 .headerDes .headerDesWrap .desL .deslt {
  font-size: 22px;
  font-family: "HYQiHeiX1-75W";
  line-height: 1;
  margin-bottom: 14px;
  color: #003863;
}
.header-20241125 .headerDes .headerDesWrap .desL .desltext {
  font-size: 14px;
  line-height: 22px;
  color: #646464;
}
.header-20241125 .headerDes .headerDesWrap .desL .descb {
  width: .45rem;
  height: .45rem;
  display: none;
  position: absolute;
  bottom: .55rem;
  left: 0;
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/back.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-20241125 .headerDes .headerDesWrap .desL .descb:hover {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/back_1.svg);
}
.header-20241125 .headerDes .headerDesWrap .desR {
  width: 83.01%;
  display: flex;
  justify-content: space-between;
}
.header-20241125 .headerDes .headerDesWrap .desR.desR0 {
    display: none;
}
.header-20241125 .headerDes .headerDesWrap .desR.desR1,
.header-20241125 .headerDes .headerDesWrap .desR.desR2,
.header-20241125 .headerDes .headerDesWrap .desR.desR3,
.header-20241125 .headerDes .headerDesWrap .desR.desR4,
.header-20241125 .headerDes .headerDesWrap .desR.desR5{
    display: flex;
}
.header-20241125 .headerDes .headerDesWrap .desR .desrl {
  width: 18.15%;
}
.header-20241125 .headerDes .headerDesWrap .desR .desrl .desrlImg {
  width: 100%;
  aspect-ratio: 1.46;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.header-20241125 .headerDes .headerDesWrap .desR .desrl .desrlImg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  background: #ffffff!important;
  mix-blend-mode: darken;
  transform: rotate3d(0, 0, 0, 0);
}
.header-20241125 .headerDes .headerDesWrap .desR .desrl .desrlt {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #003863;
  margin-top: 12px;
}
.header-20241125 .headerDes .headerDesWrap .desR .desrl:hover .desrlImg {
  transform: scale(1.02);
  box-shadow: 5px 5px 10px #d1e9fa;
}
.header-20241125 .headerDes .headerDesWrap .desR .desrl:hover .desrlt {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.header-20241125 .headerDes .headerDesWrap .desR.desR1,
.header-20241125 .headerDes .headerDesWrap .desR.desR2 {
  justify-content: center;
}
.header-20241125 .headerDes .headerDesWrap .desR.desR1 .desrl,
.header-20241125 .headerDes .headerDesWrap .desR.desR2 .desrl {
  width: 27.22%;
  margin: 0 3.54%;
}
.header-20241125 .headerDes .headerDesWrap .desR.desR1 .desrl .desrlImg,
.header-20241125 .headerDes .headerDesWrap .desR.desR2 .desrl .desrlImg {
  aspect-ratio: 2.2;
}
.header-20241125 .headerDes .headerDesWrap .desR.desR3 {
  justify-content: center;
}
.header-20241125 .headerDes .headerDesWrap .desR.desR3 .desrl {
  width: 21.78%;
  margin: 0 3.22%;
}
.header-20241125 .headerDes .headerDesWrap .desR.desR3 .desrl .desrlImg {
  aspect-ratio: 1.76;
}
.header-20241125 .headerDes .headerDesWrap .desR.desR6 .desrl {
  width: 15.78%;
}
.header-20241125.headerBgAct .logo {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/logo_1.svg?v=1) !important;
}
.header-20241125.headerBgAct .headerTitleWrap .informationSupport .informationIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/information_icon_1.svg) !important;
}
.header-20241125.headerBgAct .headerTitleWrap .informationSupport .earthIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/earth_icon_1.svg) !important;
}
.header-20241125.headerBgAct .headerTitleWrap .informationSupport .enIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/en_1.svg) !important;
    background: none !important;
}
.header-20241125.headerBgAct .headerTitleWrap .informationSupport .searchIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon_1.svg) !important;
}
.header-20241125.headerBgAct .headerTitleWrap .informationSupport .line {
  background: #0086e1 !important;
}
.header-20241125.headerBgAct {
  background: rgba(255,255,255,0.5);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  color: #003863;
}
.headerBgAct1 {
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.headerWhite-20241125 {
  color: #fff;
}
.headerWhite-20241125 .logo {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/logo.svg?v=1);
}
.headerWhite-20241125 .headerWrap .headerTitleWrap .headerTitle:hover {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.headerWhite-20241125 .headerWrap .headerTitleWrap .informationSupport .informationIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/information_icon.svg);
}
.headerWhite-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportText:hover {
  color: #007bff;
}
.headerWhite-20241125 .headerWrap .headerTitleWrap .informationSupport .earthIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/earth_icon.svg);
}
/*.headerWhite-20241125 .headerWrap .headerTitleWrap .informationSupport .enIcon {*/
/*  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/en.svg);*/
/*}*/
.headerWhite-20241125 .headerWrap .headerTitleWrap .informationSupport .searchIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon.svg);
}
.headerWhite-20241125 .headerWrap .headerTitleWrap .informationSupport .line {
  background: #ffffff;
}
.headerWhite-20241125:hover {
  background: #ffffff;
  color: #003863;
}
.headerWhite-20241125:hover .logo {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/logo_1.svg?v=1);
}
.headerWhite-20241125:hover .headerTitleWrap .informationSupport .informationIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/information_icon_1.svg);
}
.headerWhite-20241125:hover .headerTitleWrap .informationSupport .earthIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/earth_icon_1.svg);
}
.headerWhite-20241125:hover .headerTitleWrap .informationSupport .enIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/en_1.svg);
  background: none !important;
}
.headerWhite-20241125:hover .headerTitleWrap .informationSupport .searchIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon_1.svg);
}
.headerWhite-20241125:hover .headerTitleWrap .informationSupport .line {
  background: #0086e1;
}
.headerAct-20241125 {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  color: #003863;
}
.headerAct-20241125 .logo {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/logo_1.svg) !important;
}
.headerAct-20241125 .headerTitleWrap .informationSupport .informationIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/information_icon_1.svg) !important;
}
.headerAct-20241125 .headerTitleWrap .informationSupport .earthIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/earth_icon_1.svg) !important;
}
.headerAct-20241125 .headerTitleWrap .informationSupport .enIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/en_1.svg) !important;
    background: none !important;
}
.headerAct-20241125 .headerTitleWrap .informationSupport .searchIcon {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon_1.svg) !important;
}
.headerAct-20241125 .headerTitleWrap .informationSupport .line {
  background: #0086e1 !important;
}
.header-20241125-wap {
  width: 100%;
  height: 1.3rem;
  color: #003863;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.1s cubic-bezier(0.61, 1, 0.88, 1);
}
.header-20241125-wap .headerWrap {
  width: calc(100% - 1rem);
  height: calc(100% - 0.5rem);
  padding: 0.25rem 0.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
      box-sizing: content-box;
}
.header-20241125-wap .headerWrap .menu {
  width: 0.42rem;
  height: 0.32rem;
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/menu.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.header-20241125-wap .headerWrap .logo {
  width: 1.64rem;
  height: 0.8rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0.25rem;
  transform: translateX(-50%);
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/logo.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.header-20241125-wap .headerWrap .search {
  width: 0.38rem;
  height: 0.4rem;
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon_2.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.header-20241125-wap .headerWrap.act {
  background: #fff;
  border-bottom: 0.01rem solid #e6e6e6;
}
.header-20241125-wap .headerWrap.act .menu {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/menu_close.svg);
}
.header-20241125-wap .headerWrap.act .logo {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/logo_1.svg);
}
.header-20241125-wap .headerWrap.act .search {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon_2.svg);
}
.header-20241125-wap .header-20241125-wap-menu {
  width: 6.29rem;
  height: calc(100vh - 1.3rem);
  position: fixed;
  top: 1.3rem;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.header-20241125-wap .header-20241125-wap-menu .header-nav {
  width: 6.29rem;
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item {
  font-size: .28rem;
  line-height: .99rem;
  width: 5.41rem;
  margin: 0 auto;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item .header-nav-item-wap {
  height: .99rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.01rem solid #cecece;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item .header-nav-item-wap .icon {
  width: .35rem;
  height: .35rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item .header-nav-ul {
  display: none;
  color: #646464;
  margin-top: .37rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item .header-nav-ul li {
  font-size: .24rem;
  line-height: .5rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item .header-nav-ul li.act {
  color: #0088E9;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item .header-nav-ul li span {
  font-family: "SohoGothicPro-Regular";
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item.act .header-nav-item-wap span {
  background: linear-gradient(to right top, #006394, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-wrap {
  width: 6.29rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-bottom {
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  margin-bottom: 50px;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-bottom .header-nav-item {
  border-top: 0.01rem solid #cecece;
  border-bottom: none;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-bottom .header-nav-item .icon {
  width: .3rem;
  height: .3rem;
  margin-right: .24rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-bottom .header-nav-item .icon1 {
  width: .07rem;
  height: .16rem;
  margin-right: .24rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-bottom.act {
  transform: translateY(100%);
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth {
  width: 6.29rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  transform: translateX(-100%);
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .header-nav-item {
  height: .99rem;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #cecece;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .header-nav-item .icon {
  width: .65rem;
  height: .3rem;
  margin-right: .24rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed {
  width: 5.41rem;
  font-size: .24rem;
  margin: .34rem auto 0;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed .e1title {
  color: #003863;
  line-height: .47rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed .e1text {
  color: #646464;
  line-height: .41rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed .e1text div.act {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth.act {
  transform: translateX(0);
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-lan {
  width: 6.29rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  transform: translateX(-100%);
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-lan .header-nav-item {
  height: .99rem;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #cecece;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-lan .header-nav-item .icon {
  width: .6rem;
  height: .3rem;
  margin-right: .24rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-lan .entext {
  width: 5.41rem;
  font-size: .24rem;
  margin: .34rem auto 0;
  color: #646464;
  line-height: .41rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-lan .entext div.act {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-lan.act {
  transform: translateX(0);
}
.header-20241125-wap .header-20241125-wap-menu.act {
  opacity: 1;
  pointer-events: all;
}
.header-20241125-wap .header-20241125-wap-menu.act .header-nav {
  transform: translateX(0);
}
.header-20241125-wap-menu-bg {
  width: 100%;
  height: calc(100vh - 1.3rem);
  position: fixed;
  top: 1.3rem;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.38);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.header-20241125-wap-menu-bg.act {
  opacity: 1;
  pointer-events: all;
}
.headerWhite-20241125-wap .headerWrap .menu {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/menu.svg);
}
.headerWhite-20241125-wap .headerWrap .logo {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/logo.svg);
}
.headerWhite-20241125-wap .headerWrap .search {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon.svg);
}
.headerAct-20241125-wap {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.headerAct-20241125-wap .headerWrap .menu {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/menu_1.svg);
}
.headerAct-20241125-wap .headerWrap .logo {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/logo_1.svg);
}
.headerAct-20241125-wap .headerWrap .search {
  background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon_2.svg);
}
@media screen and (min-width: 1920px) {
  .header-20241125 .headerDes .headerDesWrap {
    padding: 50px 0;
  }
  .header-20241125 .headerDes .headerDesWrap .desL .descb {
    width: 45px;
    height: 45px;
    bottom: 55px;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1920px) {
  .header-20241125 .headerWrap {
    width: 1460px;
  }
  .header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportWrap {
  width: auto;
  }
  .header-20241125 .headerDes .headerDesWrap {
    width: 1460px;
  }
  .header-20241125 .headerDes .headerDesWrap .desL {
    width: 208px;
  }
  .header-20241125 .earthDes .earthDesWrap {
    width: 1460px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  .header-20241125 .headerWrap {
    width: 1460px;
  }
  .header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportWrap {
 width: auto;
  }
  .header-20241125 .headerDes .headerDesWrap {
    width: 1460px;
  }
  .header-20241125 .headerDes .headerDesWrap .desL {
    width: 208px;
  }
  .header-20241125 .earthDes .earthDesWrap {
    width: 1460px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .header-20241125 .headerWrap {
    width: 1230px;
  }
  .header-20241125 .headerWrap .headerTitleWrap {
    width: 70%;
  }
  .header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportWrap {
 width: auto;
  }
  .header-20241125 .headerWrap .headerTitleWrap .informationSupport {
    width: 22%;
  }
  .header-20241125 .headerDes .headerDesWrap {
    width: 1230px;
  }
  .header-20241125 .headerDes .headerDesWrap .desL {
    width: 156px;
  }
  .header-20241125 .earthDes .earthDesWrap {
    width: 1230px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .header-20241125 .logo {
    width: 100px;
  }
  .header-20241125 .earthDes .earthDesWrap {
    width: 980px;
  }
  .header-20241125 .earthDes .earthDesWrap .earthDesWrap1 {
    width: 100%;
  }
  .header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1textWrap {
    width: 430px;
  }
  .header-20241125 .headerDes .headerDesWrap {
    width: 980px;
  }
  .header-20241125 .headerDes .headerDesWrap .desL {
    width: 132px;
  }
  .header-20241125 .headerDes .headerDesWrap .desL .desltext {
    font-size: 12px;
  }
  .header-20241125 .headerWrap {
    width: 980px;
  }
  .header-20241125 .headerWrap .logo {
    width: 100px;
  }
  .header-20241125 .headerWrap .headerTitleWrap {
    width: 86%;
  }
  .header-20241125 .headerWrap .headerTitleWrap .headerTitle {
    font-size: 14px;
  }
  .header-20241125 .headerWrap .headerTitleWrap .informationSupport {
    font-size: 14px;
    width: 23%;
  }
  .header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportWrap {
    width: auto;
  }
  .header-20241125 .headerWrap .headerTitleWrap .informationSupport .line {
    height: 26px;
  }
}
@media screen and (max-width: 980px) {
  .header-20241125 {
    display: none;
  }
  .header-20241125-wap {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .header-20241125 {
    display: block;
  }
  .header-20241125-wap {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1text .e1text_d{
        font-size: 14px;
    }
    .header-20241125 .earthDes .earthDesWrap .earthDesWrap1 .ed .e1title{
                font-size: 14px;
    }
}
@media screen and (min-width: 500px) and (max-width: 980px) {
.header-nav-earth  .ed{
        width: 43% !important;
    }
.header-nav-earth   .ed_class{
        display: flex
;
    flex-wrap: wrap;
    }
}
@media screen and (max-width: 980px) {
.header-nav-earth .ed .e1title {
  color: #0177C9;

  position: relative;

    padding-bottom: 6px;
    margin-bottom: 16px;
}
.header-nav-earth .ed .e1title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* 调整下划线的粗细 */
  background: linear-gradient(to right, #0073C4, #12ACFF);
}
}
.header-20241125 .earthDes.search_form_1{
    display: none;
}
.header-20241125 .earthDes.search_form_1 .earthDesWrap{
        min-height: auto;
        display: flex
;
    align-items: center;
}
.header-20241125 .earthDes.search_form_1 .earthDesWrap .earthDesWrap1 {
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.searchField_form {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.searchField_form .form-control {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border: 0;
    color: #111;
    border-bottom: 2px solid #111;
}
 input::placeholder {
        color: grey;
    }
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.search_page_input {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
        width: 80%;
}
.search_page_input .form-control {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0px;
        box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    color: #111;
    background-color: transparent;
    text-transform: capitalize;
     border-bottom: 1px solid #D3D3D3
}
 .search_page_input .btn {
        background-image: url(/wp-content/themes/Child-CN/images/header/search_icon_1.svg);
        background-size:17px  auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
        display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 15px 30px 15px 8px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        cursor: pointer;
}
     .search_page_input .btn:hover {
    background-image: url(https://www-cdn.danganweishi.com/wwwstorage/public/images/cn/header/search_icon_2.svg) !important;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .header-20241125 .headerWrap {
        width: 1230px;
    }
    .header-20241125 .headerWrap .headerTitleWrap{
                width: 80%;
    }
        .header-20241125 .headerWrap .headerTitleWrap .informationSupport {
        width: auto;
    }
    .header-20241125 .headerWrap .headerTitleWrap .informationSupport .searchIcon{
            padding-left: 20px;
    }
    .header-20241125 .headerWrap .headerTitleWrap .informationSupport .iconWrap{
         padding-left: 25px;
    }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
        .header-20241125 .headerWrap {
        width: 1230px;
    }
    .header-20241125 .headerWrap .headerTitleWrap{
                width: 80%;
    }
        .header-20241125 .headerWrap .headerTitleWrap .informationSupport {
        width: auto;
    }
    .header-20241125 .headerWrap .headerTitleWrap .informationSupport .searchIcon{
            padding-left: 20px;
    }
    .header-20241125 .headerWrap .headerTitleWrap .informationSupport .iconWrap{
         padding-left: 25px;
    }
    
}

.headerDes,
.headerBgAct1,
.earthDes_1,
.search_form_1,
.header-20241125 .earthDes.search_form_1{
    opacity:0;
    display: none;
    transition:  opacity 0.5s, visibility 0.5s;
    visibility: hidden;
}
.headerDes.active, 
.headerBgAct1.active,
.earthDes_1.active,
.search_form_1.active,
.header-20241125 .earthDes.search_form_1.active{
    opacity:1;
    display: block;
    visibility: visible;
}
.header-20241125 .headerWrap{
    padding: 0;
}
.header-20241125 .headerWrap .headerTitleWrap{
    margin: 0;
    height: 75px;
}
.header-20241125 .headerWrap .headerTitleWrap .headerTitle{
    padding: 21.5px 0px;
}
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .earthIcon,
.header-20241125 .headerWrap .headerTitleWrap .informationSupport .searchIcon{
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: auto 15px;
}
.header-20241125 .logo{
    top: 0px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
.header-20241125.headerBgAct .headerWrapBg{
    background: rgba(255,255,255,1);
    height: 75px;
}
.header-20241125 .headerDes .headerDesWrap{
    padding: 0;
}
.header-20241125 .headerDes .headerDesWrap .desL{
    display: none;
}
.header-20241125 .headerDes .headerDesWrap .desR{
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    max-width: 100%;
    padding: 15px 0;
}
.header-20241125 .headerDes .headerDesWrap .desR .desrl{
    width: auto!important;
    margin: 0 25px!important;
}
.header-20241125 .headerDes .headerDesWrap .desR .desrl .desrlt{
    margin-top: 0px;
    display: block;
}
@media screen and (min-width: 1140px){
    .header-20241125 .headerWrap .headerTitleWrap{
        width: auto;
    }
    .header-20241125 .headerWrap .headerTitleWrap .headerTitle{
        padding-left: 25px;
        padding-right: 25px;
    }
    .header-20241125 .headerWrap .headerTitleWrap .informationSupport .informationSupportWrap{
        padding-left: 25px;
        padding-right: 25px;
    }
    .header-20241125 .headerWrap .headerTitleWrap .informationSupport .iconWrap{
        padding-left: 25px;
    }
    .header-20241125 .headerWrap .headerTitleWrap .informationSupport .earthIcon{
        width: 15px;
        padding-left: 0px;
    }
    .header-20241125 .headerWrap .headerTitleWrap .informationSupport .searchIcon{
        padding-left: 30px;
    }
}
.J_wap_earth{
    width: 5.41rem;
    margin: 0 auto;
    display: block!important;
    line-height: 0.9rem;
}
@media screen and (min-width: 500px) and (max-width: 980px) {
    .header-nav-earth .ed {
        width: 43% !important;
    }
    .header-nav-earth .ed_class {
        display: flex
;
        flex-wrap: wrap;
        /* flex-direction: column; */
        justify-content: space-between;
        padding: 0 20px;
    }
    .header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed{
            margin: 0.34rem 0 0;
    }
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-bottom .header-nav-item .icon1{
    margin-left: 0;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed .e1text {
    color: #646464;
    line-height: 30px;
    font-size: 15px;
}

.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed .e1title {
    color: #003863;
    line-height: 25px;
    font-size: 17px;
}
    .header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed {
        margin: 0.2rem 0 0;
    }
@media screen and (max-width: 980px) {
    .header-nav-earth .ed_class {
        height: calc(100vh - 2.5rem - 50px);
        overflow: scroll;
    }
}     
@media screen and (max-width: 500px) {

        .header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed {
 
    margin-top: 0.2rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed .e1text {
    color: #646464;
    line-height: 23px;
    font-size: 15px;
}
.header-nav-earth .ed .e1title{
            margin-bottom: 10px;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed .e1title{
        line-height: 20px;
}
    .header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .ed{
                margin: 0.25rem auto 0;
    }
}
@media screen and (min-width: 700px) and (max-width: 980px) {
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item .header-nav-item-wap{
    height: 0.65rem;
    
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item .header-nav-ul li{
     font-size: 0.18rem;
        line-height: 0.4rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item {
    font-size: 0.2rem;
    line-height: 0.65rem;
    
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-item .header-nav-item-wap .icon {
    width: 0.3rem;
    height: 0.3rem;
}
.J_wap_earth{
        line-height: 0.65rem;
}
.header-20241125-wap .header-20241125-wap-menu .header-nav .header-nav-earth .header-nav-item{
    height: 0.65rem;
}
}