@charset "UTF-8";
body {
  counter-reset: heading;
  margin: 0;
}

* {
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

a:hover {
  color: #404691;
}

.menu {
  display: flex;
  flex: 1;
  padding: 10px 0;
  position: relative;
  background: linear-gradient(to bottom, #000ACC 0%, #0218AB 50%, #000ACC 100%);
  justify-content: center;
  text-align: center;
}

.menu menu ul {
  display: flex;
  flex: 1;
  flex-direction: row nowrap;
  margin-left: auto;
  margin-right: auto;
}

.menu menu ul li {
  display: flex;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.menu menu ul li.menutop {
  flex: 1;
}

.menu menu ul li a {
  display: flex;
  flex: 1;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  padding: 0 30px;
  color: #fff;
}

.menu .MenuCenter {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu ul #split {
  display: flex;
  flex-grow: 0;
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  width: 15px;
}

.menu ul .menutop {
  position: relative;
}

.menu ul .menutop a {
  display: flex;
  flex: 1;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.menu ul .menutop.on a.sela {
  background-color: #3498db;
  display: flex;
  transform: skewX(-21deg);
  /* 可选：居中内容 */
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.menu ul .menutop:not(.on) a:hover {
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  transform: skewX(-21deg);
  /* 可选：居中内容 */
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

navbar-toggler menu ul li#split {
  display: none;
}

.Pagination {
  display: block;
  clear: both;
  text-align: center;
  padding: 10px 0;
  background: #f8f8f8;
  margin: 20px 0;
}

.Log {
  display: none;
}

.Picture {
  text-align: center;
}

.frame {
  margin: 0 auto;
  padding-bottom: 60px;
}

.Logo {
  height: 80px;
}

.Logo a {
  height: 100%;
}

.Logo a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.phone .Hotline {
  display: flex;
  width: 300px;
  height: 60px;
  padding: 10px 0;
}

.phone .Hotline:before {
  display: flex;
  width: 48px;
  height: 60px;
  content: "";
  background: url(../images/sprite.png) no-repeat -30px 10px;
  color: transparent !important;
}

.phone .Hotline .dt {
  display: inline-flex;
  color: #087ABE;
  padding-top: 2px;
}

.phone .Hotline .dt a {
  display: inline-flex;
  color: #087ABE;
}

.phone .Hotline .dd {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.search {
  display: flex;
  flex: 1;
  padding: 8px 0;
  background-color: #f8f9fa;
}

.search .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.search .row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.search .row .Margin {
  margin-left: -15px;
  margin-right: -15px;
}

.search .Subject .Descript {
  color: white;
  white-space: nowrap;
}

.search .RowsTitle .Title .cn {
  color: white;
  white-space: nowrap;
  font-size: 1.4rem;
}

.search .RowsTitle .Title::before {
  content: '\f1b0';
  margin-right: 10px;
  color: white;
}

@media (max-width: 576px) {
  .search .RowsTitle {
    display: none;
  }
}

@media (max-width: 992px) {
  .search .Subject {
    display: none;
  }
}

.guide {
  margin-top: 50px;
  height: 40px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  margin-bottom: 40px;
}

.guide .NavigatorTitle {
  float: left;
  font-size: 18px;
}

.guide .NavigatorTitle:before {
  float: left;
  width: 60px;
  height: 60px;
  content: "";
  background: url(../images/sprite.png) no-repeat -75px 0;
}

.guide .GuideMap {
  float: right;
}

.guide .LongDate {
  float: right;
}

.pro {
  margin-top: 50px;
  margin-bottom: 30px;
}

.pro ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.pro ul li {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  flex-basis: 50%;
  margin-bottom: 30px;
}

.pro ul li .thumbs {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.pro ul li .thumbs a {
  display: block;
  text-align: center;
}

.pro ul li .thumbs a img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.pro ul li .more {
  display: none;
}

.pro ul li:hover img {
  transition: All 1s ease-in-out;
  transform: rotate(360deg);
}

@media (min-width: 576px) {
  .pro ul li {
    flex-basis: 33.33%;
  }
}

@media (min-width: 768px) {
  .pro ul li {
    flex-basis: 25%;
  }
}

@media (min-width: 992px) {
  .pro ul li {
    flex-basis: 16.66%;
  }
}

@media (min-width: 1200px) {
  .pro ul li {
    flex-basis: auto;
  }
}

#Navigator .RowsTitle {
  border-bottom: 1px dotted #ccc;
  height: 40px;
  margin-bottom: 40px;
  text-align: center;
}

#Navigator .RowsTitle .Title {
  display: inline-block;
  font-size: 28px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  color: #404691;
  background: #fff;
  padding: 0 10px;
}

#Navigator .RowsTitle .Title a {
  display: inline-block;
  font-size: 28px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  color: #404691;
  background: #fff;
  padding: 0 10px;
}

#Navigator .RowsTitle .Title .cn {
  display: inline-block;
  font-size: 28px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: #404691;
  background: #fff;
  padding: 0 10px;
  margin: 0;
}

#Navigator .RowsTitle .Title .en {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 30px;
  margin-top: -20px;
  color: #ccc;
}

#Navigator .RowsTitle .Subject {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.blue {
  display: flex;
  flex: 1;
  background: url(../images/blue.jpg) repeat-x center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.blue #Navigator .RowsTitle .Title {
  background: #3694F8;
  color: #404691;
  padding: 0 30px;
}

.blue #Navigator * {
  color: #fff;
}

