* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
#header {
  position: sticky;
  top: 0;
  z-index: 9;
}
#container {
  min-height: 100vh;
  background-color: #fff;
  /* 自定义样式 */
  /* 基础样式 */
  /* Tabs样式 */
  /* 响应式设计 */
  /* 图片样式 */
  /* 基础样式 */
  /* 平板设备 (768px-1024px) */
  /* 移动设备 (<768px) */
  /* 小屏幕移动设备 (<480px) */
  /* 轮播主体 */
  /* 单个荣誉项 */
  /* 导航按钮 */
  /* 移动端样式 */
  /* 职位列表 */
  /* 移动端样式 */
  /* 滚动条样式 */
}
#container .banner {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  position: relative;
  /* 如果需要的话 */
}
#container .banner .image {
  width: 100%;
  height: 30.3125rem;
  overflow: hidden;
}
@media (max-width: 48rem) {
  #container .banner .image {
    transition: 0.3s;
    width: 100%;
    overflow: hidden;
  }
}
#container .banner .img-word {
  position: absolute;
  display: flex;
  width: 50%;
  justify-content: space-evenly;
  align-items: center;
}
#container .banner .img-word .small_img {
  width: 15.75rem;
  height: 15.75rem;
  margin-right: 30px;
}
@media (max-width: 900px) {
  #container .banner .img-word .small_img {
    width: 10.75rem;
    height: 10.75rem;
    transition: 0.3s;
    margin-right: 30px;
  }
}
#container .banner .img-word .right_img_word {
  color: #fff;
}
#container .banner .img-word .right_img_word .right_top_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
#container .banner .img-word .right_img_word .right_center_content {
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}
#container .banner .img-word .right_img_word .right_center_content p {
  margin-bottom: 0.3125rem;
}
#container .banner .img-word .right_img_word .right_down_btn {
  display: inline-block;
  padding: 0.3125rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
  background-color: #fff;
  color: #175292;
  border-radius: 1.25rem;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 800px) {
  #container .banner .img-word .right_img_word .right_top_title {
    font-size: 0.825rem;
  }
  #container .banner .img-word .right_img_word .right_center_content {
    font-size: 0.575rem;
  }
  #container .banner .img-word .right_img_word .right_down_btn {
    font-size: 0.575rem;
  }
}
@media (max-width: 31.25rem) {
  #container .banner .image {
    transition: 0.3s;
    width: 100%;
    height: 10.75rem;
    overflow: hidden;
  }
  #container .banner .img-word {
    display: none;
  }
}
@media (max-width: 660px) {
  #container .banner {
    margin-bottom: 0;
  }
}
#container .about-container {
  overflow-x: hidden;
}
#container .til {
  margin: 35px 0;
  text-align: center;
}
#container .content-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
#container .image-column {
  width: 48%;
  padding-right: 2%;
}
#container .tabs-column {
  width: 48%;
  padding-left: 2%;
}
#container .tabs-container {
  margin-bottom: 32px;
}
#container .tabs-nav {
  display: flex;
  border-bottom: 1px solid #e4e7ed;
  margin-bottom: 15px;
}
#container .tabs-nav-item {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #303133;
  font-size: 14px;
  position: relative;
}
#container .tabs-nav-item.active {
  color: #175292;
  font-weight: bold;
}
#container .tabs-nav-item.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #175292;
}
#container .tabs-content {
  max-height: 328px;
  padding: 0 4px;
  overflow-y: auto;
}
#container .tabs-content::-webkit-scrollbar {
  width: 6px;
}
#container .tabs-content::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 3px;
}
#container .tabs-content::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
#container .tab-pane {
  display: none;
}
#container .tab-pane.active {
  display: block;
}
@media (max-width: 768px) {
  #container .image-column,
  #container .tabs-column {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
#container .about-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
#container .til span {
  color: #888;
  font-size: 14px;
}
#container .el-tabs__item.is-active {
  font-weight: bold;
  color: #175292;
}
#container .el-tabs__item {
  height: 24px;
  line-height: 24px;
}
#container .el-tabs__active-bar {
  background-color: #175292;
}
#container .el-tabs__nav-wrap::after {
  display: none;
}
#container .content {
  max-height: 328px;
  padding: 0 4px;
  overflow-y: auto;
}
#container .content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#container .content-column {
  margin-bottom: 32px;
}
#container .center-icon {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 15px;
}
#container .data-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#container .data-list {
  width: calc(25% - 50px);
  margin-bottom: 20px;
  background-color: #175292;
  color: white;
  border-radius: 7px;
  padding: 15px;
  box-sizing: border-box;
}
#container .data-list .info {
  display: flex;
  align-items: center;
  justify-content: center;
}
#container .data-list .fi {
  font-size: 50px;
  margin-right: 15px;
}
#container .value {
  font-size: 20px;
  font-weight: bold;
}
#container .unit {
  font-size: 12px;
}
#container .title {
  font-size: 12px;
}
@media (max-width: 1024px) {
  #container .data-list {
    width: calc(50% - 50px);
    /* 平板: 一行2个 */
  }
}
@media (max-width: 768px) {
  #container .data-list {
    width: calc(50% - 10px);
    padding: 10px;
  }
  #container .data-list .fi {
    font-size: 30px;
    margin-right: 10px;
  }
  #container .value {
    font-size: 20px;
  }
  #container .unit {
    font-size: 14px;
  }
  #container .title {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #container .data-list {
    width: calc(50% - 0);
  }
  #container .data-list .fi {
    font-size: 30px;
    margin-right: 10px;
  }
  #container .value {
    font-size: 18px;
  }
  #container .unit {
    font-size: 12px;
  }
  #container .title {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  #container .til {
    margin: 29px 0 15px;
  }
  #container .el-col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}
