a {
  color: #343a40;
}

a:hover {
  color: #4A4A4A;
}

pager {
  display: flex;
  flex: 1;
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
}

pager [name=jump] {
  width: 30px !important;
}

.choose,
#ProductView,
#ArticleView {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.choose ul li:hover,
#ProductView ul li:hover,
#ArticleView ul li:hover {
  box-shadow: 0px 0px 15px 5px #adb5bd;
}

.navbar-toggler {
  margin: 5px 15px 0 0 !important;
}

.py-6,
.pt-6 {
  padding-top: 5rem !important;
}

.py-6,
.pb-6 {
  padding-bottom: 5rem !important;
}

.my-6,
.mt-6 {
  margin-top: 6rem !important;
}

.space {
  display: flex;
  height: 600px;
  margin: 0;
}

.my-6,
.mb-6 {
  margin-bottom: 6rem !important;
}

.menu ul li a b {
  display: none;
}

.msg {
  position: relative;
  box-shadow: 0 2px 10px #dee2e6;
}

.msg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%), url(../img/write.svg) no-repeat;
  filter: grayscale(100%);
  background-size: cover;
  z-index: -1;
}

.RowsTitle .cn {
  font-size: larger;
  font-weight: bold;
}

.RowsTitle .en {
  font-size: 1.8rem;
  line-height: 2.5em;
}

.t2 {
  font-size: 1.8rem;
}

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

.More a {
  border-radius: 3em;
  border: 2px solid #dee2e6;
  padding: 1.5rem 5rem;
}

.More a:hover {
  border: 2px solid #F33631;
  color: white;
  animation: color-cycle 5s infinite;
}

.MessageTable {
  position: relative;
  padding-left: 5rem;
  font-weight: 100;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.MessageTable::before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 2rem;
  background: #4A4A4A;
  color: white;
  padding: .6rem;
  border-radius: 5px;
  margin-right: 1em;
}

.MessageTable * {
  font-size: 1.6rem;
}

.MessageTable red {
  color: red;
}

.choose {
  display: flex;
  background: #f8f9fa;
}

.choose .RowsTitle {
  display: flex;
  flex: 1;
  min-height: 200px;
  padding: 50px 15px;
  justify-content: center;
}

.choose .RowsTitle .cn {
  font-family: 700;
  font-size: 2rem;
  line-height: 3em;
  color: #F33631 !important;
}

.choose .RowsTitle .cn::after {
  background-color: #F33631;
}

.choose .RowsTitle .en {
  color: #4A4A4A;
  line-height: 1.5em;
  font-size: 2rem;
}

.choose .Content {
  padding: 15px;
}

.choose .Content ul {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  margin: 0 -15px;
}

.choose .Content ul li {
  display: flex;
  flex: 1;
  flex-flow: column-reverse wrap;
  margin: 0 15px 3rem 15px;
  border-radius: 15px;
  overflow: hidden;
}

.choose .Content ul li .thumbs {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.choose .Content ul li .thumbs img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}

.choose .Content ul li .mode {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  padding: 15px;
}

.choose .Content ul li .mode .title a {
  font-size: 1.8rem;
  line-height: 2em;
}

.choose .Content ul li .mode .memo {
  color: #6c757d;
  padding-bottom: 1rem;
}

.choose .Content ul li:last-child {
  margin-bottom: 0;
}

.menu-row {
  display: flex;
  flex: 1;
}

.menu-row ul {
  display: flex;
  align-items: flex-start;
}

.menu-row ul li {
  margin-right: 2rem;
  flex: 1;
}

.menu-row ul li.dl {
  flex: 2;
}

.menu-row ul li.dl ul {
  flex-direction: row;
}

.menu-row ul li a {
  position: relative;
  justify-content: left;
  line-height: 3em;
  padding: 0;
  color: #dee2e6;
}

.menu-row ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  content: "";
  border-bottom: 1px solid #F33631;
}

.menu-row ul li ul {
  position: relative;
  flex-direction: column;
  padding-top: 1rem;
}

.menu-row ul li ul li a {
  white-space: nowrap;
  line-height: 2em;
  padding-top: inherit;
  padding-bottom: inherit;
  color: #adb5bd;
}

.menu-row ul li ul li a::after {
  display: none;
}

