@charset "UTF-8";
.title .title-text {
  background: #01015e;
  color: #ffffff;
  height: 70px;
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.title .title-text .text {
  font-size: 36px;
  font-weight: 600;
  margin-right: 10px;
  text-align: center;
}

.title .title-text img {
  width: 30px;
  height: auto;
}

.title .title-text .desc {
  font-size: 28px;
  width: 50%;
  text-align: left;
}

.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  min-width: 1200px;
  z-index: 9999;
}

.nav-header .nav-header-content {
  height: 1.2rem;
  padding: 0 40px;
  padding-right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  position: relative;
  z-index: 2;
background: rgb(1, 1, 94);
}

.nav-header .nav-header-content .nav-left {
  display: flex;
  align-items: center;
}

.nav-header .nav-header-content .nav-left a {
  color: #fff;
}

.nav-header .nav-header-content .nav-left .logo {
  width: .6rem;
  height: auto;
  margin-right: .1rem;
}

.nav-header .nav-header-content .nav-left .logo-text {
  font-size: .2rem;
  font-weight: 600;
  display: none;
}

.nav-header .nav-header-content .nav-left .nav-text {
  font-size: .3rem;
  font-weight: 700;
}

.nav-header .nav-header-content .nav-left .name {
  width: 300px;
  height: auto;
}

.nav-header .nav-header-content .nav-right {
  width: 8rem;
}

.nav-header .nav-header-content .nav-right .nav-top-msg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: .3rem;
}

.nav-header .nav-header-content .nav-right .nav-top-msg .nav-serch-box {
  display: flex;
  align-items: center;
}

.nav-header .nav-header-content .nav-right .nav-top-msg .nav-serch-box > img {
  width: 18px;
  height: 18px;
}

.nav-header .nav-header-content .nav-right .nav-top-msg .line {
  width: 1px;
  background: #ffffff;
  height: 20px;
  margin: 0 20px;
}

.nav-header .nav-header-content .nav-right .nav-top-msg .nav-language-box {
  display: flex;
  align-items: center;
}

.nav-header .nav-header-content .nav-right .nav-top-msg .nav-language-box > span {
  margin-right: .3rem;
  cursor: pointer;
  font-size: .15rem;
}

.nav-header .nav-header-content .nav-right .nav-top-msg .nav-language-box .active {
  font-weight: 600;
}

.nav-header .nav-header-content .nav-right .nav-content-item {
  border-top: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 20px;
  box-sizing: border-box;
  font-size: 18px;
}

.nav-header .nav-header-content .nav-right .nav-content-item > img {
  width: 20px;
  cursor: pointer;
}

.nav-header .nav-header-content .nav-right .nav-content-item > span {
  cursor: pointer;
}

.nav-header .nav-header-content .nav-right .nav-content-item .active {
  font-weight: 600;
  text-transform: uppercase;
}

.nav-header .nav-header-content .nav-right .mobile-icon {
  display: none;
}

.nav-header .mobile-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #01015e;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  box-sizing: border-box;
}

.nav-header .mobile-content > span {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
}

.nav-header .details-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0 20px;
  z-index: 99999999;
  background-color: #01015e;
  padding-bottom: 20px;
}

.nav-header .details-menu .nav-left {
  color: #fff;
  display: flex;
  align-items: center;
  height: 120px;
}

.nav-header .details-menu .nav-left .logo {
  width: 62px;
  height: 62px;
  margin-right: 20px;
}

.nav-header .details-menu .nav-left .logo-text {
  font-size: 20px;
  font-weight: 600;
  display: none;
}

.nav-header .details-menu .nav-left .nav-text {
  font-size: 28px;
  font-weight: 700;
}

.nav-header .details-menu .nav-left .name {
  width: 300px;
  height: auto;
}

.nav-header .details-menu .details-menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  margin-top: 30px;
}

.nav-header .details-menu .details-menu-box .details-menu-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.nav-header .details-menu .details-menu-box .details-menu-item > a {
  color: #fff;
}

.nav-header .details-menu .details-menu-box .details-menu-item > a span {
  transition: 0.25s;
  font-weight: bold;
}

.nav-header .details-menu .details-menu-box .details-menu-item > a span:hover {
  font-weight: 600;
}

.nav-header .details-menu .details-menu-box .details-menu-item .active {
  font-weight: 600;
}

