* {
  color: #6c757d;
}

toggler {
  display: none;
  border-radius: 0;
  width: 60px;
  justify-content: center;
}

.logo {
  box-sizing: content-box;
}

.logo a img {
  max-height: 60px;
  object-fit: contain;
}

.shadow-down {
  box-shadow: 0 5px 5px rgba(233, 236, 239, 0.5);
}

.so {
  position: fixed;
  right: 15px;
  z-index: 1000000;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.so #kw {
  width: 200px;
  margin-right: 10px;
  border: 1px solid #dee2e6;
  padding: 7px 15px;
}

.so .SearchType {
  display: none;
}

.so .Margin {
  text-align: center;
}

.so input[type=submit] {
  background-color: #2354ba;
  border: 0;
  padding: 8px 15px;
}

.top {
  background-color: rgba(248, 249, 250, 0.3);
}

.top:hover {
  background-color: #fff;
}

.top menu {
  height: 100%;
}

.top menu ul {
  height: 100%;
}

.top menu ul li {
  flex: 0;
}

.top menu ul li.on, .top menu ul li:hover {
  background-color: transparent;
}

.top menu ul li a {
  padding-left: 20px;
  padding-right: 20px;
}

.top menu ul li ul {
  z-index: 1000000;
}

.top menu ul li ul:hover {
  background-color: #fff;
}

.top #toggler {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2354ba;
  z-index: 10000;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1000000;
}

.top #toggler menu ul li {
  border-bottom: 1px solid rgba(248, 249, 250, 0.1);
}

.top #toggler menu ul li:last-child {
  border-bottom: 0;
}

.top #toggler menu ul li a {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #dee2e6;
}

.top #toggler menu ul li a:hover {
  color: white;
}

.search form {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
}

.search form #kw {
  display: flex;
  flex: 1;
  border: 1px solid rgba(35, 84, 186, 0.5);
}

.search form .SearchType {
  display: none;
}

.RowsTitle {
  margin-bottom: 4rem;
}

.RowsTitle .Title {
  display: flex;
  flex: 1;
  flex-flow: column-reverse wrap;
  margin-bottom: 0;
  font-size: 3rem;
  color: #2354ba;
  font-weight: 600;
}

.RowsTitle .Title .en,
.RowsTitle .Title .en a {
  font-size: 2.5rem;
  line-height: .65em;
  font-weight: 600;
  color: #6c757d;
  overflow: hidden;
}

.RowsTitle .Title .cn,
.RowsTitle .Title .cn a {
  font-size: 2.8rem;
  line-height: 1.5em;
  font-weight: 600;
}

.about .Margin {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

.about .Margin .title {
  font-size: 2.8rem;
  line-height: 2em;
  font-weight: 600;
}

.about .Margin .card {
  padding: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.about .Margin .card img {
  border: 0;
  padding: 0;
}

.about .Margin .intro {
  color: #6c757d;
  line-height: 2.2em;
  font-size: 1.6rem;
}

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

.product ul,
.case ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.product ul li,
.case ul li {
  display: flex;
  flex: 1 0 50%;
  flex-flow: column-reverse wrap;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.product ul li:nth-child(n+3),
.case ul li:nth-child(n+3) {
  border-top: 0;
}

.product ul li:nth-child(2n),
.case ul li:nth-child(2n) {
  border-left: 0;
}

.product ul li .thumbs,
.case ul li .thumbs {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/1;
  overflow: hidden;
}

.product ul li .thumbs img,
.case ul li .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product ul li .title,
.case ul li .title {
  margin-bottom: 0;
}

.product ul li .title a,
.case ul li .title a {
  display: flex;
  flex: 1;
  padding-top: 15px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.product {
  background: url(../images/map.jpg);
}

.product ul li {
  aspect-ratio: 3/2;
  align-content: center;
  justify-content: center;
}

.product ul li .thumbs {
  display: flex;
  flex: 0 0 auto;
  aspect-ratio: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.product ul li .thumbs a {
  display: flex;
  flex: 1;
  width: 50px;
  height: 36px;
  overflow: hidden;
  align-items: flex-start;
}

.product ul li .thumbs a img {
  object-fit: initial;
  width: auto;
  height: auto;
}

.product ul li:hover {
  background: #2354ba;
}

.product ul li:hover a {
  color: white;
}

.case {
  display: flex;
  flex: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.case ul li {
  border: 0;
}

.news #TabStrip {
  margin-top: 4rem;
}

.news #TabStrip .TabNavTitle {
  display: none;
}

.news #TabStrip .TabNavContent .TabContent #ArticleIntro .Outline .Summary .thumbs {
  display: flex;
  justify-content: center;
  margin-right: 20px;
  width: 40%;
  max-width: 268px;
}

.news #TabStrip .TabNavContent .TabContent #ArticleIntro .Outline .Summary .detail {
  margin-top: 0;
}

.news #TabStrip .TabNavContent .TabContent #ArticleIntro ul li .detail {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.news #TabStrip .TabNavContent .TabContent #ArticleIntro ul li .detail .title {
  display: flex;
  flex: 1 0 auto;
  order: 1;
}

.news #TabStrip .TabNavContent .TabContent #ArticleIntro ul li .detail .title a {
  font-weight: 600;
}

