* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
#header {
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
}
#container {
  background-color: #fff;
  overflow-x: hidden;
}
#container .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#container .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#container .swiper-pagination {
  position: relative;
  bottom: 3.125rem;
}
#container .swiper-pagination-bullet-active {
  color: #fff;
  width: 0.625rem;
  height: 0.625rem;
  background: #175292;
}
#container .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin-bottom: 3rem;
}
#container .banner .image {
  width: 100%;
  height: 37.3125rem;
  overflow: hidden;
}
@media (max-width: 48rem) {
  #container .banner .image {
    transition: 0.3s;
    width: 100%;
    overflow: hidden;
  }
}
#container .banner .img-word {
  position: absolute;
  top: 25%;
  left: 10%;
  color: #fff;
  width: 40%;
  text-align: left;
}
#container .banner .img-word .word-en {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-family: Source Han Sans CN;
}
#container .banner .img-word .word-content {
  line-height: 2rem;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 31.25rem) {
  #container .banner .image {
    transition: 0.3s;
    width: 100%;
    height: 10.75rem;
    overflow: hidden;
  }
  #container .banner .img-word {
    position: absolute;
    top: 13%;
    left: 10%;
    color: #fff;
    width: 40%;
    text-align: left;
  }
  #container .banner .img-word .word-title {
    font-size: 1rem;
    font-weight: bold;
  }
  #container .banner .img-word .word-en {
    margin-bottom: 0.3125rem;
    font-size: 0.75rem;
    font-family: Source Han Sans CN;
  }
  #container .banner .img-word .word-content {
    line-height: 1rem;
    font-size: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