.nav-header .details-menu .details-menu-box .details-menu-item .details-menu-children {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.nav-header .details-menu .details-menu-box .details-menu-item .details-menu-children a span {
  color: #e7e7e7;
  padding: 0 20px;
  border-right: 1px solid #e7e7e7;
  font-size: 13px;
  transition: 0.25s;
}

.nav-header .details-menu .details-menu-box .details-menu-item .details-menu-children a span:hover {
  font-weight: 600;
}

.nav-header .details-menu .details-menu-box .details-menu-item .details-menu-children a:nth-last-child(1) span {
  border: none;
}

.nav-header .bottom-close {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-header .bottom-close > img {
  width: 20px;
  cursor: pointer;
  transform: rotateZ(180deg);
}

.contact-mask-box {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
}

.contact-mask-box .contact-box {
  width: 890px;
  height: 450px;
  border: 1px solid #ffffff;
  background-color: #01015e;
  padding: 15px;
  box-sizing: border-box;
  padding-top: 0;
}

.contact-mask-box .contact-box .contact-title {
  height: 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  padding-left: 10px;
}

.contact-mask-box .contact-box .contact-title > img {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.contact-mask-box .contact-box .contact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-mask-box .contact-box .contact-content > div {
  width: 50%;
  height: 375px;
}

.contact-mask-box .contact-box .contact-content .left {
  background-color: #ffffff;
  padding: 20px 64px;
}

.contact-mask-box .contact-box .contact-content .left .item-title {
  color: #01015e;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 18px;
}

.contact-mask-box .contact-box .contact-content .left > input {
  height: 30px;
  width: 100%;
  border: 1px solid #01015e;
  outline: none;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
 Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
 sans-serif;
  font-size: 13px;
}

.contact-mask-box .contact-box .contact-content .left > textarea {
  width: 100%;
  height: 100px;
  outline: none;
  border: 1px solid #01015e;
  /* 关键：继承字体设置 */
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
 Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
 sans-serif;
  font-size: 13px;
  line-height: inherit;
}

.contact-mask-box .contact-box .contact-content .left > .item-title:first-child {
  margin-top: 0;
}

.contact-mask-box .contact-box .contact-content .left .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-mask-box .contact-box .contact-content .left .btn-box span {
  width: 120px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #01015e;
  color: #01015e;
  font-size: 14px;
  cursor: pointer;
  margin: 0 10px;
  text-align: center;
}

.contact-mask-box .contact-box .contact-content .left .btn-box .btn {
  background-color: #01015e;
  color: #ffffff;
}

.contact-mask-box .contact-box .contact-content .right {
  border: 1px solid #ffffff;
  padding: 18px 40px;
  box-sizing: border-box;
  color: #ffffff;
}

.contact-mask-box .contact-box .contact-content .right .t-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-mask-box .contact-box .contact-content .right .t-box {
  padding: 0 30px;
  font-size: 14px;
}

.contact-mask-box .contact-box .contact-content .right .t-box .text {
  margin-bottom: 50px;
}

.contact-mask-box .contact-box .contact-content .right .t-box .t {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-mask-box .contact-box .contact-content .right .t-box .d {
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .contact-mask-box .contact-box {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 5px;
  }
  .contact-mask-box .contact-box .contact-content {
    flex-direction: column;
  }
  .contact-mask-box .contact-box .contact-content > div {
    width: 100%;
    padding: 5px !important;
  }
  .contact-mask-box .contact-box .contact-content .left {
    height: auto;
  }
  .contact-mask-box .contact-box .contact-content .left .item-title {
    margin-bottom: 3px;
    margin-top: 5px;
  }
  .contact-mask-box .contact-box .contact-content .right {
    height: auto;
  }
  .contact-mask-box .contact-box .contact-content .right .t-box .text {
    margin-bottom: 20px;
  }
  .nav-header {
    min-width: 200px;
    background: #01015e;
    height: 80px;
  }
  .nav-header .nav-header-content {
    box-sizing: border-box;
    padding: 0 10px;
    height: 80px;
  }
  .nav-header .nav-header-content .nav-left .logo {
    width: 40px;
    height: 40px;
  }
  .nav-header .nav-header-content .nav-left .logo-text {
    display: block;
  }
  .nav-header .nav-header-content .nav-left .nav-text {
    display: none;
  }
  .nav-header .nav-header-content .nav-left .name {
    display: none;
  }
  .nav-header .nav-header-content .nav-right {
    display: flex;
    justify-content: flex-end;
  }
  .nav-header .nav-header-content .nav-right .nav-content-item {
    display: none;
  }
  .nav-header .nav-header-content .nav-right .mobile-icon {
    display: block;
  }
  .nav-header .nav-header-content .nav-right .mobile-icon > img {
    width: 26px;
  }
  .nav-header .details-menu .nav-left .logo-text {
    display: block;
  }
  .nav-header .details-menu .nav-left .nav-text {
    display: none;
  }
  .nav-header .details-menu .nav-left .name {
    display: none;
  }
}

#aboutUs {
  background-color: #f2f2f2;
  padding-top: 120px;
  /* 响应式调整 */
}

#aboutUs .overview {
  margin-bottom: 50px;
}

#aboutUs .overview .overview-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #C4CEF0;
  padding-top: 30px;
  box-sizing: border-box;
}

#aboutUs .overview .overview-content .title {
  position: relative;
  left: -60px;
  background: #01015E;
  color: #ffffff;
  height: 70px;
  width: 340px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
  margin-bottom: 30px;
}

#aboutUs .overview .overview-content .title .text {
  font-size: 36px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

#aboutUs .overview .overview-content .overview-text {
  background-color: #ffffff;
  background-image: url("../images/common/logo-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30% auto;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  right: -30px;
  bottom: -30px;
  min-height: 100px;
}

#aboutUs .history {
  background-image: url("../images/aboutUs/bg.png");
  background-size: auto 100%;
}

#aboutUs .history .history-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

#aboutUs .history .history-content .title {
  font-size: 36px;
  font-weight: 600;
  color: #01015E;
}

#aboutUs .history .history-content .history-scroll-container {
  margin-top: 50px;
  /* 添加容器样式，限制可见区域 */
  position: relative;
  height: 400px;
  /* 根据你的内容调整高度 */
  overflow: hidden;
}

#aboutUs .history .history-content .history-scroll-container .historyswiper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible !important;
  /* 关键：确保swiper-wrapper在正确位置 */
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide {
  width: 33.333% !important;
  /* 强制每个幻灯片占1/3宽度 */
  height: 300px;
  /* 设置固定高度 */
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transform-origin: center center;
  opacity: 0.6;
  /* 关键：设置初始状态 */
  transform: scale(0.85) !important;
  z-index: 1;
  /* 相邻幻灯片的样式 */
  /* 活动卡片的效果 */
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide.swiper-slide-active {
  transform: scale(1.2) !important;
  opacity: 1 !important;
  z-index: 100 !important;
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide.swiper-slide-next, #aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide.swiper-slide-prev {
  transform: scale(0.9) !important;
  opacity: 0.8 !important;
  z-index: 50 !important;
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide .box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide .box .text {
  background-color: #fff;
  padding: 15px;
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide .box .text a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide .box .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide .box .img .time {
  position: absolute;
  left: 0;
  top: 0;
  background: #070763;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  z-index: 2;
  font-family: Arial !important;
  border-bottom-right-radius: 4px;
}

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide.swiper-slide-active .box {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}

@media (max-width: 1200px) {
  #aboutUs .history .history-content .history-scroll-container {
    height: 380px;
  }
  #aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide {
    width: 100% !important;
    height: 280px;
  }
  #aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide .box .img {
    height: 160px;
  }
}

@media (max-width: 768px) {
  #aboutUs .history .history-content .history-scroll-container {
    height: 350px;
  }
  #aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide {
    width: 100% !important;
    /* 在小屏幕上显示2个 */
    height: 260px;
  }
  #aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide .box .img {
    height: 140px;
  }
}

@media (max-width: 576px) {
  #aboutUs .history .history-content .history-scroll-container {
    height: 320px;
  }
  #aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide {
    width: 100% !important;
    /* 在超小屏幕上显示1个 */
    height: 240px;
  }
  #aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide .box .img {
    height: 120px;
  }
}

#aboutUs .declaration {
  margin: 40px 0;
}

#aboutUs .declaration .declaration-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

#aboutUs .declaration .declaration-content .left {
  background-color: #A3BEEB;
  padding: 20px;
  width: 650px;
}

#aboutUs .declaration .declaration-content .left .bg {
  background-color: #ffffff;
  padding: 30px;
}

#aboutUs .declaration .declaration-content .right {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

#aboutUs .declaration .declaration-content .right .title {
  font-size: 36px;
  color: #01015E;
  font-weight: 600;
  margin-bottom: 10px;
}

#aboutUs .declaration .declaration-content .right .desc {
  font-size: 28px;
  color: #4F6790;
  margin-bottom: 20px;
}

#aboutUs .declaration .declaration-content .right > img {
  width: 400px;
  height: auto;
}

#aboutUs .statutes {
  padding: 20px 0;
}

#aboutUs .statutes .statutes-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#aboutUs .statutes .statutes-content .controller-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  display: flex;
  flex-direction: column;
}

#aboutUs .statutes .statutes-content .controller-btn > img {
  width: 22px;
  cursor: pointer;
}

#aboutUs .statutes .statutes-content .left {
  width: 200px;
  height: 550px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #01015E;
  color: #ffffff;
  margin-right: 25px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#aboutUs .statutes .statutes-content .left > img {
  width: 20px;
  transform: rotate(270deg);
  margin-top: 20px;
}

