@import url(../../css/common.css);
.pageAdvertisement {
  overflow: hidden;
  height: 548px;
}

.pageAdvertisement .textCont {
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  color: #fff;
  z-index: 3;
  padding: 15px 0;
}

.pageAdvertisement .textCont h3 {
  transition: all 0.5s;
}

.pageAdvertisement .tckBg {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
}

.introBox {
  padding-top: 70px;
}

.introBox .pageTitle {
  margin-bottom: 40px;
}

.introBox p {
  margin-top: 20px;
  color: var(--weak-text-color);
  line-height: 1.5;
}

.introBox p.title {
  font-weight: 600;
  color: var(--text-color);
}

.visionMission {
  padding-top: 50px;
}

.visionMission ul {
  display: flex;
}

.visionMission li {
  flex: 1;
  overflow: hidden;
  background: var(--grey-bg);
  margin-right: 16px;
  padding: 84px 90px;
}

.visionMission li:nth-last-of-type(1) {
  margin-right: 0;
}

.visionMission li:hover .title span:before {
  width: 6px;
  height: 6px;
  transition: all 0.2s;
}

.visionMission li:hover .title span:after {
  width: 12px;
  height: 12px;
  transition: all 0.2s;
}

.visionMission p {
  font-size: 20px;
}

.visionMission .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.visionMission .title span {
  position: relative;
}

.visionMission .title span::before, .visionMission .title span::after {
  content: "";
  position: absolute;
  background: var(--theme-color);
  transition: all 0.2s;
}

.visionMission .title span::before {
  width: 12px;
  height: 12px;
  left: -24px;
  bottom: -8px;
}

.visionMission .title span::after {
  width: 6px;
  height: 6px;
  top: 2px;
  right: -15px;
}

.courseBox {
  padding: 80px 0;
}

.courseBox .timerSwiper {
  margin-top: 45px;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.courseBox .timerSwiper::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}

.courseBox .timerSwiper .timeLine {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.courseBox .timerSwiper .swiper-slide {
  line-height: 80px;
  height: 80px;
}

.courseBox .timerSwiper .swiper-slide span {
  cursor: pointer;
  font-size: 28px;
  position: relative;
  height: 100%;
  display: inline-block;
}

.courseBox .timerSwiper .swiper-slide span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  background: var(--text-color);
  border-radius: 50%;
}

.courseBox .timerSwiper .swiper-slide-active span {
  font-weight: 800;
  font-size: 56px;
  color: var(--theme-color);
}

.courseBox .timerSwiper .swiper-button {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.courseBox .timerSwiper .swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.courseBox .timerSwiper .swiper-button-next1 {
  background-image: url("../../static/images/homes/course/iconRight.png");
  right: 10px;
  left: auto;
  z-index: 4;
}

.courseBox .timerSwiper .swiper-button-prev1 {
  background-image: url("../../static/images/homes/course/iconLeft.png");
  left: 10px;
  right: auto;
  z-index: 4;
}

.courseBox .swiperList {
  margin-top: 35px;
}

.courseBox .honorSwiper .swiperWrapper {
  display: none;
}

.courseBox .honorSwiper .swiper-button-next {
  background-image: url("../../static/images/homes/course/iconRight2.png");
  right: 10px;
  left: auto;
  background-size: 40px 40px;
  width: 44px;
  top: 35%;
  z-index: 4;
}

.courseBox .honorSwiper .swiper-button-prev {
  background-image: url("../../static/images/homes/course/iconLeft2.png");
  left: 10px;
  right: auto;
  background-size: 40px 40px;
  width: 44px;
  top: 35%;
  z-index: 4;
}

.courseBox .honorSwiper .imgs {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  height: 0;
}

.courseBox .honorSwiper .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.courseBox .honorSwiper .text {
  height: 58px;
}

.courseBox .honorSwiper p {
  font-size: 14px;
  margin-top: 20px;
}

.swiper {
  overflow: hidden;
  position: relative;
}

.architectureBox {
  padding: 70px 0;
  background: var(--grey-bg);
  text-align: center;
}

.architectureBox .rank-1 {
  position: relative;
}

.architectureBox .rank-1 .logo {
  display: inline-block;
  margin-top: 40px;
}

.architectureBox .rank-1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 40px;
  bottom: -35px;
  background: #eee;
}

.architectureBox .corporation {
  display: flex;
  padding-top: 35px;
  position: relative;
}

.architectureBox .corporation::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%);
  width: calc((100% + 16px)*0.8);
  height: 1px;
  background: #eee;
}

