body {
  overflow-x: hidden;
}

* {
  color: #6c757d;
}

a:hover {
  color: #E60317;
}

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

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

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

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

.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;
  color: white;
  border: 0;
  padding: 8px 15px;
}

.container-flush {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.top {
  background-color: rgba(255, 255, 255, 0.95);
}

.top .container-fluid .row {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.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 li {
  background-color: transparent !important;
}

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

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

.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;
}

.p-10 {
  padding: 2rem;
}

ol.carousel-indicators {
  display: flex;
  flex-flow: column wrap;
  width: 100px;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-content: center;
  margin-bottom: 0;
}

ol.carousel-indicators li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 0;
  margin: 8px 0;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  top: auto;
  left: 2rem;
  bottom: 2rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.carousel-control-next {
  left: 8rem;
}

.carousel-control-prev-icon {
  display: inline-flex;
  background-image: none !important;
  justify-content: center;
  align-items: center;
}

.carousel-control-prev-icon::before {
  display: inline-flex;
  content: "\f177" !important;
  color: #fff !important;
}

.carousel-control-next-icon {
  display: inline-flex;
  background-image: none !important;
  justify-content: center;
  align-items: center;
}

.carousel-control-next-icon::before {
  display: inline-flex;
  content: "\f178" !important;
  color: #fff !important;
}

.about {
  background-image: url(../images/map.jpg);
  background-size: cover;
  text-align: center;
}

.about .memo {
  font-size: 1.6rem;
}

.about .data * {
  font-size: 1.6rem;
}

.about .data .num {
  color: #2354ba;
  font-size: 4rem !important;
}

.about .sub {
  font-size: 3rem;
  font-weight: 100;
  line-height: 1em;
  font-family: 'Times New Roman', Times, serif;
}

.about .title {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.about .title .cn {
  padding-bottom: 1rem;
  position: relative;
}

.about .title .cn::after {
  display: inline-flex;
  width: 50px;
  height: 0;
  content: "";
  border-bottom: 2px solid #2354ba;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.about .title .sub {
  padding-top: 1rem;
}

.about .card {
  margin-right: 0 !important;
  margin-bottom: 0;
  height: 250px;
  overflow: hidden;
}

.about .card img {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .intro {
  line-height: 1.6em;
  font-size: 1.6rem;
}

.about .enter a {
  display: inline-flex;
  border-bottom: 1px solid #212529;
  padding: 8px 20px;
  font-size: 1.6rem;
}

.about .enter a::after {
  display: inline-flex;
  content: "\f178";
  margin-left: 8px;
}

.RowsTitle {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: space-between;
}

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

.RowsTitle .Title .cn {
  display: flex;
  flex-flow: column wrap;
  font-size: 2.8rem;
  line-height: 1em;
  font-weight: 900;
  padding-bottom: 15px;
  align-items: center;
  position: relative;
}

.RowsTitle .Title .cn::after {
  display: inline-flex;
  position: absolute;
  flex: 1;
  border-bottom: 2px solid #2354ba;
  width: 50px;
  height: 0px;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.RowsTitle .Title .en {
  padding-top: 10px;
  font-size: 2.0rem;
  line-height: 1em;
  font-weight: 100;
  color: #6c757d;
}

.nav {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  text-align: center;
}

.nav ul {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

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

.nav ul li a {
  display: flex;
  flex: 1;
  height: 100%;
  padding: 15px 20px;
  align-items: center;
}

.More {
  display: flex;
  flex: 1;
  align-items: baseline;
  justify-content: center;
}

.More a {
  display: inline-flex;
  padding: 5px 20px;
  font-size: 1.6rem;
  border-bottom: 1px solid #6c757d;
}

.More a::after {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  content: "\f178";
  margin-left: 10px;
}

.news {
  border-bottom: 1px solid #dee2e6;
}

.news ul {
  display: flex;
  flex-flow: column wrap !important;
  border: 0 !important;
}

.news ul li {
  flex-flow: column wrap;
  flex: 1;
  text-align: left;
}

.news ul li .gutters {
  display: flex;
  flex-direction: column;
  padding: 15px;
  flex-grow: 1;
}

.news ul li .gutters .thumbs a {
  padding: 0 !important;
}

.news ul li .gutters .thumbs a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
}

.news ul li .gutters .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px;
  background-color: #f8f9fa;
}

.news ul li .gutters .content .profile {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-self: stretch;
}

.news ul li .gutters .content .profile .title a {
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.news ul li .gutters .content .profile .title a:hover {
  color: #E60317;
}

.news ul li .gutters .content .date {
  display: flex;
  flex-direction: column;
  color: #6c757d;
  margin-top: 15px;
}

.news ul li .gutters .content .date .LongDatePlus {
  margin-left: 1em;
}

.news ul li .gutters .content .date .cata {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.news ul li .gutters .content .date .cata i {
  display: inline-flex;
  margin-right: 1rem;
}

.news ul li .gutters .content .date .cata .menutitle {
  display: inline-flex;
}

.news ul li .gutters .content .date .cata .menutitle a {
  padding: 0;
}

.news ul li .gutters .content .date * {
  color: #6c757d;
}

.news ul li:hover .content {
  background-color: #e9ecef;
}

.body .LongDatePlus {
  font-size: 1.6rem;
  color: #6c757d;
  font-weight: 400;
}

.body .LongDatePlus year,
.body .LongDatePlus mon,
.body .LongDatePlus day {
  display: inline-flex;
  font-size: 1.6rem;
  color: #6c757d;
  font-weight: 400;
}

.body .Detail h5 {
  display: none;
}

.body .Detail img {
  max-width: 100%;
}

.body .contactus {
  display: flex;
  flex-flow: column-reverse wrap;
}

.body .contactus #Telephonist {
  margin-bottom: 5rem;
}

.body #ArticleSection ul {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

.body #ArticleSection ul li {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.body #ArticleSection ul li .content {
  display: flex;
  flex: 1;
  margin-bottom: 20px;
}

.body #ArticleSection ul li .content .date {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column wrap;
  width: 120px;
  position: relative;
}

.body #ArticleSection ul li .content .date i {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  color: #6c757d;
  padding: 10px;
}

.body #ArticleSection ul li .content .profile {
  width: calc(100% - 120px);
}