#aboutUs .statutes .statutes-content .left .title {
  font-size: 30px;
  font-weight: 600;
  width: calc(100% - 20px);
}

#aboutUs .statutes .statutes-content .left .desc {
  font-size: 28px;
}

#aboutUs .statutes .statutes-content .right {
  width: calc(100% - 225px);
  height: 550px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 30px;
}

#aboutUs .statutes .statutes-content .right .introduce {
  width: calc(100% - 400px);
}

#aboutUs .statutes .statutes-content .right .introduce .title {
  font-size: 36px;
  font-weight: 600;
  color: #01015E;
}

#aboutUs .statutes .statutes-content .right .introduce .desc {
  font-size: 28px;
  color: #01015E;
}

#aboutUs .statutes .statutes-content .right .introduce .text {
  font-size: 14px;
  color: #666666;
}

#aboutUs .statutes .statutes-content .right .box {
  width: 390px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#aboutUs .statutes .statutes-content .right .box > .item {
  width: 190px;
  height: 235px;
  background-color: #3F9EEF;
  color: #ffffff;
  padding: 60px 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#aboutUs .statutes .statutes-content .right .box > .item .title {
  font-size: 24px;
  font-weight: 600;
}

#aboutUs .statutes .statutes-content .right .box > .item .desc {
  font-size: 14px;
}

#aboutUs .statutes .statutes-content .right .box > .item-orange {
  background-color: #EF8543;
}

#aboutUs .statutes .statutes-content .page {
  background-color: #ffffff;
  height: 550px;
  width: calc(100% - 220px);
  padding: 20px;
}

#aboutUs .statutes .statutes-content .page > .title {
  font-size: 35px;
  font-weight: 600;
  color: #01015E;
  margin-bottom: 20px;
}

#aboutUs .statutes .statutes-content .page > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#aboutUs .statutes .statutes-content .page > .top > .item {
  width: 190px;
  height: 60px;
  background-color: #3F9EEF;
  color: #ffffff;
  padding: 0 14px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

#aboutUs .statutes .statutes-content .page > .top > .item .t {
  font-size: 12px;
  opacity: 0.8;
}

#aboutUs .statutes .statutes-content .page > .top > .item .c {
  line-height: 16px;
  text-align: center;
}

#aboutUs .statutes .statutes-content .page > .top .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #01015E;
}

#aboutUs .statutes .statutes-content .page > .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 40px;
}

#aboutUs .statutes .statutes-content .page > .bottom > .item {
  width: 320px;
  height: 50px;
  background-color: #EF8543;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#aboutUs .statutes .statutes-content .page > .bottom > .item .t {
  width: 100px;
  font-size: 12px;
  opacity: 0.8;
  text-align: center;
}

#aboutUs .statutes .statutes-content .page > .bottom > .item .c {
  width: calc(100% - 100px);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

#aboutUs .statutes .statutes-content .page > .bottom > .item:last-child {
  margin: 0;
}

#aboutUs .statutes .statutes-content .page > .bottom .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #01015E;
}

#aboutUs .statutes .statutes-content .page > .bottom .dotted-line {
  position: absolute;
  left: 10px;
  top: 100px;
  width: calc(100% - 20px);
  height: calc(100% - 90px);
  border: 2px dashed #EF8543;
  color: #EF8543;
}

#aboutUs .statutes .statutes-content .page > .bottom .dotted-line > span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  font-weight: 600;
}

#aboutUs > .title {
  margin: 40px 50px;
  margin-left: 325px;
}

#aboutUs > .title .title-text {
  background: #01015E;
  color: #ffffff;
  height: 70px;
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#aboutUs > .title .title-text .text {
  font-size: 36px;
  font-weight: 600;
  margin-right: 10px;
  text-align: center;
}

#aboutUs > .title .title-text > img {
  width: 30px;
  height: auto;
}

#aboutUs .members-conetnt {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#aboutUs .members-conetnt .members-desc {
  font-size: 16px;
  color: #666666;
  margin: 30px auto;
  max-width: 1200px;
}

#aboutUs .members-conetnt .member-logo-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0;
}

#aboutUs .members-conetnt .member-logo-content .member-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 110px;
  cursor: pointer;
  transition: 0.25s;
}

#aboutUs .members-conetnt .member-logo-content .member-item img {
  height: 100%;
  width: auto;
}

#aboutUs .members-conetnt .member-logo-content .member-item:hover {
  transform: scale(1.1);
  background-color: #ffffff;
}

#aboutUs .members-conetnt .member-logo-content .member-item-bg {
  background-color: #ffffff;
}

#aboutUs .membership {
  color: #ffffff;
  padding-top: 42px;
  padding-bottom: 125px;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  background: #01015E;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#aboutUs .membership .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}

#aboutUs .membership .desc {
  font-size: 28px;
  margin-bottom: 50px;
}

#aboutUs .membership .text {
  font-size: 14px;
  width: 100%;
  max-width: 900px;
  margin-bottom: 50px;
}

#aboutUs .membership .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#aboutUs .membership .btn span {
  background: #4B21FF;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
  transition: 0.25s;
  color: #fff;
}

#aboutUs .membership .btn > span:hover {
  transform: scale(1.05);
}