.news #TabStrip .TabNavContent .TabContent #ArticleIntro ul li .detail .LongDatePlus {
  display: flex;
  flex: 1 0 auto;
  text-align: left;
  margin-right: 0;
  padding: 0;
  order: 2;
  position: relative;
  margin-top: 1rem;
}

.news #TabStrip .TabNavContent .TabContent #ArticleIntro ul li .detail .LongDatePlus * {
  color: #6c757d;
}

.news #TabStrip .TabNavContent .TabContent #ArticleIntro ul li .detail .intro {
  display: flex;
  flex: 1 0 auto;
  order: 3;
}

.body .LongDatePlus {
  background-color: #2354ba;
}

.body .LongDatePlus * {
  color: white;
}

.body #ArticleIntro ul li {
  padding-bottom: 2rem;
  border-bottom: 1px dashed #dee2e6;
}

.body #ArticleIntro ul li .detail {
  min-height: 67px;
}

#ArticleList ul li .Article {
  justify-content: space-between;
}

#ArticleList ul li .Article .title {
  flex: 1;
}

.adv .RowsTitle {
  margin-bottom: 4rem;
}

.adv ul li {
  counter-increment: item;
}

.adv ul li .mode {
  padding-bottom: 3rem;
}

.adv ul li .mode::before {
  content: counter(item, decimal-leading-zero);
  display: inline-flex;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  font-size: 9rem;
  color: #e9ecef;
}

.adv ul li .mode .title a {
  font-size: 2.6rem;
  font-weight: 100;
}

.adv ul li .mode:hover::before {
  color: #2354ba;
}

.adv ul li .mode:hover .title a {
  color: #2354ba;
}

.adv ul li .thumbs {
  display: flex;
  flex: 1;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.adv ul li .thumbs img {
  width: 100%;
  object-fit: cover;
}

.sbanner {
  position: relative;
}

.sbanner .carousel-caption {
  display: none;
}

.sbanner .guide {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8000;
}

.sbanner .guide .title {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
}

.sbanner .guide .path {
  display: none;
}

.sider ul {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.sider ul li {
  padding: 10px;
  display: flex;
  flex: 0 0 50%;
}

.sider ul li a {
  display: flex;
  flex: 1;
  border: 1px solid #e9ecef;
  justify-content: center;
  font-size: 1.6rem;
  padding: 2rem;
  box-shadow: 0 0px 5px #e9ecef;
}

.sider ul li a:hover {
  background: #2354ba;
  color: white;
}

.sider ul li.on a {
  background: #2354ba;
  color: white;
}

.bottom {
  text-align: center;
}

.bottom.bg-gray-800 {
  background: #383838 !important;
}

.bottom .Logo {
  display: flex;
  flex: 1;
  margin-bottom: 3rem;
}

.bottom .Logo .dt {
  display: none;
}

.bottom .Logo .dd {
  display: flex;
  flex: 1;
  justify-content: center;
}

.bottom .Logo .dd img {
  max-width: 100%;
  filter: invert(100%);
}

.bottom .footer {
  margin-top: 2rem;
  border-top: 1px solid #495057;
  text-align: center;
}

@media (min-width: 992px) {
  .about .card {
    display: flex;
    flex: 1;
  }
  .about .card img {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #ArticleView ul li,
#ProductView ul li {
    flex-basis: 33.33%;
  }
  #ArticleView ul li .qrcode img,
#ProductView ul li .qrcode img {
    border: 10px solid white;
    width: 100px !important;
    height: 100px !important;
  }
  #ArticleView ul li:hover .thumbs > a > img,
#ProductView ul li:hover .thumbs > a > img {
    animation: rotateY 1s forwards;
    filter: grayscale(100%) brightness(30%);
  }
  #ArticleView ul li .title,
#ProductView ul li .title {
    background-color: #e9ecef;
    height: 60px;
  }
  #ArticleView ul li .title a,
