body {
  overflow-x: hidden;
}

* {
  color: #6c757d;
}

a:hover {
  color: #fbc132;
}

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(248, 249, 250, 0.3);
}

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

.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 .memo {
  font-size: 1.6rem;
  color: rgba(248, 249, 250, 0.9);
}

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

.about .card {
  margin-right: 0 !important;
  margin-bottom: 0;
}

.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 .intro *,
.about .intro h1 {
  color: #000;
}

.about .enter a {
  display: inline-flex;
  border: 1px solid white;
  padding: 8px 20px;
}

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

.about .enter a:hover {
  background-color: white;
  color: #2354ba;
}

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

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

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

.nav .RowsTitle .Title .cn {
  font-size: 2.8rem;
  line-height: 1em;
  font-weight: 900;
  margin-right: 1rem;
}

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

.nav .RowsTitle .More {
  align-items: baseline;
}

.nav .RowsTitle .More a {
  display: inline-flex;
  /*background: #2354ba;*/
  color: #000;
  padding: 5px 20px;
}

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

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

.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 {
  border-bottom: 1px solid #dee2e6;
}

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

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

.news ul li:nth-child(n+3) {
  display: none !important;
}

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

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

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

.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 .date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #6c757d;
  margin-top: 15px;
}

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

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

.news ul li:hover .content {
  /*background-color: #fbc132;*/
}

.news ul li:hover .title * {
  color: #fbc132;
}

.news ul li:hover .content .date * {
  /*color: rgba(248, 249, 250, 0.3);*/
}

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

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

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

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

.product .Margin ul li box {
  padding: 15px;
}

.product .Margin ul li box .mode {
  background-color: #fff;
}

.product .Margin ul li box .mode .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 5px solid transparent;
}

.product .Margin ul li box .mode .title a {
  font-size: 2rem;
  font-weight: 600;
  justify-content: center;
  color: #212529;
  padding-left: 0;
  padding-right: 0;
}

.product .Margin ul li box .mode .title a:hover {
  color: #fbc132;
}

.product .Margin ul li box .mode .more {
  display: flex;
  padding: 20px 0px 30px 0px;
  justify-content: center;
}

.product .Margin ul li box .mode .more a {
  display: inline-flex;
  flex: 0 1 auto;
  border-radius: 20px;
  border: 1px solid #6c757d;
  padding: 5px 30px;
  justify-content: center;
}

.product .Margin ul li box .mode .more a:hover {
  /*background-color: #2354ba;*/
  color: #fbc132;
  border-color: #fbc132;
}

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

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

.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: #fbc132;
  color: white;
}

.adv #ArticleView ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  margin: 0;
}

.adv #ArticleView ul li {
  display: flex;
  flex: 1 0 50%;
  background-color: #fff;
  padding: 0;
}

.adv #ArticleView ul li .gutters {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  margin: 15px;
  background-color: #f8f9fa;
}

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

.adv #ArticleView ul li .gutters .thumbs a {
  display: flex;
  flex: 1;
  justify-content: center;
  justify-items: center;
  height: 100%;
}

.adv #ArticleView ul li .gutters .thumbs a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.adv #ArticleView ul li .gutters .title {
  display: flex;
  flex: 0 1 auto;
  background-color: transparent;
}

.adv #ArticleView ul li .gutters:hover {
  /*background-color: #2354ba;*/
}

.adv #ArticleView ul li .gutters:hover a {
  color: #fbc132;
}

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

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

.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 .memo {
  text-align: left;
  color: white;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.culture .more a {
  display: inline-flex;
  border-radius: 20px;
  background-color: #2354ba;
  color: white;
  padding: 10px 30px;
}

.case ul li:nth-child(n+9) {
  display: none !important;
}

@media (min-width: 768px) {
  .adv #ArticleView ul li {
    flex-basis: 33.333%;
  }
  .nav .RowsTitle .Title {
    flex-flow: row nowrap;
  }
  .product .Margin ul li {
    flex-basis: 33.333%;
  }
  .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%;
  }
}