.body #ArticleSection ul li .content .profile .title {
  margin-bottom: 5px;
}

.body #ArticleSection ul li .content .profile .title a {
  font-size: 1.8rem;
}

.body #ArticleSection ul li .content .profile .memo {
  color: #343a40;
}

.body #ArticleSection ul li .thumbs {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.body #ArticleSection ul li .thumbs a {
  display: flex;
  flex: 1;
}

.body #ArticleSection ul li .thumbs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body #ArticleSection ul li:hover .content .date i {
  color: white;
  background-color: #6c757d;
}

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

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

.sbanner {
  position: relative;
}

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

.product {
  background-color: #f8f9fa;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.product .RowsTitle .Title .cn {
  color: white;
}

.product .RowsTitle .Title .cn::after {
  border-bottom: 2px solid #fff;
}

.product .Margin {
  display: flex;
  flex: 1;
  position: relative;
}

.product .Margin ul {
  display: flex;
  flex: 1 0 100%;
  justify-content: start;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.product .Margin ul li {
  flex: 1 0 50%;
}

.product .Margin ul li .mode {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  margin: 15px;
  background-color: white;
}

.product .Margin ul li .mode .thumbs {
  display: flex;
  flex: 1;
  justify-content: center;
  padding-top: 80px;
}

.product .Margin ul li .mode .thumbs img {
  width: 53px;
  border-bottom: 5px solid transparent;
}

.product .Margin ul li .mode .title {
  padding-bottom: 80px;
}

.product .Margin ul li .mode .title a {
  display: flex;
  flex: 1;
  font-size: 1.6rem;
  justify-content: center;
  color: #212529;
  padding: 10px;
}

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

.product .Margin ul li:hover .thumbs img {
  border-bottom: 5px solid #adb5bd;
}

.product .More {
  margin-top: 50px;
}

.product .More a {
  color: white;
}

.product .More a:hover {
  color: yellow;
}

.guide {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
}

.guide .title {
  font-size: 2.6rem !important;
  font-weight: 900;
  margin-bottom: .3rem;
}

.guide .path,
.guide .path * {
  color: #6c757d;
}

.guide .path a:hover {
  color: #E60317;
}

.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: 1rem 2rem;
}

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

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