#ProductView ul li .title a {
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  #ArticleView ul li .title:hover,
#ProductView ul li .title:hover {
    background-color: #E60317;
  }
  #ArticleView ul li .title:hover a,
#ProductView ul li .title:hover a {
    color: white;
  }
  .product ul li {
    flex-basis: 50%;
  }
  .product ul li:nth-child(n+3) {
    flex-basis: 33.33%;
  }
  .case {
    display: flex;
    flex: 1;
    aspect-ratio: 2/1;
    padding-top: 0;
    padding-bottom: 0;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .case .container {
    position: relative;
    height: 100%;
  }
  .case .RowsTitle {
    display: flex;
    flex: 1;
  }
  .case .RowsTitle .Title {
    display: inline-flex !important;
    flex: 0 1 auto !important;
    max-width: 260px;
    background: #2354ba;
    padding: 3rem;
  }
  .case .RowsTitle .Title div {
    display: inline-flex;
    flex: 0 1 auto;
    color: white !important;
  }
  .case .Content {
    position: absolute;
    bottom: 50px;
    left: 0;
  }
  .case .Content ul {
    display: flex;
    flex-flow: row nowrap;
  }
  .case .Content ul li {
    flex-basis: auto;
    border-right: 1px solid #e9ecef;
    background: white;
  }
  .case .Content ul li:last-child {
    border-right: 0;
  }
  .case .Content ul li .thumbs {
    display: none;
  }
  .case .Content ul li .mode .title a {
    display: flex;
    padding: 10px 30px;
  }
  .case .Content ul li.on {
    background: #2354ba;
  }
  .case .Content ul li.on a {
    color: white;
  }
  .news #TabStrip .TabNavTitle {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 4rem;
  }
  .news #TabStrip .TabNavTitle .TabTitle {
    display: flex;
    flex: 1;
    border: 1px solid #e9ecef;
    border-top: 1px solid #2354ba;
  }
  .news #TabStrip .TabNavTitle .TabTitle a {
    display: flex;
    flex: 1;
    padding: 2rem;
    justify-content: center;
  }
  .news #TabStrip .TabNavTitle .on {
    background: #2354ba;
  }
  .news #TabStrip .TabNavTitle .on a {
    color: white;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul.Outline {
    width: 40%;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul.Outline li {
    background-color: transparent;
    margin-bottom: 0;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul.Outline li.Summary {
    flex-flow: column wrap;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul.Outline li.Summary .thumbs {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul.Outline li.Summary .thumbs a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul.Outline li.Summary .thumbs a img {
    width: 100%;
    object-fit: cover;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul.Profile {
    width: 60%;
    display: flex;
    flex-direction: column;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul.Profile li {
    display: flex;
    flex: 1;
    background-color: transparent;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
    flex-grow: 1;
    align-content: stretch;
    margin-bottom: 1.5rem;
  }
  .news #TabStrip .TabNavContent .TabContent #ArticleIntro ul.Profile li:last-child {
    margin-bottom: 0;
  }
  .adv ul {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 4rem;
  }
  .adv ul li {
    display: flex;
    flex: 1;
    flex-flow: column wrap;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #e9ecef;
  }
  .adv ul li:last-child {
    border-right: 1px solid #e9ecef;
  }
  .adv ul li .title {
    margin-left: -21px;
    border-left: 1px solid #2354ba;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .top {
    position: fixed;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(35, 84, 186, 0.3);
  }
  .top .menu ul li {
    position: relative;
  }
  .top .menu ul li a {
    height: 98px;
    font-size: 1.6rem;
    font-weight: 500;
    white-space: nowrap !important;
  }
  .top .menu ul li.on:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-flex;
    width: 50px;
    height: 0;
    bottom: -1px;
    border-bottom: 1px solid white;
  }
  .top .menu ul ul {
    position: absolute;
    background-color: rgba(248, 249, 250, 0.9);
    padding: 0;
    z-index: 9999 !important;
  }
  .top .menu ul ul li:last-child {
    border-bottom: 0;
  }
  .top .menu ul ul li:hover {
    background-color: rgba(33, 37, 41, 0.9);
  }
  .top .menu ul ul li:hover a {
    color: white;
  }
  .top .menu ul ul li.on::before {
    display: none;
  }
  .top .menu ul ul li a {
    display: flex;
    padding: 15px 20px !important;
    height: 60px;
    font-size: 1.4rem;
    font-weight: 100;
  }
  .logo a img {
    max-height: 60px;
    object-fit: contain;
  }
  i.fa-search {
    display: inline-flex;
    font-size: 2rem;
    font-weight: 100;
    cursor: pointer;
  }
  .sbanner .guide {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 25px;
    height: auto;
  }
  .sbanner .guide .title {
    justify-content: start;
    height: auto;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(248, 249, 250, 0.5);
    position: relative;
  }
  .sbanner .guide .title::before {
    position: absolute;
    bottom: -2px;
    display: inline-flex;
    width: 6rem;
    height: 0;
    content: "";
    border-bottom: 3px solid #fff;
  }
  .sbanner .guide .path {
    display: flex;
    padding-top: 8px;
    color: rgba(248, 249, 250, 0.9);
  }
  .sbanner .guide .path * {
    color: rgba(248, 249, 250, 0.9);
    font-size: 1.6rem;
  }
  .sbanner .guide .path .pos::before {
    display: inline-flex;
    width: 22px;
    height: 16px;
    font-size: 16px;
    content: "\f015";
  }
  .sider ul {
    flex-flow: row nowrap;
  }
  .sider ul li {
    flex: 1 1 auto;
  }
  .product ul li {
    flex-basis: 25%;
  }
  .product ul li:nth-child(n+3) {
    flex-basis: 25%;
  }
  .product ul li:nth-child(n+3), .product ul li:nth-child(n+4) {
    border-top: 1px solid #e9ecef;
  }
  .product ul li:nth-child(4n+3) {
    border-left-width: 0;
  }
  .product ul li:nth-child(n+5) {
    border-top-width: 0;
  }
  .product ul li .thumbs {
    aspect-ratio: 3/2;
  }
  .news #ArticleIntro .Outline .Summary {
    display: block;
    clear: both;
  }
  #ProductView ul li,
#ArticleView ul li {
    flex-basis: 33.33%;
  }
  .bottom .c1 {
    text-align: left;
  }
  .bottom .Logo .dd img {
    max-width: 300px;
  }
  .bottom menu {
    padding-left: 8%;
  }
  .bottom menu ul {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
  }
  .bottom menu ul li a {
    padding-right: 20px;
    font-size: 1.6rem;
    font-weight: 600;
    justify-content: start;
  }
  .bottom menu ul li a:hover {
    color: white;
  }
  .bottom menu ul ul {
    margin-top: 3rem;
    flex-flow: column wrap;
    position: relative;
    justify-content: start;
    flex: 0 1 auto;
  }
  .bottom menu ul ul li {
    flex-grow: 0;
    flex-shrink: 1;
  }
  .bottom menu ul ul li a {
    font-size: 1.2rem;
    font-weight: 100;
    white-space: nowrap;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .bottom menu ul ul li a:hover {
    color: white;
  }
  .bottom .qrcode .dt {
    display: none;
  }
  .bottom .qrcode .dd {
    margin-top: 20px;
  }
  .bottom .qrcode .dd img {
    width: 100px;
  }
  .bottom .footer .Margin {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-flow: row nowrap;
  }
  .bottom .footer .Margin .powered {
    margin-left: 15px;
    margin-right: 15px;
  }
  .bottom .footer .Margin .sitemap {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .container-flush {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