.architectureBox .corporation li {
  flex: 1;
  margin-right: 16px;
  background: #fff;
  padding: 45px 0;
  margin-top: 35px;
  transition: 0.3s all linear;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.architectureBox .corporation li:hover {
  opacity: 0.8;
}

.architectureBox .corporation li:nth-last-of-type(1) {
  margin-right: 0;
}

.architectureBox .corporation li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 35px;
  top: -35px;
  bottom: auto;
  background: #eee;
  transition: 0.3s all linear;
}

.architectureBox .corporation li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--theme-color);
  transition: 0.3s all linear;
}

.architectureBox .corporation li.active {
  padding: 60px 0;
  margin-top: 0;
}

.architectureBox .corporation li.active::before {
  top: auto;
  bottom: -16px;
  height: 16px;
}

.architectureBox .corporation li.active::after {
  width: 100%;
}

.architectureBox .corporation .logo {
  display: inline-block;
  width: 186px;
  height: 55px;
  position: relative;
  overflow: hidden;
}

.architectureBox .corporation .logo a {
  display: block;
  height: 0;
  padding-top: 55px;
}

.architectureBox .corporation .logo.logo_dg {
  background: url("../../static/images/homes/logo_dg.png") no-repeat center center;
}

.architectureBox .corporation .logo.logo_ht {
  background: url("../../static/images/homes/logo_ht.png") no-repeat center center;
}

.architectureBox .corporation .logo.logo_cz {
  background: url("../../static/images/homes/logo_cz.png") no-repeat center center;
}

.architectureBox .corporation .logo.logo_ss {
  background: url("../../static/images/homes/logo_ss.png") no-repeat center center;
}

.architectureBox .corporation .logo.logo_xzwm {
  background: url("../../static/images/homes/logo_xzwm.png") no-repeat center center;
}

.architectureBox .intro {
  position: relative;
  background: #fff;
  margin-top: 16px;
  padding: 20px 40px;
  text-align: left;
  z-index: 2;
}

.architectureBox .intro .text {
  flex: 1;
  overflow: hidden;
  font-size: 14px;
  margin-right: 80px;
}

.architectureBox .intro a {
  font-size: 14px;
  color: #1E78FF;
}

.architectureBox .intro li {
  display: none;
}

.architectureBox .intro li:nth-of-type(1) {
  display: flex;
}

.architectureBox .functionSection {
  padding-top: 60px;
  position: relative;
}

.architectureBox .functionSection::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%);
  width: calc((100% + 16px)*0.8);
  height: 1px;
  background: #eee;
  height: 35px;
  background: none;
  border: 1px solid #eee;
  top: -2px;
}

.architectureBox .functionSection h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.architectureBox .functionSection h4::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 35px;
  top: -35px;
  bottom: auto;
  background: #eee;
  transition: 0.3s all linear;
  height: 26px;
  top: -26px;
}

.architectureBox .functionSection ul {
  display: flex;
  margin-top: 30px;
  position: relative;
}

.architectureBox .functionSection ul::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 35px;
  top: -35px;
  bottom: auto;
  background: #eee;
  transition: 0.3s all linear;
  height: 30px;
  top: -30px;
}

.architectureBox .functionSection li {
  flex: 1;
  margin-right: 16px;
  background: #fff;
  padding: 24px;
}

.architectureBox .functionSection li:nth-last-of-type(1) {
  margin-right: 0;
}

.manageBox {
  padding: 70px 0;
}

.manageBox .pageTitle {
  margin-bottom: 36px;
}

.manageBox ul {
  display: flex;
  flex-wrap: wrap;
}

.manageBox li {
  background: var(--grey-bg);
  width: calc(25% - 19px);
  margin-right: 24px;
  margin-top: 24px;
  position: relative;
  transition: all 0.3s linear;
}

.manageBox li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: var(--theme-color);
  transition: all 0.3s linear;
}

.manageBox li:nth-of-type(4n) {
  margin-right: 0;
}

.manageBox .imgs {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}

.manageBox .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manageBox .info {
  padding: 20px 24px 50px 24px;
}

.manageBox .name {
  font-size: 20px;
  font-weight: 600;
}

.manageBox .position {
  font-size: 14px;
  margin-top: 5px;
}

.cultureBox {
  padding: 80px 0 100px 0;
  overflow: hidden;
}

.cultureBox .pageTitle {
  margin-bottom: 85px;
}

.cultureBox ul {
  display: flex;
}

.cultureBox ul li {
  margin-right: 16px;
}

.cultureBox ul li .item {
  position: relative;
  overflow: hidden;
  padding-bottom: 115.5%;
}

.cultureBox ul li .item:first-child {
  margin-bottom: 16px;
}

.cultureBox ul li .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.cultureBox ul li .item .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.cultureBox ul li .item .textBox h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.cultureBox ul li .item .textBox p {
  font-size: 14px;
  line-height: 1.6;
}

