a {
  color: #343a40;
}

a:hover {
  color: #980000;
}

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

.news ul li .LongDatePlus {
  display: flex;
  flex-flow: row-reverse nowrap;
}

.news ul li .LongDatePlus mon {
  margin-right: 10px;
}

.news ul li .LongDatePlus day {
  color: #AC1509;
}

.news ul li .memo {
  color: #495057;
}

.news ul li .enter a {
  text-transform: uppercase;
  text-align: right;
}

.news ul li .enter a::before {
  display: inline-flex;
  content: "";
  width: 100%;
  height: 8px;
  background: url(../images/arrow.png) no-repeat;
  transform: scaleX(-1);
}

#nav .RowsTitle {
  display: flex;
  flex: 1 0 auto;
  text-align: left;
  border-left: 1px solid #AC1509;
  padding-left: 20px;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;
}

#nav .RowsTitle .en {
  font-size: 2.8rem;
  font-weight: 100;
}

#nav .More {
  display: inline-flex;
  order: 1;
  flex: 0 1 auto;
  align-items: baseline;
}

#nav .More a {
  font-size: 1.6rem;
}

.sbanner img {
  max-width: 100%;
}

.container-flush {
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.top #toggler {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #AC1509;
  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(172, 21, 9, 0.5);
}

.search form .SearchType {
  display: none;
}

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

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

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

.nav .d-flex .scroll {
  display: flex;
  flex: 1;
}

.nav .d-flex .scroll .Margin {
  display: flex;
  flex: 1;
  height: 30px;
  overflow: hidden;
  position: relative;
}

.nav .d-flex .scroll .Margin ul {
  display: inline-flex;
  flex: 1;
  flex-flow: row nowrap;
  position: absolute;
}

.nav .d-flex .scroll .Margin ul li {
  display: flex;
  flex: 1;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ced4da;
}

.nav .d-flex .scroll .Margin ul li a {
  display: inline-flex;
  flex-flow: column wrap;
  white-space: nowrap;
  position: relative;
}

.nav .d-flex .scroll .Margin ul li a::after {
  display: inline-flex;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  border-bottom: 3px solid #AC1509;
  transition: width 0.3s ease;
}

.nav .d-flex .scroll .Margin ul li a:hover::after {
  width: 100%;
}

.nav .d-flex .scroll .Margin ul li:last-child {
  border-right: 0;
}

.nav .path::before {
  display: inline-flex;
  content: "\f207";
  width: 20px;
  height: 20px;
}

.guide {
  padding-bottom: 20px;
  border-bottom: 2px solid #212529;
}

.guide .title .en {
  font-size: 4rem;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  line-height: 1em;
}

.guide .title .en::first-letter {
  font-size: 7rem;
}

.guide .title .cn {
  display: none;
}

.guide .path {
  display: none;
}

.about .Title .cn {
  font-size: 3.36rem;
}

.about .Title .en {
  font-weight: 100;
}

.about .intro {
  font-size: 1.6rem;
  line-height: 2em;
  color: #495057;
  overflow: hidden;
}

.about .intro * {
  color: #495057;
}

