a {
  color: #343a40;
}
a:hover {
  color: #0048B8;
}

.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.bottom .Logo {
  margin-bottom: 1em;
}
.bottom .Logo .dt {
  display: none;
}
.bottom .Logo .dd img {
  width: 90%;
}
.bottom .wechat {
  margin-top: 30px;
}

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

.powered {
  display: flex;
  flex: 1;
  justify-content: center;
}

.menu-row-rake ul {
  margin-left: -15px;
  margin-right: -15px;
}
.menu-row-rake ul li {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-row-rake ul li::before {
  position: absolute;
  height: 30px;
  width: 5px;
  content: "";
  background: #0068D8;
  margin-left: -3px;
}
.menu-row-rake ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-row-rake ul li:last-child::after {
  position: absolute;
  height: 30px;
  width: 5px;
  content: "";
  background: #0068D8;
  margin-right: -3px;
  right: 0;
}
.menu-row-rake ul li.dl {
  flex-grow: 2;
}
.menu-row-rake ul li.dl ul {
  display: flex;
  flex-flow: row wrap;
}
.menu-row-rake ul li.dl ul li {
  flex-basis: 50%;
}
.menu-row-rake ul li a {
  justify-content: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2em;
}
.menu-row-rake ul li ul {
  position: relative;
}
.menu-row-rake ul li ul li {
  border: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.menu-row-rake ul li ul li::before, .menu-row-rake ul li ul li::after {
  display: none;
}
.menu-row-rake ul li ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.4rem;
}

.nav {
  border-bottom: 1px dashed #dee2e6;
  margin-bottom: 3rem;
}
.nav .title {
  margin-bottom: -5px;
  padding: 0 0px 5px 0px;
  border-bottom: 3px solid #dee2e6;
  margin-left: 15px;
}

#nav .RowsTitle {
  margin-bottom: 30px;
}
#nav .RowsTitle .cn a {
  font-weight: 900;
  letter-spacing: 8px;
  font-size: 25px !important;
  color: #0068D8;
  padding-left: 16px;
}
#nav .RowsTitle .en {
  position: relative;
  padding-top: 5px;
  z-index: -100;
}
#nav .RowsTitle .en a {
  color: #ced4da;
  font-size: 36px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-style: italic;
  background: white;
  padding-left: 30px;
  padding-right: 30px;
}
#nav .RowsTitle .en::before {
  position: absolute;
  background: linear-gradient(45deg, #eeeeee 25%, #f8f8f8 0, #f8f8f8 50%, #eeeeee 0%, #eeeeee 75%, #f8f8f8 0);
  background-size: 10px 10px;
  top: 26px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  z-index: -100;
}

.search .RowsTitle {
  width: 100px;
  white-space: nowrap;
}

.bg-blue {
  background-image: linear-gradient(white 75%, rgba(255, 255, 255, 0.1) 75%), url(../img/d.jpg);
  background-size: cover;
  position: relative;
  z-index: 0;
}

.about .card img {
  padding: 0;
  border: 0;
}
.about .Descript {
  text-align: center;
}
.about .Content {
  background-color: #ffffff;
  padding: 30px;
}
.about .intro p {
  text-indent: 2em;
}
.about .More a {
  background-color: white;
  color: #0068D8;
}
.about .More a:hover {
  background-color: #0068D8;
  color: white;
}

.rowstitle-2 .RowsTitle h3 .en {
  font-size: 16px;
  margin-top: 10px;
}

.case {
  position: relative;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0.6)), url(../img/glow.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.case #nav {
  position: relative;
}
.case #nav .cn {
  position: relative;
}
.case #nav .cn a {
  display: inline-flex;
  position: relative;
}
.case #nav .en::before {
  display: none;
}
.case #nav .en a {
  background-color: transparent !important;
}

sider .RowsTitle {
  display: none;
}

.sider ul li:first-child, .sider ul li:last-child {
  background-color: #0068D8;
}
.sider ul li:first-child a, .sider ul li:last-child a {
  color: white;
}

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

#ArticleIntro .Summary {
  flex-flow: column wrap;
}
#ArticleIntro h6 a {
  font-weight: 700;
}
#ArticleIntro h6 a:hover {
  animation: changecolor 1s;
}
#ArticleIntro .intro {
  height: 60px;
  overflow: hidden;
}

.guide .title {
  font-weight: 700;
}

@media (min-width: 768px) {
  .powered {
    display: inline-flex;
    flex: auto;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .top .menu menu > ul li:nth-child(4) ul {
    left: -368px;
    width: 880px !important;
    flex-flow: row wrap;
    z-index: 10000;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }
  .top .menu menu > ul li:nth-child(4) ul li {
    flex: 1;
    flex-basis: 25%;
    margin: 5px 0;
    border: 2px solid transparent;
    box-shadow: 3px 3px 15px rgba(255, 255, 255, 0.1);
    border-style: inset;
  }
  .top .menu menu > ul li:nth-child(4) ul li:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
    position: relative;
  }
  .top .menu menu > ul li:nth-child(4) ul li:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    animation: move 3s infinite linear;
  }
  .top .menu menu > ul li:nth-child(4) ul li a {
    padding: 12px 10px !important;
  }

  sider .RowsTitle {
    display: inherit;
  }
  sider .RowsTitle h3 {
    padding: 40px;
  }

  .bottom {
    background-image: url(features.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .bottom .menu {
    padding-bottom: 10px;
    border-bottom: 1px dotted #6c757d;
  }
  .bottom .wechat {
    margin-top: 0px;
  }

  .body #ArticleView ul li,
.body #ProductView ul li {
    flex-basis: 33.33%;
  }

  .search .Subject {
    flex: 1;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search .Content {
    flex: 1;
    width: auto;
  }
  .search form {
    min-width: 400px;
  }

  .flex .Margin {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  .flex .Margin > div {
    margin-left: 5px;
    margin-right: 5px;
  }

  .news #ArticleIntro {
    display: flex;
    flex-flow: row nowrap;
  }
  .news #ArticleIntro .Outline {
    background-image: linear-gradient(rgba(0, 104, 216, 0.4) 25%, white 25%), url(../img/c.jpg);
    display: flex;
    flex: 2;
    border: 1px solid #dee2e6;
    padding: 20px;
  }
  .news #ArticleIntro .Outline .Summary {
    margin-bottom: 0;
  }
  .news #ArticleIntro .Outline .Summary .intro {
    height: 80px;
  }
  .news #ArticleIntro .Profile {
    display: flex;
    flex: 3;
    margin-left: 40px;
    border: 1px solid #dee2e6;
    padding: 50px 20px;
  }
  .news #ArticleIntro .Profile li {
    margin-bottom: 60px;
  }
  .news #ArticleIntro .Profile li:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .product .row .sider {
    overflow: hidden;
  }
  .product .row .sider:hover {
    overflow-y: auto;
  }
}
@keyframes move {
  0%, 100% {
    clip-path: inset(0 0 95% 0);
  }
  25% {
    clip-path: inset(0 95% 0 0);
  }
  50% {
    clip-path: inset(95% 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 95%);
  }
}