@media (max-width: 1200px) {




  #aboutUs {
    padding-top:0;
  }
  #aboutUs .overview .overview-content {
    max-width: 100%;
  }
  #aboutUs .overview .overview-content .title {
    height: auto;
    width: 180px;
    left: 0;
  }
  #aboutUs .overview .overview-content .title .text {
    font-size: 26px;
  }
  #aboutUs .overview .overview-content .title .desc {
    font-size: 16px;
  }
  #aboutUs .overview .overview-content .overview-text {
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 14px;
  }
  #aboutUs .history .history-content {
    max-width: 100%;
    padding: 20px 0;
  }
  #aboutUs .history .history-content .title {
    font-size: 20px;
  }
  #aboutUs .declaration {
    margin: 17px 0;
  }
  #aboutUs .declaration .declaration-content {
    max-width: 100%;
  }
  #aboutUs .declaration .declaration-content .left {
    width: 100%;
    padding: 10px;
  }
  #aboutUs .declaration .declaration-content .left .bg {
    padding: 10px;
    font-size: 14px;
    padding-top: 50px;
  }
  #aboutUs .declaration .declaration-content .right {
    width: 100%;
    text-align: center;
  }
  #aboutUs .declaration .declaration-content .right .title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  #aboutUs .declaration .declaration-content .right .desc {
    font-size: 16px;
  }
  #aboutUs .declaration .declaration-content .right > img {
    display: none;
  }
  #aboutUs .statutes .statutes-content {
    max-width: 100%;
  }
  #aboutUs .statutes .statutes-content .left {
    margin-right: 0;
    padding: 5px;
    width: 80px;
    display: flex;
  }
  #aboutUs .statutes .statutes-content .left .title {
    font-size: 15px;
  }
  #aboutUs .statutes .statutes-content .left > img {
    width: 15px;
    transform: rotate(270deg);
    margin-top: 6px;
  }
  #aboutUs .statutes .statutes-content .left .desc {
    font-size: 18px;
  }
  #aboutUs .statutes .statutes-content .right {
    width: calc(100% - 80px);
    flex-direction: column;
    padding: 10px;
  }
  #aboutUs .statutes .statutes-content .right .introduce {
    width: 100%;
  }
  #aboutUs .statutes .statutes-content .right .introduce .title {
    font-size: 20px;
  }
  #aboutUs .statutes .statutes-content .right .introduce .desc {
    font-size: 16px;
  }
  #aboutUs .statutes .statutes-content .right .introduce .text {
    font-size: 13px;
  }
  #aboutUs .statutes .statutes-content .right .box {
    width: 100%;
  }
  #aboutUs .statutes .statutes-content .right .box .item {
    width: calc(50% - 5px);
    height: 150px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #aboutUs .statutes .statutes-content .right .box .item .title {
    font-size: 16px;
  }
  #aboutUs .statutes .statutes-content .right .box .item .desc {
    font-size: 14px;
  }
  #aboutUs .statutes .statutes-content .page {
    width: calc(100% - 80px);
    padding: 10px 5px;
  }
  #aboutUs .statutes .statutes-content .page .title {
    font-size: 19px;
    margin-bottom: 40px;
  }
  #aboutUs .statutes .statutes-content .page .top .item {
    width: 33%;
    padding: 0;
    height: 70px;
  }
  #aboutUs .statutes .statutes-content .page .top .item .t {
    font-size: 10px;
  }
  #aboutUs .statutes .statutes-content .page .top .item .c {
    font-size: 12px;
    line-height: 13px;
  }
  #aboutUs .statutes .statutes-content .page .bottom .dotted-line {
    top: 91px;
    height: calc(100% - 57px);
    width: calc(100% + 4px);
    left: -2px;
  }
  #aboutUs .statutes .statutes-content .page .bottom .dotted-line > span {
    bottom: 0;
    top: auto;
    font-size: 15px;
  }
  #aboutUs .statutes .statutes-content .page .bottom .item {
    height: 40px;
    width: 95%;
  }
  #aboutUs .statutes .statutes-content .page .bottom .item .t {
    font-size: 10px;
  }
  #aboutUs .statutes .statutes-content .page .bottom .item .c {
    font-size: 12px;
  }
  #aboutUs .statutes .statutes-content .controller-btn {
    top: 10px;
  }
  #aboutUs > .title {
    margin: 10px 0;
  }
  #aboutUs > .title .title-text {
    height: auto;
    width: 150px;
  }
  #aboutUs > .title .title-text .text {
    font-size: 16px;
  }
  #aboutUs > .title .title-text > img {
    width: 20px;
    height: auto;
  }
  #aboutUs > .title .title-text .desc {
    font-size: 14px;
  }
  #aboutUs .members-conetnt .members-desc {
    margin: 10px auto;
    font-size: 12px;
  }
  #aboutUs .members-conetnt .member-logo-content .member-item {
    width: 100px;
    height: 70px;
  }
  #aboutUs .membership .btn > span {
    border-radius: 5px;
    margin: 0 20px;
  }

#aboutUs .history .history-content .history-scroll-container .historyswiper .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
    z-index: 100 !important;
}
    #aboutUs .history .history-content {
        max-width: 100%;
        padding: 20px 5px;
    }

#aboutUs .statutes {
    padding: 20px 10px;
}
#aboutUs .members-conetnt {

    padding: 0px 10px;
}

#aboutUs .membership .text {
    font-size: 16px;
    width: 100%;
    max-width: 900px;
    margin-bottom: 50px;
    padding: 0px 30px;
}

    #aboutUs .membership .btn > span {

        font-size: 18px;
    }

    #aboutUs .members-conetnt .members-desc {
        margin: 20px 20px;
        font-size: 16px;
        text-align: justify;
        line-height: 30px;
        text-indent: 34px;
    }
#aboutUs .statutes .statutes-content .left .title {
        font-size: 20px;
    }
    #aboutUs .statutes .statutes-content .left {
        margin-right: 0;
        padding: 5px;
        width: 150px;
        display: flex;
    }
#aboutUs .statutes .statutes-content .right .introduce .text {
          font-size: 16px;
        margin-top: 20px;
        height: 180px;
        overflow: scroll;
    }

    #aboutUs .statutes .statutes-content .right .introduce .title {
        font-size: 24px;
    }

    #aboutUs .overview .overview-content .overview-text {
        padding: 30px;
    }
    #aboutUs .statutes .statutes-content .right .box .item .title {
        font-size: 26px;
    }
    #aboutUs .statutes .statutes-content .right .box .item .desc {
        font-size: 16px;
    }
    #aboutUs .overview .overview-content .title .text {
        font-size: 30px;
    }

.title .title-text {
    height: 60px;

}
.title .title-text .text {
    font-size: 30px;
}
    #aboutUs .statutes .statutes-content .page .top .item .c {
        font-size: 16px;
        line-height: 20px;
    }
    #aboutUs .statutes .statutes-content .page .top .item .t {
        font-size: 14px;
    }
    #aboutUs .statutes .statutes-content .page .bottom .item .t {
        font-size: 16px;
    }
    #aboutUs .statutes .statutes-content .page .bottom .item .c {
        font-size: 16px;
    }
    #aboutUs .statutes .statutes-content .page .title {
        font-size: 24px;
        margin-bottom: 40px;
    }




}

.time-text {
  font-size: 16px;
  line-height: 20px;
  height: 70px;
  font-size: 15px;
  padding: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #ffffff;
}

.img-box {
  position: relative;
}

.img-box .time {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #070763;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2px 5px;
  font-size: 23px;
  z-index: 2;
}

#news {
  padding-top: 160px;
  background-color: #f2f2f2;
}

#news .content {
  max-width: 1200px;
  margin: 0 auto;
}

#news .content .new-box .top-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

#news .content .new-box .top-news img {
  width: 800px;
  height: 460px;
}

#news .content .new-box .top-news .img-bg {
  width: 800px;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
}

#news .content .new-box .top-news .text-msg-box {
  width: 330px;
  height: 460px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#news .content .new-box .top-news .text-msg-box .time {
  font-size: 24px;
  color: #333333;
}

#news .content .new-box .top-news .text-msg-box .time .day {
  padding-right: 10px;
}

#news .content .new-box .top-news .text-msg-box .time .year {
  font-size: 14px;
}

#news .content .new-box .top-news .text-msg-box .text-title a {
  font-size: 24px;
  font-weight: 600;
}

#news .content .new-box .top-news .text-msg-box .text-content {
  height: 240px;
  overflow: hidden;
}

#news .content .new-box .top-news .text-msg-box .icon-box {
  display: flex;
  justify-content: flex-end;
}

#news .content .new-box .top-news .text-msg-box .icon-box .right-icon {
  width: 23.5px;
  height: 21px;
}

