@charset "UTF-8";
.text-ellipsis-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.text-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.text-ellipsis-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.list-icon-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-icon-item-icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2287ff;
  background: -webkit-linear-gradient(top left, #76b4ff, #2287ff);
  background: -moz-linear-gradient(top left, #76b4ff, #2287ff);
  background: -o-linear-gradient(top left, #76b4ff, #2287ff);
  background: linear-gradient(to bottom right, #76b4ff, #2287ff);
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 50% !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-icon-item-icon svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-icon-item-text {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
.list-icon-item:hover .list-icon-item-icon {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.list-icon-item:hover .list-icon-item-icon svg {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.rs-breadcrumbs-primary {
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.rs-breadcrumbs-primary .breadcrumbs-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rs-breadcrumbs-primary .breadcrumbs-inner .page-title {
  font-size: 36px;
  float: none;
  color: #fff;
  margin: auto;
}

.page-breadcrumb li:last-child .fa {
  display: none !important;
}

.detail-img {
  width: 250px;
  height: 250px;
  display: block;
  margin: 20px;
  margin-top: 0;
  margin-right: 0;
  float: right;
  border: 1px solid #ccc;
  padding: 5px;
}
.detail-content img {
  max-width: 100%;
}
.detail-content p {
  margin-bottom: 1rem;
  line-height: 2;
}
.detail-content h1,
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
  margin-bottom: 1rem;
  font-weight: 550;
  color: var(--bs-body-color);
}
.detail-content h1 {
  font-size: 1.8rem;
}
.detail-content h2 {
  font-size: 1.6rem;
}
.detail-content h3 {
  font-size: 1.4rem;
}
.detail-content h4 {
  font-size: 1.2rem;
}
.detail-content h5 {
  font-size: 1rem;
}
.detail-content h6 {
  font-size: 0.8rem;
}
.detail-content ul,
.detail-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.detail-content ul {
  list-style: disc;
}
.detail-content ol {
  list-style: decimal;
}
.detail-content blockquote {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 5px solid #ccc;
}
.detail-content pre {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  overflow: auto;
}
.detail-content table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ddd;
}
.detail-content thead td,
.detail-content thead th {
  font-weight: bold;
  background-color: #f2f2f2;
}
.detail-content th,
.detail-content td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
}
.detail-content th {
  background-color: #f2f2f2;
}
.detail-content tr:nth-child(even) {
  background-color: #f2f2f2;
}

.feature-card {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  margin-bottom: 30px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature-card .flex-1 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.feature-card ul {
  list-style: disc;
  padding-left: 20px;
}
.feature-card p {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.feature-card:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  background-color: #1366c9;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50% !important;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.divider {
  height: 3px;
  background: -webkit-linear-gradient(left, transparent 0%, #1366c9 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #1366c9 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #1366c9 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #1366c9 50%, transparent 100%);
  margin: 50px 0;
}

/**********列表**********/
/**列表分类菜单样式 列表分类菜单样式*/
.sidebox {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebox:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}
.sidebox-title {
  padding: 5px 20px;
  font-weight: bold;
  color: #1366c9;
  border-bottom: 1px solid #ccc;
}
.sidebox-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0;
}
.sidebox-inner a {
  padding: 5px 20px;
  color: #333;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebox-inner a:hover {
  color: #2287ff;
}
.sidebox-inner a::before {
  content: "\f105";
  color: #2287ff;
  margin-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}
.sidebox-inner a.active {
  color: #2287ff;
}
.sidebox-inner a.active::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #2287ff;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

/**********关于我们**********/
.timeline {
  position: relative;
  padding-left: 50px;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #1366c9;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-icon {
  position: absolute;
  left: -50px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1366c9;
  color: white;
  text-align: center;
  line-height: 40px;
}

.team-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  margin-bottom: 30px;
}

.team-card:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.team-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.value-icon {
  font-size: 2.5rem;
  color: #1366c9;
  margin-bottom: 15px;
}

.img-world {
  -webkit-animation: rotate 20s linear infinite;
     -moz-animation: rotate 20s linear infinite;
       -o-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

/*******************联系我们*******************/
.contact-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  background: white;
}

.contact-icon {
  font-size: 2rem;
  color: #1366c9;
  margin-bottom: 15px;
}

.btn-submit {
  background: #1366c9;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 0;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-submit:hover {
  background: #0b50a5;
}

#baidu-map {
  width: 100%;
  height: 400px;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
}

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

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

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 991.98px) {
  .language-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .language-menu > a {
    display: none;
  }
  .language-menu .sub-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    box-shadow: none !important;
    position: static !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .language-menu .sub-menu li {
    -webkit-flex: 0 0 33.33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
    border: 0;
    text-align: center;
  }
  .language-menu .sub-menu li a {
    width: 100%;
    text-align: center;
  }
  .breadcrumb {
    display: none;
  }
  .aside {
    margin-bottom: 20px;
  }
  .aside .hot-list {
    display: none;
  }
  .sidebox-title {
    padding: 5px 10px;
  }
  .sidebox-inner {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sidebox-inner a {
    -webkit-flex: 0 0 -webkit-calc(50% - 5px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    padding: 0;
  }
  .sidebox-inner a::before {
    display: none;
  }
  .sidebox-inner a.active::after {
    display: none;
  }
  .detail-img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    margin-bottom: 20px;
  }
  .detail-img img {
    max-width: none;
    width: 100%;
  }
  .detail-content table {
    width: 100%;
    font-size: 12px;
  }
  .detail-content table th,
  .detail-content table td {
    padding: 4px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    max-width: 50px;
  }
}