body {
  overflow-x: hidden;
}

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

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

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

.about {
  background-image: url(../images/map.jpg);
}

.about .sub {
  font-size: 2.5rem;
  line-height: .6em;
  font-weight: 600;
  color: #6c757d;
  overflow: hidden;
}

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

.about .card {
  padding: 0 1.5rem;
  margin-bottom: 0;
}

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

.about .btns {
  margin-top: 3rem;
}

.about .btns a {
  border: 1px solid #e9ecef;
  margin-bottom: 1.5rem;
}

.about .btns a:last-child {
  color: #E60317;
}

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

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

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

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

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

.nav .RowsTitle .Title .cn {
  font-size: 2.8rem;
  line-height: 2em;
  font-weight: 600;
}

.nav ul {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  border-top: 1px solid #e9ecef;
}

.nav ul li {
  display: flex;
  flex: 1;
  border-bottom: 1px dashed #e9ecef;
}

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

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

.news ul li {
  text-align: left;
  background-color: transparent;
  padding-bottom: 2rem;
}

.news ul li.Summary {
  display: flex;
  flex-flow: column wrap;
}

.news ul li .title a {
  font-weight: 600;
}

.LongDatePlus {
  padding-right: 20px;
  color: #dee2e6;
  font-size: 3rem;
  line-height: 1em;
  font-weight: 600;
}

.LongDatePlus * {
  color: #adb5bd;
}

.LongDatePlus year {
  font-size: 12px;
  display: block;
  color: #ced4da;
  line-height: 1em;
  text-align: right;
}

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

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

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

.sbanner {
  position: relative;
}

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

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

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

.bottom {
  text-align: center;
}

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

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

@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: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;
  }
  .case {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 50%, transparent 50%, transparent 100%), url(../images/bg.jpg);
    background-size: cover;
  }
  .case #ArticleView ul li {
    background: transparent !important;
  }
  .case #ArticleView ul li:nth-child(n+4) {
    display: none;
  }
  .case #ArticleView ul li:hover a {
    background: transparent !important;
    color: #212529 !important;
  }
  .case #ArticleView ul li:hover a:hover {
    color: white !important;
  }
}

@media (min-width: 1200px) {
  .top {
    position: fixed;
    width: 100%;
    z-index: 10000;
  }
  .top .menu ul li a {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .top .menu ul ul {
    border-radius: 10px;
    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: white;
  }
  .top .menu ul ul li a {
    padding: 15px 20px !important;
    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;
  }
  .nav {
    margin-bottom: 5rem;
  }
  .nav .Descript {
    color: #6c757d;
  }
  .nav ul {
    justify-content: space-between;
    margin-top: 3rem;
    flex-flow: row nowrap;
    border: 0;
  }
  .nav ul li {
    background-color: #f8f9fa;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .nav ul li a {
    color: #495057;
  }
  .nav ul li:hover a {
    background-color: #2354ba;
    color: white !important;
  }
  .news #ArticleIntro {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
  }
  .news #ArticleIntro ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news #ArticleIntro ul li a {
    padding: 0;
  }
  .news #ArticleIntro ul li:hover .detail a {
    background-color: transparent;
    color: #212529 !important;
  }
  .news #ArticleIntro ul li .intro {
    color: #6c757d;
  }
  .news #ArticleIntro ul.Outline {
    width: 40%;
  }
  .news #ArticleIntro ul.Outline li {
    background-color: transparent;
    margin-bottom: 0;
  }
  .news #ArticleIntro ul.Outline li img {
    height: 250px;
  }
  .news #ArticleIntro ul.Profile {
    width: 60%;
  }
  .news #ArticleIntro ul.Profile li {
    background-color: transparent;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 1.5rem;
  }
  .news #ArticleIntro ul.Profile li:last-child {
    margin-bottom: 0;
  }
  .news #ArticleIntro ul.Profile li .detail {
    padding-left: 108px;
  }
  .news #ArticleIntro ul.Profile li:hover .LongDatePlus * {
    color: #E60317;
  }
  #ProductView ul li,
#ArticleView ul li {
    flex-basis: 33.33%;
  }
  .bottom .c1 {
    text-align: left;
  }
  .bottom .Logo .dd img {
    max-width: 300px;
  }
  .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;
  }
}

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