@import url(../../../SysThemes/css/animate.min.css);
body {
  position: relative;
}

.mt-6,
.my-6 {
  margin-top: 8rem;
}

.my-6 {
  margin-bottom: 8rem;
}

.py-45 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-55 {
  padding: 3.5rem;
}

.large * {
  font-size: 1.6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-10 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.thumbs img {
  animation: fadein;
  animation-duration: 1s;
}

.thumbs img:hover {
  animation: pulse;
  animation-duration: 1s;
}

.banner img,
.sbanner img {
  animation: pulse;
  animation-duration: 1s;
}

#Navigator .RowsTitle .Title {
  display: flex;
  flex-direction: column-reverse;
}

#Navigator .RowsTitle .Title .en a {
  font-family: "Arial", Gadget, sans-serif;
  font-size: 30px;
  font-weight: bold;
}

#Navigator .RowsTitle .Title .cn a {
  font-size: 2.4rem;
  font-weight: 500;
  color: black;
}

#Navigator .RowsTitle:after {
  display: block;
  width: 40px;
  height: 20px;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  border-bottom: 3px solid #cc0;
  clear: both;
}

#Navigator .Content {
  padding-top: 2rem;
}

#Navigator .Subject .Descript {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

#Navigator .More a:hover {
  animation: pulse;
  animation-duration: 1s;
}

.bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url(../img/building.jpg);
  background-size: cover;
  background-position: center;
  background-clip: border-box;
}

.about .Content {
  text-align: left;
}

.about #Navigator {
  position: relative;
}

.about #Navigator .RowsTitle:after {
  display: inline-flex;
  justify-content: left;
}

.about #Navigator .RowsTitle h3 {
  position: relative;
}

.about #Navigator .RowsTitle h3 .en {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 45px 45px;
  transform: rotate(-270deg);
  animation: rotateOutDownLeft;
  animation-duration: 1s;
}

.about #Navigator .RowsTitle h3 .en a {
  color: rgba(10, 10, 10, 0.1);
  font-size: 7.2rem;
  text-transform: uppercase;
}

.about #Navigator .Content:before {
  margin-left: 0;
}

.about #Navigator .intro {
  font-size: 1.6rem;
}

.about #Navigator .card {
  height: 100%;
}

.about #Navigator .card img {
  min-width: 100%;
  min-height: 100%;
  border: 0;
  padding: 0;
  animation: pulse;
  animation-duration: 1s;
}

.about #Navigator .card img:hover {
  animation: zoom;
  animation-duration: 0.5s;
}

.about .More {
  display: flex;
  justify-content: center;
}

.about .More a {
  display: inline-flex;
  font-size: 1.6rem;
  border-radius: 25px;
  line-height: 50px;
  padding: 0 50px;
}

.about .More a:hover {
  background-color: #FF9900;
}

.product #Navigator {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  text-align: center;
}

.product ul li {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
  background-clip: content-box;
}

.product ul li::before {
  display: inline-flex;
  width: 100%;
  padding-top: 125%;
  content: "";
}

.product ul li:hover {
  animation: pulse;
  animation-duration: 1s;
}

.product ul li a {
  display: inline-flex;
  justify-content: center;
  position: absolute;
  font-size: 1.6rem;
  bottom: 6rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  min-width: 50%;
  background-color: #12AFA3;
  color: #fff;
  z-index: 10;
  left: 50%;
  transform: translate(-50%);
}

.product ul li a:hover {
  background-color: #FF9900;
}

.case {
  background: url(bg.jpg) no-repeat center 100%;
}

.case #ArticleView ul li img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#ArticleIntro ul li {
  border-bottom: 1px dashed #ced4da;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

#ArticleIntro ul li .title a {
  font-weight: 900;
}

#ArticleIntro ul li:last-child {
  margin-bottom: 0;
}

#ArticleIntro ul li.Summary {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  padding: 0;
}

#ArticleIntro ul li.Summary img:hover {
  animation: pulse;
  animation-duration: 1s;
}

#ArticleIntro ul li.Summary .detail {
  display: none;
}

#ArticleIntro ul li.Summary .detail .title {
  font-weight: 900;
}

#ArticleIntro ul li.Summary:hover .detail {
  position: absolute;
  left: 0;
  top: -2rem;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2rem;
}

#ArticleIntro ul li.Summary:hover .detail .title,
#ArticleIntro ul li.Summary:hover .detail .intro {
  color: white;
  animation: backInUp;
  animation-duration: 1s;
}

#ArticleIntro ul li.Summary:hover .detail .title a,
#ArticleIntro ul li.Summary:hover .detail .intro a {
  color: white;
}

.bd {
  border-top: 1px solid rgba(33, 37, 41, 0.3);
  text-align: center;
}

.bd .powered {
  display: block;
  clear: both;
}