.cultureBox ul li.module-first {
  margin-top: 40px;
  width: calc(20% - 0.86px);
}

.cultureBox ul li.module-first .item {
  width: 100%;
}

.cultureBox ul li.module-two {
  margin-top: 60px;
  width: calc(17% - 0.28px);
}

.cultureBox ul li.module-two .item {
  width: 100%;
}

.cultureBox ul li.module-three {
  width: calc(23% - 9.68px);
}

.cultureBox ul li.module-three .item {
  width: 100%;
}

.cultureBox ul li:last-child {
  margin-right: 0;
}

.cultureBox .phoneBlock {
  display: none;
  animation: swipper 30s linear infinite;
  animation-delay: .2s;
  margin-left: 15px;
  white-space: nowrap;
  width: 100%;
}

.cultureBox .phoneBlock li {
  position: relative;
  margin-right: 15px;
  padding-bottom: 29%;
  width: calc(33.33% - 20px);
  display: inline-block;
  background-size: cover !important;
}

.cultureBox .phoneBlock li .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.adressWork {
  padding-bottom: 85px;
}

.adressWork .pageTitle {
  margin-bottom: 60px;
}

.adressWork #map {
  width: 100%;
  height: 457px;
}

.adressWork ul {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 72px;
}

.adressWork li {
  padding-bottom: 30px;
  flex: 1;
}

.adressWork .label {
  color: var(--weak-text-color);
  margin-bottom: 10px;
}

.adressWork .text {
  font-size: 18px;
  font-weight: 600;
}

.tckBox {
  display: none;
}

.leaderInfo {
  display: flex;
  padding: 40px 60px;
  width: 750px;
}

.leaderInfo .closeIcon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 12px;
}

.leaderInfo .closeIcon:hover {
  transform: scale(1.2);
}

.leaderInfo img {
  width: 200px;
  height: 260px;
  object-fit: cover;
  margin-right: 50px;
}

.leaderInfo .info {
  flex: 1;
  overflow: hidden;
}

.leaderInfo .name {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}

.leaderInfo .name::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--theme-color);
}

.leaderInfo .name span {
  position: relative;
  z-index: 1;
}

.leaderInfo .position {
  font-size: 14px;
}

.leaderInfo .intro {
  font-size: 14px;
  margin-top: 20px;
  padding-top: 20px;
}

.leaderInfo .intro p {
  margin-top: 12px;
}

.leaderInfo .intro p:nth-of-type(1) {
  margin-top: 0;
}