.about .col-lg-6:nth-child(2) {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

.about .thumb {
  display: flex;
  flex: 1;
  align-content: stretch;
}

.about .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .more .More {
  text-align: left;
}

.about .more .More a {
  position: relative;
  background-color: transparent;
  color: #AC1509;
  padding: 10px 10px 0 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.about .more .More a::before {
  position: absolute;
  top: 0;
  width: 20px;
  content: "";
  border-top: 3px solid #AC1509;
}

.about .more .More a::after {
  display: inline-flex;
  margin-left: 10px;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/triangle.svg) no-repeat;
}

.about .btns {
  background-color: #fff;
  padding: 2rem 3rem;
}

.about .btns ul {
  display: flex;
  flex: 1;
}

.about .btns ul li {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
}

.about .btns ul li a {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

.about .btns ul li a:hover .cn:after {
  display: flex;
  flex: 1;
  background-color: #AC1509;
  width: 28px;
  height: 2px;
  content: "";
  margin-top: 2px;
}

.about .btns ul li a:hover * {
  color: #AC1509;
}

.search .RowsTitle {
  display: none;
}

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

.contact .Margin .MLogo .dt {
  display: none;
}

.contact .Margin .CompanyName {
  font-size: 1rem;
}

.product .pic ul {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  justify-content: start;
  margin-left: -10px;
  margin-right: -10px;
}

.product .pic ul .col-lg-6 {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
}

.product .pic ul .col-lg-6 li {
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 50%;
  position: relative;
  padding: 10px;
  aspect-ratio: 5/4;
  overflow: hidden;
}

.product .pic ul .col-lg-6 li .gutter {
  display: flex;
  flex: 1;
  align-self: stretch;
}

.product .pic ul .col-lg-6 li .mode {
  display: flex;
  flex: 1;
  position: absolute;
  top: 50px;
  z-index: 10;
}

.product .pic ul .col-lg-6 li .mode .title {
  text-align: center;
}

.product .pic ul .col-lg-6 li .mode .title a {
  display: inline-flex;
  padding: 10px;
  border-radius: 5px solid #AC1509;
  background-color: #AC1509;
  color: #fff;
  font-size: 1.6rem;
}

.product .pic ul .col-lg-6 li .thumbs {
  display: flex;
  flex: 1;
  align-self: stretch;
}

.product .pic ul .col-lg-6 li .thumbs a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.product .pic ul .col-lg-6 li .thumbs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product .pic ul .col-lg-6 li:hover .thumbs {
  overflow: hidden;
}

.product .pic ul .col-lg-6 li:hover .thumbs img {
  animation: scaleAnimation 500ms ease-in-out forwards;
}

.product .pic ul .col-lg-6 .scroll-content {
  display: flex;
  transition: transform 0.5s ease;
}

.product .pic ul .col-lg-6 .scroll-content li {
  flex-shrink: 0;
  flex-basis: 100%;
}

.product .pic ul .col-lg-6 .scroll-content li .mode .title a {
  font-size: 2.8rem;
}

.product .pic ul .col-lg-6.scroll-container {
  display: flex;
  flex: 1;
  overflow: hidden;
  width: 100%;
}

.product .pic ul .col-lg-6 .slide {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.product .pic ul .col-lg-6 .slide .arrow {
  cursor: pointer;
  padding: 10px;
  background-color: #AC1509;
  user-select: none;
  color: white;
}

.sublist {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
}

.sublist .RowsTitle {
  order: 0;
  flex: 1 0 auto;
  text-align: left;
  border-left: 1px solid #AC1509;
  padding-left: 20px;
}

.sublist .RowsTitle .en {
  font-size: 2.8rem;
  font-weight: 100;
}

.sublist .More {
  display: inline-flex;
  order: 1;
  flex: 0 1 auto;
  align-items: baseline;
}

.sublist .More a {
  font-size: 1.6rem;
}

.sublist .Content {
  margin-top: 30px;
  margin-bottom: 30px;
  order: 2;
  flex: 1 0 100%;
  margin-left: 20px;
}

.sublist .Content ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
}

.sublist .Content ul li {
  display: flex;
  flex: 1 0 calc(33.333% - 50px);
  margin-right: 50px;
}

.sublist .Content ul li a {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: 1px solid #adb5bd;
}

.sublist .Content ul li a:hover {
  color: #AC1509;
  border-bottom: 1px solid #AC1509;
  position: relative;
}

.sublist .Content ul li a:hover::after {
  position: absolute;
  display: inline-flex;
  flex: 1;
  height: 0;
  width: 20px;
  bottom: 0;
  content: "";
  border-bottom: 3px solid #AC1509;
}

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

.bottom {
  background: url(features.png) no-repeat #212529 center;
}

.bottom .Logo {
  display: flex;
  flex: 1;
  flex-flow: column-reverse wrap;
}

.bottom .Logo .dt {
  font-size: 1.6rem;
}

.bottom .Logo .dd img {
  background-image: linear-gradient(to bottom, transparent 46px, white 46px, #fff 68px, transparent 68px);
  border-radius: 50%;
}

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

.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: 992px) {
  .bottom .contact * {
    text-align: left;
  }
  .bottom .contact .Logo {
    margin-bottom: 10px;
  }
  .bottom .contact .Logo .dt,
.bottom .contact .Logo .dd {
    display: block;
    width: 100%;
    text-align: left;
  }
  .bottom .bmenu ul {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
  }
  .bottom .bmenu ul li {
    display: flex;
    flex: 1;
    flex-flow: column wrap;
  }
  .bottom .bmenu ul li a {
    font-size: 1.6rem;
    color: white;
  }
  .bottom .bmenu ul li ul {
    position: static;
    margin-top: 15px;
    display: flex;
    flex: 1;
    flex-flow: column wrap;
    justify-content: left;
  }
  .bottom .bmenu ul li ul li {
    flex-grow: 0;
  }
  .bottom .bmenu ul li ul li a {
    font-size: 1.4rem;
    color: #6c757d;
    padding: 10px 0;
  }
  .bottom .bmenu ul li ul li a:hover {
    color: white;
  }
  .bottom .bmenu ul li:hover a {
    color: #AC1509;
  }
  .bottom .bmenu ul li:hover ul li a {
    color: #adb5bd;
  }
  .bottom .bmenu ul li:hover ul li a:hover {
    color: white;
  }
  .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;
  }
  .nav .d-flex {
    flex-flow: row nowrap;
  }
  .nav .d-flex .col {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .guide .title .en {
    font-size: 7.2rem;
  }
  .guide .title .en::first-letter {
    font-size: 7.2rem;
  }
  .body #ArticleView ul li,
.body #ProductView ul li {
    flex-basis: 33.33%;
  }
  .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%;
  }
  .contact .Margin .CompanyName {
    font-size: 1.5rem;
  }
  .product .pic ul {
    flex-flow: row wrap;
  }
  .product .pic ul li {
    flex-basis: 50%;
    aspect-ratio: auto;
  }
  .sublist {
    flex-flow: row wrap;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
  }
  .sublist .RowsTitle,
.sublist .Content,
.sublist .More {
    order: inherit;
    flex: 0;
  }
  .sublist .RowsTitle *,
.sublist .Content *,
.sublist .More * {
    white-space: nowrap;
  }
  .sublist .Content {
    display: flex;
    flex: 1;
    margin: 0 80px;
  }
  .sublist .Content ul {
    display: flex;
    flex: 1 0 100%;
    flex-flow: row wrap;
  }
  .sublist .Content ul li {
    flex-basis: auto;
  }
  .news ul li .LongDatePlus {
    flex-direction: column;
  }
  .news ul li .LongDatePlus day,
.news ul li .LongDatePlus mon {
    display: block;
    font-size: 5.6rem;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
  }
  .news ul li .LongDatePlus mon {
    font-size: 2.6rem;
    color: #495057;
  }
  .news ul li:hover .LongDatePlus::before {
    position: absolute;
    display: inline-flex;
    content: "";
    width: 10px;
    height: 100%;
    background-color: #AC1509;
    transform: translateY(50%);
    top: -50%;
    left: 0;
  }
  .news ul li:hover .LongDatePlus day {
    color: #AC1509;
  }
  .news ul li:hover h5 a {
    color: #AC1509;
  }
  .news ul li:hover .enter a {
    color: #AC1509;
  }
}

@media (min-width: 1200px) {
  .top {
    background-color: #fff;
    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: #AC1509 !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;
  }
  .logo a img {
    max-height: 60px;
    object-fit: contain;
  }
  .logo pre h5 {
    font-size: 1.4rem !important;
  }
  i.fa-search {
    display: inline-flex;
    font-size: 2rem;
    font-weight: 100;
    cursor: pointer;
  }
}

@media screen and (min-width: 1440px) {
  .container-flush {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