.gray {
  padding-bottom: 50px;
}

.gray #Navigator .RowsTitle .Title,
.gray #Navigator .RowsTitle .Title a {
  background: #f8f8f8;
}

.case {
  margin-bottom: 50px;
}

.case #ArticleView ul {
  display: inline-flex;
}

.case #ArticleView ul li {
  display: flex;
  flex: 0 0 50%;
}

@media (min-width: 768px) {
  .case #ArticleView ul li {
    flex: 0 0 33%;
  }
}

@media (min-width: 1200px) {
  .case #ArticleView ul li {
    flex: 0 0 25%;
  }
}

.brand #ArticleView ul li .gutters .thumbs img {
  max-width: 200px;
  max-height: 68px;
  object-fit: contain;
}

.brand #ArticleView ul li .gutters .title {
  display: none;
}

.product #Navigator .RowsTitle .Title {
  line-height: 60px;
}

.product #Navigator .RowsTitle .Title .en a {
  background: none;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
}

.product #Navigator .RowsTitle .Title .cn {
  background: none;
}

.product #Navigator .RowsTitle .Title a {
  background: none;
  color: #404691;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}

.product #ProductView ul li .thumbs {
  order: -1;
}

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

#ProductView ul,
#ArticleView ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: start;
  margin-left: -15px;
  margin-right: -15px;
}

#ProductView ul li,
#ArticleView ul li {
  display: flex;
  flex: 1 1 50%;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
  min-height: auto;
}

#ProductView ul li .gutters,
#ArticleView ul li .gutters {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

#ProductView ul li .detail,
#ArticleView ul li .detail {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

#ProductView ul li .thumbs,
#ArticleView ul li .thumbs {
  display: flex;
  flex: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}

#ProductView ul li .thumbs a,
#ArticleView ul li .thumbs a {
  display: flex;
  width: 100%;
}

#ProductView ul li .thumbs a img,
#ArticleView ul li .thumbs a img {
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ProductView ul li .atext,
#ArticleView ul li .atext {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

#ProductView ul li:hover .thumbs img,
#ArticleView ul li:hover .thumbs img {
  transform: scale(1.2);
}

#ProductView ul li:hover a,
#ProductView ul li:hover .atext:hover,
#ArticleView ul li:hover a,
#ArticleView ul li:hover .atext:hover {
  background: none;
  color: #404691;
}

#ProductView ul li .memo,
#ArticleView ul li .memo {
  display: flex;
  flex-grow: 1;
  color: #B3D6FC;
  line-height: 20px;
  margin-top: 0.8rem;
}

#ProductView ul li .qrcode,
#ArticleView ul li .qrcode {
  display: none;
}

#ProductView ul li .price,
#ArticleView ul li .price {
  display: none;
}

#ProductView ul li .more,
#ArticleView ul li .more {
  display: none;
}

@media (min-width: 992px) {
  #ProductView ul li,
#ArticleView ul li {
    flex-basis: 25%;
  }
}

.price {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.price .name {
  background: #fff;
  color: #000;
  line-height: 20px;
  height: 20px;
  padding-left: 8px;
}

.price .imp {
  color: #404691;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

#ArticleIntro ul li {
  text-align: left;
  margin-bottom: 20px;
}

#ArticleIntro ul li .thumbs {
  width: 120px;
  height: 120px;
}

#ArticleIntro ul li .thumbs img {
  max-width: 120px;
  max-height: 120px;
}

#ArticleIntro ul li .detail .title a {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

#ArticleIntro ul li .detail .intro {
  height: 47px;
  overflow: hidden;
}

#ArticleIntro .enter {
  display: none;
}

.body #ArticleIntro ul li {
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
  margin-bottom: 20px;
}

.LongDatePlus {
  float: left;
  padding: 10px 5px;
  border: 1px solid #eee;
  margin-right: 20px;
  background: #f4f4f4;
  text-align: center;
  margin-bottom: 20px;
}

.LongDatePlus .dd {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

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

.frameleft .submenu {
  position: relative;
}

.frameleft .submenu #Navigator {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

.frameleft .submenu #Navigator .RowsTitle {
  display: flex;
  flex: 1;
  width: 100%;
  position: absolute;
  background: #404691;
  height: 80px;
  top: -80px;
}

.frameleft .submenu #Navigator .RowsTitle .Title {
  font-size: 28px;
  text-align: left;
  background: none;
  color: white;
  font-weight: normal;
  line-height: 80px;
}

.frameleft .submenu #Navigator ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
}

.frameleft .submenu #Navigator ul li {
  display: flex;
  flex: 1;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  background: #f8f8f8;
}

.frameleft .submenu #Navigator ul li a {
  display: flex;
  flex: 1;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
}