@media (any-hover: hover) {
  .manageBox li:hover {
    cursor: pointer;
    background: #EDEFF0;
  }
  .manageBox li:hover::before {
    width: 24px;
    height: 24px;
  }
  .cultureBox li .item:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1400px) {
  .adressWork ul {
    padding: 0 30px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1080px) {
  .pageTab li {
    margin-right: 30px;
  }
  .introBox {
    padding-top: 40px;
  }
  .visionMission li {
    padding: 50px;
  }
  .courseBox {
    padding-top: 50px;
  }
  .courseBox .timerSwiper {
    margin-top: 25px;
  }
  .architectureBox {
    padding: 40px 0;
  }
  .architectureBox .rank-1 .logo {
    margin-top: 25px;
  }
  .architectureBox .corporation .logo {
    width: 90%;
    height: 0;
    padding-bottom: 27%;
    background-size: contain !important;
  }
  .architectureBox .corporation .logo a {
    padding: 0;
    opacity: 0;
  }
  .architectureBox .corporation li {
    padding: 22px 0;
  }
  .architectureBox .corporation li.active {
    padding: 40px 0;
  }
  .manageBox {
    padding: 40px 0;
  }
  .manageBox .pageTitle {
    margin-bottom: 20px;
  }
  .manageBox li {
    margin: 16px 16px 0 0;
    width: calc(33.33% - 11px);
  }
  .manageBox li:nth-of-type(4n) {
    margin-right: 16px;
  }
  .manageBox li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .adressWork {
    padding: 40px 0;
  }
  .adressWork .pageTitle {
    margin-bottom: 20px;
  }
  .adressWork .wrap {
    flex-direction: column;
  }
  .adressWork ul {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .adressWork li {
    padding: 15px 0;
  }
  .adressWork #map {
    width: 100%;
    height: 350px;
  }
  .cultureBox ul li .item .textBox p {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .pageTab {
    white-space: nowrap;
    overflow-x: auto;
  }
  .pageTab li {
    margin-right: 20px;
    font-size: 14px;
  }
  .pageTab::-webkit-scrollbar {
    display: none;
  }
  .introBox {
    padding-top: 15px;
  }
  .introBox .pageTitle {
    margin-bottom: 15px;
  }
  .introBox p {
    margin-top: 10px;
    font-size: 14px;
  }
  .visionMission {
    padding-top: 25px;
  }
  .visionMission ul {
    flex-wrap: wrap;
  }
  .visionMission li {
    padding: 20px;
    margin-right: 0;
    width: 100%;
    flex: none;
    margin-top: 15px;
  }
  .visionMission li:nth-of-type(1) {
    margin-top: 0;
  }
  .visionMission .title {
    font-size: 18px;
  }
  .visionMission .title span::before {
    left: -18px;
  }
  .visionMission p {
    font-size: 16px;
  }
  .courseBox {
    padding: 20px 0;
  }
  .courseBox .timerSwiper {
    margin-top: 5px;
  }
  .courseBox .timerSwiper .swiper-slide {
    line-height: 40px;
    height: 40px;
  }
  .courseBox .timerSwiper .swiper-slide span {
    font-size: 18px;
  }
  .courseBox .timerSwiper .swiper-slide-active span {
    font-size: 24px;
  }
  .courseBox .timerSwiper .swiper-button-prev1 {
    left: -5px;
  }
  .courseBox .timerSwiper .swiper-button-next1 {
    right: -8px;
  }
  .courseBox .swiperList {
    margin-top: 15px;
  }
  .courseBox .honorSwiper p {
    margin-top: 10px;
  }
  .courseBox .honorSwiper .swiper-button-prev, .courseBox .honorSwiper .swiper-button-next {
    display: none;
  }
  .architectureBox {
    padding: 20px 0;
  }
  .architectureBox .rank-1 .logo {
    margin-top: 15px;
    width: 72px;
  }
  .architectureBox .corporation {
    padding-top: 20px;
  }
  .architectureBox .corporation::before {
    top: 20px;
  }
  .architectureBox .corporation li {
    margin-right: 14px;
    padding: 5px 0;
  }
  .architectureBox .corporation li.active {
    padding: 10px 0;
  }
  .architectureBox .corporation .logo {
    width: 90%;
    height: 0;
    padding-bottom: 27%;
    background-size: contain !important;
  }
  .architectureBox .corporation .logo a {
    padding: 0;
    opacity: 0;
  }
  .architectureBox .intro {
    padding: 15px;
  }
  .architectureBox .intro .text {
    margin-right: 20px;
    font-size: 12px;
  }
  .architectureBox .intro a {
    font-size: 12px;
  }
  .architectureBox .functionSection {
    padding-top: 30px;
  }
  .architectureBox .functionSection::before {
    top: -16px;
  }
  .architectureBox .functionSection h4 {
    font-size: 16px;
  }
  .architectureBox .functionSection ul {
    margin-top: 15px;
  }
  .architectureBox .functionSection li {
    padding: 15px;
    font-size: 14px;
  }
  .manageBox {
    padding: 20px 0;
  }
  .manageBox .pageTitle {
    margin-bottom: 5px;
  }
  .manageBox li {
    margin: 15px 15px 0 0;
    width: calc(33.33% - 11px);
  }
  .manageBox li:nth-of-type(4n) {
    margin-right: 15px;
  }
  .manageBox li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .manageBox .info {
    padding: 15px 15px 30px 15px;
  }
  .manageBox .name {
    font-size: 16px;
  }
  .manageBox .position {
    font-size: 12px;
  }
  .cultureBox {
    padding: 20px 0 20px 0;
  }
  .cultureBox .pageTitle {
    margin-bottom: 30px;
  }
  .cultureBox ul {
    display: none;
  }
  .cultureBox .phoneBlock {
    display: block;
  }
  .adressWork {
    padding: 20px 0;
  }
  .adressWork .pageTitle {
    margin-bottom: 20px;
  }
  .adressWork .wrap {
    flex-direction: column;
  }
  .adressWork ul {
    margin: 20px 0;
    display: block;
  }
  .adressWork li {
    padding: 15px 0;
  }
  .adressWork #map {
    width: 100%;
    height: 250px;
  }
  .adressWork .label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .adressWork .text {
    font-size: 16px;
  }
  .leaderInfo {
    width: calc(100% - 40px);
    padding: 15px;
  }
  .leaderInfo img {
    margin-right: 15px;
    width: 100px;
    height: 180px;
  }
  .leaderInfo .intro {
    margin-top: 15px;
    padding-top: 15px;
  }
  .leaderInfo .name {
    font-size: 16px;
  }
  .leaderInfo p {
    margin-top: 6px;
  }
  .leaderInfo .info {
    max-height: 500px;
    overflow-y: auto;
  }
  .leaderInfo .closeIcon {
    padding: 6px;
  }
}

@keyframes swipper {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