.adv .nav .Margin {
  overflow-x: auto;
}

.adv .nav .Margin ul {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  margin-top: 20px;
}

.adv .nav .Margin ul li {
  display: flex;
  flex: 1;
}

.adv .nav .Margin ul li a {
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 5px 20px;
  line-height: 4rem;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 600;
}

.adv .nav .Margin ul li a:hover {
  color: #E60317;
}

.adv .view {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
}

.adv .view #ArticleView ul li .gutters {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  position: relative;
}

.adv .view #ArticleView ul li .gutters .thumbs {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
}

.adv .view #ArticleView ul li .gutters .thumbs a {
  display: flex;
  flex: 1;
  padding: 0;
  height: 100%;
}

.adv .view #ArticleView ul li .gutters .thumbs a img {
  position: static !important;
  margin: 0 !important;
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adv .view #ArticleView ul li .gutters > .title {
  display: flex;
  flex: 0;
}

.adv .view #ArticleView ul li .gutters > .title .qrcode {
  position: absolute;
  display: flex;
  flex: 1;
  top: -16px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  margin: 0;
  z-index: 100;
}

.adv .view #ArticleView ul li .gutters > .title .qrcode img {
  width: 100px;
  height: 100px;
}

.adv .view .More {
  margin-top: 40px;
}

.bottom {
  text-align: center;
}

.bottom .CompanyName {
  font-size: 2rem !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: 300px;
  filter: brightness(100) !important;
}

.bottom .c2 {
  display: flex;
  flex: 1;
}

.bottom .c2 .Margin {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 30px;
}

.bottom .c2 .Margin .dt {
  display: none;
}

.bottom .c2 .Margin .dd img {
  height: 120px;
  margin-left: 15px;
  margin-right: 15px;
}

.bottom .footer {
  margin-top: 2rem;
  background-color: black;
  text-align: center;
}

.culture {
  background: url(../images/culture.jpg) no-repeat;
  background-position: center bottom;
  text-align: left;
  background-size: cover;
}

.culture .title {
  margin-bottom: 50px;
}

.culture .title .cn {
  text-align: left;
  font-size: 3.8rem;
  font-weight: 600;
  color: white;
}

.culture .title .en {
  text-align: left;
  font-size: 2rem;
  font-weight: 100;
  color: white;
}

.culture .Subject ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}

.culture .Subject ul li {
  flex-basis: calc(50% - 10px);
  border: 1px solid white;
  border-radius: 1rem;
  padding: 20px;
  text-align: center;
}

.culture .Subject ul li h3 {
  margin-bottom: 2rem;
}

.culture .more a {
  display: inline-flex;
  border-bottom: 1px solid #fff;
  color: white;
  padding: 10px 20px;
  font-size: 1.6rem;
}

.culture .more a::after {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  content: "\f178";
  margin-left: 10px;
}

.culture .more a:hover {
  color: yellow;
}

.case ul li .title {
  display: none !important;
}

.case ul li .thumbs {
  display: flex;
  flex: 1;
  padding: 10px;
  border: 1px solid #dee2e6;
}

.case ul li .thumbs img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 100px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.case ul li:hover img {
  filter: grayscale(0%);
}

.hex ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.hex ul li {
  display: flex;
  flex: 0;
  flex-flow: row wrap;
  flex-basis: 50%;
  text-align: center;
  padding: 15px;
}

.hex ul li .hexagon {
  display: inline-flex;
  flex-flow: column wrap;
  width: 120px;
  background-color: #dee2e6;
  padding: 20px;
  margin-bottom: 2rem;
}

.hex ul li .hexagon .thumbs {
  display: flex;
  flex: 1;
  justify-content: center;
}

.hex ul li .hexagon .thumbs img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.hex ul li .memo {
  color: #6c757d;
}

.hex ul li:hover .hexagon {
  background-color: #adb5bd;
}

@media (min-width: 992px) {
  .hex ul li {
    flex-basis: 33.333%;
  }
}

.link {
  padding-top: 15px;
}

.link .RowsTitle .Title:after {
  border-bottom-color: rgba(248, 249, 250, 0.1);
}

