body {
  font-family: Microsoft YaHei;
}

.main {
  min-height: calc(60vh);
}

.nav-pills .nav-link {
  border-radius: initial;
}

.btn {
  border-radius: initial;
}

.page-item:first-child .page-link {
  border-radius: initial;
}

.page-item:last-child .page-link {
  border-radius: initial;
}

.special-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  margin-bottom: 20px;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}



.more-link {
  display: inline-block;
  width: fit-content;
}

.col-ctx {
  overflow-wrap: break-word;
  width: 100%;
}

.col-ctx img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
}

.custom-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.top-title {
  letter-spacing: 12px;
}

.special-box {
  padding: 30px 0;
}

.lang {
  width: 75px;
  font-weight: 400;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 44px;
}

.lang:hover,
.dropdown-item:hover,
.dropdown-item:focus {
  cursor: pointer;
  background: linear-gradient(270deg, #203C95 0%, #1B9AD8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dropdown {
  position: inherit;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  border: none;
  border-radius: 0;
  left: 0;
  right: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  top: 90px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 0 !important;
}

.dropdown-div {
  position: relative;
  gap: 24px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding-bottom: 24px;
  padding-top: 35px;
}

.news-title {
  font-weight: 400;
  font-size: 24px;
  color: rgba(0,0,0,0.5);
  line-height: 48px;
  position: relative;
  padding-bottom: 3px;
  /* max-width: 280px; */
  /* flex:1; */
  white-space: nowrap;
}

.news-header>.news-title:first-child{
  margin-left: 30px;
}
.news-header>.news-title:last-child{
  margin-right: 30px;
}

.dropdown-items{
  font-weight: 400;
  font-size: 24px;
  color: rgba(0,0,0,0.5);
  line-height: 28px;
}
.dropdown-items.active,
.dropdown-items:hover{
  background: initial;
  color: rgba(0,0,0,0.7);
}

.m140{
  margin-top: 140px;
}

.no-select {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* 标准语法 */
}

.news-header {
  justify-content: center;
        height: 80px;
        display: flex;
        gap: 50px;
        align-items: center;
        background: #F8F8F8;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
    }

/* .news-title:hover {
  cursor: pointer;
  background: linear-gradient(269.9999945678502deg,
      #203c95 0%,
      #1b9ad8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
} */



.spinner-border {
  border: 2px solid #1e6db8;
  border-right-color: transparent;
}
.news-title.active{
  color: rgba(0,0,0,0.7);
}

.news-title.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(270deg, #203C95 0%, #1B9AD8 100%);
  border-radius: 10px;
}



.text-box {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.faq-group{
    position: absolute;
    width: 400px;
    height: 600px;
    right: 18%;
    top:-111px;
    z-index: -1;
    transform-style: preserve-3d;
    /* transform: rotate3d(0, 0, 1, 1deg); */
}
.dropdown-toggle-res {
        width: 300px;
        padding: 10px;
        border: 1px solid #ddd;
        background: white;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-toggle-res {
        border: 2px solid rgba(0, 0, 0, 0.07) !important;
        border-radius: 7px;
        background-repeat: no-repeat;
        background-size: 18px auto;
        background-position: right 15px center;
    }
.dropdown-menu-res {
        display: none;
        position: absolute;
        width: 300px;
        top: 52px;
        max-height: 300px;
        overflow-y: auto;
        background: white;
        z-index: 10 !important;
        border: 2px solid rgba(0, 0, 0, 0.07) !important;
        border-top: none !important;
        border-radius: 0;
        border-bottom-left-radius: 12px !important;
        border-bottom-right-radius: 12px !important;

        border-color: transparent;
        border-image: linear-gradient(269.9999945678502deg, #203C95 0%, #1B9AD8 100%);
        border-image-slice: 1;
    }
    .dropdown-item-res {
        padding: 0 14px;
    }
    .opa-0{
        opacity: 0;
    }
    .spe-info-card.no-padding{
      padding: 0 !important;
    }

@media (max-width: 768px) {
  .custom-container {
    width: 100%;
    padding-left: 15px;
    justify-content: space-between;
  }

  .main {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .special-box {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .col-name {
    margin-bottom: 10px;
  }
}


@media (min-width: 1200px) {
  .custom-container {
    width: 1220px !important;
  }

  .new-item img {
    width: 380px;
  }

  .new-info {
    width: 380px;
  }
}


@media (min-width:1200px) {

  .nav-item-pr {
    padding-right: 50px;
  }

  .btn-login {
    padding-left: 30px;
  }

  .special-cate-item {
    width: 38.25rem;
    height: 17.625rem;
    margin-bottom: 26px;
  }
}

@media (min-width:768px) {
  .banner {
    height: 600px;
  }

  .logo {
    width: 300px;
    height: 50px;
  }

  main {
    /* margin-top: 80px; */
  }

  .foot-container {
    padding: 60px 0;
  }

}

@media (max-width:1200px) {
  .special-cate-item {
    margin-bottom: 20px;
  }
}

@media (max-width:992px) {
  .special-row {
    height: 100px !important;
  }

  .foot-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .brand-cover img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width:768px) {
  .navbar-collapse {
    background: rgba(0, 0, 0);
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100vh;
    padding: 30px 0;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .logo,
  .foot-logo {
    width: 150px;
    height: 24px;

  }

  .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .logo img {
    vertical-align: top;
  }

  .navbar-collapse.show {
    left: 0;
    /* 显示时滑动到0位置 */
  }

  /* main{
    margin-top: 60px;
  } */

  .btn-login>a {
    margin-left: 10px;
  }

  .navbar-collapse .nav-link {
    text-align: left;
    color: #fff;
    font-size: 15px;
  }

  .navbar-nav .nav-link.show {
    color: #fff;
  }

  .navbar-collapse .dropdown-menu {
    position: relative;
    display: block;
    background-color: initial;
    text-indent: 1em;
    padding: 0;
  }

  .navbar-collapse .dropdown-item:hover {
    background-color: initial;
  }

  .navbar-collapse {
    text-align: left;
    color: #fff;
    font-size: 14px;
    text-indent: 2em;
    padding: 0;
  }


  .navbar-shrink {
    top: -1px !important;
    height: 60px !important;
  }

  .banner {
    height: 170px !important;
  }

  .find-more {
    padding-right: 20px !important;
  }

  .time-view {
    padding: 10px 0;
  }

  .special-item {
    /* margin: 0 20px; */
  }

  .foot-container .p-20 {
    padding-bottom: 10px;
    /* text-align: center; */
  }

  .foot-container .child-item {
    text-indent: 3rem;
  }

  .foot-container .child-item a {
    margin: 0 !important;
  }

  .foot-container .fs-14 {
    height: 20px;
    margin: 13px 0;
  }

  .foot-container .fs-16 {
    height: 22px;
  }

  .foot-container .contacts {
    font-size: 20px;
  }

  .special-title {
    margin: 10px 0;
  }

  .special-img-item {
    width: 90% !important;
    height: 211px !important;
  }

  .special-cate-item {
    width: 95% !important;
  }

  .spe-title {
    font-size: 30px !important;
  }

  .special-index {
    margin-top: 40px !important;
    gap: 40px !important;
  }

  .spe-title {
    margin-bottom: 10px !important;
  }

  .spe-sub {
    margin-bottom: 20px !important;
    font-size: 22px !important;
  }

  .mb55 {
    margin-bottom: 10px !important;
  }

  .spe-info-card {
    padding: 20px !important;
    width: 80vw !important;
  }

  .spe-sub1 {
    line-height: 40px !important;
    font-size: 20px !important;
  }

  .quote-section {
    margin-top: 30px !important;
    padding-top: 0px !important;
  }

  .quote-content {
    font-size: 23px !important;
    width: 100% !important;
    line-height: 45px !important;
    margin-top: 0 !important;
    text-indent: 2em;
  }

  .bottom-image.portrait {
    width: 80% !important;
    height: 370px !important;
  }

  .spe-box {
    height: 237px !important;
    padding: 10px !important;
  }

  .spe-time-intro {
    font-size: 16px !important;
  }

  .more-btn {
    font-size: 16px !important;
    padding: 8px 20px !important;
  }

  .more-btn svg {
    width: 16px !important;
    height: 16px !important;
  }

  .quote-author {
    margin-top: 40px !important;
  }

  .my120 {
    margin-top: 0 !important;
  }

  .new-content {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  }

  .navbar-toggler {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    border-color: #FFFFFF;
  }

  .offcanvas {
    background-color: #000000;
    color: #FFFFFF;
    width: 80vw !important;
    z-index: 10000 !important;
  }

  .offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222222;
  }

  .offcanvas-title {
    color: #FFFFFF;
  }

  .offcanvas .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
  }

  .offcanvas .nav-item {
    /* width: 100%; */
    border-bottom: 1px solid #222222;
  }

  .offcanvas .nav-link {
    color: #FFFFFF;
    font-weight: 700;
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
    display: block;
    /* width: 100%; */
    line-height: inherit !important;
  }

  .offcanvas .dropdown-menu {
    position: static !important;
    width: 100%;
    background-color: inherit;
    border: none;
    box-shadow: none;
    transform: none !important;
    margin-top: 0;
    padding-left: 1rem;
  }

  .offcanvas .dropdown-menu.show {
    display: block !important;
  }

  .offcanvas .dropdown-item {
    color: #FFFFFF;
    font-weight: 700;
    padding: 0.5rem 1.5rem !important;
    text-align: left;
    white-space: inherit !important;
  }

  .dropdown-toggle::after {
    display: inline-block;
  }

  /* .nav-linkd:focus,
  .active {
    background: linear-gradient(270deg, #203C95 0%, #1B9AD8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  } */
.news-title{
  font-size: 20px !important;
}
  .news-header {
    height: 60px !important;
    overflow-x: auto;
  }
  .news-header::-webkit-scrollbar {
    display: none;
  }
  .new-item:first-child {
    padding-left: 20px !important;
  }
  .new-item:last-child {
    margin-right: 20px !important;
  }

  .new-item img {
    height: 350px !important;
  }

  .swiper-slide .spe-item {
    height: 500px;
  }

  .leftHome {
    cursor: pointer !important;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 5px 7px;
  }

  .cate-name {
    font-size: 18px !important;
    line-height: normal !important;
  }
  .right-arrow,.spinner-border{
    width: 24px !important;
    height: 24px !important;
  }

  .spe-cate {
    width: 80vw !important;
    padding-bottom: 6px !important;
  }

  .spe-left-cate {
    gap: 20px !important;
  }

  .arrow.prev,
  .arrow.next {
    width: 50px;
    height: 50px;
  }

  .quote-icon {
    width: 80px !important;
    height: 80px !important;
  }

  .bottom-image.subtract {
    width: 100% !important;
    height: 403px !important;
    right: 8px !important;
  }

  .info-title {
    padding: 0 20px !important;
    font-size: 24px !important;
  }

  .spe-item-title {
    font-size: 25px !important;
    margin-bottom: 0 !important;
  }

  .spe-intro {
    height: 200px !important;
    line-height: 38px !important;
  }

  .timeline-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .timeline-bars {
    padding-bottom: 0 !important;
  }

  .timeline-bars {
    /* margin-left: 16px !important;
    margin-right: 16px !important; */
    gap: 20px !important;
  }

  .timeline-bars-group {
    gap: 16px !important;
  }

  .timeline-year.active {
    font-size: 30px !important;
  }

  .timeline-years {
    gap: 56px !important;
    padding-bottom: 0 !important;
  }

  .timeline-text{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .w74{
    width: 44px !important;
    height: 44px !important;
  }
  .m140{
    margin-top: 40px;
  }
  .spe-info-card{
    gap: 0 !important;
  }
  .new-item{
    margin-bottom: 30px !important;
  }
  .card-alter3{
    transform: translate(8%, 8%) !important;
  }
  .card-alter2{
      transform: translate(4%, 4%) !important;
  }
  .info-intro{
    /* margin-top: 0 !important; */
  }
  .detail-title{
    margin-top: 10px !important;
    font-size: 40px !important;
  }
  .detail-content{
    margin-top: 0 !important;
  }
  /* .news-title.active::after{
    height: 0 !important;
  } */
}