@import url("../../../SysThemes/css/animate.min.css");
a:hover {
  color: #F18300;
}

.bgcolor {
  display: flex;
  flex: 1;
  height: 12px;
  background: url(../img/bgcolor.jpg) no-repeat 100%;
}

.logo img {
  height: 60px;
}

.RowsTitle .en,
.Descript,
.intro,
.memo {
  color: #6c757d;
  font-size: 1.4rem;
}

.RowsTitle .en {
  padding-top: 2rem;
  line-height: 1.5em;
}

.choose ul {
  display: flex;
  flex: 1;
  margin: 50px -15px;
  flex-flow: row wrap;
}
.choose ul li {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  align-items: center;
  padding: 15px;
}
.choose ul li .thumbs {
  display: flex;
  flex: 1;
  order: -10;
}
.choose ul li .thumbs img {
  object-fit: cover;
}
.choose ul li a {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.choose .More {
  display: flex;
  flex: 1;
  justify-content: center;
}
.choose .More a {
  padding: 10px 50px;
  border-radius: 30px;
  border: 1px solid #F18300;
  color: #F18300;
  font-size: 1.6rem;
}
.choose .More a:hover {
  background-color: #F18300;
  color: white;
}

.project {
  background: url(../img/grays.jpg) no-repeat 100% fixed;
}
.project ul {
  display: flex;
  flex: 1;
  margin: 50px 0px;
  flex-flow: column wrap;
}
.project ul li {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
}
.project ul li:nth-child(2), .project ul li:nth-child(4) {
  flex-direction: row-reverse;
}
.project ul li .thumbs {
  display: flex;
  flex: 1 1 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.project ul li .thumbs img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project ul li .mode {
  display: flex;
  box-sizing: border-box;
  flex: 1 1 50%;
  flex-flow: column wrap;
  padding: 50px 30px;
  align-content: center;
  align-items: center;
}
.project ul li .mode a {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}
.project ul li .mode .memo {
  color: #fafafa;
  font-size: 1.4rem;
}
.project ul li .more {
  display: none;
}
.project ul li:nth-child(1) .mode {
  background-color: #5D5A87;
}
.project ul li:nth-child(2) .mode {
  background-color: #FEC931;
}
.project ul li:nth-child(3) .mode {
  background-color: #20AD96;
}
.project ul li:nth-child(4) .mode {
  background-color: #FF4328;
}

.about {
  background: url(../img/about-bg.jpg) no-repeat 100% fixed;
  background-position: center left;
}
.about .RowsTitle .Title {
  color: #fafafa;
}
.about .Descript,
.about .intro,
.about .intro *,
.about .More a {
  text-align: center;
  color: #fafafa;
  font-size: 1.4rem;
}
.about .Content {
  color: #fafafa;
  margin-top: 4rem;
}
.about .More {
  margin-top: 50px;
}
.about .More a {
  border: 1px solid #fafafa;
  border-radius: 30px;
  background: transparent;
}

.product .Descript {
  text-align: center;
}
.product #ProductSummary {
  margin: 30px 0;
}
.product #ProductSummary ul {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.product #ProductSummary ul li {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  padding: 15px;
}
.product #ProductSummary ul li .thumbs {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.product #ProductSummary ul li .thumbs a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product #ProductSummary ul li .thumbs a img {
  display: flex;
  flex: 1;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}
.product #ProductSummary ul li .detail {
  display: flex;
  flex: 2;
  flex-flow: column wrap;
  color: #5a5a5a;
  padding-left: 30px;
}
.product #ProductSummary ul li .detail a {
  display: flex;
  font-size: 18px;
  padding: 5px 0;
}
.product .More {
  display: flex;
  flex: 1;
  justify-content: center;
}
.product .More a {
  padding: 12px 50px;
  border-radius: 30px;
  background-color: #F18300;
  color: white;
  font-size: 1.6rem;
}

.news .Descript,
.news .More {
  text-align: center;
}
.news .More a {
  border-radius: 30px;
  background-color: #F18300;
  color: white;
  padding: 12px 50px;
  font-size: 1.6rem;
}
.news #ArticleSummary ul {
  display: flex;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  margin: 50px -15px;
}
.news #ArticleSummary ul li {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  padding-left: 15px;
  padding-right: 15px;
}
.news #ArticleSummary ul li .thumbs {
  display: flex;
  flex: 1;
  margin: 0;
}
.news #ArticleSummary ul li .detail {
  display: flex;
  flex: 2;
  padding-left: 3rem;
}
.news #ArticleSummary ul li .detail .title a {
  font-size: 1.8rem;
}
.news #ArticleSummary ul li .detail .intro {
  font-size: 1.4rem;
  line-height: 1.8em;
}