#container .til h2 {
  font-size: 28px;
  color: #175292;
}
#container .til span {
  color: #858585;
  font-size: 14px;
  text-transform: uppercase;
}
#container .til .line {
  width: 50px;
  height: 4px;
  background-color: #175292;
  margin: 10px auto;
}
#container .honor-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
}
#container .honor-slider {
  position: relative;
  width: 100%;
}
#container .slider-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
#container .honor-item {
  flex: 0 0 25%;
  padding: 0 10px;
  min-width: 0;
}
#container .honor-image {
  max-width: 260px;
  height: 180px;
  background-color: #fff;
  padding: 8px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
#container .slider-nav {
  position: absolute;
  width: 25px;
  height: 43px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  cursor: pointer;
  z-index: 3;
  border: none;
  background-color: transparent;
}
#container .slider-prev {
  left: -16px;
  background-image: url('https://img.tongmen.cdn.dgyunju.cn/images/arrow-left.png');
}
#container .slider-next {
  right: -16px;
  background-image: url('https://img.tongmen.cdn.dgyunju.cn/images/arrow-right.png');
}
@media (max-width: 768px) {
  #container .honor-item {
    flex: 0 0 100%;
  }
}
#container .slide-left {
  transform: translateX(30px);
  opacity: 0;
  animation: slideLeft 0.5s forwards;
}
@keyframes slideLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#container .slide-right {
  transform: translateX(-30px);
  opacity: 0;
  animation: slideRight 0.5s forwards;
}
@keyframes slideRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#container .jobs-container {
  margin-top: 30px;
}
#container .jobs-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
#container .job-item {
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px 14px;
  transition: all 0.3s ease;
}
#container .job-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
#container .job-title {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #175292;
  padding: 0 8px;
}
#container .job-content {
  font-size: 12px;
  font-weight: 300;
  color: #666;
  background-color: #fff;
  padding: 16px 10px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .job-description {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #container .section-title {
    padding: 20px 0 13px;
  }
  #container .job-item {
    flex: 0 0 calc(100% - 16px);
  }
  #container .job-title {
    font-size: 18px;
  }
}
#container .scroll-bar::-webkit-scrollbar {
  width: 6px;
}
#container .scroll-bar::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 3px;
}
#container .scroll-bar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
/* 联系信息列表 */
.contact-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-item {
  flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 15px;
}
.contact-item .fi {
  font-size: 43px;
}
.contact-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #175292;
  margin-right: 22px;
}
.contact-icon {
  font-size: 55px;
  color: #175292;
  margin-right: 13px;
  line-height: 1;
}
.contact-icon.fi-email {
  font-size: 43px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-title {
  font-size: 18px;
  font-weight: bold;
  color: #175292;
  margin-bottom: 6px;
  word-break: break-all;
}
.contact-value {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  word-break: break-all;
  padding-right: 32px;
}
/* 移动端样式 */
@media (max-width: 768px) {
  .contact-item {
    flex: 0 0 calc(50% - 20px);
    align-items: center;
  }
  .contact-item .fi {
    font-size: 34px;
  }
  .contact-icon {
    font-size: 42px;
    margin-right: 10px;
  }
  .contact-title {
    font-size: 16px;
  }
  .contact-value {
    font-size: 14px;
  }
}
@media (max-width: 68.75rem) {
  footer {
    transition: 0.3s;
    display: none;
  }
}
