a {
  color: #343a40;
}

a:hover {
  color: #0050BC;
}

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

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

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

.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 #F4A50C;
  color: white;
  animation: color-cycle 5s infinite;
}

.MessageTable {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.MessageTable::before {
  font-size: 3rem;
  background: #0050BC;
  color: white;
  padding: .6rem;
  border-radius: 5px;
  margin-right: 2rem;
}

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

.MessageTable red {
  color: red;
}

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

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

.choose .RowsTitle .cn {
  font-family: 700;
  font-size: 2rem;
  line-height: 3em;
}

.choose .RowsTitle .en {
  color: #0050BC;
  font-weight: bold;
  line-height: 1.5em;
}

.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: row-reverse wrap;
  margin-bottom: 15px;
}

.choose .Content ul li .thumbs {
  display: flex;
  flex: 1;
}

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

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

.choose .Content ul li .mode .memo {
  color: #6c757d;
}

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

.advatange ul li {
  margin-top: 3rem;
}

.advatange ul li line {
  margin-top: 2rem;
  display: flex;
  width: 4rem;
  height: 2rem;
  border-top: 3px solid #F4A50C;
}

.advatange ul li img {
  max-width: 100%;
  object-fit: cover;
}

.logo {
  padding: 1rem 0;
}

.logo img {
  max-height: 50px !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: #0050BC;
}

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

.phone .Hotline .dd {
  color: #0050BC;
  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: #F4A50C;
}

.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 .media {
  display: flex;
  justify-content: center;
}

.bottom .media ul {
  display: inline-flex;
  flex-flow: row wrap;
  margin-top: 2rem;
}

.bottom .media ul li {
  padding: 5px;
}

.bottom .media ul li img {
  width: 36px;
}

.bottom .media .Margin {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin-top: 2rem;
}

.bottom .media .Margin .dt {
  display: none;
}

.bottom .media .Margin .dd img {
  max-height: 98px;
}

.bottom .contactus {
  text-align: center;
}

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

.bottom .contactus .map {
  flex-direction: column !important;
  flex: 1 0 100%;
  margin-top: 2rem;
  width: 100%;
  height: 128px;
}

.bottom .contactus .map .dt {
  display: none;
}

.bottom .contactus .map .dd {
  display: flex;
  flex: 1 0 100%;
  width: 100%;
  height: 128px;
}

.bottom .contactus .map .dd #map {
  width: 100%;
  height: 128px;
}

.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: 3px;
  content: "";
  background-color: #dee2e6;
}

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

.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: 0 1rem;
}

.TabNavTitle .TabTitle a {
  border: 1px solid #adb5bd;
  padding: 1.5rem 3rem;
}

.TabNavTitle .TabTitle.on a {
  background: #0050BC;
  color: white;
  border-color: #0050BC;
}

.TabNavTitle .TabTitle i {
  display: none;
}

.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: #0050BC !important;
  color: white;
  padding: 1.5rem 3rem;
}

.TabNavContent .TabContent #ArticleIntro ul li .detail .intro .enter a:hover {
  background-color: #F4A50C;
  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: #F4A50C;
}

.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 {
  height: 100%;
}

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

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

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

.case #ArticleView ul {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.case #ArticleView ul li {
  display: flex;
  flex-flow: column wrap;
  flex-basis: 50%;
  padding: 15px;
  margin-bottom: 0;
}

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

.case #ArticleView ul li:hover .title a {
  color: #0050BC;
}

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

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

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

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

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

sider .RowsTitle {
  display: none;
}

.sider {
  display: none;
  flex: 1 0 100%;
  flex-flow: column wrap;
  justify-content: space-between;
  border-radius: 1rem;
}

.sider .RowsTitle {
  padding: 3rem 0 2rem 0;
}

.sider .RowsTitle .Title .cn {
  color: #dee2e6;
}

.sider .RowsTitle .Title .cn::before {
  background-color: #0050BC;
}

.sider .RowsTitle .Title .cn::after {
  background-color: #F4A50C;
}

.sider .RowsTitle .Title .en {
  color: #adb5bd;
}

.sider .Content {
  background-color: #f8f9fa;
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  height: 100%;
  justify-content: flex-start;
}

.sider .Content ul {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  padding: 1rem 0;
}

.sider .Content ul li {
  padding: 1.5rem 0;
  border-bottom: 1px dashed #dee2e6;
}

.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: #0050BC;
  border-bottom: 1px dashed transparent;
}

.sider .Content ul li:hover a {
  color: white;
}