.advatange {
  background: url(../img/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.advatange .RowsTitle .Title .cn {
  color: rgba(255, 255, 255, 0.8);
}

.advatange .RowsTitle .Title .en {
  color: rgba(255, 255, 255, 0.6);
}

.advatange ul li {
  display: flex;
  margin-top: 3rem;
  flex-direction: column-reverse;
}

.advatange ul li line {
  margin-top: .5rem;
  margin-bottom: 2rem;
  display: flex;
  width: 5.6rem;
  height: 0;
  border-top: 1px solid #F33631;
}

.advatange ul li .col-lg-7 {
  margin-bottom: 2rem;
}

.advatange ul li .col-lg-7 img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
}

.advatange ul li h3 {
  display: inline-flex;
  font-weight: 900;
  background: linear-gradient(to right, #F33631 50%, #adb5bd 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advatange ul li p {
  color: rgba(255, 255, 255, 0.5);
}

.logo {
  padding: 1rem 0;
}

.logo img {
  max-height: 90px !important;
}

.MLogo {
  display: flex;
  flex-flow: column-reverse wrap;
  text-align: center;
}

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

.phone .Hotline {
  padding-left: 6rem !important;
  margin-right: 50px;
}

.phone .Hotline::before {
  font-size: 6rem !important;
  color: #F33631;
}

.phone .Hotline .dt .colon,
.phone .Hotline .dt a {
  color: #6c757d;
}

.phone .Hotline .dd {
  color: #F33631;
  font-size: 3.6rem !important;
}

.btns {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 28px;
}

.btns a {
  display: flex;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  justify-content: center;
  line-height: 3em;
  background-color: #6c757d;
  border-radius: 3px;
  color: white !important;
}

.btns a:hover {
  background-color: #F33631;
}

.intro {
  text-align: left;
}

.banner .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.banner .carousel-caption p,
.banner .carousel-caption title {
  display: none;
}

.banner .carousel-caption .n42 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5em;
  animation: fadeIn;
  animation-duration: 2s;
  -webkit-animation: fadeIn;
  -webkit-animation-duration: 2s;
}

.banner .carousel-caption .n30 {
  display: none;
  font-size: 1.4rem;
}

.bg-gray {
  background: #595757 !important;
}

.bottom .Logo {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.bottom .Logo a img {
  max-height: 50px !important;
}

.bottom .contactus {
  align-items: flex-start;
}

.bottom .contactus .Title {
  font-size: 1.4rem !important;
  line-height: 1.5em;
  margin-bottom: 1.4rem;
  display: none;
}

.bottom .contactus .Margin {
  display: flex;
  flex-flow: column wrap !important;
  flex: 1;
}

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

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

.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 .cn a {
  font-weight: 900;
}

#nav .RowsTitle .en a {
  font-size: 18px;
  line-height: 2em;
  color: #495057;
  text-transform: uppercase;
}

.RowsTitle .Title .cn {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 2rem;
}

.RowsTitle .Title .cn::before {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #dee2e6;
}

.RowsTitle .Title .cn::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  position: absolute;
  width: 2rem;
  height: 3px;
  content: "";
  background-color: #F33631;
}

.TabNavTitle {
  display: flex;
  flex: 1;
  width: 100%;
  flex-flow: row nowrap;
  margin: 0 -1rem;
  justify-content: center;
}

.TabNavTitle .TabTitle {
  display: flex;
  flex-direction: column;
  margin: 1rem 1rem;
}

.TabNavTitle .TabTitle a {
  border: 1px solid #adb5bd;
  background-color: #4A4A4A;
  padding: 1.5rem 3rem;
  color: #dee2e6;
}

.TabNavTitle .TabTitle a.hover {
  background: #F33631;
  color: #f8f9fa;
  border-color: #4A4A4A;
}

.TabNavTitle .TabTitle i {
  color: #6c757d;
}

.TabNavContent .TabContent .RowsTitle {
  display: none;
}

.TabNavContent .TabContent #ArticleIntro ul li .detail {
  padding-left: 0;
  margin-top: 1rem;
}

.TabNavContent .TabContent #ArticleIntro ul li .detail .LongDate {
  display: none;
}

.TabNavContent .TabContent #ArticleIntro ul li .detail .intro {
  height: auto;
  opacity: 1;
  color: #495057;
}

.TabNavContent .TabContent #ArticleIntro ul li .detail .intro .enter {
  display: flex;
  flex: 1;
  margin-top: 5rem;
  position: relative;
}