.link .RowsTitle .Title .cn {
  padding: 0;
  font-weight: 300;
}

.link .RowsTitle .Title .cn::after {
  display: none;
}

.link .RowsTitle .Title .en {
  padding: 0;
  font-size: 1.4rem;
}

.link * {
  color: rgba(248, 249, 250, 0.4) !important;
  font-weight: 100;
}

@keyframes rotateY {
  0% {
    transform: rotateY(-90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.online .wechat::before {
  content: "\f1d7";
}

.online .wechat .dd {
  display: none !important;
}

.online .wechat .dd img {
  border: 1px solid #adb5bd;
}

.online .wechat:hover .dd {
  display: flex !important;
}

@media (min-width: 768px) {
  .adv #ArticleView ul li {
    flex-basis: 33.333%;
  }
  .product .Margin ul li {
    flex-basis: 33.333%;
  }
  .news ul li .gutters {
    display: flex;
    flex-flow: row nowrap;
  }
  .news ul li .gutters .thumbs {
    display: flex;
    flex: 0;
    flex-basis: 40%;
  }
  .news ul li .gutters .content {
    display: flex;
    flex: 0;
    flex-basis: 60%;
    padding-left: 50px;
  }
  .news ul li .gutters .content .title a {
    width: 100%;
    justify-content: start;
  }
  .case ul li:nth-child(n+9) {
    display: list-item !important;
  }
  .case ul li:nth-child(n+13) {
    display: none !important;
  }
  .body #ArticleSection ul li {
    flex-flow: row nowrap;
  }
  .body #ArticleSection ul li .content {
    flex-basis: 80%;
    padding-right: 50px;
  }
  .body #ArticleSection ul li .thumbs {
    flex-basis: 20%;
  }
  .bottom .row {
    flex-flow: row nowrap;
  }
  .bottom .row .c1 {
    display: flex;
    flex: 1 0 auto;
    text-align: left;
  }
  .bottom .row .c1 .Logo .dd {
    justify-content: start;
  }
  .bottom .row .c2 {
    display: flex;
    flex: 0 0 auto;
  }
  .bottom .row .c2 .Margin {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  #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 .thumbs,
#ProductView ul li .thumbs {
    background-color: #fff;
  }
  #ArticleView ul li .thumbs a img,
#ProductView ul li .thumbs a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #ArticleView ul li:hover .thumbs > a > img,
#ProductView ul li:hover .thumbs > a > img {
    animation: rotateY 1s forwards;
  }
  #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;
  }
  .about .data .num {
    font-size: 6rem !important;
  }
  .about .profile {
    position: relative;
    padding-top: 8rem;
    padding-left: 8rem;
  }
  .about .profile .ml {
    position: relative;
    margin-left: -380px;
    z-index: 100;
    padding: 100px 80px 80px 80px !important;
  }
  .culture .Subject ul {
    flex-flow: row wrap;
  }
  .adv #ArticleSummary ul {
    flex: 1 0 100%;
    flex-flow: row nowrap;
    align-items: stretch;
  }
  .adv #ArticleSummary ul .group {
    display: flex;
    flex-direction: column;
    flex-basis: 50% !important;
  }
  .adv #ArticleSummary ul .group li:last-child {
    margin-bottom: 0;
  }
  .adv #ArticleSummary ul > li {
    position: relative;
    margin-left: 30px;
    flex-direction: column;
    flex: 1 1 calc(50% - 30px) !important;
    margin-bottom: 0;
  }
  .adv #ArticleSummary ul > li .thumbs {
    display: flex;
    flex: 1 0 100% !important;
    margin: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: inherit;
    max-width: 100% !important;
  }
  .adv #ArticleSummary ul > li .thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .adv #ArticleSummary ul > li .detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    z-index: 1000;
    padding: 68px 50px;
  }
  .adv #ArticleSummary ul > li .detail .title a {
    color: white !important;
    font-size: 4rem;
  }
  .adv #ArticleSummary ul > li .detail .intro {
    color: #dee2e6;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 100;
  }
  .adv #ArticleSummary ul > li:hover top {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .case #ArticleView ul {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
  }
  .case #ArticleView ul li {
    background: transparent !important;
    flex-basis: 16.6%;
  }
  .case #ArticleView ul li:nth-child(n+13) {
    display: list-item !important;
  }
  .guidebar {
    border-bottom: 1px solid rgba(35, 84, 186, 0.3);
    margin-bottom: 6rem;
  }
  .guidebar .container {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .guidebar .container .guide {
    position: relative;
    flex: 0 1 auto;
    border-bottom: 0;
    margin-right: 50px;
    padding: 0 15px;
    margin-bottom: 0;
    background: white;
    bottom: -13px;
  }
  .guidebar .container .guide .title {
    font-size: 3rem !important;
    margin-bottom: 1rem;
  }
  .guidebar .container .guide .path {
    padding: 0;
    margin: 0 -15px;
  }
  .guidebar .container .guide .path::before, .guidebar .container .guide .path::after {
    position: relative;
    display: inline-flex;
    width: 0;
    height: 0;
    border: 7px solid #2354ba;
    border-radius: 100%;
    background-color: #2354ba;
    content: "";
    z-index: 10;
    bottom: 5px;
  }
  .guidebar .container .guide .path::before {
    left: -12px;
  }
  .guidebar .container .guide .path::after {
    right: -12px;
  }
  .guidebar .container .sider {
    align-content: end;
  }
  .guidebar .container .sider ul {
    flex-flow: row nowrap;
  }
  .guidebar .container .sider ul li {
    padding: 0;
  }
  .guidebar .container .sider ul li a {
    border: 0;
    padding: 10px 20px;
  }
  .guidebar .container .sider ul li a:hover {
    background-color: transparent;
    color: #E60317;
  }
}