.sider .phone {
  padding: 2rem 0 3rem 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;
}

#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 {
  background-image: url(../img/mesh-527.png);
  background-size: cover;
}

.pro #ProductView {
  margin: -15px;
}

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

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

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

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

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

@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 ul {
    margin: -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) {
  .banner .carousel-caption {
    width: 50%;
    text-align: left;
  }
  .banner .carousel-caption .n42 {
    font-size: 3.6rem;
  }
  .banner .carousel-caption .n30 {
    font-size: 2rem;
  }
  .choose {
    background: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)), url(../img/cc.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .choose .Content ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .choose .Content ul li {
    background-color: white;
    flex-flow: column-reverse wrap;
    text-align: center;
    border-radius: 1rem;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .choose .Content ul li .thumbs {
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 1rem;
  }
  .choose .Content ul li .mode {
    padding: 3rem;
  }
  .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 #F4A50C;
  }
  .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: #0050BC;
  }
  .choose .Content ul li:hover .mode .title a {
    color: white;
  }
  .choose .Content ul li:hover .memo {
    color: white;
  }
  .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: #0050BC;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .py-6,
.pt-6 {
    padding-top: 6rem !important;
  }
  .py-6,
.pb-6 {
    padding-bottom: 6rem !important;
  }
  .phone .Hotline {
    margin-right: 0;
  }
  .advatange ul li {
    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:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .advatange ul li:nth-child(2n) .col-lg-7 {
    margin-left: 0;
    left: 0;
  }
  .banner .carousel-caption {
    width: 45%;
  }
  .banner .carousel-caption .n42 {
    font-size: 4rem;
  }
  .pro .RowsTitle {
    display: none;
  }
  .pro #TabStrip {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
  }
  .pro #TabStrip .TabNavTitle {
    padding: 2rem 0;
    display: flex;
    flex: 1 0 20%;
    flex-flow: column wrap;
    background-color: #0050BC;
    border-radius: 1rem;
  }
  .pro #TabStrip .TabNavTitle .TabTitle a {
    border: 0;
    color: white;
    border-radius: .5rem;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  }
  .pro #TabStrip .TabNavTitle .TabTitle a:hover {
    background-color: white;
    color: #0050BC;
    border-bottom: 1px dotted transparent;
  }
  .pro #TabStrip .TabNavContent {
    display: flex;
    flex: 1 0 calc(80% - 5rem);
    margin-left: 5rem;
  }
  sider {
    width: 258px;
  }
  sider .RowsTitle {
    display: inherit;
  }
  sider .RowsTitle h3 {
    padding: 1rem 2rem;
  }
  sider .RowsTitle h3 .cn {
    font-size: 2.8rem;
  }
  sider ul {
    padding-bottom: 10px;
  }
  sider ul li {
    padding: 10px 20px 0 20px;
  }
  sider ul li:last-child {
    padding-bottom: 20px;
  }
  sider ul li a {
    border: 1px dotted #adb5bd;
    padding: 10px;
    text-align: center;
  }
  sider ul li a:hover {
    border: 1px solid #343a40;
  }
  sider .phone {
    padding: 2rem;
  }
  sider .phone .Margin {
    text-align: left;
  }
  .sider {
    display: flex;
  }
  .case #ArticleView ul li {
    flex-basis: 25%;
  }
  .menu ul li {
    justify-content: center;
  }
  .menu ul li a {
    color: #f8f9fa;
  }
  .menu ul li:hover, .menu ul li.on {
    background: rgba(255, 255, 255, 0.1);
  }
  .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: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #0050BC;
    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 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: #0050BC;
  }
  .btns {
    margin-top: 80px;
  }
  .bg-blue {
    background-image: url(../img/14.png);
    background-position: center;
  }
  .about {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../img/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
  .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 .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;
  }
  .body #ArticleView ul li,
.body #ProductView ul li {
    flex-basis: 33.33%;
  }
  .product .ul-lg-4 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product .d-flex {
    flex-grow: 1;
  }
  .product #nav {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    flex: 1 0 100%;
  }
  .product .Content {
    display: flex;
    flex: 1 0 100%;
  }
  .product .Content .Margin {
    flex: 1;
  }
  .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;
  }
  .news #ArticleIntro ul .detail .title a {
    font-size: 1.6rem !important;
  }
}

@media (min-width: 1200px) {
  body {
    background-size: 100% auto;
  }
  .menu-row-rake {
    padding-left: 8rem !important;
  }
  .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: #F4A50C;
  }
  100% {
    background-color: #F4A50C;
    color: white;
  }
}