.TabNavContent .TabContent #ArticleIntro ul li .detail .intro .enter a {
  background-color: #4A4A4A !important;
  color: white;
  padding: 1.5rem 3rem;
}

.TabNavContent .TabContent #ArticleIntro ul li .detail .intro .enter a:hover {
  background-color: #F33631;
  animation: color-cycle 5s infinite;
}

#ProductDetail .Title {
  text-align: center;
}

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

.search input,
.search select {
  border: 1px solid #dee2e6;
}

.search select {
  border-left: 0;
  border-right: 0;
}

.search .Descript {
  overflow: hidden;
}

.bg-gray-100 ul li img {
  max-width: 200px;
}

.More a:hover {
  background-color: #F33631;
}

.about #nav .col-lg-5 {
  position: relative;
}

.about #nav .col-lg-5 .pos {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: calc(100% - 1.5rem);
  font-weight: bold;
  white-space: nowrap;
  display: inline-flex;
  flex-flow: column wrap;
  background: rgba(255, 255, 255, 0.8);
  left: 15px;
}

.about #nav .card {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about #nav .card img {
  padding: 0;
  border: 0;
  height: 100%;
  object-fit: cover;
}

.about #nav .intro {
  padding: 15px;
}

.about #nav .col-lg-7 {
  clip-path: polygon(0 0, 50% 2%, 100% 20%, 80% 100%, 20% 95%);
  border: 5px solid #adb5bd;
}

.case {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../img/bg1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.case #ArticleView {
  padding: 50px 0;
}

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

.case #ArticleView ul li {
  display: flex;
  flex-flow: column wrap;
  padding: 15px;
  margin-bottom: 0;
  background-color: white;
}

.case #ArticleView ul li .thumbs {
  text-align: center;
}

.case #ArticleView ul li .thumbs a {
  display: flex;
  flex: 1;
  height: 100%;
}

.case #ArticleView ul li .thumbs a img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.case #ArticleView ul li:first-child {
  flex-basis: auto;
  width: 100%;
}

.case #ArticleView ul li:hover .title a {
  color: #4A4A4A;
}

.case #ArticleView ul li:hover .title a .qrcode {
  position: absolute;
  z-index: 10;
  display: flex;
  left: 0;
  top: -42px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.case #ArticleView ul li:hover .title a .qrcode img {
  padding: 10px;
  background-color: white;
}

.case #ArticleView ul:hover li {
  background-color: transparent;
}

.lng a {
  padding-left: 8px;
  padding-right: 8px;
}

.lng [id=based] {
  display: none;
}

.news {
  background-color: #343a40;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6)), url(../img/12.svg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.news .RowsTitle {
  justify-content: left;
}

.news ul li {
  text-align: left;
}

sider {
  width: 258px;
}

sider .RowsTitle {
  display: none;
  justify-content: center;
}

sider .RowsTitle .Title {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
}

sider .RowsTitle .Title .cn {
  font-size: 2.8rem;
}

sider ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

sider ul li:last-child {
  padding-bottom: 20px;
}

sider ul li a {
  padding: 10px;
  text-align: center;
}

sider ul li a:hover {
  border-bottom: 1px solid #343a40;
}

sider .phone {
  padding: 2rem;
}

sider .phone .Margin {
  text-align: left;
}

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

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

.bg_pro .menu .RowsTitle {
  margin-bottom: 3rem;
}

.bg_pro .menu .RowsTitle .cn {
  color: #4A4A4A;
  justify-content: c;
}

.bg_pro .menu .RowsTitle .cn::after {
  background-color: #F33631;
}

.bg_pro .menu .Content {
  display: none;
}

.pro .RowsTitle {
  display: none;
  flex: 1;
}

.pro #ProductView ul {
  display: flex;
  margin: 0 -15px;
  flex: 1;
  margin: 0;
}

.pro #ProductView ul li {
  flex-basis: calc(50% - 30px);
  margin: 15px;
  box-sizing: border-box;
  background: #fff;
  padding: 0;
}

.pro #ProductView ul li:hover {
  box-shadow: 0 0 10px 5px #dee2e6;
}

.pro #ProductView ul li .title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pro .More {
  margin-top: 5rem;
}

.guide::before {
  display: inline-flex;
  content: '\f041';
  width: 30px;
  font-size: 2em;
}

.menu ul li {
  justify-content: center;
}