.advantage {
  background: url(../img/bg1.jpg) no-repeat 100% fixed;
}
.advantage ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: center;
  margin: 50px -15px;
}
.advantage ul li {
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 15px;
}
.advantage ul li .mode {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-flow: column wrap;
}
.advantage ul li .mode .thumbs {
  text-align: center;
}
.advantage ul li .mode .title a {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 1.8rem;
  padding: 30px 0;
}
.advantage ul li .mode .memo {
  text-align: center;
}

.equip .Descript {
  text-align: center;
}
.equip .Content {
  margin: 50px 0;
}

.phone .Content {
  padding: 5px 30px;
  border-radius: 30px;
  border: 1px solid #F18300;
}
.phone .Content .Margin .Hotline {
  padding-left: 50px;
}
.phone .Content .Margin .Hotline::before {
  font-size: 45px;
  color: #F18300;
}
.phone .Content .Margin .Hotline .dd {
  font-size: 20px;
  color: #F18300;
}

.bottom {
  background-color: #202020;
}
.bottom * {
  color: #999999;
}
.bottom .mlogo .MLogo {
  display: flex;
  flex: 1;
  flex-flow: column-reverse wrap;
}
.bottom .mlogo .MLogo .dt {
  display: none;
}
.bottom .mlogo .MLogo .dd {
  text-align: center;
}
.bottom .wx .Margin {
  display: flex;
  flex: 1;
  justify-content: center;
}
.bottom .wx .Margin .qrcode {
  margin-right: 30px;
}
.bottom .wx .Margin .qrcode .dt {
  display: none;
}
.bottom .wx .Margin img {
  max-width: 100%;
  max-height: 100%;
}
.bottom .blr {
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top: 1px solid #333;
}
.bottom .bt {
  border-top: 1px solid #333333;
}
.bottom .links .RowsTitle {
  text-align: left;
  padding-top: 3rem;
  padding-bottom: 5px;
}
.bottom .links .RowsTitle h3 {
  font-size: 16px !important;
}
.bottom .links a {
  font-size: 1.4rem;
  margin-right: 30px;
}

.bg-black {
  background: #181818;
}
.bg-black * {
  color: #999999;
}
.bg-black .Margin {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: center;
}
.bg-black .powered {
  margin: auto 10px;
}

.guide ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
}
.guide ul li {
  display: flex;
  flex: 0;
  flex-flow: column wrap;
  position: relative;
}
.guide ul li a {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  white-space: nowrap;
}
.guide ul li a.sela, .guide ul li a:hover {
  font-weight: 700;
}
.guide ul li > ul {
  display: none;
}

.sub {
  text-align: center;
}
.sub ul {
  display: flex;
  flex: 1;
  justify-content: center;
}
.sub ul li {
  display: flex;
  flex: 0;
  margin: 0 15px;
}
.sub ul li a {
  white-space: nowrap;
  padding: 10px 30px;
  background-color: white;
}

.body * {
  font-size: 1.4rem;
}
.body #ProductView ul li {
  background-color: white;
  background-clip: content-box;
}

@media (min-width: 576px) {
  .bottom .blr {
    margin: 3rem 0 0 0;
    padding-top: 3rem;
    order: 10;
    border-top: 1px solid #333;
  }
  .bottom .wx {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .about .RowsTitle,
.about .Descript,
.about .More {
    text-align: left;
  }
  .about .intro {
    max-width: 600px;
  }
  .about .intro * {
    text-align: left;
  }

  .bottom .blr {
    order: 0;
    border-top: 0;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
  }

  .product #ProductSummary ul {
    flex-direction: row;
  }
  .product #ProductSummary ul li {
    flex-direction: column;
    flex-basis: 33.333%;
  }
  .product #ProductSummary ul li .detail {
    flex: 1;
    margin-top: 3rem;
    padding-left: 0;
  }

  .project ul {
    flex-direction: row;
  }
  .project ul li {
    flex: 1 1 50%;
  }
  .project ul li:nth-child(2) {
    flex-direction: row;
  }
  .project ul li:nth-child(3) {
    flex-direction: row-reverse;
  }

  .news #ArticleSummary ul {
    flex-direction: row;
  }
  .news #ArticleSummary ul li {
    flex-direction: column;
  }
  .news #ArticleSummary ul li .detail {
    padding-left: 0;
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .bottom .blr {
    margin-left: 50px;
    padding-left: 68px;
  }
  .bottom .wx {
    padding-left: 68px;
  }
}