.wx .Margin {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.wx .Margin .dt {
  display: none;
}

.wx .Margin img {
  width: 120px;
  border: 10px solid white;
  margin: 5px;
}

.con .CompanyName {
  font-size: 2rem;
  color: white;
  margin-bottom: 2rem;
}

.con .Margin div {
  padding-bottom: 1rem;
}

.link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.link .RowsTitle {
  display: inline-flex;
  margin-bottom: 0;
}

.link .RowsTitle h3 {
  font-size: 1.6rem !important;
  margin-bottom: 0;
}

.link .RowsTitle h3::after {
  display: none;
}

.link .Content {
  display: inline-flex;
  width: auto;
}

.nav {
  display: flex;
  flex: 1;
}

.nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.nav ul li {
  display: flex;
  flex-shrink: 1;
  margin: 5px;
}

.nav ul li a {
  padding: 8px 16px;
  background-color: #12AFA3;
  color: white;
}

@media (min-width: 576px) {
  .product ul {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;
  }
  .product ul li {
    display: flex;
    flex: 1;
  }
  .bd .powered {
    display: inline;
    clear: none;
    padding-left: 10px;
  }
  .bd div {
    display: inline;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .about .Margin {
    flex-flow: row-reverse nowrap;
    position: relative;
  }
  .about .Margin .intro {
    flex-shrink: 0;
  }
  .about .card {
    overflow: hidden;
    margin: 0;
  }
  .case #ArticleView ul li {
    flex-basis: 33.33%;
  }
  .menu ul {
    z-index: 10000;
  }
  .menu ul ul {
    padding-top: 50px !important;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .product .TabNavTitle {
    display: flex;
    flex: 1;
    justify-content: center;
    margin-bottom: 3rem;
  }
  .product .TabNavTitle .TabTitle a {
    display: inline-flex;
    padding: 10px 25px;
    background-color: white;
    color: black;
    margin: 5px;
    border-radius: 6px;
    font-size: 1.6rem;
  }
  .product .TabNavTitle .TabTitle a:hover {
    background-color: #FF9900;
    color: white;
  }
  .product .Subject .Descript {
    margin: 0 !important;
  }
  .product #ProductView {
    position: relative;
  }
  .product #ProductView ul {
    padding-left: 50%;
  }
  .product #ProductView ul li {
    position: relative;
    flex-basis: calc(50% - 20px) !important;
    padding: 0;
    margin: 10px;
  }
  .product #ProductView ul li:first-child {
    position: absolute;
    width: calc(50% - 30px);
    height: calc(100% - 20px);
    top: 0;
    left: 0;
    z-index: 10;
  }
  .product #ProductView ul li:first-child .thumbs {
    height: 100%;
  }
  .product #ProductView ul li h6 {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 219, 0, 0.5);
  }
  .product #ProductView ul li:hover h6 {
    align-items: center;
    height: 100%;
  }
  .product #ProductView ul li:hover h6 a {
    animation: bounce;
    animation-duration: 1s;
    font-size: 1.6rem;
  }
  .guide {
    align-items: center;
  }
  .guide::before {
    color: #12AFA3;
  }
  .guide sign {
    padding-left: 5px;
    padding-right: 5px;
  }
  .guide .path {
    display: inline-flex;
    padding-left: 8px;
  }
  .news #ArticleIntro {
    position: relative;
    overflow: hidden;
  }
  .news #ArticleIntro ul {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .news #ArticleIntro ul li {
    padding: 3rem;
    background-color: #fff;
    background-origin: content-box;
    width: 49%;
    border-bottom: 0;
  }
  .news #ArticleIntro ul li:nth-child(5) {
    margin-bottom: 0;
  }
  .dmenu {
    display: flex;
  }
  .dmenu ul {
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 1;
  }
  .dmenu ul li {
    flex: 1;
  }
  .dmenu ul li.dl {
    flex: 2;
  }
  .dmenu ul li.dl ul {
    flex-flow: row wrap;
  }
  .dmenu ul li.dl ul li {
    flex-basis: 50%;
  }
  .dmenu ul li.dl ul li a {
    justify-content: left;
  }
  .dmenu ul li a {
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .dmenu ul li b {
    display: none;
  }
  .dmenu ul li > ul {
    display: flex;
    flex-flow: column wrap;
    flex-shrink: 1;
    padding-top: 8px;
    position: relative;
  }
  .dmenu ul li > ul li a {
    padding: 5px 0;
    font-weight: 300;
    font-size: 1.2rem;
  }
  .dmenu ul li > ul li a:hover {
    color: #0176AC;
  }
}

@media (min-width: 1200px) {
  .nav ul {
    display: flex;
    flex: 1;
    justify-content: left;
  }
  .nav ul li {
    margin: 0;
  }
  .nav ul li a {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #dee2e6;
    background-color: inherit;
    color: inherit;
  }
}