.menu ul li a {
  color: #f8f9fa;
}

.menu ul li:hover, .menu ul li.on {
  background: #F33631;
}

.menu ul li:hover a, .menu ul li.on a {
  color: white;
}

.menu ul li:hover ul, .menu ul li.on ul {
  position: absolute;
  background: #F33631;
  top: 6.2rem;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 10000;
}

.menu ul li:hover ul li, .menu ul li.on ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu ul li:hover ul li:last-child, .menu ul li.on ul li:last-child {
  border-bottom: 0;
}

.menu ul li:hover ul li a, .menu ul li.on ul li a {
  padding: 1.5rem !important;
}

.menu ul li:hover ul li a:hover, .menu ul li:hover ul li a.on, .menu ul li.on ul li a:hover, .menu ul li.on ul li a.on {
  background: #e9ecef;
  color: #4A4A4A;
}

.btns {
  margin-top: 80px;
}

.bg24 {
  background-image: url(../img/14.svg?bg-size=cover);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg24 .btn {
  background: #4A4A4A;
}

.bg24 .btn:hover {
  background: #AA9554;
}

.bg24 .h4 {
  line-height: 1.6em;
}

.about .container {
  position: relative;
}

.about .RowsTitle,
.about .cn,
.about .More {
  display: inline-flex;
  justify-content: left;
}

.about .RowsTitle a,
.about .cn a,
.about .More a {
  display: inline-flex;
  justify-content: right;
  left: 0;
}

.about .Title .en {
  text-align: left;
}

.about #nav .RowsTitle {
  display: flex;
  flex: 1;
  justify-content: flex-start;
}

.about #nav .RowsTitle .Title {
  padding: 1rem;
}

.about #nav .intro {
  padding-left: 0;
  padding-right: 0;
}

.about .row {
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.about .col-lg-7 {
  border-radius: 1rem;
  padding: 0;
  background-color: white;
}

.about .col-lg-7 .card {
  display: flex;
  border-radius: 1rem !important;
  margin-bottom: 0;
  overflow: hidden;
}

.about .col-lg-7:last-child {
  background: rgba(255, 255, 255, 0.95);
  padding: 3rem;
  margin-top: 0;
  position: absolute;
  left: 0;
  z-index: 0;
}

.about .col-lg-7:last-child:hover {
  box-shadow: 0 0 10px 5px #dee2e6;
}

.contactus {
  display: flex;
  flex-flow: column wrap;
}

.contactus > div {
  padding: 0;
}

.contactus #Telephonist {
  order: 0;
  padding-left: inherit;
  position: relative;
}

.contactus #Telephonist div {
  padding: 0;
  color: #ced4da;
}

.contactus #Telephonist div a {
  color: #ced4da;
}

.contactus #Telephonist div span {
  color: #ced4da;
}

.contactus #Telephonist .wechat {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bottom {
  background-position-y: top;
  background-repeat: no-repeat;
}

.bottom .Logo {
  margin-bottom: 2rem;
}

.bottom .sm {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
}

.bottom .wechat {
  margin-top: 0px;
}

.bottom .contactus {
  margin: 0;
  text-align: left;
}

.bottom .contactus .Title {
  display: flex;
}

.bottom .contactus .Content {
  align-items: flex-start !important;
}

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

.search .Subject {
  display: flex;
  flex: 1;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: start;
  align-items: center;
}

.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 ul {
  display: flex;
  flex-flow: row wrap !important;
  counter-reset: my-counter;
}

.news #ArticleIntro ul li {
  position: relative;
  background-color: white;
  padding: 1rem 2.5rem 2rem 2.5rem;
}

.news #ArticleIntro ul li .detail .title a {
  font-size: 1.6rem !important;
}

.news #ArticleIntro ul li .detail .intro {
  z-index: 100;
}

.news #ArticleIntro ul li .detail .intro .enter a:hover {
  background: #F33631 !important;
  color: white !important;
}

.news #ArticleIntro ul li .ShortDate {
  display: none;
}

.news #ArticleIntro ul li::after {
  display: inline-flex;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  right: 20px;
  bottom: 20px;
  width: 15rem;
  height: 15rem;
  justify-content: center;
  align-items: center;
  counter-increment: my-counter;
  content: counter(my-counter);
  font-size: 15rem;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  color: #f8f9fa;
  padding: 0;
  line-height: 1em;
  border-radius: 50%;
  border: 2rem solid #f8f9fa;
}

