.industry-article {
  display: flex;
  justify-content: space-between;
}

.plus {
  display: flex;
  height: 644px;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../imgs/1x/产业融合\ full\ width\ bg-100.jpg") center
    no-repeat;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (max-width: 1280px) {
  .plus {
    height: 500px;
  }
}

.plus .item {
  flex: 1 0 0;
  padding-left: 1em;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.plus > *:not(:last-of-type) {
  border-right: thin solid rgba(241, 241, 241, 0.3);
}

.plus .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.plus .cover img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}

.plus .content {
  margin-bottom: 4em;
  z-index: 10;
  transition: 0.6s;
}

.plus .item:hover .content {
  transform: translateY(-1em);
}

.plus .item .icon {
  transition: 0.6s;
}

.plus .item:hover .icon {
  transform: rotate(180deg);
}

.plus .item:hover .cover img {
  opacity: 1;
  transform: scale(1.1);
}

.plus .txt {
  min-height: 4em;
}

.circles {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.circles > *:not(.line) {
  background: center / 255px 255px no-repeat url("../../imgs/SVG/two-circle-bg.svg");
  width: 255px;
  height: 255px;
  color: #000;
  font-size: 19px;
  padding: 2em;
  text-align: center;
  border-radius: 50%;
}

.line {
  width: calc(100% - 255px);
  height: 5px;
  position: absolute;
  left: calc(255px / 2);
  bottom: 50%;
  background-color: #fff;
  z-index: -1;
}

.circles > *:hover {
  color: #ff7817;
}

.why-highlight:hover {
  color: #ff7817;
}

.path-card-list {
  display: flex;
}

.path-card-list > *:not(:last-of-type) {
  margin-right: 30px;
}

.path-card {
  background: #fff;
  color: #000;
  cursor: pointer;
  border: 1px solid #fff;
}

.path-card > img {
  display: block;
}

.img-wrapper {
  position: relative;
}

.img-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../imgs/1x/实施路径-1.jpg") no-repeat;
  opacity: 0;
  transition: 0.3s;
}

.path-card:hover .img-wrapper::after {
  opacity: 1;
}

.path-card-2 .img-wrapper::after {
  background-image: url("../../imgs/1x/实施路径-2.jpg");
}
.path-card-3 .img-wrapper::after {
  background-image: url("../../imgs/1x/实施路径-3.jpg");
}
.path-card-4 .img-wrapper::after {
  background-image: url("../../imgs/1x/实施路径-4.jpg");
}

.path-card-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em;
}

.path-card-nav .title {
  font-size: 18px;
  transition: color 0.3s;
}

.path-card:hover .title {
  color: rgb(255, 120, 23);
}

.path-card-nav .details {
  font-size: 12px;
  color: #989898;
  text-transform: uppercase;
}

.path-card-nav .details-img {
  vertical-align: middle;
}

.path-card > a:hover .title {
  color: #ff7817;
}

/* FIXME 同步 integrator.css */
.product-card {
  margin: 40px 0;
  padding: 45px;
  background: no-repeat bottom/cover url("../../imgs/SVG/业务板块-border.svg");
  border-top: 2px solid rgba(255, 255, 255, 0.8);
}