@media (min-width: 1200px) {
  .top {
    position: absolute;
    width: 100%;
    z-index: 10000;
  }
  .top .menu ul li a {
    font-size: 1.6rem;
    font-weight: 500;
    white-space: nowrap;
  }
  .top .menu ul ul {
    background-color: white;
    box-shadow: 0 3px 3px rgba(248, 249, 250, 0.5);
  }
  .top .menu ul ul li {
    border-bottom: 1px solid #e9ecef;
  }
  .top .menu ul ul li:last-child {
    border-bottom: 0;
  }
  .top .menu ul ul li:hover {
    background-color: #2354ba !important;
  }
  .top .menu ul ul li:hover a {
    color: white;
  }
  .top .menu ul ul li:hover a::after {
    position: absolute;
    display: inline-flex;
    padding: 5px;
    content: "\f061";
    right: 5px;
  }
  .top .menu ul ul li a {
    padding: 15px 80px 15px 20px !important;
    font-size: 1.4rem;
    font-weight: 100;
  }
  .product .Margin ul li {
    flex-basis: 16.666%;
  }
  .logo a img {
    max-height: 60px;
    max-width: 100%;
    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;
  }
  .news #ArticleSection ul {
    align-items: stretch;
    flex-flow: row nowrap !important;
  }
  .news #ArticleSection ul li {
    flex: 0;
    flex-basis: 33.33%;
  }
  .news #ArticleSection ul li .gutters {
    flex-direction: column;
    height: 100%;
  }
  .news #ArticleSection ul li .gutters .content {
    padding-left: 20px;
  }
  .nav .RowsTitle .Title .cn {
    font-size: 2.8rem;
  }
  .nav .RowsTitle .More a {
    border-radius: 3px;
    padding: 8px 20px;
  }
  .nav .RowsTitle .More a:hover {
    filter: brightness(0.9);
  }
  .nav .Descript {
    color: #6c757d;
    font-size: 1.6rem;
  }
  .nav ul {
    justify-content: space-between;
    margin-top: 3rem;
    flex-flow: row nowrap;
    border: 0;
  }
  .nav ul li {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .nav ul li a {
    color: #495057;
  }
  #ProductView ul li,
#ArticleView ul li {
    flex-basis: 33.33%;
  }
  .bottom .c1 {
    text-align: left;
  }
  .bottom .c1 .Margin {
    position: relative;
    padding-left: 350px;
  }
  .bottom .c1 .Margin * {
    color: #adb5bd;
  }
  .bottom .Logo {
    position: absolute;
    left: 0;
  }
  .bottom .Logo .dd {
    justify-content: start;
  }
  .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: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
  }
}