@media (min-width: 576px) {
  .banner .carousel-caption .n42 {
    font-size: 3.6rem;
  }
  .banner .carousel-caption .n30 {
    display: block;
    font-size: 1.6rem;
    animation: fadeIn;
    animation-duration: 2s;
    -webkit-animation: fadeIn;
    -webkit-animation-duration: 2s;
  }
  .pro #ProductView {
    display: flex;
    flex-grow: 1;
  }
  .pro #ProductView ul {
    margin: 0 -15px;
  }
  .pro #ProductView ul li {
    flex-basis: calc(33.333% - 30px);
  }
  .bottom .sm {
    display: flex;
    flex-direction: row;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .bottom .sm .Logo {
    display: flex;
    flex-direction: column;
  }
  .bottom .sm .media {
    display: flex;
    flex: 1;
  }
  .bottom .sm .media .Margin {
    margin-top: 0;
  }
  .bottom .contactus {
    display: flex;
    flex-flow: column wrap;
  }
}

@media (min-width: 768px) {
  .choose {
    background: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)), url(../img/527.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .choose .RowsTitle .en {
    font-size: 3rem !important;
  }
  .choose .Content ul {
    display: flex;
    flex-flow: row wrap;
  }
  .choose .Content ul li {
    background-color: white;
    flex-flow: column-reverse wrap;
    border-radius: 1rem;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .choose .Content ul li .thumbs {
    align-items: center;
    background-color: white;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .choose .Content ul li .thumbs img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .choose .Content ul li .mode {
    display: flex;
    flex-flow: column wrap;
    flex: 1 1 auto;
  }
  .choose .Content ul li .mode .title {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    position: relative;
    padding-bottom: 2rem;
  }
  .choose .Content ul li .mode .title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    content: "";
    width: 3rem;
    height: 0;
    border-bottom: 3px solid #F33631;
  }
  .choose .Content ul li .mode .title a {
    display: flex;
    line-height: 2rem;
    justify-content: center;
  }
  .choose .Content ul li .mode .memo {
    margin-top: 1rem;
  }
  .choose .Content ul li:hover {
    background-color: #4A4A4A;
  }
  .choose .Content ul li:hover .mode .title a {
    color: white;
  }
  .choose .Content ul li:hover .memo {
    color: white;
  }
  .case #ArticleView ul li {
    flex-basis: 50%;
  }
  .powered {
    display: inline-flex;
    flex: auto;
    margin-left: 10px;
  }
  .search form {
    display: flex;
  }
  .body .search form {
    flex-flow: row wrap;
    border: 1px solid #dee2e6;
    padding: 15px;
    margin-bottom: 3rem;
    background: #f8f9fa;
  }
  .body .search form .rows {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    margin: 5px 0;
  }
  .body .search form .rows:nth-child(6) ~ .rows {
    width: 25%;
  }
  .body .search form .rows .title {
    margin-right: 1rem;
  }
  .body .search form .rows .input {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
    align-items: center;
  }
  .body .search form .rows select,
.body .search form .rows input {
    border: 1px solid #dee2e6;
    padding: 5px;
  }
  .body .search form .rows [type=radio],
.body .search form .rows [type=checkbox] {
    margin: 0 1rem;
  }
  .body .search form [type=submit] {
    margin-top: 5px;
    margin-left: 15px;
    background: #4A4A4A;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .py-6,
.pt-6 {
    padding-top: 6rem !important;
  }
  .py-6,
.pb-6 {
    padding-bottom: 6rem !important;
  }
  .choose .RowsTitle .en {
    font-size: 3.6rem !important;
  }
  .phone .Hotline {
    margin-right: 0;
  }
  .advatange ul li {
    flex-direction: row;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
  .advatange ul li .col-lg-7 {
    position: absolute;
    margin-left: 41.6666666667%;
  }
  .advatange ul li .col-lg-7 img {
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  }
  .advatange ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .advatange ul li:nth-child(2n) .col-lg-7 {
    margin-left: 0;
    left: 0;
  }
  .about .RowsTitle .Title {
    padding: 0 !important;
  }
  .about .RowsTitle .Title .cn::before {
    display: none;
  }
  .about .RowsTitle .Title .cn::after {
    width: calc(100% + 5rem);
    left: -5rem;
    height: 1px;
    background: #AA9554;
    transform: none;
  }
  .about .RowsTitle .Title .en a {
    color: #6c757d !important;
  }
  .banner .carousel-caption {
    width: 45%;
  }
  .banner .carousel-caption .n42 {
    font-size: 4rem;
  }
  .bg_pro .menu {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .bg_pro .menu .Content {
    display: flex;
    flex: 1;
    flex-grow: 1;
    margin-top: 2rem;
    margin-bottom: 5rem;
    justify-content: center;
  }
  .bg_pro .menu .Content ul {
    display: flex;
    flex-direction: row;
  }
  .bg_pro .menu .Content ul li {
    margin: 0 15px;
  }
  .bg_pro .menu .Content ul li a {
    padding: 1rem 2rem;
    background-color: #4A4A4A;
    border: 1px solid rgba(173, 181, 189, 0.2);
  }
  .bg_pro .menu .Content ul li a:hover {
    background-color: #F33631;
  }
  .bg_pro .pro {
    display: flex;
    flex: 1;
    flex-grow: 1;
    flex-basis: 100%;
    flex-direction: column;
  }
  .bg_pro .pro .RowsTitle {
    display: none;
  }
  .bg_pro .pro .Content,
.bg_pro .pro .Margin {
    display: flex;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .bg_pro .pro ul {
    display: flex;
    flex: 1;
  }
  .case #ArticleView ul {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin-left: 50%;
  }
  .case #ArticleView ul li {
    width: 50%;
    flex-basis: auto;
  }
  .case #ArticleView ul li:first-child {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .case #ArticleView ul li:first-child .thumbs {
    display: flex;
    flex-grow: 1;
  }
  .case #ArticleView ul li:first-child .title {
    flex-shrink: 1;
  }
  .msg::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 50%, white 50%), url(../img/write.svg) no-repeat;
    background-size: cover;
  }
  .msg .Margin {
    margin-left: calc(50% + 5rem);
  }
  sider {
    display: flex;
    flex: 1;
    flex-flow: column wrap;
  }
  sider .RowsTitle {
    display: flex;
    padding: 3rem 0 2rem 0;
  }
  sider .RowsTitle .Title .cn {
    color: #dee2e6;
  }
  sider .RowsTitle .Title .cn::before {
    background-color: #adb5bd;
  }
  sider .RowsTitle .Title .cn::after {
    background-color: #F33631;
  }
  sider .RowsTitle .Title .en {
    color: #adb5bd;
  }
  sider .Content {
    background-color: #f8f9fa;
    display: flex;
    flex: 1;
    flex-flow: column wrap;
    justify-content: flex-start;
  }
  sider .Content ul {
    display: flex;
    flex: 1;
    flex-flow: column wrap;
  }
  sider .Content ul li {
    padding: 0;
  }
  sider .Content ul li a {
    display: flex;
    flex: 1;
    font-size: 1.6rem;
    color: #343a40;
    padding-left: 2rem;
  }
  sider .Content ul li:hover {
    background-color: #4A4A4A;
  }
  sider .Content ul li:hover a {
    color: white;
  }
  sider .phone {
    padding: 2rem 0;
  }
  sider .phone .Margin {
    text-align: center;
  }
  sider .phone .Content {
    background-color: transparent;
  }
  sider .phone .Hotline {
    padding-left: 2rem !important;
  }
  sider .phone .Hotline::before {
    color: white;
    font-size: 2rem !important;
    width: 3rem;
  }
  sider .phone .Hotline .dt {
    color: #dee2e6;
  }
  sider .phone .Hotline .dt a {
    color: #dee2e6;
  }
  sider .phone .Hotline .dt .colon {
    color: #dee2e6;
  }
  sider .phone .Hotline .dd {
    color: #dee2e6;
    margin-left: -2rem;
    font-size: 2.6rem !important;
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  body {
    background-size: 100% auto;
  }
  .banner .carousel-caption {
    width: 40%;
  }
  .banner .carousel-caption .n42 {
    font-size: 4.6rem;
  }
  .py-6,
.pt-6 {
    padding-top: 8rem !important;
  }
  .py-6,
.pb-6 {
    padding-bottom: 8rem !important;
  }
}

@keyframes color-cycle {
  0% {
    background-color: white;
    color: #F33631;
  }
  100% {
    background-color: #F33631;
    color: white;
  }
}