#container .content {
  margin: 0 auto;
}
#container .content #category {
  width: 78.75rem;
  margin: 0 auto;
  /* PC端轮播样式 */
  /* 移动端flex布局 */
  /* 响应式控制 */
}
#container .content #category .category-container {
  width: 100%;
  background-color: #fff;
}
#container .content #category .category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
}
#container .content #category .category-image {
  object-fit: contain;
  margin-bottom: 13px;
}
#container .content #category .category-title {
  font-weight: 300;
  color: #333;
  text-align: center;
}
#container .content #category .pc-carousel {
  position: relative;
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}
#container .content #category .navigation {
  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 .content #category .navigation-prev {
  left: -25px;
  background-image: url('https://img.tongmen.cdn.dgyunju.cn/images/arrow-left.png');
}
#container .content #category .navigation-next {
  right: -25px;
  background-image: url('https://img.tongmen.cdn.dgyunju.cn/images/arrow-right.png');
}
#container .content #category .pc-carousel .category-image {
  height: 96px;
}
#container .content #category .pc-carousel .category-title {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
}
#container .content #category .mobile-flex {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 10px;
}
#container .content #category .mobile-flex .category-item {
  width: 48%;
  margin-bottom: 15px;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 8px;
}
#container .content #category .mobile-flex .category-image {
  height: 80px;
  width: auto;
  max-width: 100%;
}
#container .content #category .mobile-flex .category-title {
  font-size: 12px;
}
@media (max-width: 768px) {
  #container .content #category .pc-carousel {
    display: none;
  }
  #container .content #category .mobile-flex {
    display: flex;
  }
}
@media (max-width: 78.75rem) {
  #container .content #category {
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
#container .content #about {
  width: 78.75rem;
  margin: 0 auto;
  text-align: center;
  /* PC端布局 */
  /* 左侧栏 */
  /* 内容区域 */
  /* 荣誉墙布局 */
  /* 移动端布局 */
  /* 响应式控制 */
}
#container .content #about .about-container {
  width: 100%;
  padding: 60px 0 50px;
  background-color: #fff;
}
#container .content #about .pc-about {
  display: flex;
  margin: 0 auto;
}
#container .content #about .about-sidebar {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  align-items: center;
  margin-right: 40px;
}
#container .content #about .about-title {
  padding: 0 0 20px;
  text-align: left;
}
#container .content #about .about-title h2 {
  color: #175292;
}
#container .content #about .about-title span {
  color: #858585;
  font-size: 14px;
  text-transform: uppercase;
}
#container .content #about .about-title .line {
  width: 50px;
  height: 4px;
  background-color: #175292;
  margin: 10px 0;
}
#container .content #about .about-tabs {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#container .content #about .tab-list {
  width: 100px;
  height: 25px;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  border-radius: 99em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container .content #about .tab-list.active {
  font-weight: bold;
  color: #2465a1;
  border: 1px solid #2465a1;
}
#container .content #about .about-content {
  width: 75%;
  display: flex;
}
#container .content #about .content-left {
  width: 60%;
  padding-right: 20px;
  margin-right: 40px;
}
#container .content #about .content-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#container .content #about .about-cover {
  width: 100%;
  height: 100%;
}
#container .content #about .about-text {
  max-height: 250px;
  overflow-y: auto;
  margin-bottom: 20px;
}
#container .content #about .about-text img {
  max-width: 100%;
  height: auto;
}
#container .content #about .about-text p {
  text-align: left;
}
#container .content #about .about-info {
  display: flex;
  justify-content: space-between;
}
#container .content #about .info-item {
  text-align: center;
  width: 25%;
}
#container .content #about .info-item .fi {
  font-size: 40px;
  color: #1b5390;
}
#container .content #about .info-item .info-value {
  font-size: 20px;
}
#container .content #about .info-item .info-value .unit {
  font-size: 12px;
}
#container .content #about .info-icon {
  font-size: 24px;
  color: #2465a1;
  margin-bottom: 5px;
}
#container .content #about .info-value {
  font-size: 18px;
  font-weight: bold;
  color: #2465a1;
  margin-bottom: 3px;
}
#container .content #about .info-label {
  font-size: 10px;
  color: #999;
}
#container .content #about .about-honor {
  width: 100%;
  padding-left: 20px;
}
#container .content #about .honor-slide {
  width: 283px;
  height: 222px;
  padding: 12px;
  border: 1px solid #eee;
  background-color: #fff;
}
#container .content #about .honor-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .content #about .swiper-pagination {
  position: relative;
  margin-top: 15px;
}
#container .content #about .mobile-about {
  display: none;
  flex-direction: column;
  padding: 30px 15px;
}
#container .content #about .mobile-title {
  text-align: center;
  margin-bottom: 30px;
}
#container .content #about .mobile-title h2 {
  font-size: 20px;
  color: #175292;
  font-weight: bold;
  margin-bottom: 5px;
}
#container .content #about .mobile-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#container .content #about .mobile-tab {
  padding: 5px 15px;
  margin: 0 5px 10px;
  font-size: 14px;
}
#container .content #about .mobile-content {
  display: none;
}
#container .content #about #mobileContent {
  display: block;
}
#container .content #about .mobile-content.active {
  display: block;
}
#container .content #about .mobile-cover {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#container .content #about .mobile-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#container .content #about .mobile-info-item {
  width: 48%;
  margin-bottom: 15px;
  text-align: center;
}
#container .content #about .mobile-info-item .fi {
  font-size: 40px;
  color: #1b5390;
}
#container .content #about .mobile-info-item .info-value {
  font-size: 20px;
}
#container .content #about .mobile-info-item .info-value .unit {
  font-size: 12px;
}
#container .content #about .mobile-honor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#container .content #about .mobile-honor-item {
  width: 48%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #fff;
}
@media (max-width: 768px) {
  #container .content #about .pc-about {
    display: none;
  }
  #container .content #about .mobile-about {
    display: flex;
  }
  #container .content #about .about-container {
    padding: 30px 0;
  }
}
@media (max-width: 78.75rem) {
  #container .content #about {
    top: 0;
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
@media (max-width: 28.125rem) {
  #container .content #about {
    margin-bottom: 2.5rem;
  }
}
#container .content #news {
  width: 78.75rem;
  margin: 0 auto;
  text-align: center;
  /* 选项卡样式 */
  /* PC端横向滚动布局 */
  /* 移动端flex两列布局 */
  /* 空状态 */
  /* 响应式控制 */
}
#container .content #news .news_title {
  margin-bottom: 2rem;
  border-bottom: 0.2rem solid;
  display: inline-block;
  font-weight: bold;
  font-size: 1.875rem;
  color: #175292;
}
#container .content #news .product-container {
  width: 100%;
  background-color: #fff;
  padding-bottom: 58px;
}
#container .content #news .product-title {
  padding: 68px 0 20px;
  text-align: center;
}
#container .content #news .product-title span {
  color: #858585;
  font-size: 14px;
  text-transform: uppercase;
}
#container .content #news .product-title .line {
  width: 50px;
  height: 4px;
  background-color: #175292;
  margin: 10px auto;
  margin-bottom: 0;
}
#container .content #news .product-title h2 {
  color: #175292;
  font-size: 24px;
  font-weight: bold;
}
#container .content #news .tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
#container .content #news .product-tab-list {
  height: 23px;
  line-height: 23px;
  width: 20%;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #333;
  margin: 0 20px 17px;
  border: 1px solid #dcdfe6;
  border-radius: 99em;
  cursor: pointer;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #container .content #news .product-tab-list {
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    width: 35%;
    color: #333;
    margin: 0 20px 17px;
    border: 1px solid #dcdfe6;
    border-radius: 99em;
    cursor: pointer;
    padding: 0 15px;
  }
}
#container .content #news .product-tab-list.active {
  color: #fff;
  background-color: #175292;
  border: none;
}
#container .content #news .pc-product-list {
  height: 313px;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
}
#container .content #news .pc-product-list::-webkit-scrollbar {
  height: 6px;
}
#container .content #news .pc-product-list::-webkit-scrollbar-thumb {
  background-color: #c0c4cc;
  border-radius: 3px;
}
#container .content #news .pc-product-item {
  flex-shrink: 0;
  margin-right: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