#news .content .new-box .new-content {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#news .content .new-box .new-content .item {
  width: calc(33.3% - 13.3px);
}

#news .content .new-box .new-content .item .img-bg {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

#news .content .new-box .new-content .item .img-bg img {
  width: 100%;
}

#news .content .new-box .new-content .item .new-text-title {
  margin: 23px 0;
  height: 76.8px;
}

#news .content .new-box .new-content .item .new-text-title a {
  font-size: 24px;
  font-weight: 600;
}

#news .content .new-box .new-content img {
  width: 800px;
 /* height: 345px;*/
}

#news .content .new-box .new-content .img-bg {
  width: 800px;
  height: 345px;
  overflow: hidden;
}

#news .content .new-box .new-content .img-bg img {
  width: 100%;
}

#news .content .new-box .new-content .item-bottom {
  width: calc((100% - 650px) / 2);
  height: 345px;
  display: flex;
  flex-direction: column;
}

#news .content .new-box .new-content .item-bottom .new-text-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#news .content .new-box .new-content .item-bottom .new-desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

#news .content .new-box .new-content .more-news {
  width: calc((100% - 650px) / 2);
  background: #01015e;
  font-size: 14px;
  height: 345px;
  color: #ffffff;
  padding: 15px 20px;
  box-sizing: border-box;
}

#news .content .new-box .new-content .more-news .more-title {
  margin-bottom: 26px;
}

#news .content .new-box .new-content .more-news .more-title a {
  color: #fff;
}

#news .content .new-box .new-content .more-news .view-more {
  text-align: center;
  cursor: pointer;
}

#news .content .new-box .new-content .more-news img {
  cursor: pointer;
  width: auto;
  height: 20px;
}

#news .content .new-box .new-content2 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#news .content .new-box .new-content2 .left-boxnew {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

#news .content .new-box .new-content2 .left-boxnew a {
  display: block;
  width: 100%;
}

#news .content .new-box .new-content2 .left-boxnew a .img-bg {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

#news .content .new-box .new-content2 .left-boxnew a .img-bg img {
  width: 100%;
}

#news .content .new-box .new-content2 .left-boxnew .item-bottom {
  width: 30%;
  height: 345px;
  margin: 0px 30px;
}

#news .content .new-box .new-content2 .left-boxnew .item-bottom .new-text-title {
  margin-bottom: 20px;
}

#news .content .new-box .new-content2 .left-boxnew .item-bottom .new-text-title a {
  font-size: 24px;
  font-weight: 600;
}

#news .content .new-box .new-content2 .left-boxnew .item-bottom .new-desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

#news .content .new-box .new-content2 .more-news {
  width: 20%;
  background: #01015e;
  font-size: 14px;
  height: 345px;
  color: #ffffff;
  padding: 15px 20px;
  box-sizing: border-box;
}

#news .content .new-box .new-content2 .more-news > .more-title {
  margin-bottom: 26px;
}

#news .content .new-box .new-content2 .more-news > .more-title a {
  color: #fff;
}

#news .content .new-box .new-content2 .more-news .view-more {
  text-align: center;
  cursor: pointer;
}

#news .content .new-box .new-content2 .more-news img {
  cursor: pointer;
  width: auto;
  height: 20px;
}

#news .content .stories {
  margin: 50px 0;
  min-height: 500px;
}

#news .content .stories .stories-title {
  display: flex;
  align-items: center;
}

#news .content .stories .stories-title .t {
  font-size: 32px;
  font-weight: bold;
  color: #01015e;
}

#news .content .stories .stories-title .line {
  display: block;
  width: 60%;
  height: 1px;
  background-color: #b6b6b6;
  margin-left: 10px;
}

#news .content .stories .item {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px;
  background-position: center center;
  margin-bottom: 20px;
}

#news .content .stories .item .el-image {
  width: 370px;
  height: 250px;
  overflow: hidden;
}

#news .content .stories .item .el-image img {
  width: 100%;
}

#news .content .stories .item .text {
  width: calc(100% - 510px);
}

#news .content .stories .item .text .text-title {
  margin-bottom: 40px;
}

#news .content .stories .item .text .text-title a {
  font-size: 18px;
  font-weight: 600;
}

#news .content .stories .item .text .text-desc {
  font-size: 14px;
}

#news .content .stories .item .text2 {
  width: calc(100% - 200px);
}

#news .content .stories .item .text2 .text-title {
  margin-bottom: 40px;
}

#news .content .stories .item .text2 .text-title a {
  font-size: 18px;
  font-weight: 600;
}

#news .content .stories .item .text2 .text-desc {
  font-size: 14px;
}

#news .content .stories .item .time {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

#news .content .stories .item .time .top-time {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  color: #01015e;
  font-weight: 600;
}

#news .content .stories .item .time img {
  width: 23px;
  height: 20px;
}

#news .content .stories .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #444444;
  margin: 20px 0;
}

#news .content .stories .more .more-text {
  text-decoration-line: underline;
  cursor: pointer;
}

#news .media-bigbox {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 50px;
}

#news .media-bigbox .media-box {
  width: 1200px;
  margin: 0 auto;
}

#news .media-bigbox .media-box .title {
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  top: -40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 70px;
  background: #01015e;
  color: #ffffff;
}

#news .media-bigbox .media-box .title .t {
  font-size: 30px;
  font-weight: 600;
}

#news .media-bigbox .media-box .title .d {
  font-size: 28px;
}

#news .media-bigbox .media-box .filter-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#news .media-bigbox .media-box .filter-box span {
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

#news .media-bigbox .media-box .filter-box .active {
  background: #01015e;
  color: #ffffff;
}

#news .media-bigbox .media-box .box {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

#news .media-bigbox .media-box .box .item {
  margin: 10px;
  font-size: 14px;
  width: 370px;
  cursor: pointer;
min-height: 300px;
}

#news .media-bigbox .media-box .box .item .img-bg {
  width: 370px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
}

#news .media-bigbox .media-box .box .item .img-bg .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 34px;
  height: 24px;
  z-index: 2;
}

#news .media-bigbox .media-box .box .item .img-bg .icon-play {
  right: 50%;
  bottom: 50%;
  width: 40px;
  height: 40px;
  transform: translate(50%, 50%);
}

#news .media-bigbox .media-box .box .item .img-bg .el-image {
  transition: 0.35s;
}

#news .media-bigbox .media-box .box .item .img-bg > .el-image:hover {
  transform: scale(1.1);
}

#news .media-bigbox .media-box .box .item > p {
  margin-top: 8px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#news .media-bigbox .media-box .box .item .img-bg1 {
  background-image: url("../images/events/3.png");
}

#news .media-bigbox .media-box .box .item .img-bg2 {
  background-image: url("../images/aboutUs/banner1.jpg");
}

#news .media-bigbox .media-box .box .item .img-bg3 {
  background-image: url("../images/new/m1.jpg");
}

#news .media-bigbox .media-box .box .item .img-bg4 {
  background-image: url("../images/new/m2.jpg");
}

