/* 定义全局变量 */
body {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background-color: #ECEDEC;
}
:root {
  --maxWidth: 1200px;
}
a{text-decoration:none;}
a:hover,a:visited{text-decoration:none}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :root {
    --maxWidth: 360px;
  }
  .header {
    height: 65px !important;
    z-index: 100 !important;
  }
  .header-container {
    height: 65px !important;
    max-width: 100%;
  }
  .header-logo {
    width: 41px !important;
    height: 46px !important;
    z-index: 100;
    margin-left: 5%;
  }
  .header-scroll {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: scroll-down 1.2s ease 0s infinite;
  }
  @keyframes scroll-down {
    from {
      bottom: 5rem;
      opacity: 0;
    }
  
    to {
      bottom: 3.75rem;
      opacity: 1;
    }
  }
  .menu-wrapper {
    display: block !important;
    z-index: 100;
  }
  .menu, .search {
    display: none !important;
  }
  .min-menu-tabbar {
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-right: 5%;
  }
  .min-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0 5%;
    overflow-y: scroll;
  }
  .min-menu-info {
    position: absolute;
    width: 90%;
    top: 161px;
    left: 50%;
    transform: translateX(-50%);
  }
  .min-language {
    letter-spacing: 3px;
  }
  .min-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #05315A;
  }
  .min-search a {
    color: #05315A !important;
  }
  .min-search input {
    width: 12.375rem;
    height: 2.6875rem;
    color: #05315A;
    outline: none;
    background-color: transparent;
    border: 1px solid #707070;
    padding: 0 8px;
    display: block;
  }
  .min-search input:hover {
    border: 1px solid;
    color: #05315A;
  }
  .min-search input::-webkit-input-placeholder{
    color:#05315A;
  }

  .min-menu-list {
    margin: 42px 0 68px 0;
    padding: 0;
    color: #05315A;
  }
  .min-menu-list li {
    list-style: none;
  }
  .min-language a, .min-menu-item a {
    color: #05315A;
    text-decoration: none;
  }
  .min-menu-item-parent {
    padding: 30px 0;
    border-bottom: 1px solid;
  }
  .min-menu-ball {
    width: 30px;
    height: 30px;
    background: #05315A;
    opacity: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .min-sub-menu {
    display: none;
    width: 100%;
    padding: 26px 0;
    border-bottom: 1px solid;
    line-height: 3;
  }
  .min-sub-menu a {
    color: #05315A;
    text-decoration: none;
  }
  .min-sub-menu img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }

  #video {
    visibility: hidden !important;
  }
  .video-img {
    width: 257px !important;
    bottom: 15% !important;
    z-index: 3;
  }
  .mini-video-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
  }
  #video-img-container {
    width: 100%;
    height: 100%;
  }
  #video-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .mini-video-bg {
    width: 100%;
    height: 100%;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
  }
  .desc-con {
    height: 75vh !important;
    /* z-index: 3; */
    /* margin-bottom: 50vh; */
  }
  .desc {
    background-color: #05315A;
  }
  .desc-container {
    padding: 0 5% !important;
  }
  .desc-left-list,
  .desc-right,
  .desc-bg,
  .focus-card-list,
  .news-container,
  .sustainable-info,
  .contact-desc {
    display: none !important;
  }
  .min-desc-text {
    font-size: 14px;
  }
  .min-desc-list {
    position: absolute;
    top: 8.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 15.1875rem;
    height: auto;
    display: flex !important;
    justify-content: center;
  }
  .min-desc-list img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .min-desc-text {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
  }
  .min-desc-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .desc-bg-fixed {
    display: none !important;
  }
  .min-desc-bg-fixed {
    width: 100%;
    height: 50vh;
    position: sticky;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    /* width: 100%;
    height: 50vh;
    position: fixed;
    left: 0px;
    bottom: 0px;
    margin-bottom: 1px;
    z-index: 2; */
  }
  .min-desc-txt {
    position: absolute;
    top: 2.125rem;
    left: 50%;
    transform: translateX(-50%);
    width: 13.5625rem;
    height: 2.3125rem;
  }

  .focus {
    height: 86rem !important;
  }
  .focus-mask {
    height: 2.5rem !important;
  }
  .focus-title {
    font-size: 1.875rem !important;
  }
  .focus-center-img {
    height: 216rem !important;
  }
  .focus-container {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .focus-title {
    margin: 48px 0 !important;
  }
  .min-focus-list {
    display: flex !important;
  }
  .min-focus-list a {
    text-decoration: none;
  }
  .min-focus-card {
   position: relative;
   width: 360px;
   height: auto;
  }
  .min-focus-card-img {
    position: relative;
    width: 360px;
    height: 210px;
    overflow: hidden;
    border-radius: 0 0 0 40px;
    -webkit-border-radius: 0 0 0 40px;
  }
  .min-focus-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
   }
  .min-focus-card-desc {
    width: 270px;
    font-size: 14px;
    font-weight: 400;
    color: #05315A;
    line-height: 24px;
    padding: 10px 0 50px 0;
    text-align: center;
  }
  .min-news-container {
    position: relative;
    width: var(--maxWidth);
    height: auto;
  }
  .min-news-swiper {
    position: relative;
    width: 90%;
    height: auto;
    padding-bottom: 20px;
  }
  .news-swiper {
    width: var(--maxWidth);
    height: 100%;
    position: relative;
    height: 20px;
    width: 80%;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
  .min-news-card {
    position: relative;
    width: 100%;
    height: 355px;
    background: #fff;
    border-radius: 0px 0px 0px 40px;
  }
  .min-news-card-img {
    width: 100%;
    height: 12.3125rem;
    border-radius: 0px 0px 0px 40px;
  }
  .min-news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0px 0px 0px 40px;
  }
  .min-news-card-info {
    width: 100%;
    height: 166px;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
  .min-news-card-group {
    color: #909090;
  }
  .min-news-card-date {
    font-size: 12px;
    color: #919191;
  }
  .min-news-card-desc {
    width: 100%;
    font-weight: 500;
    color: #05315A;
    margin: 12px 0 18px 0;
  }
  .swiper-container {
    height: 355px;
    width: 100%;
  }
  .news-btn {
    margin: 40px 0 !important;
  }
  .pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-pagination-switch {
    display: inline-block;
    border-radius: 100%;
    margin: 0 7px;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border: 1px solid #1E4267;
  }
  .swiper-active-switch {
    background: #1E4267;
  }

  .min-sustainable-info {
    position: absolute;
    bottom: 8.6875rem;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
  }

  
  .min-sustainable-info-text {
    font-size: 14px;
    font-weight: 400;
    color: #F7F7F7;
    margin: 33px 0 66px 0;
    line-height: 2.5;
  }
  .min-sustainable-info-text p {
    margin: 0;
    padding: 0;
  }
  .min-sustainable-top {
    position: relative;
  }
  .min-sustainable-info .icon-arrow {
    position: absolute;
    top: 12px;
    left: -25px;
  }
  .contact {
    height: 50rem !important;
  }
  .contact-container {
    width: var(--maxWidth) !important;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .contact-title {
    position: relative;
    margin-bottom: 40px !important;
    font-size: 30px !important;
  }
  .contact-title .icon-arrow {
    position: absolute;
    top: 2px;
    left: -35px;
  }
  .contact-tab {
    width: 10.625rem !important;
    font-size: 14px !important;
  }
  .contact-from {
    flex-direction: column !important;
    margin: 15px 0 40px 0 !important;
  }
  .contact-mark {
    align-items: flex-start !important;
    margin-top: 25px !important;
    flex-direction: row !important;
  }
  .contact-left {
    margin: 0 !important;
  }
  .contact-input {
    height: 40px !important;
    width: 258px !important;
    margin-left: 17px !important; 
  }
  .contact-textarea {
    width: 258px !important;
    height: 206px !important;
    margin: 0 0 0 17px !important;
  }

  .footer {
    display: none !important;
  }
  .min-footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 22px 0 56px 0;
  }
  .min-footer-logo {
    width: 52px;
    height: 68px;
    object-fit: contain;
  }
  .min-footer-menu {
    width: 90%;
    margin: 4px 0 55px 0;
    padding: 0;
    color: #05315A;
  }
  .min-footer-menu li {
    list-style: none;
  }
  .footer-info {
    width: 90%;
    font-size: 13px;
    font-weight: 400;
    line-height: 3;
  }
  .footer-info ul{
    padding: 0;
    margin: 0;
  }
  .min-footer-text {
    font-size: 14px;
    padding: 32px 8px;
  }
  .min-footer-contact img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
  .min-footer-underline {
    text-decoration: underline !important;
  }

  .top-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .top-arrow {
    position: relative;
    width: 16px !important;
    height: 16px !important;
  }

  .more-btn {
    width: 140px !important;
    font-size: 14px !important;
  }
  .more-btn:hover {
    color: #fff !important;
    background: #05315A !important;
    border: 1px solid #fff !important;
  }
  .more-btn-on:hover{
    color: #05315A !important;
    background: #fff !important;
    border: none !important;
  }
  .page-menu, .all-container {
    width: 100% !important;
    min-width: 100% !important;
  }

  .min-footer-group-info {
    position: relative;
    width: 100%;
    color: #05315A;
  }
  .min-footer-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    float: right;
    margin-right: 8%;
  }
  .min-footer-group-title img {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .min-footer-group-pop {
    display: none;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    text-align: center;
    transition: all 0.5s;
    animation: min-up-ani 0.5s ease
  }
  @keyframes min-up-ani {
    0% {
      transform: translate(-50%, 15px);
    }
    100% {
      transform: translate(-50%, 0px);
    }
  }
  .min-footer-group-pop a {
    display: block;
    border-bottom: 1px solid #E2E2E2;
    margin: 0 18px;
  }
  .min-footer-group-pop a:last-child {
    border: none;
  }
  
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  :root {
    --maxWidth: 900px;
  }
  .header {
    height: 65px !important;
    z-index: 100 !important;
  }
  .header-container {
    height: 65px !important;
    padding: 0 5%;
    max-width: 100%;
  }
  .header-logo {
    width: 41px !important;
    height: 46px !important;
    z-index: 100;
  }
  .header-scroll {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: scroll-down 1.2s ease 0s infinite;
  }
  @keyframes scroll-down {
    from {
      bottom: 5rem;
      opacity: 0;
    }
  
    to {
      bottom: 3.75rem;
      opacity: 1;
    }
  }
  .menu-wrapper {
    display: block !important;
    z-index: 100;
  }
  .menu, .search {
    display: none !important;
  }
  .min-menu-tabbar {
    width: 100%;
    height: 100%;
    z-index: 1
  }
  .min-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0 5%;
    overflow-y: scroll;
  }
  .min-menu-info {
    position: absolute;
    width: 90%;
    top: 161px;
    left: 50%;
    transform: translateX(-50%);
  }
  .min-language {
    letter-spacing: 3px;
  }
  .min-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #05315A;
  }
  .min-search a {
    color: #05315A !important;
  }
  .min-search input {
    width: 12.375rem;
    height: 2.6875rem;
    color: #05315A;
    outline: none;
    background-color: transparent;
    border: 1px solid #707070;
    padding: 0 8px;
    display: block;
  }
  .min-search input:hover {
    border: 1px solid;
    color: #05315A;
  }
  .min-search input::-webkit-input-placeholder{
    color:#05315A;
  }

  .min-menu-list {
    margin: 42px 0 68px 0;
    padding: 0;
    color: #05315A;
  }
  .min-menu-list li {
    list-style: none;
  }
  .min-language a, .min-menu-item a {
    color: #05315A;
    text-decoration: none;
  }
  .min-menu-item-parent {
    padding: 30px 0;
    border-bottom: 1px solid;
  }
  .min-menu-ball {
    width: 30px;
    height: 30px;
    background: #05315A;
    opacity: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .min-sub-menu {
    display: none;
    width: 100%;
    padding: 26px 0;
    border-bottom: 1px solid;
    line-height: 3;
  }
  .min-sub-menu a {
    color: #05315A;
  }
  .min-sub-menu img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }

  #video {
    visibility: hidden !important;
  }
  .video-img {
    width: 257px !important;
    bottom: 15% !important;
    z-index: 3;
  }
  .mini-video-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
  #video-img-container {
    width: 100%;
    height: 100%;
  }
  #video-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .mini-video-bg {
    width: 100%;
    height: 100%;
    background-image: url('/static/images/min-video-bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
  }
  .desc-con {
    height: 75vh !important;
  }
  .desc {
    background-color: #05315A;
  }
  .desc-container {
    padding: 0 5% !important;
  }
  .desc-left-list,
  .desc-right,
  .desc-bg,
  .focus-card-list,
  .news-container,
  .sustainable-info,
  .contact-desc {
    display: none !important;
  }
  .min-desc-text {
    font-size: 14px;
  }
  .min-desc-list {
    position: absolute;
    top: 8.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 15.1875rem;
    height: auto;
    display: flex !important;
    justify-content: center;
  }
  .min-desc-list img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .min-desc-text {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
  }
  .min-desc-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .desc-bg-fixed {
    display: none !important;
  }
  .min-desc-bg-fixed {
    width: 100%;
    height: 50vh;
    position: sticky;
    left: 0px;
    bottom: 0px;
    z-index: -1;
  }
  .min-desc-txt {
    position: absolute;
    top: 2.125rem;
    left: 50%;
    transform: translateX(-50%);
    width: 13.5625rem;
    height: 2.3125rem;
  }

  .focus {
    height: 84rem !important;
  }
  .focus-mask {
    height: 2.5rem !important;
  }
  .focus-title {
    font-size: 1.875rem !important;
  }
  .focus-center-img {
    height: 216rem !important;
  }
  .focus-container {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .focus-title {
    margin: 48px 0 !important;
  }
  .min-focus-card {
   position: relative;
   width: 360px;
   height: auto;
  }
  .min-focus-card-img {
    position: relative;
    width: 360px;
    height: 210px;
    overflow: hidden;
    border-radius: 0 0 0 40px;
    -webkit-border-radius: 0 0 0 40px;
  }
  .min-focus-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
   }
  .min-focus-card-desc {
    width: 270px;
    font-size: 14px;
    font-weight: 400;
    color: #05315A;
    line-height: 24px;
    padding: 10px 0 30px 0;
    text-align: center;
  }
  .min-news-container {
    position: relative;
    width: var(--maxWidth);
    height: auto;
  }
  .min-news-swiper {
    position: relative;
    width: 90%;
    height: auto;
    padding-bottom: 20px;
  }
  .news-swiper {
    width: var(--maxWidth);
    height: 100%;
    position: relative;
    height: 20px;
    width: 80%;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
  .min-news-card {
    position: relative;
    width: 100%;
    height: 355px;
    background: #fff;
    border-radius: 0px 0px 0px 40px;
  }
  .min-news-card-img {
    width: 100%;
    height: 12.3125rem;
    border-radius: 0px 0px 0px 40px;
  }
  .min-news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0px 0px 0px 40px;
  }
  .min-news-card-info {
    width: 100%;
    height: 166px;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
  .min-news-card-group {
    color: #909090;
  }
  .min-news-card-date {
    font-size: 12px;
    color: #919191;
  }
  .min-news-card-desc {
    width: 100%;
    font-weight: 500;
    color: #05315A;
    margin: 12px 0 18px 0;
  }
  .swiper-container {
    height: 355px;
    width: 100%;
  }
  .news-btn {
    margin: 40px 0 !important;
  }
  .pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .swiper-pagination-switch {
    display: inline-block;
    border-radius: 100%;
    margin: 0 7px;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border: 1px solid #1E4267;
  }
  .swiper-active-switch {
    background: #1E4267;
  }

  .min-sustainable-info {
    position: absolute;
    bottom: 8.6875rem;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
  }
  .min-sustainable-info-text {
    font-size: 14px;
    font-weight: 400;
    color: #F7F7F7;
    margin: 33px 0 66px 0;
    line-height: 2.5;
  }
  .min-sustainable-info-text p {
    margin: 0;
    padding: 0;
  }
  .min-sustainable-top {
    position: relative;
  }
  .min-sustainable-info .icon-arrow {
    position: absolute;
    top: 12px;
    left: -15px;
  }
  .contact-container {
    width: var(--maxWidth) !important;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .contact-title {
    position: relative;
    margin-bottom: 40px !important;
    font-size: 30px !important;
  }
  .contact-title .icon-arrow {
    position: absolute;
    top: 2px;
    left: -35px;
  }
  .contact-tab {
    width: 10.625rem !important;
    font-size: 14px !important;
  }
  .contact-from {
    flex-direction: column !important;
    margin: 15px 0 40px 0 !important;
  }
  .contact-mark {
    align-items: flex-start !important;
    margin-top: 25px !important;
    flex-direction: row !important;
  }
  .contact-left {
    margin: 0 !important;
  }
  .contact-input {
    height: 40px !important;
    width: 258px !important;
    margin-left: 17px !important; 
  }
  .contact-textarea {
    width: 258px !important;
    height: 206px !important;
    margin: 0 0 0 17px !important;
  }

  .footer {
    display: none !important;
  }
  .min-footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 22px 0 56px 0;
  }
  .min-footer-logo {
    width: 52px;
    height: 68px;
    object-fit: contain;
  }
  .min-footer-menu {
    width: 90%;
    margin: 4px 0 55px 0;
    padding: 0;
    color: #05315A;
  }
  .min-footer-menu li {
    list-style: none;
  }
  .footer-info {
    font-size: 13px;
    font-weight: 400;
    line-height: 3;
  }
  .footer-info ul{
    padding: 0;
    margin: 0;
  }
  .min-footer-text {
    font-size: 14px;
    padding: 32px 8px;
  }
  .min-footer-contact img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
  .min-footer-underline {
    text-decoration: underline;
  }

  .top-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .top-arrow {
    position: relative;
    width: 16px !important;
    height: 16px !important;
  }

  .more-btn:hover {
    color: #fff !important;
    background: #05315A !important;
    border: 1px solid #fff !important;
  }
  .more-btn-on:hover{
    color: #05315A !important;
    background: #fff !important;
    border: none !important;
  }
  .page-menu, .all-container {
    width: 100% !important;
    min-width: 100% !important;
  }
  .min-focus-list {
    display: flex !important;
  }
  .min-focus-list a {
    text-decoration: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1399px) {
  :root {
    --maxWidth: 1150px;
  }
  .mini-video-content,
  .min-sustainable-info,
  .min-desc-bg-fixed,
  .min-desc-bg,
  .min-news-container,
  .min-desc-text,
  .min-desc-list,
  .min-footer {
    display: none !important;
  }
  .focus {
    height: 100rem !important;
  }
  .focus-card-list-w {
    width: 45%;
  }
  .focus-card, .focus-card-img, .focus-card-desc {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1900px) {
  :root {
    --maxWidth: 1260px;
  }
  .mini-video-content,
  .min-sustainable-info,
  .min-desc-bg-fixed,
  .min-desc-bg,
  .min-news-container,
  .min-desc-text,
  .min-desc-list,
  .min-footer {
    display: none !important;
  }
}

@media screen and (min-width: 1901px) and (max-width: 5000px) {
  :root {
    --maxWidth: 1440px;
  }
  .mini-video-content,
  .min-sustainable-info,
  .min-desc-bg-fixed,
  .min-desc-bg,
  .min-news-container,
  .min-desc-text,
  .min-desc-list,
  .min-footer {
    display: none !important;
  }
}

.selector-for-some-widget {
  box-sizing: content-box;
}

.center {position: absolute;width: 100%; height: 100%; text-align: center;top: 50%;left: 50%;transform: translate(-50%, -50%);overflow-y: auto;}
.ffsb {display: flex;justify-content: space-between; align-items: baseline;}
.ffsc {display: flex;justify-content: flex-start; align-items: center;}
.ffec {display: flex;justify-content: flex-end; align-items: center;}
.fsbc {display: flex; justify-content: space-between;align-items: center;}
.fsbb {display: flex; justify-content: space-between;align-items: baseline;}
.fsbs {display: flex; justify-content: space-between;align-items: start;}
.fsbe {display: flex; justify-content: space-between;align-items: end;}
.fsac {display: flex;justify-content: space-around;align-items: center;}
.fcb {display: flex;justify-content: center; align-items: baseline;}
.fcc {display: flex;justify-content: center; align-items: center;}
.fcs {display: flex;justify-content: center;align-items: start;}
.fce {display: flex;justify-content: center;align-items: end;}
.column {flex-direction: column;}
.wrap {flex-wrap: wrap;}
.reverse {flex-flow: row-reverse}

/* 单行省略 */
.line-1 {
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis; 
}
/* 多行省略 */
.line-2 {
  display: block;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
/* 多行省略 */
.line-n {
  display: block;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; 
}


/* 页头 */
.header{
  position: fixed;
  left: 0;
  top: 0;
  display:block;
  width:100%;
  max-width: 100vw;
  height: 4.5rem;
  z-index: 10;
  color: #fff;
  /* background-color: rgba(4, 33, 60, 0.35); */
  background-color: transparent;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.menu-item a, .language a {
  color: #fff;
  text-decoration: none;
}
.header-container{
  width: var(--maxWidth);
  height: 4.5rem;
  margin: 0px auto; 
  position: relative; 
  z-index: 2;
  font-size: 1rem;
}
.header-logo {
  cursor: pointer;
  width: 50px;
  height: 56px;
  display: block;
  background: url(/static/images/logo.png) no-repeat 0 0;
  overflow: hidden;
  background-size: 100% 100%;
}
.submenu-show .header-logo {
  background: url(/static/images/logo-hover.png) no-repeat 0 0;
  overflow: hidden;
  background-size: 100% 100%;
}
.header-line {
  width: 1px;
  height: 16px;
  background: #fff;
  display: inline-block;
}
.submenu-show .header-line {
  background: #05315A;
}
/* 导航菜单 */
.menu {
  display: block;
  height: 4.5rem;
  position: absolute;
  right: 250px;
  top: 0px;
  cursor: pointer;
  opacity: 1;
  transition:opacity 0.3s linear;
  transform: translate(0px,0);
}
.menu .menu-item{
  display: inline-block;
  height:4.5rem;
  margin:0 34px;
  position: relative;
  line-height: 36px;
}
.menu .menu-item .txt{
  display: block;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  -webkit-transition:color 0.3s linear;
  position: relative;
  z-index: 2;
}
.menu .menu-item .txt:hover {
  opacity: 1;
}
.menu .menu-item .txt:after {
  display:block;
  content:"";
  height: 1px;
  width: 160%;
  position: absolute;
  bottom: 19px;
  left: -30%;
  background: #05315A;
  opacity: 0;
  -webkit-transition: transform 0.2s ease-out,
  opacity 0.2s ease-out;
  transform-origin: 50% 0%;
  transform:scale(0.01,1);
}
.menu .menu-item:hover .txt:after {
  transform:scale(1,1);
  opacity: 1;
}
.en-txt:after {
  width: 106% !important;
  left: -3% !important;
}

.sub-menu{
  display: none;
  position: absolute;
  width:160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sub-menu li::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #05315A;
  border-radius: 100%;
  margin-right: 5px;
}
.sub-menu li:hover {
  font-weight: bold;
}
.submenu-show a {
  text-decoration: none;
  color: #05315A;
}

.submenu-show .menu .menu-item .txt {
  color: #05315A;
}
.submenu-show .bg_hover {
  display:block !important;
  width: 100%;
  height: 330px;
  color: #05315A;
  background:rgba(255,255,255,1); 
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation:a_bg_hover_show 0.2s ease-out both; 
  -webkit-transform-origin:50% 0%;
}
.submenu-show .menu .menu-item .sublist_show .sub-menu {
  -webkit-animation:a_menu-item_show 0.2s ease-out both;
}
.submenu-show .menu .menu-item.sublist_hide .sub-menu {
  -webkit-animation:a_menu-item_hide 0.15s ease-out both;
}
.submenu-hide, .sublist_hide {
  pointer-events:none;
}
.submenu-hide .bg_hover {
  -webkit-animation:a_bg_hover_hide 0.15s ease-out both;
  -webkit-transform-origin:50% 0%;
}


@keyframes a_menu-item_show {
	0%{ -webkit-transform:translate(0px,-30px); opacity: 0;}
	100%{  -webkit-transform:translate(0px,0px); opacity: 1;}
}

@keyframes a_menu-item_hide {
	0%{  -webkit-transform:translate(0px,0px); opacity: 1; }
	100%{ -webkit-transform:translate(0px,-30px); opacity: 0; }
}


@keyframes a_bg_hover_show {
	0%{ -webkit-transform:scale(1,0.5); opacity: 0;}
	100%{  -webkit-transform:scale(1,1); opacity: 1;}
}


@keyframes a_bg_hover_hide {
	0%{ -webkit-transform:scale(1,1); opacity: 1;}
	100%{  -webkit-transform:scale(1,0.5); opacity: 0;}
}
/* 搜索 */
.search {
  position: absolute;
  right: 0;
}
.search a {
  opacity: 0.8;
}
.search a:hover {
  opacity: 1;
}
.search input {
  width: 8.5rem;
  height: 1.6875rem;
  color: #fff;
  outline: none;
  background-color: transparent;
  border: 1px solid;
  margin-right: .875rem;
  padding: 0 8px;
  letter-spacing: 2px;
  display: block;
}
.header .search input:hover {
  border: 1px solid;
  color: #fff;
}
.header .search input::-webkit-input-placeholder{
  color:#fff;
}

.submenu-show .search, .submenu-show .search input {
  color: #05315A;
}
.submenu-show .search input:hover {
  border: 1px solid;
  color: #05315A;
}
.submenu-show .search input::-webkit-input-placeholder{
  color: #05315A;
}


/* 页脚 */
.footer {
  position: relative;
  width: 100%;
  height: 36.8125rem;
  background: url(/static/images/footer-bg.jpg) no-repeat top;
  background-size: cover;
}
.footer-container {
  position: absolute;
  width: var(--maxWidth);
  height: auto;
  font-weight: 400;
  color: #05315A;
  line-height: 45px;
  font-size: 1rem;
}
.footer-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer-info ul {
  margin: 0;
}
.footer-info a {
  color: #05315A;
}
.footer-info img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.footer-info li {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1;
}
.footer-info li::after {
  content: '';
  width: 1px;
  height: 13px;
  background: #05315A;
  margin: 0 10px;
  display: inline-block;
}
.footer-info li:last-child::after {
  content: '';
  width: 0;
  height: 0;
  margin: 0;
  display: inline-block;
}
.footer-width {
  width: 230px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.footer-qrcode {
  width: 111px;
  height: 111px;
  margin-bottom: 18px;
}


.footer-group-info {
  position: relative;
  width: auto;
  color: #05315A;
}
.footer-group-pop {
  display: none;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  text-align: center;
  margin-left: -10px;
  animation: up-ani 0.5s ease-in-out;
  transition: all 0.5s;
  line-height: 40px;
}
@keyframes up-ani {
  0% {
    transform: translate(-50%, 15px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 1;
  }
}
.footer-group-pop a {
  display: block;
  border-bottom: 1px solid #E2E2E2;
  margin: 0 18px;
}
.footer-group-pop a:last-child {
  border: none;
}
.footer-group-info:hover .footer-group-pop {
  display: block;
}


.mt100 {
  margin-top: 100px;
}
/* 回到顶部 */
/* 回到顶部 */
.top {
  position: fixed;
  right: 0;
  bottom: 20%;
  background: #05315A;
  border-radius: 10px 0px 10px 0px;
  z-index: 99;
  font-size: 13px;
  cursor: pointer;
  display: none;
}
.top-icon {
  width: 63px;
  height: 55px;
}
.top-arrow {
  position: relative;
  width: 26px;
  height: 26px;
}
.top-arrow img {
  position: absolute;
  top: 3px;
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-animation: top-ani 1.2s ease 0s infinite;
}
@keyframes top-ani {
  from {
    top: 3px;
    opacity: 0;
  }

  to {
    top: -3px;
    opacity: 1;
  }
}

/* 预约参观 */
.visit {
  position: fixed;
  right: 10px;
  bottom: 30%;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  color: #fff;
  background: #D41B19;
  z-index: 99;
  font-size: 13px;
  cursor: pointer;
  transition: all 1s ease;
  -webkit-animation: visit-ani 5s ease 0s infinite;
}
@keyframes visit-ani {
  0% {
    bottom: 30%;
  }
  50% {
    bottom: 31%;
  }
  100% {
    bottom: 30%;
  }
}
.visit:hover {
  transform: scale(1.2);
}
.visit img {
  width: 55px;
  height: 9px;
}




/* 菜单汉堡 */
.menu-wrapper {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hamburger-menu-top,
.hamburger-menu-top:before {
  width: 40px;
  height: 1px;
}
.hamburger-menu-top:after {
  width: 20px;
  height: 1px;
}
.hamburger-menu-top {
  position: relative;
  transform: translateY(20px);
  background: white;
  transition: all 0ms 300ms;
}
.hamburger-menu-top.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu-top:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu-top.animate:after {
  background-color: #04274A;
  width: 40px;
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu-top.animate:before {
  background-color: #04274A;
  width: 40px;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* 非首页页头 */
.header[page] {
  color: #04315A;
}
.header[page] .menu-item a,
.header[page] .language a {
  color: #04315A;
}
.header[page] .header-logo{
  background: url(/static/images/logo-hover.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.submenu-show[page] .header-logo{
  background: url(/static/images/logo.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.header[page] .header-line {
  background: #04315A;
}
.submenu-show[page] .header-line {
  color: #fff;
}

.header[page] .menu .menu-item .txt {
  color: #04315A;
}
.header[page] .menu .menu-item .txt:after {
  background: #fff;
}
.header[page] .sub-menu li {
  list-style: none;
}
.header[page] .sub-menu li::before {
  background: #fff;
}
.submenu-show[page] .menu-item a,
.submenu-show[page] .language a  {
  color: #fff;
}
.submenu-show[page] .menu .menu-item .txt {
  color: #fff;
}
.submenu-show[page] .bg_hover {
  color: #fff;
  background: #05315A;
}

.header[page] .search input {
  color: #04315A;
}
.header[page] .search input:hover {
  color: #05315A;
}
.header[page] .search input::-webkit-input-placeholder{
  color:#05315A;
}
.submenu-show[page] .search, .submenu-show[page] .search input {
  color: #fff;
}
.submenu-show[page] .search input:hover {
  border: 1px solid;
  color: #fff;
}
.submenu-show[page] .search input::-webkit-input-placeholder{
  color: #fff;
}

/* 非首页滚动后顶部导航栏样式 */
.not-homepage-fixed[page] {
  color: #fff;
  background-color: rgba(4, 33, 60, 0.35);
}
.not-homepage-fixed[page] .menu-item a, 
.not-homepage-fixed[page] .language a {
  color: #fff;
}
.not-homepage-fixed[page] .header-logo {
  background: url(/static/images/logo.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.not-homepage-fixed[page] .header-line {
  background: #fff;
}
.not-homepage-fixed[page] .menu .menu-item .txt {
  color: #fff
}
.not-homepage-fixed[page] .search input {
  color: #fff;
}
.not-homepage-fixed[page] .search input:hover {
  color: #fff;
}
.not-homepage-fixed[page] .search input::-webkit-input-placeholder{
  color:#fff;
}

/* 非首页页脚 */
.footer[page] {
  background: #fff;
}

.footer-logo {
  width: 117px;
  height: 130px;
  object-fit: contain;
}

/* 分页 */
.pagination {
  margin: 4px 0 50px 0;
}

.pagination-item {
  margin: 0;
  padding: 0;
}
.pagination-item-li {
  list-style: none;
  width: 48px;
  height: 10px;
  opacity: 1;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  font-size: 14px;
  color: #05315A;
  cursor: pointer;
  border-right: 1px solid;
  letter-spacing: 1px;
}
.pagination-item-li:last-child {
  border: none;
}
.pagination-item-current {
  text-decoration: underline;
}
.page-previous {
  color: #05315A;
  transform: rotateY(180deg);
  cursor: no-drop;
  filter: opacity(0.3);
}
.page-next {
  cursor: pointer;
}
.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.circle-loading {
  position: relative;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  animation: circle infinite 1s linear;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 子页面导航 */
.page-menu {
  position: relative;
  width: var(--maxWidth);
  min-width: 1180px;
  font-size: 16px;
  font-weight: 400;
  color: #04315A;
}
.page-menu a {
  text-decoration: none;
  color: #04315A;
}
.page-menu span {
  margin: 0 5px;
}

.all-container {
  width: var(--maxWidth);
  min-width: 1180px;
  height: auto;
} 

.min-footer-qrcode-list img {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0;
}
.line-h {
  line-height: 2;
}