.product-card.large-workaround {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.product-card .title {
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.product-card .title.title1 {
  margin-bottom: 57px;
}

.product-card .title::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 规划及设计 */
.plan-step-list {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 10px;
}

.plan-bg {
  background: #fff;
  border-radius: 50%;
}

.plan-bg img {
  padding: 25px;
}

.plan-bg svg {
  padding: 25px;
}

.plan-step .subtitle {
  font-size: 18px;
  line-height: 22px;
  margin: 1em 0;
}

.plan ul {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 160px;
  white-space: nowrap;
  transition: 0.3s;
}

.plan-step-icon {
  /* padding: calc((112px - 24px) / 2) 5px 0; */
  margin-top: calc((112px - 24px) / 2);
}

/* TODO: 同时修改图片的颜色？ change svg fill color on hover */
.plan-step:hover {
  color: #ff7817;
  fill: #ff7817;
}

.gallery {
  display: flex;
  justify-content: space-between;
}

.se-manage-system .gallery-card {
  background: #fff;
  border-radius: 20px;
  flex: 0 0 31%;
  overflow: hidden;
}

.gallery-card > div {
  text-align: center;
  padding: 1em;
}

.gallery .card-title {
  font-size: 20px;
  line-height: 24px;
  color: #ff7817;
  text-align: center;
  z-index: 10;
  position: relative;
}

.gallery .card-body {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-align: left;
  display: none;
}

.gallery-card img {
  transition: 0.3s;
}

.gallery-card:hover img {
  transform: scale(1.3);
}

.investment-promotion .part-list {
  display: flex;
  justify-content: space-between;
}

.investment-promotion .part {
  display: flex;
  flex-direction: column;
}

.part-title {
  margin-bottom: 20px;
}

.investment-promotion .part > :first-child {
}

.part-steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.investment-promotion .button {
  background: rgba(0, 26, 96, 0.8);
  padding: 15px 27px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 0;
}

.num-item {
  display: flex;
  align-items: center;
}

.num {
  font-size: 40px;
  line-height: 48px;
  background: #fff;
  color: #001a60;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 24px;
}

.arrow-item {
  margin-left: calc(60px / 2 - 28px / 2);
}

.park-operation .sec-1 {
  display: flex;
  align-items: center;
  margin-bottom: 49px;
}

.park-operation .sec-1 .img-wrapper {
  flex: 1;
  text-align: center;
}

.shenyang .swiper-container {
  max-width: 1400px;
  margin: 3rem auto;
}

.shenyang .swiper-slide {
  max-width: 900px;
  margin: 0 auto;
}

.shenyang .swiper-slide img {
  display: block;
}

.park-operation .plan-step {
  align-items: center;
}

.park-operation .sec-3-cards {
  display: flex;
  background: rgba(0, 26, 96, 0.6);
}

.park-operation .sec-3-cards > * {
  box-sizing: border-box;
  width: 20%;
}

.park-operation .sec-3-text {
  padding: 0 20px;
}

.park-operation .sec-3-cards img {
  display: block;
}

.park-operation .sec-3-text .title {
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

.park-operation .sec-3-text .content {
  font-size: 16px;
  line-height: 19px;
}

/* 园区运营 图片 */

.sec-3-new-cards {
  display: flex;
  background-color: rgba(0, 26, 96, 0.6);
  margin-bottom: 1em;
}

.sec-3-new-cards .item {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.sec-3-new-cards img {
  display: block;
  height: 100%;
}

.sec-3-new-cards .item .img-wrapper {
  height: 50%;
  overflow: hidden;
}

.sec-3-new-cards .item .art-wrapper {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.sec-3-new-cards .item img,
.sec-3-new-cards .item article {
  transition: 0.3s;
}

.sec-3-new-cards .item:hover img {
  transform: scale(1.1);
}

.sec-3-new-cards .item:hover article {
  transform: scale(1.1);
}

.two-columns-equal-gap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.industry-bottom-case {
  margin-top: 4rem;
}

.industry-bottom-case .title {
  margin-bottom: 2rem;
}

.shenyang .swiper-slide img {
  /* display: block; */
}

.shenyang.swiper-container {
  max-height: 700px;
}

/* Popup Modal */
.modals {
  /* display: none; */
}

.modal {
  display: none;
  /* opacity: 0; */
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

[v-cloak] {
  display: none;
}

.modal-dialog {
  overflow-y: initial;
}

.modal-body {
  overflow-y: auto;
  max-height: 100vh;
}

#industry-switch-tabs {
  margin-bottom: 150px;
}

.blue-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background: rgba(0, 26, 96, 0.8);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .blue-bg {
    display: none;
  }

  .path-card-nav {
    padding: .2em 0;
  }
  
  .path-card-nav .title {
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }

  .path-card-nav .details {
    display: none;
  }

  #industry-switch-tabs {
    margin-bottom: 50px;
  }

  .circles {
    display: none;
  }

  .circles > *:not(.line) {
    padding: 0;
    width: 33%;
    height: unset;
    font-size: 0.75rem;
    background: #fff;
  }

  .circles figure img {
    margin: 5px;
  }

  .circles figure {
    margin: 0px 8px;
  }

  .circles figure figcaption {
    display: none;
  }

  .path-card-list {
    flex-wrap: wrap;
  }

  .path-card-list > *:not(:last-of-type) {
    margin-right: 0;
  }

  .path-card-list .path-card {
    box-sizing: border-box;
    flex: 0 0 calc(50% - 10px);
    margin: 5px;
  }

  .industry-bottom-case .body {
    flex-direction: column;
  }

  .plus {
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.4;
  }

  .plus .item .content {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }

  .plus .txt {
    min-height: unset;
  }

  .plus .item .icon {
    margin-right: 1em;
  }

  .plus .cover img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .plus .item:hover .content {
    transform: translateX(1em);
  }

  .product-card {
    padding: 10px;
    background: none;
    border: 1px solid #fff;
  }

  .product-card .title {
    font-size: 1.5rem;
  }

  .product-card .title.title1 {
    margin-bottom: 1em;
  }

  .product-card .title::after {
    height: 2px;
  }

  .plan-step-list {
    flex-direction: column;
  }

  .plan-step {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .plan-step-icon {
    display: none;
  }

  .plan-bg {
    margin-right: 2em;
  }

  .plan-bg svg {
    width: 32px;
    height: 32px;
  }

  .two-columns-equal-gap {
    flex-direction: column;
    margin-bottom: 1em;
  }

  .two-columns-equal-gap .img-wrapper {
    order: -1;
  }

  .gallery-card > div {
    padding: 5px 2px;
  }

  .investment-promotion .part-list {
    flex-direction: column;
  }

  .investment-promotion .part-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0.5rem;
  }

  .investment-promotion .title {
    margin-bottom: 0 !important;
  }

  .investment-promotion .part-steps {
    margin-left: 2rem;
  }

  .sec-3-new-cards {
    flex-direction: column;
  }

  .sec-3-new-cards .item {
    width: unset;
    flex-direction: row;
    /* the height of the image */
    max-height: 270px;
    overflow: hidden;
  }

  .sec-3-new-cards .item .img-wrapper {
    flex: 0 0 50%;
  }

  .sec-3-new-cards .item .img-wrapper img {
    display: block;
  }

  .sec-3-new-cards .item .art-wrapper {
    padding: 0 10px;
  }

  .park-operation .sec-1 {
    margin-bottom: 1em;
  }

  .park-operation .plan-bg svg {
    padding: 12px;
  }

  .park-operation .plan-step {
    margin-bottom: 0.5rem;
  }
}

/* https://stackoverflow.com/a/43529012/2999892 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-card {
    background: none;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.8);
  }

  /* https://stackoverflow.com/questions/39040118/flexbox-ie-11-overflow-issue */
  .path-card {
    min-width: 0%;
  }

  .product-card .title {
    display: inline-block;
  }

  .plus .item {
    flex: 1 0 0%;
  }
}

@supports (-ms-ime-align: auto) {
  .product-card .title {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .sec-3-new-cards .item .img-wrapper {
    display: none;
  }

  .sec-3 {
    font-size: 14px;
  }

  .sec-2 svg {
    width: 32px;
    height: auto;
  }

  .park-operation .plan-bg svg {
    padding: 9px;
  }

  .plan-step-list svg {
    width: 32px;
    height: auto;
  }

  .plan-bg svg {
    padding: 4px;
  }

  .product-card .title {
    font-size: 20px;
  }
}