#news .media-bigbox .media-box .box .item .img-bg5 {
  background-image: url("../images/new/m3.jpg");
}

#news .media-bigbox .media-box .box .item .img-bg6 {
  background-image: url("../images/new/m4.jpg");
}

#news .video-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

#news .video-container .video-single {
  width: 100%;
  max-width: 800px;
}

#news .video-container .video-single > video {
  width: 100%;
}

#news .video-container .video-list {
  width: 100%;
  margin-top: 90px;
  max-width: 500px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 8px;
}

#news .video-container .video-item {
  margin-bottom: 20px;
}

#news .video-container .video-item > video {
  width: 500px;
}

#news .video-container .video-item:last-child {
  margin-bottom: 0;
}

.img-mask {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.img-mask .img-box {
  padding: 10px;
  width: 90%;
  max-width: 900px;
  height: 700px;
  border-radius: 10px;
  overflow: hidden;
}

.img-mask .img-box > div {
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
}

@media (max-width: 1200px) {
  #news {
    padding-top: 0px;
  }
  #news .content {
    padding: 0 20px;
  }
  #news .content .new-box .top-news {
display: block;
  }
  #news .content .new-box .top-news .img-bg {
    width: 100%;
    height: 200px;
  }
  #news .content .new-box .top-news .text-msg-box {
    margin: 0;
    height: auto;
    width: 100%;
    padding: 0 5px;
  }
  #news .content .new-box .top-news .text-msg-box .text-title {
    font-size: 16px;
  }
  #news .content .new-box .top-news .text-msg-box .text-content {
    font-size: 13px;
  }
  #news .content .new-box .top-news .text-msg-box .icon-box {
    display: none;
  }
  #news .content .new-box .top-news .text-msg-box .text-content {
        font-size: 16px;
        margin-top: 20px;
        line-height: 30px;
        height: 150px;
        overflow: hidden;
  }
  #news .content .new-box .new-content {

        display: none;
  }
  #news .content .new-box .new-content .item {
    width: calc(33.3% - 3px);
  }
  #news .content .new-box .new-content .item .img-bg {
    height: 100px;
  }
  #news .content .new-box .new-content .item .new-text-title {
    font-size: 13px;
    margin: 5px 0;
    height: 43px;
  }
  #news .content .new-box .new-content .item .new-desc {
    font-size: 11px;
  }
  #news .content .new-box .new-content2 {
           display: block;
  }
  #news .content .new-box .new-content2 .left-boxnew {
display: block;
        width: 100%;
  }
#news .content .new-box .new-content2 .left-boxnew .img-bg {
        width: 100% !important;
        height: auto !important;
    }
#news .content .new-box .new-content2 .more-news > .more-title a {
    color: #fff;
    font-size: 16px;
}
#news .content .new-box .new-content2 .more-news .view-more {

    color: #fff;
}
  #news .content .new-box .new-content2 .left-boxnew .item-bottom {
        width: 100%;
        margin: 30px 0px;
        font-size: 16px;
        line-height: 30px;
        height: 180px;
        overflow: hidden;
        text-align: justify;
  }
  #news .content .new-box .new-content2 .left-boxnew .item-bottom .new-text-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #news .content .new-box .new-content2 .left-boxnew .item-bottom .new-desc {
    font-size: 13px;
    line-height: 17px;
  }
  #news .content .new-box .new-content2 .more-news {
    height: auto;
    width: 100%;
    text-align: center;
  }
  #news .content .new-box .new-content2 .more-news .more-title {
    text-align: center;
  }
  #news .content .new-box .new-content2 .more-news > img {
    margin: 0 auto;
  }
  #news .content .stories .stories-title {
    display: flex;
    align-items: center;
  }
  #news .content .stories .stories-title .t {
    font-size: 32px;
    font-weight: bold;
    color: #01015e;
  }
  #news .content .stories .stories-title .line {
    display: block;
    width: 60%;
    height: 1px;
    background-color: #b6b6b6;
    margin-left: 10px;
  }
  #news .content .stories .item {
    padding: 10px;
display: block;
  }
  #news .content .stories .item .el-image {
width: 100% !important;
        height: 200px !important;
        overflow: hidden;
  }
  #news .content .stories .item > .text {
        width: 100%;
        margin: 20px 0px;
font-size: 18px;
  }
  #news .content .stories .item > .text .text-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #news .content .stories .item > .text .text-desc {
    font-size: 12px;
  }
  #news .content .stories .item > .time {
    display: none;
  }
  #news .content .stories .item > .time .top-time {
    font-size: 13px;
  }
#news .content .stories .item .text2 {
    width: 100%;
}
#news .content .stories .item .text2 .text-title {
    margin-bottom: 20px;
}

#news .media-bigbox .media-box {
    width: 100%;
    margin: 0 auto;
padding: 20px;
}

#news .media-bigbox .media-box .box {
    width: 100%;
    justify-content: space-between;
}
#news .media-bigbox .media-box .box .item {
    /* margin: 10px; */
    font-size: 14px;
    width: 45%;
    cursor: pointer;
    margin-right: 30px;
}

#news .media-bigbox .media-box .filter-box span {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    font-size: 18px;
}
}

@media (max-width: 840px) {

#news .media-bigbox .media-box .box {
    width: 100%;

}
#news .media-bigbox .media-box .box .item {
 
        font-size: 18px;
        width: 100%;

}

#news .media-bigbox .media-box .box .item .img-bg {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transition: 0.35s;
}

}

.img-box img {
  width: 100%;
}

#operate {
  background-color: #f2f2f2;
  padding-top: 130px;
}

#operate .content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: calc(100vh - 200px);
}

#operate .content .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

#operate .content .title .t {
  font-size: 36px;
  font-weight: 600;
  margin-right: 20px;
}

#operate .content .title .d {
  font-size: 28px;
  color: #666666;
}

#operate .content .title .line {
  height: 1px;
  width: calc(100% - 400px);
  background-color: #cccccc;
}

#operate .content .item-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#operate .content .item-box .item {
  width: calc(32% - 17px);
  margin: 0 12px;
  margin-bottom: 20px;
}

#operate .content .item-box .item .item-bg {
  width: 100%;
  background-color: #ffffff;
}

#operate .content .item-box .item .item-bg .el-image {
  height: 150px;
  overflow: hidden;
}

#operate .content .item-box .item .item-bg .el-image img {
  width: 100%;
  height: auto;
}

#operate .content .item-box .item .item-bg .tips-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

#operate .content .item-box .item .item-bg .tips-box .tips {
  padding: 3px 40px;
  background-color: #5656E0;
  color: #ffffff;
  font-size: 14px;
}

#operate .content .item-box .item .item-bg .time {
  text-align: center;
  font-size: 14px;
  color: #666666;
}

#operate .content .item-box .item .item-bg .time .address {
  font-weight: 600;
  font-size: 15px;
  color: #333333;
}

#operate .content .item-box .item .item-bg .center-text a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