@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: #fbc132;
  }
  #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-right: 50px;
    z-index: 100;
    padding: 20px 0px 0px 0px !important;
  }
  .product .Margin ul li {
    flex-basis: 25%;
  }
  .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;
  }
  .case #ArticleView ul li .thumbs {
    border: 1px solid #dee2e6;
  }
  .case #ArticleView ul li .thumbs img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .case #ArticleView ul li .title {
    display: none;
  }
  .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: #fbc132;
  }
  .news #ArticleSection ul li {
    flex-basis: 33.33%;
  }
  .news #ArticleSection ul li:nth-child(n+3) {
    display: list-item !important;
  }
}

@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: #2354ba !important;*/
  }
  .top .menu ul ul li:hover a {
    color: #fbc132;
  }
  .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 20px 15px 20px !important;
    font-size: 1.4rem;
    font-weight: 100;
  }
  .product .Margin ul li {
    flex-basis: 20%;
  }
  .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;
  }
  .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 {
    background-color: #f8f9fa;
    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;
    margin-right: 80px;
  }
  .bottom .c1 * {
    color: #adb5bd;
  }
  .bottom .Logo .dd {
    justify-content: start;
  }
  .bottom .Logo .dd img {
    max-width: 300px;
    filter: brightness(300%);
  }
  .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: #fbc132;
  }
  .bottom menu ul ul {
    margin-top: 2.5rem;
    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.4rem;
    font-weight: 100;
    white-space: nowrap;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #adb5bd;
  }
  .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: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
  }
}

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

.bg-fst1 {
    background-color: #b3b3b3
}
.online .Margin>div::before,.online div::before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 57px!important;
    height: 57px;
    /*color: #000!important;*/
    margin-right: 0!important;
    font-size: 2rem!important;
    border-top: 1px solid #fff
}
.online .hide {
    background-color: #b3b3b3
}
.online div .dd {
    background-color: #000;
}
.online .Margin div:hover {
  background-color:#000;  
}
.online .Margin>div .dd {
    display: none;
    position: absolute;
    right: 59px;
    z-index: 1000;
    white-space: nowrap;
    min-height: 57px;
    padding: 15px;
    /*color: #000;*/
    font-size: 15px
}
.about .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0px;
    flex-direction: row-reverse;
}

.data .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
}
.bg-fst {
    background-color: #fff;
}
.about .data {
  display:none
}
.about .title {
  padding-bottom:15px;  
  display: flex;
  flex-direction: column;
  font-size: 2.8rem;
  align-items: baseline;  
}
.about .title .cn{
  margin-right: 1rem;
}
.about .sub {
  font-size: 2.0rem;
  color: #6c757d;
}
  .about .profile {
    padding-left: 0rem;
  }
.product .nav {
  flex-wrap: nowrap;
}
  .product .Margin ul li {
    padding:30px;
  }
.product .Margin ul li box .mode .more a {
    height:30px;
    font-size: 13px;
}
.product .Margin ul li box .mode .more {
  padding: 0px 0px 0px 0px;
}
.about .Margin .ml h1{
  color:#000;
  font-size:28px!important;
  font-family: HarmonyOSSansCNBold;
}
.about .Margin .ml .enter a{
  color:#000;
  background-color:#fbc132;
  border-radius: 50px;
}
.about .Margin .ml .intro p{
  padding-top:5px;
  padding-bottom:5px;
}
#ProductView ul li .title:hover {
    background-color: #fbc132;
  }
.online {
  opacity:0.7;
}
@media (min-width: 768px) {
  .about .title {
        flex-direction: row;
  }
}
.bottom menu ul ul li a:hover {
    color: #fbc132;
  }
.about .p-5 {
    padding:0rem!important;
}
.about .card {
  padding-right: 15px;
}