@font-face {
  font-family: Regular;
  src: url(font/SourceHanSansCN-Regular.otf);
}
html,body{
    font-family: Regular !important;
}
.main {
  /* 公司简介 */
  /* number+ */
  /* Culture */
  /* Course */
  /* Story */
  /* Honor */
  /* Partner */
  /* Story页面 */
  /* Honor页面 */
}
.main .js {
  display: flex;
  align-items: center;
}
.main .js .js_right,
.main .js .js_left {
  flex: 1;
}
.main .js .js_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 30px;
  height: 500px;
  overflow: auto;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.main .js .js_left::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.main .js .js_left::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.main .js .js_left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.main .js .js_left::-webkit-scrollbar-thumb:window-inactive {
  background: var(--themeColor);
}
.main .js .js_right {
  padding-left: 50px;
  position: relative;
}
.main .js .js_right .bg_color {
  width: 50%;
  height: 75%;
  background-color: var(--themeColor);
  border-radius: 5px;
  position: absolute;
  top: -40px;
  right: 0;
}
.main .js .js_right img {
  width: 100%;
  position: relative;
  z-index: 9;
  top: 0;
  right: 40px;
  transition: all 0.3s;
}
.main .nj {
  padding: 4% 0;
  background-image: url(../image/about/3beijing.png);
}
.main .nj ul {
  display: flex;
}
.main .nj ul li {
       padding: 0 5px;
  width: 30%;
  text-align: center;
  position: relative;
}
.main .nj ul li .num_box {
  font-family: D-DINExp;
  color: #fff;
  margin-bottom: 20px;
}
.main .nj ul li .num_box .num {
  font-size: 30px;
  vertical-align: text-top;
}
.main .nj ul li .wa_text {

  font-size: 14px;
  color: #fff;
  text-align: center;
}
.main .nj ul li:not(.last)::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #aaa;
  position: absolute;
  right: 0;
  top: 30%;
}
.main .wh {
  background-image: url(../image/about/4-1qiyewenhua.png);
  padding: 60px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 30% 30% 30%;
}
.main .wh li {
  background-position: bottom right;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
}
.main .wh li h5 {
  font-family: Regular;
  font-size: 18px;
}
.main .wh li p {
  font-size: 14px;
}
.main .wh li:nth-child(1) {
  background-image: url(../image/about/4-2qiyewenhua.png);
  margin-bottom: 40px;
}
.main .wh li:nth-child(2) {
  background-image: url(../image/about/4-3qiyewenhua.png);
  margin-bottom: 40px;
}
.main .wh li:nth-child(3) {
  background-image: url(../image/about/4-4qiyewenhua.png);
  margin-bottom: 40px;
}
.main .wh li:nth-child(4) {
  background-image: url(../image/about/4-5qiyewenhua.png);
}
.main .wh li:nth-child(5) {
  background-image: url(../image/about/4-6qiyewenhua.png);
}
.main .wh li:nth-child(6) {
  background-image: url(../image/about/4-7qiyewenhua.png);
}
.main .lc {
  /* 时间轴 */
}
.main .lc .lc_view {
  display: flex;
  align-items: center;
}
.main .lc .lc_view .view_right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .lc .lc_view .view_right .year {
  font-size: 230px;
  font-family: D-DINExp;
  color: var(--themeColor2);
  opacity: 0.4;
}
.main .lc .lc_view .view_right h3 {
  width: 82%;
  font-family: Regular;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  text-align: center;
}
.main .lc .lc_view .view_right h3.act {
  opacity: 1;
}
.main .lc .lc_view .view_left {
  flex: 1;
  width: 50%;
  background-color: var(--themeColor);
  border-radius: 5px;
  position: relative;
  top: 20px;
  left: 20px;
}
.main .lc .lc_view .view_left .swiper-wrapper {
  position: relative;
  top: -20px;
  left: -20px;
}
.main .lc .lc_view .view_left .swiper-wrapper img {
  width: 100%;
  border-radius: 7px;
}
.main .lc .time_line {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .lc .time_line .btn_prev,
.main .lc .time_line .btn_next {
  cursor: pointer;
}
.main .lc .time_line .btn_prev .iconfont,
.main .lc .time_line .btn_next .iconfont {
  font-size: 33px;
  color: #999;
  transition: all 0.3s;
}
.main .lc .time_line .btn_prev:hover .iconfont,
.main .lc .time_line .btn_next:hover .iconfont {
  color: var(--themeColor);
}
.main .lc .time_line .line_warp {
  width: calc(100% - 90px);
  height: max-content;
  overflow-x: auto;
  overflow-y: hidden;
  /* 设置滚动条的样式 */
}
.main .lc .time_line .line_warp::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.main .lc .time_line .line_warp .line_content {
  display: flex;
  align-items: center;
  width: max-content;
  position: relative;
}
.main .lc .time_line .line_warp .line_content::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.main .lc .time_line .line_warp .line_content .line_item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.main .lc .time_line .line_warp .line_content .line_item .year {
  position: absolute;
  color: #999;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: D-DINExp;
  transition: all 0.3s;
}
.main .lc .time_line .line_warp .line_content .line_item.act:not(.big_item) {
  background-color: var(--themeColor);
  transform: scale(1.4);
}
.main .lc .time_line .line_warp .line_content .line_item.act:not(.big_item) .year {
  font-weight: bold;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item {
  width: 7vw;
  height: 7vw;
  position: relative;
  background-color: transparent;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item .line_main {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--themeColor);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item .line_main .year {
  transform: translateX(0);
  color: #fff;
  position: static;
  font-size: 20px;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item .line_main .text {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item .quan {
  width: 93%;
  height: 93%;
  border: 1px solid var(--themeColor);
  border-radius: 50%;
  position: absolute;
  top: 3%;
  left: 3%;
  opacity: 0;
  transition: all 0.3s;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item .quan span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--themeColor);
  position: absolute;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item .quan span:nth-child(1) {
  top: -4px;
  left: 50%;
  margin-left: -4px;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item .quan span:nth-child(2) {
  top: 80%;
  left: 8%;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item .quan span:nth-child(3) {
  top: 80%;
  right: 8%;
}
.main .lc .time_line .line_warp .line_content .line_item.big_item.act .quan {
  opacity: 1;
}
.main .lc .time_line .line_warp .line_content .line_item .text_data {
  display: none;
}
.main .lc .time_line .line_warp .swiper-slide {
  width: 150px;
  display: flex;
  justify-content: center;
}
.main .lc .time_line .app_line_warp {
  display: none;
  overflow: hidden;
}
.main .lc .time_line .app_line_warp .line_item {
  text-align: center;
  font-weight: bold;
  color: #999;
  font-size: 13px;
}
.main .lc .time_line .app_line_warp .line_item .text_data {
  display: none;
}
.main .lc .time_line .app_line_warp .line_item.act {
  color: var(--themeColor);
}
.main .gs {
  padding: 2% 0;
  background-image: url(../image/about/6pinpaigushi.png);
}
.main .gs .pub_title_box .cn,
.main .gs .pub_title_box .su_title,
.main .gs .pub_title_box .des {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.main .gs .pub_title_box .en {
  color: #aaa;
}
.main .gs > div:last-child {
  text-align: center;
}
.main .gs > div:last-child button {
  border-color: #fff;
  font-size: 14px;
}
.main .gs > div:last-child button:hover {
  border-color: var(--themeColor);
}
.main .gs > div:last-child button a {
  color: #fff;
  font-size: 14px;
}
.main .gs > div:last-child button a span {
  font-family: "黑体";
}
.main .zz {
  display: flex;
}
.main .zz .zz_left {
  flex: 2;
  height: max-content;
  position: relative;
  display: none;
}
.main .zz .zz_left.act {
  display: block;
}
.main .zz .zz_left img {
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.main .zz .zz_left img:not(.zw) {
  position: absolute;
  left: 0;
  top: 0;
}
.main .zz .zz_left img:not(.zw).act {
  opacity: 1;
}
.main .zz .zz_left .btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 9;
}
.main .zz .zz_left .btn .iconfont {
  font-size: 30px;
  color: #ffffffaa;
  transition: all 0.3s;
  cursor: pointer;
}
.main .zz .zz_left .btn .prev {
  margin-left: 10px;
}
.main .zz .zz_left .btn .next {
  margin-right: 10px;
  transform: rotate(180deg);
}
.main .zz .zz_left .btn .prev:hover .iconfont,
.main .zz .zz_left .btn .next:hover .iconfont {
  color: var(--themeColor);
}
.main .zz .zz_left .zz_pages {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
}
.main .zz .zz_left .zz_pages span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.main .zz .zz_left .zz_pages span.act {
  background-color: #fff;
}
.main .zz .zz_right {
  flex: 1.5;
  padding-left: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .zz .zz_right .zz_des {
  border: 1px solid var(--themeColor);
  padding: 50px 30px;
  padding-left: 180px;
  margin-left: -180px;
}
.main .zz .zz_right .zz_des .title {
  font-size: 22px;
  position: relative;
  left: -10px;
  display: none;
}
.main .zz .zz_right .zz_des .title.act {
  display: block;
}
.main .zz .zz_right .zz_des .title::after {
  content: "";
  width: 2.5em;
  height: 2px;
  border-radius: 3px;
  background-color: var(--themeColor);
  position: absolute;
  left: 10px;
  bottom: -15px;
}
.main .zz .zz_right .zz_des p {
  margin: 30px auto;
  display: none;
}
.main .zz .zz_right .zz_des p.act {
  display: block;
}
.main .zz .zz_right .zz_des .link {
  text-align: right;
}
.main .zz .zz_right .zz_des .link a {
  color: var(--themeColor);
  padding-bottom: 5px;
  border-bottom: 2px solid var(--themeColor);
}
.main .hb {
  margin-bottom: 0;
  padding: 2% 0;
  background-image: url(../image/about/6pinpaigushi.png);
}
.main .hb .pub_title_box .cn,
.main .hb .pub_title_box .su_title,
.main .hb .pub_title_box .des {
  color: #fff;
}
.main .hb .pub_title_box .en {
  color: #aaa;
}
.main .hb section {
  width: 1145px;
  max-width: 100%;
  margin: auto;
  max-height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  /*滚动条区域*/
  /*滚动条*/
  /*滚动条外层轨道*/
}
.main .hb section::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.main .hb section::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 5px;
}
.main .hb section::-webkit-scrollbar-track {
  background-color: transparent;
}
.main .hb section img {
  width: 100%;
  height: auto;
  display: block;
}
.main .story p {
     color: #666 !important;
       font-size: 15px;
  letter-spacing: 0.1em !important;
  font-family: Regular !important;
  display: flex;
  justify-content: space-between;
  
    flex-direction: column;
    align-items: center;
}
.main .story p span{
        color: #666 !important;
         font-size: 15px;
    width: 100%;
    text-align: left;
}
.main .story p img {
  max-width: 100% !important;
  height: auto !important;
}
.main .story .img_list {
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  justify-content: space-between;
}
.main .story .img_list img {
  width: 100%;
}
.main .honor {
  padding: 5px 0;
  overflow: hidden;
  /* 按钮，分页，进度 */
}
.main .honor .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  justify-content: space-between;
}
.main .honor .honor_item > div {
  border: 1px solid #ccc;
  width: calc(100% - 23px);
  height: 250px;
  padding: 10px;
  transition: all 0.5s;
}
.main .honor .honor_item > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
}
.main .honor .honor_item p.text {
  color: #333;
  text-align: center;
  margin: 15px auto 30px;
}
.main .honor .honor_item:hover > div {
  transform: translateY(-3px);
  border-color: var(--themeColor);
  box-shadow: 0 1px 2px var(--themeColor);
}
.main .honor .honor_item:hover p.text {
  color: var(--themeColor);
}
.main .honor .honor1_btn,
.main .honor .honor2_btn {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .honor .honor1_btn .iconfont,
.main .honor .honor2_btn .iconfont {
  font-size: 40px;
  color: #dcdddd;
  cursor: pointer;
  transition: all 0.4s;
}
.main .honor .honor1_btn .iconfont:hover,
.main .honor .honor2_btn .iconfont:hover {
  color: var(--themeColor);
}
.main .honor .honor1_btn .pagination,
.main .honor .honor2_btn .pagination {
  margin-left: 20px;
  flex: 1;
  height: 2px;
  background-color: #dcdddd;
}
.main .honor .honor1_btn .pagination .box,
.main .honor .honor2_btn .pagination .box {
  transition: all 0.7s;
  width: 50%;
  height: 100%;
  background-color: var(--themeColor);
}
@media (max-width: 1450px){
.main .lc .time_line .line_warp .line_content .line_item.big_item .line_main .text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.main .js .js_left {
    flex: 1.5;
    max-height: 330px;
   overflow-y: scroll;
 }
  /* 定义滚动条样式 */
.main .js .js_left::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(240, 240, 240, 1);
}
  
/*定义滚动条轨道 内阴影+圆角*/
.main .js .js_left::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}
  
/*定义滑块 内阴影+圆角*/
.main .js .js_left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: var(--themeColor);
}

}
/* 响应式 */
@media (max-width: 1250px) {
  .main .js .js_left {
    flex: 1;
  }
  .main .hb section {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1150px) {
  .main .wh {
    grid-template-columns: 48% 48%;
    padding: 40px 40px 0;
  }
  .main .wh li {
    margin-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .main .js .js_left {
    flex: 1.5;
  }
}
@media (max-width: 980px) {
  .main .js {
    flex-wrap: wrap;
  }
  .main .js .js_right,
  .main .js .js_left {
    flex: auto;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .bg_color {
    display: none;
  }
  .main .js .js_right img {
    position: static;
  }
  .main .lc .lc_view .view_right .year {
    font-size: 20vw;
  }
  .main .lc .lc_view .view_right h3 {
    font-size: 3vw;
  }
  .main .zz .zz_right .zz_des .title {
    font-size: 20px;
  }
  .main .zz .zz_right .zz_des {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main .honor .swiper-slide {
    grid-template-columns: repeat(2, 48%);
  }
}
@media (max-width: 880px) {
  .main .zz {
    flex-wrap: wrap-reverse;
  }
  .main .zz .zz_right,
  .main .zz .zz_left {
    flex: auto;
  }
  .main .zz .zz_right {
    padding: 0 0 20px;
  }
  .main .zz .zz_right .zz_des {
    margin: 0;
    padding: 30px;
  }
  .main .zz .zz_right .zz_des p {
    margin-bottom: 0px;
  }
}
@media (max-width: 770px) {
  .main .wh {
    padding: 30px 30px 0;
    grid-template-columns: 100%;
  }
  .main .wh li {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .main .nj ul li .num_box {
    margin-bottom: 10px;
  }
  .main .nj ul li .wa_text {
    font-size: 12px;
  }
  .main .lc .lc_view .view_left img {
    top: -10px;
    left: -10px;
  }
  .main .lc .lc_view {
    flex-wrap: wrap;
  }
  .main .lc .lc_view .view_left,
  .main .lc .lc_view .view_right {
    flex: none;
    width: 100%;
  }
  .main .lc .lc_view .view_left .swiper-wrapper,
  .main .lc .lc_view .view_left,
  .main .lc .lc_view .view_left img {
    top: 0;
    left: 0;
  }
  .main .lc .time_line {
    margin-top: 0;
  }
  .line_warp {
    display: none;
  }
  .main .lc .time_line .app_line_warp {
    display: flex;
  }
  .main .gs > div:last-child button {
    padding: 7px 20px;
  }
  .main .gs > div:last-child button a {
    font-size: 12px;
  }
  .main .hb section {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .main .hb section > div {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: space-between;
  }
  .main .hb section > div img {
    width: calc(100% - 10px);
  }
}
@media (max-width: 540px) {
  .main .nj ul {
    flex-wrap: wrap;
  }
  .main .nj ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .main .nj ul li:not(.last)::after {
    width: 0;
  }
  .main .nj ul li .wa_text {
    text-align: left;
    width: 77%;
  }
  .main .nj ul li .num_box {
    margin-bottom: 0;
    margin-right: 20px;
    text-align: right;
    width: 22%;
  }
  .main .honor .swiper-slide {
    justify-content: space-around;
  }
  .main .honor .swiper-slide .honor_item p.text {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .zz_right .su_menu_list {
    justify-content: center;
  }
}