#operate .content .item-box .item .line {
  margin-top: 5px;
  height: 3px;
  width: 100%;
  background: #01015E;
}

@media (max-width: 1200px) {
  #operate {
    padding-top: 0px;
  }
  #operate .content {
    max-width: 100%;
    padding: 0 20px;
  }
  #operate .content .title {
    margin: 10px 0;
    height: auto;
    height: 60px;
    width: 200px;
  }
  #operate .content .title .t {
    font-size: 26px;
  }
  #operate .content .title .d {
    font-size: 14px;
  }
  #operate .content .item-box .item {
    width: calc(50% - 6px);
    margin: 20px 3px;
  }
operate .content .item-box {
    justify-content: space-between;
}
  #operate .content .item-box .item .item-bg .el-image {
    height: 150px;
  }
  #operate .content .item-box .item .item-bg .center-text {
    height: 70px;
    font-size: 15px;
  }

#operate .content .item-box .item .item-bg .center-text a {
    height: auto;
}



}

#researches {
  background-color: #f2f2f2;
  padding-top: 120px;
  background-size: 100% auto;
  background-position: center center;
  background-attachment: fixed;
  min-height: 100vh;
}

#researches .content-subsidise {
  width: 100%;
  max-width: 1200px;
  min-height: calc(100vh - 120px);
  padding: 65px 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 200px auto, auto 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#researches .content-subsidise > .top {
  width: 100%;
  min-height: 300px;
  background-color: #ffffff;
  padding: 20px 50px;
  margin-bottom: 20px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#researches .content-subsidise > .top .top-msg {
  width: 50%;
}

#researches .content-subsidise > .top .top-msg .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

#researches .content-subsidise > .top .top-msg .desc-box {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

#researches .content-subsidise > .top .top-msg .desc-box .desc {
  font-size: 14px;
  color: #666666;
  max-width: 400px;
}

#researches .content-subsidise > .top .top-msg .btn {
  background: #eda333;
  padding: 7px 25px;
}

#researches .content-subsidise > .top .top-msg .btn a {
  color: #ffffff;
}

#researches .content-subsidise > .top .top-right {
  width: 50%;
  height: 260px;
  background-color: #a3beeb;
  position: relative;
  padding: 10px;
}

#researches .content-subsidise > .top .top-right > .item {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  background-color: #ffffff;
  margin-bottom: 5px;
  justify-content: space-between;
  cursor: pointer;
}

#researches .content-subsidise > .top .top-right > .item a {
  height: 100%;
  line-height: 40px;
  width: calc(100% - 13px);
  font-size: 14px;
  font-weight: 600;
}

#researches .content-subsidise > .top .top-right > .item > img {
  width: 8px;
}

#researches .content-subsidise > .top .top-right > .item:hover {
  background-color: #ececec;
}

#researches .content-subsidise > .top .top-right .not {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
}

#researches .content-subsidise > .top .top-right .more {
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #01015e;
  text-decoration: underline;
  height: 25px;
}

#researches .content-subsidise > .top .top-right .more > p {
  cursor: pointer;
}

#researches .mask-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#researches .mask-box .fundingInformation {
  padding: 10px 0;
  width: 100%;
  max-width: 450px;
  background: #ffffff;
  position: relative;
  padding-top: 30px;
}

#researches .mask-box .fundingInformation .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.25s;
}

#researches .mask-box .fundingInformation .close > img {
  width: 20px;
}

#researches .mask-box .fundingInformation .close :hover {
  background-color: #f4f4f4;
}

#researches .mask-box .fundingInformation .fundingInformationBox {
  height: 350px;
  overflow: auto;
}

#researches .mask-box .fundingInformation .fundingInformationBox .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 10px;
  cursor: pointer;
}

#researches .mask-box .fundingInformation .fundingInformationBox .item span {
  width: 200px;
}

#researches .mask-box .fundingInformation .fundingInformationBox .item img {
  width: 7px;
}

#researches .mask-box .fundingInformation .fundingInformationBox .item:hover {
  background-color: #ebebeb;
}

#researches .bg-content {
  background-image: url("../images/researches/reaserch-bg.png");
  padding: 80px 0;
}

#researches .content {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  min-height: calc(100% - 200px);
}

#researches .content .title-box {
  display: flex;
}

#researches .content .title-box .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: 0.25s;
}

#researches .content .title-box .title > img {
  width: 30px;
  margin-left: 10px;
}

#researches .content .title-box .title:hover {
  border-color: #ffffff;
  box-shadow: 0 0 10px #ffffff;
}

#researches .content .desc {
  font-size: 12px;
  color: #ffffff;
}

#researches .content .box {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

#researches .content .box .box-left .img-left-box {
  position: relative;
}

#researches .content .box .box-left .img-left-box .btn {
  padding: 0 20px;
  background-color: #01015e;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #ffffff;
  transition: 0.25s;
}

#researches .content .box .box-left .img-left-box .btn:hover {
  box-shadow: 0 0 10px #ffffff;
}

#researches .content .box .box-left .img-left-box img {
  width: 770px;
  max-width: 100%;
  height: 390px;
  height: auto;
}

#researches .content .box .box-right {
  width: 380px;
  height: 500px;
  overflow-y: auto;
}

#researches .content .box .box-right .item {
  height: 45px;
  width: 360px;
  background-color: #ffffff;
  margin-bottom: 6px;
  padding: 0 19px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: 0.35s;
  cursor: pointer;
  line-height: 20px;
}

#researches .content .box .box-right .item a {
  font-size: 18px;
  color: #01015e;
  font-weight: 600;
}

#researches .content .box .box-right .active {
  height: 80px;
  font-weight: 700;
}

#researches .content .box .box-left {
  display: none;
}

@media (max-width: 1200px) {
  #researches {
    padding-top:0px;
    background-size: auto 100%;
  }
  #researches .content-subsidise {
    max-width: 100%;
    padding: 20px 10px;
    min-height: calc(100vh - 118px);
  }
  #researches .content-subsidise .top {
    padding: 20px 20px;
    flex-direction: column;
    height: auto;
  }
  #researches .content-subsidise .top .top-msg {
    width: 100%;
  }
  #researches .content-subsidise .top .top-right {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  #researches .content-subsidise .bottom {
    padding: 20px 20px;
  }
  #researches .content-subsidise > div {
    min-height: 200px !important;
  }
  #researches .content-subsidise > div > .title {
    font-size: 25px !important;
  }
  #researches .content {
    max-width: 100%;
    padding: 20px;
    min-height: calc(100vh - 118px);
    font-size: 18px;
  }
  #researches .content .box {

display: block;
  }
  #researches .content .box > img {
    width: 100%;
    height: 200px;
  }
  #researches .content .box .box-right {
        width: 100%;
        margin-top: 20px;
height: 500px;
    overflow-y: visible;
   
  }
  #researches .content .box .box-left {
    display: block;
    height: auto;
    width: 100%;
  }
  #researches .content .box .box-left .item {
    width: 100%;
    height: 30px;
    margin-bottom: 3px;
    font-size: 15px;
  }
  #researches .content .box .box-left .active {
    height: 40px;
  }