#container .content #news .pc-product-image {
  width: 240px;
  height: 240px;
  margin-bottom: 13px;
  object-fit: contain;
}
#container .content #news .pc-product-name {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 9px;
  text-align: center;
}
#container .content #news .pc-product-desc {
  color: #666;
  font-size: 14px;
  text-align: center;
}
#container .content #news .mobile-product-list {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
}
#container .content #news .mobile-product-item {
  width: 48%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
#container .content #news .mobile-product-image {
  width: 100%;
  height: auto;
  max-height: 150px;
  margin-bottom: 10px;
  object-fit: contain;
}
#container .content #news .mobile-product-name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  text-align: center;
}
#container .content #news .mobile-product-desc {
  color: #666;
  font-size: 12px;
  text-align: center;
}
#container .content #news .empty-state {
  text-align: center;
  padding: 40px 0;
  color: #999;
}
@media (max-width: 768px) {
  #container .content #news .pc-product-list {
    display: none;
  }
  #container .content #news .mobile-product-list {
    display: flex;
  }
  #container .content #news .product-title {
    padding: 40px 0 20px;
  }
  #container .content #news .tab-list {
    margin: 0 10px 10px;
    font-size: 12px;
  }
}
#container .content #news .new_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#container .content #news .new_list .news_one {
  width: 32%;
}
#container .content #news .new_list .news_one .news_li {
  width: 100%;
  height: 100%;
  position: relative;
}
#container .content #news .new_list .news_one .news_li .new_img {
  width: 100%;
  height: 100%;
}
#container .content #news .new_list .news_one .news_li .gollry {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 25%;
  padding: 0.9375rem;
  background: #175292ab;
  z-index: 9;
  color: #fff;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2rem;
  font-size: 0.875rem;
}
@media (max-width: 78.75rem) {
  #container .content #news .new_list {
    display: flex;
    flex-direction: column;
  }
  #container .content #news .new_list .news_one {
    width: 80%;
  }
}
@media (max-width: 78.75rem) {
  #container .content #news {
    top: 0;
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
#container .content .swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 3.125rem;
  overflow: hidden;
}
#container .content .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#container .content .swiper-pagination {
  position: relative;
  bottom: 0;
}
#container .content .swiper-pagination-bullet-active {
  color: #fff;
  width: 0.625rem;
  height: 0.625rem;
  background: #175292;
}
#container .content .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin-bottom: 3rem;
}
@media (max-width: 68.75rem) {
  footer {
    transition: 0.3s;
    display: none;
  }
}