.frameleft .submenu #Navigator ul li a:hover {
  background: #eee;
}

.frameleft .submenu #Navigator ul li.subsel a {
  background: #666;
  color: #fff;
}

.frameleft .submenu #Navigator ul li.subsel a:hover {
  background: #F2840D;
  color: #000;
}

.frameleft .submenu #Navigator ul li ul {
  margin-top: 3px;
}

.frameleft .submenu #Navigator ul li ul a {
  font-weight: normal;
  text-indent: 14px;
}

@media (min-width: 992px) {
  .frameleft {
    flex: 0 0 240px;
    margin-right: 60px;
  }
  .frameleft .submenu {
    display: flex;
    flex: 1;
  }
  .frameleft .submenu #Navigator {
    flex-direction: column;
  }
  .frameleft .submenu #Navigator ul {
    flex-flow: column wrap;
    background-color: #f8f9fa;
  }
  .frameleft .submenu #Navigator ul li {
    flex-basis: 100%;
  }
}

.framemain {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column wrap;
}

@media (min-width: 992px) {
  .framemain {
    flex-basis: calc(100% - 300px);
  }
}

.good {
  background: url(../images/light.png) no-repeat;
  background-position: center 0px;
  background-size: 280px auto;
}

.good .Descript {
  width: 80%;
  font-size: 1.8rem;
  margin: 500px auto 0 auto;
  position: relative;
}

.good .Descript::before {
  display: inline-flex;
  content: "";
  width: 80px;
  height: 2px;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -30px;
}

.good ul {
  margin-top: 50px;
}

.good ul li {
  margin: 1.5rem 0;
}

.good ul li .mode .title a {
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .good {
    background: url(../images/light.png) no-repeat center 140px;
    background-size: 280px auto;
  }
  .good ul {
    margin-top: 50px;
    position: relative;
  }
  .good ul li {
    width: 400px;
    height: 148px;
  }
  .good ul li:nth-child(4) {
    position: absolute;
    top: 0;
    right: 0;
  }
  .good ul li:nth-child(5) {
    position: absolute;
    top: 149px;
    right: 0;
  }
  .good .Descript {
    width: 50%;
    margin: 0 auto;
  }
  .good .mode {
    display: flex;
    flex-flow: column wrap;
    padding-left: 80px !important;
    position: relative;
  }
  .good .mode .title {
    margin-bottom: 5px;
  }
  .good .mode .title:before {
    position: absolute;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    counter-increment: heading;
    content: counter(heading);
    padding: 20px;
    background: #fff;
    color: #3694F8;
    margin-right: 20px;
    margin-top: 10px;
    font-family: Tahoma, sans-serif;
  }
  .good .mode .title a {
    font-size: 16px;
    line-height: 20px;
  }
  .good .mode .memo {
    overflow: hidden;
    height: 80px;
    line-height: 20px;
  }
}

.news {
  margin-top: 50px;
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

.news #TabStrip {
  display: flex;
  flex: 1;
}

.news #TabStrip dl {
  margin-top: 20px;
}

.news #TabStrip dl dt {
  margin-bottom: 3rem !important;
}

.news #TabStrip dl dt a {
  font-size: 2.8rem !important;
  font-weight: 500;
}

@media (min-width: 992px) {
  .news #TabStrip {
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .news #TabStrip dl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news .message {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  background: #f8f8f8;
  padding: 20px;
}

.news .message .RowsTitle {
  border: 0;
  margin-bottom: 20px;
}

.news .message .RowsTitle .Title {
  background: none;
  text-align: left;
}

.news .message .MessageTable {
  margin-bottom: 50px;
  font-weight: 100;
  font-size: 1.6rem;
}

.news .message .MsgLeft {
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .news {
    flex-flow: row wrap;
  }
  .news > .Content {
    display: flex;
    flex: 0 0 66.66%;
  }
  .news .message {
    display: flex;
    flex: 0 0 calc(33.34% - 20px);
    margin-left: 20px;
  }
}

#ProductDetail .Title,
#ArticleDetail .Title {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 88px;
}

#ProductDetail img,
#ArticleDetail img {
  max-width: 800px;
  margin: 0 auto;
}

.bottom {
  display: inline-block;
  width: 100%;
  font-size: 0;
  padding: 50px 0;
  background: #EAEDED;
}

.bottom .addr {
  display: block;
}

.bottom .link a {
  padding-right: 20px;
  line-height: 50px;
}

.bottom .copyright {
  float: left;
  width: 900px;
}

.bottom .copyright .mii .dt {
  margin-right: 10px;
}

.bottom .wechat {
  float: left;
  width: 300px;
  text-align: center;
}

.about #Navigator {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}

.about #Navigator .More {
  display: flex;
  flex: 1;
  order: 1;
  justify-content: center;
}

.about #Navigator .More a {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  color: #006FCC;
  text-transform: uppercase;
  background-color: white;
  border: 1px solid #006FCC;
}

.about #Navigator .More a:hover {
  background: #006FCC;
  color: white;
}

.about .intro * {
  color: inherit;
}