#researches .content-subsidise > .top .top-msg .desc-box .desc {
    font-size: 18px;
    color: #666666;
    max-width: 100%;
}
.img-box .el-image {
    width: 100% !important;
    height: auto !important;
}
#researches .content-subsidise > .top .top-right > .item a {

    font-size: 16px;
   
}
#researches .content .box .box-right .item {
      height: 55px;
    width: 100%;
}
#researches .content .box .box-left .img-left-box img {
    width: 100%;
    max-width: 100%;
    height: 390px;
    height: auto;
}
#researches .content .box .box-right .active {
    height: 100px !important;
    font-weight: 700;
}


}

#putOut {
  padding-top: 120px;
}

#putOut .content {
  padding: 50px 0;
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
}

#putOut .content .title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 40px;
}

#putOut .content .title .title-box {
  width: 344px;
  height: 71px;
  background: #01015e;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  color: #ffffff;
}

#putOut .content .title .title-box .t {
  font-size: 36px;
  font-weight: 600;
  margin-right: 20px;
}

#putOut .content .title .title-box .d {
  font-size: 28px;
}

#putOut .content .book-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#putOut .content .book-top .left {
  width: 675px;
  padding: 50px;
  height: 445px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

#putOut .content .book-top .left > img {
  width: 234px;
  height: auto;
  border: 1px solid #e6e6e6;
}

#putOut .content .book-top .left .book-msg {
  color: #444444;
  width: 300px;
}

#putOut .content .book-top .left .book-msg .book-title{
margin-bottom: 20px;
}

#putOut .content .book-top .left .book-msg .book-title a {
  font-size: 20px;
  font-weight: 600;
}

#putOut .content .book-top .left .book-msg .author {
  font-size: 18px;
}

#putOut .content .book-top .left .book-msg .publishingHouse {
  font-size: 14px;
}

#putOut .content .book-top .left .book-msg .introduction {
  font-size: 18px;
  margin-top: 20px;
}

#putOut .content .book-top .left .book-msg .introduction-text {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

#putOut .content .book-top .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 445px;
}

#putOut .content .book-top .right .item {
  border: 1px solid #e6e6e6;
  width: 215px;
  height: 215px;
  padding: 28px;
  overflow: hidden;
  margin-bottom: 15px;
}

#putOut .content .book-top .right .item > img {
  width: 162px;
}

#putOut .content .book-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#putOut .content .book-content .item {
  border: 1px solid #e6e6e6;
  width: 215px;
  height: 215px;
  padding: 28px;
  overflow: hidden;
  margin-bottom: 15px;
}

#putOut .content .book-content .item > img {
  width: 162px;
}

#putOut .content .book-content2 {
  display: none;
}

#putOut .content .reports-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#putOut .content .reports-box .item {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#putOut .content .reports-box .item .el-image {
  width: 230px;
  height: 270px;
  margin-right: 30px;
}

#putOut .content .reports-box .item > img {
  width: 230px;
  height: 270px;
  margin-right: 30px;
}

#putOut .content .reports-box .item .right-text {
  width: calc(100% - 180px);
  height: 270px;
  display: flex;
  flex-direction: column;
  color: #666666;
}

#putOut .content .reports-box .item .right-text .publishingHouse {
  font-size: 14px;
  color: #111111;
}

#putOut .content .reports-box .item .right-text .reports-title {
  margin: 20px 0;
}

#putOut .content .reports-box .item .right-text .reports-title a {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
}

#putOut .content .reports-box .item .right-text .reports-author {
  font-size: 14px;
  color: #111111;
}

#putOut .content .reports-box .item .right-text .introduction {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  #putOut {
    padding-top: 0px;
  }
  #putOut .content {
    max-width: 100%;
    padding: 20px;
  }
  #putOut .content .title {
    margin: 10px 0;
  }
  #putOut .content .title .title-box {
    height: auto;
    width: 150px;
  }
  #putOut .content .title .title-box .t {
            font-size: 26px;
        line-height: 40px;
  }
  #putOut .content .title .title-box .d {
    font-size: 16px;
  }
  #putOut .content .book-top {
 display: block;
  }
  #putOut .content .book-content {
    display: none;
  }
  #putOut .content .book-content2 {
    display: flex;
  }
  #putOut .content .book-content2 .item {
    width: calc(50% - 5px);
  }
  #putOut .content .reports-box .item {
width: 100%;
 
  }
  #putOut .content .reports-box .item .el-image {
    width: 150px;
    height: 200px;
    margin-right: 0;
  }
  #putOut .content .reports-box .item .right-text {
    width: 100%;
    padding: 5px;
    height: 209px;
  }
  #putOut .content .reports-box .item .right-text .reports-title {
    font-size: 16px;
    margin: 10px 0;
  }
  #putOut .content .reports-box .item .right-text .reports-author {
    font-size: 13px;
  }
  #putOut .content .reports-box .item .right-text .introduction {
    font-size: 12px;
display: none;
  }

#putOut .content .book-top .left .book-msg {
    color: #444444;
    width: 60%;
}
#putOut .content .book-top .left {
    width: 100%;
    height: auto;

}

#putOut .content .book-top .left a img {
    width: 80%;
    height: auto;

}

#putOut .content .book-top .right {

    width: 100%;
}
#putOut .content .book-top .right .item {

    width: 50%;
    height: auto;

}



}

.news-details {
  padding-top: 120px;
  background-color: #f2f2f2;
  line-height: 2.2;
}

.news-details .content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 50px;
  padding: 50px 80px;
  box-sizing: border-box;
  color: #222222;
  margin-bottom: 50px;
  min-height: calc(100vh - 307px);
}

.news-details .content .title {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}

.news-details .content .desc {
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
}

.news-details .content .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-details .content .img-box .news-img {
  width: 800px;
  height: auto;
  margin: 0 auto;
}

  .news-details .content .text p,.news-details .content .text span,.news-details .content .text p span{
   font-size: 18px !important;
    text-indent: 36px !important;
    line-height: 36px !important;
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    padding: 10px 0px;
    text-align: justify;
}

  .news-details .content .text p img,.news-details .content .text span img,.news-details .content .text p span img{
display: block;
    width: 80% !important;
    height: auto !important;
    margin: 10px auto !important;
}
  




@media (max-width: 1200px) {
  .news-details {
    padding-top: 0px;
  }
  .news-details .content {
    max-width: 100%;
    margin-top: 0;
   padding: 30px 10px;
  }
    .news-details .content .title {
        font-size: 22px;
        line-height: 32px;
    }

.news-details .content .desc {
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
}

  .news-details .content .text p,.news-details .content .text span,.news-details .content .text p span{
   font-size: 18px !important;
    text-indent: 34px !important;
    line-height: 32px !important;
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    padding: 10px 0px;
    text-align: justify;
}

  .news-details .content .text p img,.news-details .content .text span img,.news-details .content .text p span img{
   display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}
  



}