@charset "UTF-8";
@import url(/statics/css/bootstrap.min.css);
@import url(../lib/swiper/css/swiper.min.css);
/* ------------------------>> Variables Area <<--------------------*/
.WhiteBg {
  background: #fff; }

.GrayBg {
  background: #aaa; }

/* Size */
.DMT_Hidden {
  display: none !important; }

.TxtLeft {
  text-align: left; }

.TxtCenter {
  text-align: center; }

.TxtRight {
  text-align: right; }

.font12 {
  font-size: 12px !important; }

.font14 {
  font-size: 14px !important; }

.font20 {
  font-size: 20px !important; }

h4 {
  font-size: 24px;
  line-height: 1.2em;
  margin: 20px 0;
  font-weight: 600; }

.Pd-0 {
  padding: 0px; }

.Pd-20 {
  padding: 20px; }

.Pd-50 {
  padding: 50px; }

.Pd-75 {
  padding: 75px; }

.Pb-0 {
  padding-bottom: 0px; }

.Pt-0 {
  padding-top: 0px; }

.Pr-0 {
  padding-right: 0px; }

.Pl-0 {
  padding-left: 0px; }

.Pr-50 {
  padding-right: 50px; }

.Pl-50 {
  padding-left: 50px; }

.Pt-20 {
  padding-top: 20px; }

.Pb-20 {
  padding-bottom: 20px; }

.Mg-0 {
  margin: 0; }

.Mg-10 {
  margin: 10px; }

.Mg-20 {
  margin: 20px; }

.Mg-50 {
  margin: 50px; }

.Mt-0 {
  margin-top: 0px; }

.Mt-20 {
  margin-top: 20px; }

.Mb-0 {
  margin-bottom: 0px; }

.Mb-20 {
  margin-bottom: 20px; }

.Mt-50 {
  margin-top: 50px; }

.Mb-50 {
  margin-bottom: 50px; }

.Img75 {
  width: 75%; }

.TxtWhite {
  color: #fff !important; }
  .TxtWhite p, .TxtWhite h4 {
    color: #fff !important; }

.VidList {
  width: calc(100% / 4);
  float: left;
  padding: 8px; }

.IndexCover {
  display: flex;
  position: relative;
  overflow: hidden;
  background: linear-gradient(#555, #222); }
  .IndexCover .IndexCoverItem {
    cursor: pointer;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: calc(100%/4);
    min-height: 25rem;
    transition: width 0.5s;
    display: flex;
    position: relative;
    overflow: hidden;
    border: 0.1px solid rgba(255, 255, 255, 0.1); }
    .IndexCover .IndexCoverItem:first-child {
      border-left: 0; }
    .IndexCover .IndexCoverItem:last-child {
      border-right: 0; }
    .IndexCover .IndexCoverItem:hover {
      width: calc(100%/3); }
      .IndexCover .IndexCoverItem:hover .IndexCover_BgFilter {
        opacity: 0; }
      .IndexCover .IndexCoverItem:hover .IndexCover_Btn {
        opacity: 1; }
      .IndexCover .IndexCoverItem:hover .IndexCover_Txt {
        font-size: 32px;
        transition-duration: 1s; }
    .IndexCover .IndexCoverItem > a {
      display: contents; }
  .IndexCover .IndexCover_Bg {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    overflow: hidden; }
  .IndexCover .IndexCover_BgImg {
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    position: relative; }
  .IndexCover .IndexCover_BgFilter {
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), #000);
    width: 100%;
    height: 100%;
    transition: opacity .5s;
    position: absolute;
    inset: 0%;
    opacity: 0.2; }
  .IndexCover .IndexCover_Txt {
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    padding: 20px;
    transition-duration: 1s;
    text-shadow: #000 10px 0 20px; }
  .IndexCover .IndexCover_TxtFilter {
    z-index: 3;
    opacity: 0;
    background-image: radial-gradient(circle at 100% 100%, #081326, #fff0 50%);
    width: 100%;
    height: 20%;
    transition: opacity .5s;
    position: absolute;
    inset: auto 0% 0%; }
  .IndexCover .IndexCover_Btn {
    z-index: 1;
    opacity: 0;
    margin-left: auto;
    transition: opacity .8s;
    position: relative;
    inset: auto 1em 1.5em auto;
    transition-delay: 200ms;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    display: flex; }
    .IndexCover .IndexCover_Btn svg {
      display: block; }

.design30 article .ArticleWidth .ArtBox {
  width: 100%; }
  .design30 article .ArticleWidth .ArtBox ul {
    list-style: none;
    display: inline-flex;
    padding: 0 30px;
    margin: 0;
    padding: 0; }
    .design30 article .ArticleWidth .ArtBox ul li {
      display: inline-flex;
      align-items: center;
      overflow: hidden;
      float: left; }

.swiper .swiper-slide {
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: center;
  align-items: center; }
  .swiper .swiper-slide .CardBody .box-content {
    height: 100px;
    font-size: 16px; }
.swiper .swiper-container::before {
  position: absolute;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
  right: 85%;
  bottom: 0;
  background-image: linear-gradient(-90deg, rgba(246, 246, 246, 0), #f9f9f9 100%); }
.swiper .swiper-container::after {
  position: absolute;
  z-index: 2;
  content: '';
  top: 0;
  left: 85%;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(246, 246, 246, 0), #f9f9f9 100%); }
.swiper .swiper-container .swiper-wrapper .swiper-slide {
  padding-left: 0; }
  .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
    text-align: left; }
    .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(90deg, rgba(246, 246, 246, 0) 50%, #f9f9f9 60%); }
    .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
      width: auto;
      height: 430px; }
    .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content .disc {
      z-index: 1;
      top: 135px;
      left: 610px;
      width: 360px;
      height: auto;
      font-size: 0.7rem;
      background: none;
      color: #000; }
    .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content .title-cn {
      font-size: 1.1rem; }
    .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content .title-en {
      font-size: 1.6rem; }
    .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content .button {
      font-size: 0.9rem;
      border: 1px #000 solid;
      display: inline-block;
      padding: .2rem 0.45rem; }

.content, .productContent {
  margin-bottom: 20px; }
  .content .Hor img, .productContent .Hor img {
    max-width: 600px;
    margin: auto; }
  .content .Hdr img, .productContent .Hdr img {
    max-width: 100% !important;
    width: 100%; }
  .content .DLBdrTop, .productContent .DLBdrTop {
    border-top: 1px solid #eee; }
  .content .DLPlugin, .productContent .DLPlugin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #eee;
    list-style: none; }
    .content .DLPlugin p, .productContent .DLPlugin p {
      display: none; }
    .content .DLPlugin li:first-child, .productContent .DLPlugin li:first-child {
      float: left;
      text-align: left; }
    .content .DLPlugin li:last-child, .productContent .DLPlugin li:last-child {
      float: right;
      text-align: right; }
    .content .DLPlugin li a, .productContent .DLPlugin li a {
      color: #000;
      white-space: nowrap; }
    .content .DLPlugin li img, .productContent .DLPlugin li img {
      width: 24px;
      margin-right: 5px; }
  .content img, .productContent img {
    max-width: 100%;
    display: inherit; }
  .content .VidBox, .productContent .VidBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-bottom: 20px; }
    .content .VidBox .responsive-iframe, .productContent .VidBox .responsive-iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .content .CoverBox, .productContent .CoverBox {
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 300px; }
    .content .CoverBox .CoverDarkBg, .productContent .CoverBox .CoverDarkBg {
      background: #000;
      opacity: 0.75;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .content .CoverBox .CoverContent, .productContent .CoverBox .CoverContent {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      list-style: none;
      margin: 0 auto; }
      .content .CoverBox .CoverContent li, .productContent .CoverBox .CoverContent li {
        float: left; }
      .content .CoverBox .CoverContent > li, .productContent .CoverBox .CoverContent > li {
        list-style: none; }
    .content .CoverBox .CoverContentCenter, .productContent .CoverBox .CoverContentCenter {
      display: flex;
      align-items: center; }
    .content .CoverBox .CoverContentTop, .productContent .CoverBox .CoverContentTop {
      display: flex;
      align-items: flex-start; }
    .content .CoverBox .CoverContentBottom, .productContent .CoverBox .CoverContentBottom {
      display: flex;
      align-items: flex-end; }
    .content .CoverBox .Col50 li, .productContent .CoverBox .Col50 li {
      width: calc(100% / 2);
      display: block;
      flex-wrap: wrap; }
    .content .CoverBox .Col33 li:first-child, .productContent .CoverBox .Col33 li:first-child {
      width: calc(100% / 3) !important; }
    .content .CoverBox .Col33 li:last-child, .productContent .CoverBox .Col33 li:last-child {
      width: calc(100% / 3 * 2) !important; }
    .content .CoverBox .ArtFeature, .productContent .CoverBox .ArtFeature {
      margin: 0 -10px;
      text-align: center; }
      .content .CoverBox .ArtFeature li, .productContent .CoverBox .ArtFeature li {
        width: calc(100% / 3);
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .content .CoverBox .ArtFeature li > div, .productContent .CoverBox .ArtFeature li > div {
          background: #f4f4f4;
          margin: 10px;
          padding: 20px;
          width: 100%; }
          .content .CoverBox .ArtFeature li > div h4, .productContent .CoverBox .ArtFeature li > div h4 {
            font-size: 20px;
            margin: 0 0 10px; }
    .content .CoverBox .ArtList, .productContent .CoverBox .ArtList {
      list-style: none;
      margin: 0 0 0 50px; }
      .content .CoverBox .ArtList li, .productContent .CoverBox .ArtList li {
        width: 100%;
        list-style: disc;
        display: list-item; }
  .content .FeatureTB, .productContent .FeatureTB {
    width: 100%;
    margin-bottom: 40px; }
  .content .FeatureTB td, .productContent .FeatureTB td {
    width: 50%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px; }

.row {
  margin: 0; }

.mySwiper_News {
  padding-right: 100px !important; }

.News .CardBody .box-content {
  height: 100px; }

.News_HL li .CardBody .CardDetail {
  height: 190px !important; }

.mySwiper_News .CardBody {
  border-radius: 8px !important; }

.mySwiper_News, .News {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .mySwiper_News li, .News li {
    list-style: none;
    float: left;
    position: relative;
    padding: 8px; }
  .mySwiper_News .CardCover, .News .CardCover {
    padding: 0 0 80%;
    height: 0;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .mySwiper_News .CardCover img, .News .CardCover img {
      width: 100%;
      border-radius: 8px 8px 0 0; }
  .mySwiper_News .CardBody, .News .CardBody {
    background: #fff;
    border-radius: 0 0 8px 8px; }
    .mySwiper_News .CardBody .box-content, .News .CardBody .box-content {
      text-align: left;
      padding: 10px 20px; }
      .mySwiper_News .CardBody .box-content .title, .News .CardBody .box-content .title {
        font-size: 14px; }
      .mySwiper_News .CardBody .box-content .IconBdr .glyphicon, .News .CardBody .box-content .IconBdr .glyphicon {
        border-radius: 50px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        margin-bottom: 5px; }
    .mySwiper_News .CardBody .CardDetail, .News .CardBody .CardDetail {
      padding: 15px 20px;
      height: 100px;
      overflow: hidden;
      display: block; }
      .mySwiper_News .CardBody .CardDetail .CardDate, .News .CardBody .CardDetail .CardDate {
        font-size: 13px;
        line-height: 1.4em;
        color: #707378; }
        .mySwiper_News .CardBody .CardDetail .CardDate .IconNew, .News .CardBody .CardDetail .CardDate .IconNew {
          background: #ffea00;
          color: #111;
          padding: 0 7px;
          font-size: 10px;
          margin-right: 5px;
          border-radius: 2px;
          display: inline-block;
          line-height: 1.6em; }
      .mySwiper_News .CardBody .CardDetail .CardTl, .News .CardBody .CardDetail .CardTl {
        font-size: 16px;
        line-height: 1.3em;
        font-weight: 600;
        margin: 5px auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden; }
      .mySwiper_News .CardBody .CardDetail .CardModelNo, .News .CardBody .CardDetail .CardModelNo {
        height: 16px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3em;
        padding: 5px 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden; }
      .mySwiper_News .CardBody .CardDetail .CardProductName, .News .CardBody .CardDetail .CardProductName {
        font-size: 14px;
        line-height: 1.6em;
        color: #707378;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden; }
      .mySwiper_News .CardBody .CardDetail .remark, .News .CardBody .CardDetail .remark {
        font-size: 12px;
        height: 24px;
        line-height: 24px; }

.Brand_HomeList .CardCover {
  padding: 0 0 75%; }
  .Brand_HomeList .CardCover .BrandLogo {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 25%;
    background: linear-gradient(180deg, #fff 85%, #eee);
    margin: 0;
    padding: 0 15px;
    width: 50%;
    border: 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5); }
  .Brand_HomeList .CardCover .BrandPic {
    border-radius: 8px; }

.Product {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .Product li {
    list-style: none;
    float: left;
    position: relative;
    padding: 8px; }
    .Product li .CardCover {
      display: block;
      align-items: center;
      width: 100%; }
      .Product li .CardCover img {
        width: 100%;
        border-radius: 8px 8px 0 0; }
    .Product li .CardBody {
      padding: 10px;
      background: #111;
      color: #fff;
      border-radius: 0 0 8px 8px; }
      .Product li .CardBody .CardDetail {
        overflow: hidden;
        text-align: center;
        height: 60px; }
        .Product li .CardBody .CardDetail .CardModelNo {
          font-size: 14px;
          line-height: 1.4em;
          font-weight: 600;
          margin-bottom: 5px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          overflow: hidden; }
        .Product li .CardBody .CardDetail .CardProductName {
          font-size: 12px;
          line-height: 1.4em;
          color: #888;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          overflow: hidden; }
        .Product li .CardBody .CardDetail .remark {
          font-size: 14px;
          height: 24px;
          line-height: 24px; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  color: #111;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #111;
    text-decoration: none;
    cursor: pointer; }
  a:active {
    color: #111;
    text-decoration: none;
    cursor: pointer; }
  a:link {
    color: #111;
    text-decoration: none;
    cursor: pointer; }

html {
  font-size: 12px; }

body {
  color: #111;
  font-size: 16px;
  line-height: 1.5em;
  background: #aaa;
  font-family: Helvetica Now Display,Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

p {
  margin: revert; }

.no-transition {
  transition: height 0.01s; }

.nav ul {
  margin: 0;
  padding: 0; }
  .nav ul li {
    list-style: none; }

.icon {
  display: inline-block;
  vertical-align: middle; }

.left {
  float: left; }

.right {
  float: right; }

.topbarHome {
  display: flex;
  align-items: center;
  margin: 0; }

.navbar-form .IconHome {
  padding: 10px;
  font-size: 24px; }
.navbar-form .input-group > .form-control {
  height: 40px; }
.navbar-form button.btn {
  padding: 0 10px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #eeeeee;
  color: #333;
  border-color: #ccc;
  height: 28px;
  font-size: 20px; }
  .navbar-form button.btn:active, .navbar-form button.btn:focus {
    outline: none;
    box-shadow: none; }

.PageBox {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 20px auto;
  display: block; }

.JoinUs table, .JoinUs th, .JoinUs td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  padding: 8px 15px;
  font-size: 14px; }
  .JoinUs table td:first-child, .JoinUs th td:first-child, .JoinUs td td:first-child {
    white-space: nowrap;
    font-weight: 600;
    width: 150px; }
.JoinUs table {
  margin-bottom: 50px;
  width: 100%; }
.JoinUs h4 {
  font-size: 20px; }

.WhereToBuy .FeedBack ul li {
  width: 100%; }
  .WhereToBuy .FeedBack ul li .Buy {
    border-right: 0; }
    .WhereToBuy .FeedBack ul li .Buy .BuyLogo img {
      width: 100%;
      max-width: 300px; }
    .WhereToBuy .FeedBack ul li .Buy .BuyLogo_DMT img {
      max-width: 450px; }
    .WhereToBuy .FeedBack ul li .Buy .BuyLocaction li {
      width: calc(100% / 2);
      height: 450px; }
    .WhereToBuy .FeedBack ul li .Buy .DMTLocation li {
      height: 280px; }

.FeedBack h4 {
  font-size: 32px;
  margin: 0; }
.FeedBack ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0; }
  .FeedBack ul li {
    width: calc(100% / 2);
    float: left;
    list-style: none; }
    .FeedBack ul li .MsgBox {
      color: #ff2d55; }
    .FeedBack ul li .Buy {
      padding: 20px;
      line-height: 1.6em;
      display: inline-block;
      width: 100%;
      text-align: center;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .FeedBack ul li .Buy .BuyLogo {
        margin-bottom: 20px; }
        .FeedBack ul li .Buy .BuyLogo img {
          width: 300px;
          margin: 20px 0; }
        .FeedBack ul li .Buy .BuyLogo b {
          font-size: 14px; }
      .FeedBack ul li .Buy .BuyLocaction {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0; }
        .FeedBack ul li .Buy .BuyLocaction li {
          width: calc(100% / 2);
          list-style: none;
          float: left; }
          .FeedBack ul li .Buy .BuyLocaction li b {
            font-size: 20px; }
    .FeedBack ul li .feedback_form {
      max-width: 960px;
      display: table;
      margin: 0px auto;
      padding: 40px 25px; }
      .FeedBack ul li .feedback_form ul {
        display: inline-block;
        padding: 10px 20px; }
        .FeedBack ul li .feedback_form ul li {
          list-style: none;
          width: calc(100% / 2 - 20px);
          float: left;
          margin: 10px; }
          .FeedBack ul li .feedback_form ul li.Form_FullList {
            width: 100%; }
          .FeedBack ul li .feedback_form ul li .bt {
            color: #ff2d55;
            font-size: 20px;
            font-weight: 600;
            margin-right: 4px; }
          .FeedBack ul li .feedback_form ul li .form-group {
            margin-bottom: 0; }
            .FeedBack ul li .feedback_form ul li .form-group label {
              font-weight: inherit; }
            .FeedBack ul li .feedback_form ul li .form-group #content {
              height: 100px; }
            .FeedBack ul li .feedback_form ul li .form-group .form-control {
              height: 48px;
              border: 1px solid rgba(0, 0, 0, 0.1);
              border-radius: 25px;
              padding: 12px 20px; }
            .FeedBack ul li .feedback_form ul li .form-group #code_img {
              background: #eff7fe;
              padding: 5px 20px;
              border: 1px solid rgba(0, 0, 0, 0.1);
              border-radius: 25px; }
            .FeedBack ul li .feedback_form ul li .form-group .btn {
              font-size: 20px;
              padding: 15px 100px;
              margin: 0 auto;
              background: #5865f5;
              color: #fff;
              border-radius: 50px; }

.ArtNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0 !important;
  margin: 0px auto;
  margin-bottom: 10px;
  font-weight: 400; }
  .ArtNav b {
    font-weight: 400; }
  .ArtNav span {
    margin: 0 8px; }
    .ArtNav span.glyphicon {
      margin-right: 5px;
      margin-left: 0; }
  .ArtNav li:first-child {
    display: -webkit-inline-box;
    align-items: center; }
  .ArtNav .ArtNav_But a {
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 20px;
    background: #111;
    color: #fff; }

#ArtPage {
  display: inline-block;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px; }
  #ArtPage.product article {
    width: 100%; }
  #ArtPage article header {
    margin: 0; }
  #ArtPage .NewsBox {
    background: #fff;
    z-index: 1; }
  #ArtPage .ArtList > div {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px; }
    #ArtPage .ArtList > div .ArtListBox {
      max-height: 850px;
      width: 100%;
      display: inline-block;
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: #ddd #f5f5f5; }
  #ArtPage .ArtList .box {
    display: flex;
    background: inherit;
    border-top: 1px solid #eee;
    padding: 15px 0;
    border-radius: 0; }
    #ArtPage .ArtList .box .box-content {
      padding: 0 15px;
      height: inherit; }
    #ArtPage .ArtList .box img {
      width: 120px;
      border-radius: 3px; }
    #ArtPage .ArtList .box .CardTl {
      font-size: 14px;
      line-height: 1.4em;
      font-weight: 400;
      -webkit-line-clamp: 3; }

.ArtPage_FullWidth {
  max-width: inherit !important;
  padding: 0 !important; }
  .ArtPage_FullWidth article {
    width: 100% !important; }

.bottom-product-introduce {
  padding: 20px 0; }
  .bottom-product-introduce .TL {
    border-left: 0; }
  .bottom-product-introduce .mySwiper_News .CardBody .CardDetail .CardTl, .bottom-product-introduce .News .CardBody .CardDetail .CardTl {
    font-size: 20px; }
  .bottom-product-introduce .News .CardBody .box-content, .bottom-product-introduce .News .CardBody .box-content {
    height: 190px; }

.pinfo {
  color: #111;
  padding: 0;
  padding-left: 30px; }
  .pinfo .title {
    font-size: clamp(2.5rem, 2.72222vw, 2.5rem);
    line-height: 1.1;
    letter-spacing: -.005em;
    font-weight: 600;
    padding: 20px 0 50px; }
  .pinfo .desp {
    font-size: 20px;
    font-weight: 600; }

.banner {
  text-align: center; }

h1 {
  font-size: 12px;
  font-weight: bold; }

h2 {
  font-size: 12px;
  font-weight: bold; }

.content {
  padding: 0;
  font-size: 18px;
  line-height: 1.6em; }
  .content h4 {
    font-size: 24px;
    padding: 20px 0; }
  .content b {
    font-weight: 600; }

.share {
  margin: 10px 0; }

.DmtVideo {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .DmtVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.NewsFooter {
  text-align: center; }

.NewsFooter {
  text-align: center;
  padding: 15px;
  font-size: 16px;
  line-height: 1.4em;
  background: #f0f2fc;
  border-radius: 4px;
  margin: 20px auto; }
  .NewsFooter b {
    margin-bottom: 10px;
    margin-right: 10px; }
  .NewsFooter a {
    color: #5865f5;
    font-weight: 600; }

.box-content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 300; }
.box-content img {
  text-align: center; }
.box-content .CardDate {
  font-size: 13px;
  line-height: 1.4em;
  color: #707378; }
  .box-content .CardDate .IconNew {
    background: #ffea00;
    color: #111;
    padding: 0 7px;
    font-size: 10px;
    margin-right: 5px;
    border-radius: 2px;
    display: inline-block;
    line-height: 1.6em; }
.box-content .CardTl {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 5px auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden; }
  .box-content .CardTl .Icon_DmtNews {
    height: 14px; }
.box-content .CardModelNo {
  height: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 5px 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden; }
.box-content .CardProductName {
  font-size: 14px;
  line-height: 1.4em;
  color: #707378;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden; }

.Vid_ScrollBg {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px; }
  .Vid_ScrollBg .mySwiper_Vid {
    background: #eee;
    padding: 20px;
    border-radius: 8px; }
    .Vid_ScrollBg .mySwiper_Vid .box {
      background: inherit; }
      .Vid_ScrollBg .mySwiper_Vid .box .box-img {
        margin-bottom: 4px; }
        .Vid_ScrollBg .mySwiper_Vid .box .box-img img {
          border-radius: 8px; }
      .Vid_ScrollBg .mySwiper_Vid .box .CardDate {
        display: none; }

.VidList .VidBg {
  background: #000;
  border-radius: 5px; }
  .VidList .VidBg .col-md-3, .VidList .VidBg .col-xs-6 {
    padding-left: 0;
    padding-right: 0; }
  .VidList .VidBg .product-video {
    background: inherit;
    color: #fff; }
    .VidList .VidBg .product-video .box-content {
      height: inherit !important;
      text-align: left; }
      .VidList .VidBg .product-video .box-content .text {
        padding: 0; }

.product-video .box-img {
  padding: 0 0 56.25% !important;
  position: relative;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .product-video .box-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px 8px 0 0; }
  .product-video .box-img .icon-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background: url(../images/icon-play.svg); }
.product-video .box-content .text {
  padding: 10px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left; }
.product-video .box-content .CardProductName {
  -webkit-line-clamp: 1;
  color: #000; }

.showVideo {
  margin-bottom: 20px; }
  .showVideo .box {
    padding: 0; }
    .showVideo .box .box-content {
      padding: 15px 20px;
      height: 80px; }
      .showVideo .box .box-content .CardProductName {
        font-size: 16px;
        font-weight: 600;
        margin: 5px auto; }

.news-detail-container article header .text {
  font-size: 12px;
  margin-bottom: 5px; }
  .news-detail-container article header .text .icon {
    margin-right: 3px; }
.news-detail-container article header .title {
  font-size: clamp(2rem, 2.22222vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -.005em;
  font-weight: 600;
  margin: 20px auto 40px; }
.news-detail-container article header .date {
  font-size: 12px;
  margin-left: 10px; }
.news-detail-container article header .share {
  font-size: 13px; }
.news-detail-container article img {
  max-width: 100%;
  margin: auto; }

.news-container .box-content .title {
  text-overflow: inherit !important;
  overflow: hidden !important;
  white-space: initial !important;
  line-height: 1.4em; }

.body-detail {
  padding-right: 0 !important; }

.modal-open {
  overflow: inherit; }
  .modal-open #videoModal {
    overflow-y: hidden; }

.navbar-collapse.collapse {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

footer {
  background: #222;
  text-align: left;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  padding-bottom: 80px; }
  footer .logo {
    width: 100%;
    max-width: 350px;
    margin: 20px auto; }
    footer .logo .copyright {
      display: flex;
      justify-content: center;
      line-height: 1.6em;
      font-size: 12px; }
  footer a {
    margin: 0 10px;
    color: #fff; }
    footer a:hover {
      color: #fff; }
    footer a:active {
      color: #fff; }
    footer a:link {
      color: #fff; }
  footer ul.copyright {
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    footer ul.copyright li {
      margin: 20px;
      list-style: none; }
      footer ul.copyright li .FooterLink {
        margin: 20px;
        font-size: 16px; }
      footer ul.copyright li p {
        margin-top: 10px; }
      footer ul.copyright li img {
        width: 100%;
        margin-bottom: 10px; }
    footer ul.copyright .qrcode {
      display: inline-flex; }
      footer ul.copyright .qrcode img {
        height: 85px;
        width: 85px;
        margin-bottom: 10px;
        border: 1px solid rgba(50, 26, 26, 0.1); }
      footer ul.copyright .qrcode > div {
        margin: 15px;
        text-align: center; }

.box-container .row > div.listbox {
  margin-top: 10px; }
  .box-container .row > div.listbox .list-menu .litem.chosen {
    background: #fff; }
  .box-container .row > div.listbox .content-box {
    background: #fff; }

.navbar {
  margin-bottom: 0;
  background: #fff;
  height: 75px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center; }

.navbar-right-xs.langs {
  position: absolute;
  top: 12px;
  right: 20px; }
  .navbar-right-xs.langs span {
    padding: 10px 5px; }
  .navbar-right-xs.langs a.active {
    color: #ddd; }
  .navbar-right-xs.langs .split {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #303030; }

#btnLogin:hover {
  text-decoration: underline; }

#btnRegister:hover {
  text-decoration: underline; }

.form-control {
  border-radius: 2px; }

.sidebar {
  background: #fff;
  border-top: 1px solid #dddddd; }
  .sidebar .search-bock {
    position: relative; }
    .sidebar .search-bock .title {
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      background: #656565;
      color: #fff;
      height: 38px;
      line-height: 38px;
      font-size: 12px;
      text-align: center;
      display: none; }
      .sidebar .search-bock .title::after {
        position: absolute;
        z-index: 9;
        right: -8px;
        top: 50%;
        margin-top: -6px;
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        border-left: 8px solid #656565; }
  .sidebar .form-group {
    margin: 0; }
    .sidebar .form-group input {
      height: 38px;
      border-left: none; }
    .sidebar .form-group .btn {
      height: 38px;
      border-right: none;
      border-radius: 0;
      background: #ebebeb; }
  .sidebar ul {
    display: none;
    margin: 0;
    padding: 0;
    border-left: 1px #d3d3d3 solid;
    border-right: 1px #d3d3d3 solid; }
    .sidebar ul li {
      list-style: none;
      font-size: 12px;
      color: #5b5b5b;
      border-bottom: 1px #d3d3d3 solid;
      text-align: center; }
      .sidebar ul li a {
        padding: 15px; }
    .sidebar ul li.active {
      color: white;
      font-weight: bold; }
      .sidebar ul li.active span {
        border-bottom: 2px solid #86c79c; }

.body-news .sidebar {
  top: 30.7rem; }

.second-navbar {
  background: #212121; }
  .second-navbar ul {
    padding: 1.2rem 5px; }
    .second-navbar ul li {
      display: inline-block; }
      .second-navbar ul li a {
        color: #fff;
        padding: .4rem .55rem;
        font-size: .9rem;
        border-radius: 3px; }
    .second-navbar ul li.active a {
      background: #636363; }

.swiper .swiper-container {
  position: relative;
  width: 1450px; }
  .swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding-left: 0; }
    .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
      width: 100%;
      position: relative;
      text-align: center; }
      .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
        height: 500px; }
      .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content .disc {
        width: 390px;
        position: absolute;
        height: 55px;
        width: 100%;
        bottom: 0;
        right: 0;
        padding-top: 10px;
        font-size: 12px;
        color: #000;
        background: rgba(255, 255, 255, 0.6); }
  .swiper .swiper-container img {
    width: 100%; }
.swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px; }
.swiper .swiper-pagination-bullet {
  background: #d8d8d8;
  opacity: 1;
  width: 18px;
  height: 18px; }
.swiper .swiper-pagination-bullet-active {
  background: #000; }
.swiper .swiper-button-prev {
  display: none; }
.swiper .swiper-button-next {
  display: none; }

.swiper-detail .swiper-container {
  height: 100%; }
.swiper-detail .swiper-slide {
  background: #000;
  text-align: center; }
  .swiper-detail .swiper-slide img {
    width: 100%; }
.swiper-detail .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
.swiper-detail .swiper-pagination-bullets {
  bottom: 1rem;
  z-index: 2; }
.swiper-detail .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.95); }
.swiper-detail .swiper-button-prev {
  display: none;
  opacity: 0.5; }
  .swiper-detail .swiper-button-prev:hover {
    opacity: 1; }
.swiper-detail .swiper-button-next {
  display: none;
  opacity: 0.5; }
  .swiper-detail .swiper-button-next:hover {
    opacity: 1; }
.swiper-detail .swiper-brand .swiper-container {
  background: #a2a2a2;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px; }
.swiper-detail .swiper-brand .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 410px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .swiper-detail .swiper-brand .swiper-slide img {
    width: 100%; }
.swiper-detail .swiper-brand .swiper-scrollbar {
  background: #3f3f3f;
  padding: 5px 0;
  height: 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0; }
  .swiper-detail .swiper-brand .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff;
    height: 5px; }
.swiper-detail .swiper-wrapper {
  z-index: 1; }

.swiper-case {
  width: 100%; }
  .swiper-case .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .swiper-case .swiper-slide {
    background-size: cover;
    background-position: center; }
  .swiper-case .swiper-button-prev {
    display: block;
    left: -30px; }
  .swiper-case .swiper-button-next {
    display: block;
    right: -30px; }
  .swiper-case .gallery-top {
    width: 100%; }
    .swiper-case .gallery-top .swiper-slide {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.9); }
      .swiper-case .gallery-top .swiper-slide img {
        width: 100%; }
      .swiper-case .gallery-top .swiper-slide .text-bottom {
        font-size: 14px;
        padding: 1rem 1.75rem; }
        .swiper-case .gallery-top .swiper-slide .text-bottom b {
          font-weight: bold; }
        .swiper-case .gallery-top .swiper-slide .text-bottom label {
          font-weight: bold; }
        .swiper-case .gallery-top .swiper-slide .text-bottom .info span {
          margin-right: 10px; }
      .swiper-case .gallery-top .swiper-slide .text-row {
        display: -ms-flexbox;
        display: flex; }
        .swiper-case .gallery-top .swiper-slide .text-row label {
          display: block;
          white-space: nowrap; }
        .swiper-case .gallery-top .swiper-slide .text-row .equipment span {
          display: inline-block;
          width: 130px; }
  .swiper-case .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0; }
    .swiper-case .gallery-thumbs .swiper-slide {
      width: 144px;
      height: 102px;
      background: #000; }
      .swiper-case .gallery-thumbs .swiper-slide img {
        width: 100%;
        opacity: 0.6; }
    .swiper-case .gallery-thumbs .swiper-slide-active img {
      opacity: 1; }

.box {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  transition: all .5s ease-out; }

.TL_Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  list-style: none;
  margin: 0px auto;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: flex;
  padding: 15px 0; }

.TL {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -.005em;
  font-weight: 600;
  border-left: 5px solid #5865f5;
  padding-left: 10px; }

.box-title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 15px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between; }
  .box-title a {
    color: #f5f5f5; }
    .box-title a:hover {
      color: #fff; }
  .box-title .more {
    font-size: 16px; }

.box-img {
  padding: 0 0 70%;
  height: 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .box-img img {
    width: 100%;
    border-radius: 8px 8px 0 0; }

#text_id_es {
  height: 50px;
  overflow: hidden; }

.box-btn-block {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-top: 1px solid #d3d3d3; }
  .box-btn-block a {
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    font-size: 12px;
    padding: 1.25rem 0; }
    .box-btn-block a:first-child {
      border-right: 1px solid #d3d3d3; }

.product-case .box-img {
  position: relative;
  padding: 0 0 70.5%; }
  .product-case .box-img img {
    width: 100%; }
.product-case .box-content {
  text-align: center;
  padding: 8px; }

.icon_back {
  height: 15px;
  width: 15px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-app {
  background: #fff;
  border-bottom: 1px solid #d3d3d3; }
  .nav-app .header-left {
    display: inline-block;
    padding: 10px 25px; }

.box-app {
  background: #fff;
  border: none; }
  .box-app .box-body .img img {
    width: 100%; }
  .box-app .box-body .title {
    margin-bottom: 10px; }
  .box-app .box-body .box-content {
    padding: 20px 30px; }
  .box-app .box-btn-block a {
    background: #eee;
    font-size: 16px;
    color: #000; }

.box-app-case img {
  width: 100%; }
.box-app-case b {
  font-weight: bold; }
.box-app-case label {
  font-weight: bold; }
.box-app-case .text-bottom {
  font-size: 14px;
  padding: 1.5rem 1.75rem; }
  .box-app-case .text-bottom .info {
    margin-bottom: 10px;
    text-align: center; }
    .box-app-case .text-bottom .info span {
      margin-left: 10px; }
      .box-app-case .text-bottom .info span:first-child {
        margin-left: 0; }
.box-app-case .text-row {
  text-align: center; }
  .box-app-case .text-row .equipment span {
    display: inline-block;
    width: 130px;
    padding-right: 5px; }

.social-share {
  display: block;
  margin-top: 50px; }
  .social-share .social-share-icon {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 16px;
    color: #111 !important;
    border: 1px solid #ddd !important; }
  .social-share .icon-wechat .wechat-qrcode {
    width: 225px !important;
    top: -250px !important;
    left: -100px !important;
    height: auto !important;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); }
    .social-share .icon-wechat .wechat-qrcode h4 {
      background: #5865f5 !important;
      color: #fff !important; }
    .social-share .icon-wechat .wechat-qrcode .qrcode {
      margin: 15px auto !important; }
    .social-share .icon-wechat .wechat-qrcode:after {
      bottom: -20px !important;
      border-width: 10px !important; }
  .social-share .icon-wechat:hover, .social-share .icon-qq:hover, .social-share .icon-qzone:hover, .social-share .icon-weibo:hover {
    background: #5865f5 !important;
    border: 1px solid #5865f5 !important;
    color: #fff !important; }

.cjgwhref {
  position: absolute;
  right: .75rem;
  background: #fff;
  padding: .4rem .75rem;
  font-size: .9rem;
  top: 0.8rem;
  border-radius: 4px; }

.cjgwhref1 {
  position: absolute;
  background: #fff;
  padding: .4rem .75rem;
  font-size: .9rem;
  top: 0.8rem;
  right: 4.25rem;
  border-radius: 4px; }

.product-modal .modal-dialog {
  width: 640px; }
.product-modal .modal-content {
  background: none;
  box-shadow: none;
  border: none; }
.product-modal .modal-body {
  position: relative;
  padding: 0; }
.product-modal .close {
  position: absolute;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  top: 15px;
  right: 25px;
  font-size: 30px;
  z-index: 10;
  font-weight: normal; }

.modal-backdrop.in {
  opacity: 0.8; }

#caseModal .close {
  right: 30px;
  top: 158px; }

#productModal .modal-dialog {
  width: 700px; }
#productModal .close {
  top: 13px;
  right: 20px;
  color: #000; }
#productModal .box {
  width: auto; }
  #productModal .box .box-body:before {
    content: " ";
    display: table; }
  #productModal .box .box-body:after {
    content: " ";
    display: table;
    clear: both; }
  #productModal .box .img {
    float: left;
    width: 40%;
    padding: 100px 10px 100px 20px; }
    #productModal .box .img img {
      width: 100%;
      vertical-align: middle; }
  #productModal .box .box-content {
    float: right;
    width: 60%;
    padding: 1rem; }
    #productModal .box .box-content .text {
      max-height: 300px;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 30px;
      text-overflow: initial;
      white-space: normal;
      padding-right: 20px; }
    #productModal .box .box-content .title {
      margin-bottom: 10px;
      margin-right: 20px;
      text-overflow: initial;
      white-space: normal; }
  #productModal .box .box-btn-block a {
    background: #eee;
    font-size: 16px;
    color: #000;
    padding: 15px 0; }

#videos {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 30px 0; }
  #videos iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#videoModal {
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  padding-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center; }
  #videoModal video {
    background-color: #ccc;
    width: 100%; }
  #videoModal embed {
    background-color: #ccc;
    width: 100%; }
  #videoModal .close {
    right: 15px;
    top: -40px; }
  #videoModal .modal-dialog {
    width: 80%; }
  #videoModal .modal-body {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    #videoModal .modal-body iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100% !important; }

.login-modal .close {
  color: #000;
  opacity: 0.5; }
.login-modal .modal-dialog {
  width: 400px;
  margin: 100px auto; }
.login-modal form {
  margin: 30px; }
.login-modal .form-group {
  position: relative;
  padding-left: 80px;
  margin-left: 0;
  margin-right: 0; }
  .login-modal .form-group .control-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    font-size: 12px;
    margin-right: 10px; }
.login-modal .btn-group {
  display: block;
  margin-top: 20px; }
  .login-modal .btn-group:before {
    content: " ";
    display: table; }
  .login-modal .btn-group:after {
    content: " ";
    display: table;
    clear: both; }
  .login-modal .btn-group .btn-default {
    width: 100%;
    background: #0c045e;
    color: #fff;
    font-size: 18px; }
.login-modal .tip {
  font-size: 20px;
  text-align: center; }
  .login-modal .tip p {
    margin: 0;
    padding: 0; }
  .login-modal .tip b {
    font-size: 24px; }

.icon-content-down {
  background-image: url(../images/icons.png);
  background-position: -76px 0;
  width: 45px;
  height: 45px;
  background-size: 147px 145px; }

.icon-content-up {
  background-image: url(../images/icons.png);
  background-position: -76px 0;
  width: 45px;
  height: 45px;
  background-size: 147px 145px;
  background-position: 0 -76px; }

.icon-news {
  background-image: url(../images/icons.png);
  background-position: 0 -101px;
  width: 19px;
  height: 16px;
  background-size: 118px 116px;
  background-repeat: no-repeat; }

.icon-pdf {
  background-image: url(../images/icons.png);
  background-position: 0 -101px;
  width: 19px;
  height: 16px;
  background-size: 118px 116px;
  background-repeat: no-repeat;
  background-position: -40px -61px;
  width: 32px;
  height: 32px; }

.icon-play {
  background-image: url(../images/icons.png);
  background-position: 0 -101px;
  width: 19px;
  height: 16px;
  background-size: 118px 116px;
  background-repeat: no-repeat;
  background-position: -40px -61px;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  width: 51px;
  height: 51px; }

.icon-share {
  background-image: url(../images/icons.png);
  background-position: 0 -101px;
  width: 19px;
  height: 16px;
  background-size: 118px 116px;
  background-repeat: no-repeat;
  background-position: -40px -61px;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  width: 57px;
  height: 57px;
  background-position: -101px 0;
  width: 17px;
  height: 17px;
  background-position: -61px -40px;
  width: 21px; }

.icon-video {
  background-image: url(../images/icons.png);
  background-position: 0 -101px;
  width: 19px;
  height: 16px;
  background-size: 118px 116px;
  background-repeat: no-repeat;
  background-position: -40px -61px;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  width: 57px;
  height: 57px;
  background-position: -101px 0;
  width: 17px;
  height: 17px;
  background-position: -61px -40px;
  width: 21px;
  background-position: -101px -21px;
  width: 16px;
  height: 16px; }

.no_border {
  border: 0px !important; }
  .no_border:hover {
    color: #1a3588 !important;
    background-color: #eeeeee !important; }

.navbar.navbar-default ul.navbar-nav > li .no-dropdown-menu::before {
  border-top: 0px solid;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent; }
.navbar.navbar-default ul.navbar-nav > li .nav-board::before {
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: -2px; }

#brang_nav_menu li {
  width: 375px;
  float: left; }
  #brang_nav_menu li a {
    text-align: left;
    font-size: 18px !important; }
    #brang_nav_menu li a:hover {
      color: #5865f5 !important;
      text-decoration: none; }

.dropdown-submenu {
  position: relative !important; }
  .dropdown-submenu a {
    font-size: 18px !important;
    text-align: left !important;
    display: flex;
    justify-content: space-between; }

.r-arrow {
  margin-left: 50px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid;
  border-bottom: 6px solid transparent; }

.dropdown-menu-second {
  padding-top: 0px !important;
  display: none !important;
  margin-top: 0px !important;
  min-width: 10rem !important; }
  .dropdown-menu-second:before {
    border-right: 0px solid transparent !important;
    border-left: 0px solid transparent !important; }

.carousel {
  margin-top: 10px; }
  .carousel a {
    color: white; }

.carousel-control {
  opacity: 1; }

.carousel-control.left {
  background-image: none; }

.carousel-control.right {
  background-image: none; }

.left-navbar {
  background: black; }
  .left-navbar ul li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    line-height: .8rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background: #636363;
    cursor: pointer; }
  .left-navbar ul li.active {
    background: black; }

.product_second_ul li .block {
  width: 12px;
  height: 12px;
  margin-top: 0.425rem;
  margin-left: 5px;
  display: inline-flex;
  border: 1px solid #cbcbcb; }
.product_second_ul li .line {
  width: 1px;
  height: auto;
  margin-left: 5px;
  display: inline-block;
  background-color: #dddddd;
  float: left; }
.product_second_ul li div {
  float: left;
  margin-left: 10px; }
.product_second_ul li .select {
  background-color: #5865f5;
  border: 1px solid #5865f5; }

.bread-info {
  padding: 0 0 20px;
  font-weight: 400; }
  .bread-info .glyphicon {
    margin: 5px; }
  .bread-info span {
    margin: 0 5px; }
  .bread-info a {
    cursor: pointer; }
  .bread-info b {
    font-weight: 400; }

.multi-level {
  min-width: 10rem !important; }

@media (min-width: 375px) {
  html {
    font-size: 12px; } }
@media (min-width: 768px) {
  .desktop {
    display: block !important; }

  .mobile {
    display: none !important; }

  html {
    font-size: 16px; }

  .FeedBack ul li .Buy .BuyLocaction li {
    width: 100%; }

  .FeedBack ul li .feedback_form ul li {
    width: 100%; }

  .FeedBack ul li .Buy .BuyLocaction li {
    width: 100%; }

  .container {
    width: 100%; }

  .topbarHome {
    width: 100%; }

  .sidebar {
    margin-top: 0.8rem; }

  .navbar {
    display: flex;
    align-items: center; }
    .navbar li.dropdown:hover ul.dropdown-menu {
      display: block; }
    .navbar .navbar-collapse .navbar-form {
      padding: 0; }
      .navbar .navbar-collapse .navbar-form .btn {
        padding: 3px 14px 3px 13px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        background-color: #eeeeee;
        color: #333; }
      .navbar .navbar-collapse .navbar-form input {
        height: 28px;
        width: 100px; }
    .navbar > .container .navbar-header {
      height: -23.3rem;
      margin: 0;
      padding: 0; }
      .navbar > .container .navbar-header .navbar-brand {
        padding: 0;
        height: 100%;
        margin-left: 0; }
        .navbar > .container .navbar-header .navbar-brand img {
          height: 25px;
          margin-right: 0; }

  .navbar-nav > li {
    margin: 0 10px; }

  .navbar.navbar-default ul.navbar-nav > li > a {
    line-height: 15px;
    margin: 5px 0 4px;
    padding: 0;
    color: #111;
    font-weight: 500;
    font-size: clamp(1.0125rem, 1.25vw, 1.2375rem); }
    .navbar.navbar-default ul.navbar-nav > li > a .caret {
      margin-left: 4px;
      border-top: 6px dashed;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent; }
  .navbar.navbar-default ul.navbar-nav > li:last-child > a {
    border-right: none; }
  .navbar.navbar-default ul.navbar-nav > li .dropdown-menu {
    min-width: 100px;
    left: -50px;
    padding: 25px;
    background: #fff;
    border: 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    margin-left: 0 !important; }
    .navbar.navbar-default ul.navbar-nav > li .dropdown-menu li a {
      text-align: center;
      background: #fff !important;
      color: #111 !important;
      padding: 10px 25px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 10px;
      font-weight: 500; }
  .navbar.navbar-default ul.navbar-nav > li.last > a {
    border-right: none; }
  .navbar.navbar-default ul.navbar-nav > li.open > a {
    color: #000;
    background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.open > a:focus {
      color: #000;
      background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.open > a:hover {
      color: #000;
      background-color: transparent; }
  .navbar.navbar-default ul.navbar-nav > li.active > a {
    color: #000;
    background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.active > a:focus {
      color: #000;
      background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.active > a:hover {
      color: #000;
      background-color: transparent; }

  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 25px;
    max-width: 2000px;
    margin: 0 auto; }
    .topbar .logo a img {
      height: auto;
      width: auto;
      max-height: 55px;
      max-width: 150px; }
    .topbar .rightbox {
      display: flex; }
    .topbar .search form {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center; }
      .topbar .search form .input-group {
        border: 1px solid #ddd;
        border-radius: 28px;
        margin: 0 10px; }
      .topbar .search form input {
        border-radius: 0;
        border: 0;
        height: 34px;
        width: 130px;
        background: inherit;
        box-shadow: none; }
      .topbar .search form .btn {
        border: 0;
        line-height: 24px;
        background: inherit; }

  #actions {
    padding: 0;
    color: #303030;
    border-right: none; }
    #actions a {
      padding: 0;
      font-size: 1rem;
      border-right: none; }
      #actions a .glyphicon {
        font-size: 13px; }
    #actions .langs {
      display: flex;
      color: #ddd;
      height: 24px; }
      #actions .langs span {
        padding: 0 8px; }
      #actions .langs .split {
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: #303030; }

  footer .qrcode-left {
    display: inline-block;
    margin: 10px 20px 0 20px;
    vertical-align: middle; }
  footer .qrcode-right {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle; }
  footer .content {
    margin-bottom: 0;
    line-height: 1.8em; }

  .ArticleBox .VidBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; }
    .ArticleBox .VidBox iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

  .single-container {
    background: #fff; }
    .single-container > .row {
      margin: 0 auto !important; }
      .single-container > .row > div:nth-child(odd) > div.box-content {
        background: #eee; }
      .single-container > .row > div:nth-child(even) > div.box-content {
        background: #f7f7f7; }

  .modal-dialog {
    margin: 50px auto; }

  .icon-content-down {
    background-image: url(../images/icons.png);
    background-position: -76px 0;
    width: 45px;
    height: 45px;
    background-size: 147px 145px; }

  .icon-content-up {
    background-image: url(../images/icons.png);
    background-position: -76px 0;
    width: 45px;
    height: 45px;
    background-size: 147px 145px;
    background-position: 0 -76px; }

  .icon-news {
    background-image: url(../images/icons.png);
    background-position: 0 -126px;
    width: 23px;
    height: 19px;
    background-size: 147px 145px; }

  .icon-pdf {
    background-image: url(../images/icons.png);
    background-position: 0 -126px;
    width: 23px;
    height: 19px;
    background-size: 147px 145px;
    background-position: -50px -76px;
    width: 39px;
    height: 39px; }

  .icon-share {
    background-image: url(../images/icons.png);
    background-position: 0 -126px;
    width: 23px;
    height: 19px;
    background-size: 147px 145px;
    background-position: -50px -76px;
    width: 39px;
    height: 39px;
    background-position: 0 0;
    width: 71px;
    height: 71px;
    background-position: -126px 0;
    width: 21px;
    height: 21px;
    background-position: -76px -50px;
    width: 26px; }

  .icon-video {
    background-image: url(../images/icons.png);
    background-position: 0 -126px;
    width: 23px;
    height: 19px;
    background-size: 147px 145px;
    background-position: -50px -76px;
    width: 39px;
    height: 39px;
    background-position: 0 0;
    width: 71px;
    height: 71px;
    background-position: -126px 0;
    width: 21px;
    height: 21px;
    background-position: -76px -50px;
    width: 26px;
    background-position: -126px -26px;
    width: 20px;
    height: 20px; }

  .VidList, .News li {
    width: calc(100% / 2); }

  .IndexCover .IndexCover_Btn {
    display: none; } }
@media (min-width: 992px) {
  article h1 {
    font-size: 16px;
    font-weight: bold; }
  article h2 {
    font-size: 12px;
    font-weight: bold; }

  .navbar.navbar-default ul.navbar-nav > li > a {
    padding: 0 8px; }

  .navbar-form .input-group > .form-control {
    width: 130px; }

  .navbar > .container .navbar-header .navbar-brand img {
    height: 28px; }
  .navbar .navbar-collapse .navbar-form input {
    width: 130px; }

  footer .center {
    text-align: center; }

  .product-case .box-content .text {
    font-size: 12px; }

  .topbar .logo a img {
    max-width: 200px; }

  .VidList, .News li {
    width: calc(100% / 3); }

  .WhereToBuy .FeedBack ul li .Buy .BuyLocaction li {
    width: calc(100% / 3); } }
@media (min-width: 1200px) {
  .FeedBack ul li .Buy .BuyLocaction li {
    width: calc(100% / 2); }

  .FeedBack ul li .feedback_form ul li {
    width: calc(100% / 2 - 20px); }

  .IndexCover .IndexCoverItem {
    min-height: 30rem; }
    .IndexCover .IndexCoverItem:hover .IndexCover_Txt {
      font-size: 32px; }
  .IndexCover .IndexCover_Txt {
    font-size: 28px;
    top: 20px; }
  .IndexCover .IndexCover_Btn {
    display: block; }

  .topbar .logo a img {
    max-width: 280px; }

  .navbar .navbar-collapse .navbar-form {
    padding: 0;
    padding: 0; }
    .navbar .navbar-collapse .navbar-form input {
      height: 28px;
      height: 28px; }
    .navbar .navbar-collapse .navbar-form .btn {
      padding: 3px 14px 3px 13px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      background-color: #eeeeee;
      color: #333;
      padding: 3px 14px 3px 13px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      background-color: #eeeeee;
      color: #333; }
  .navbar .navbar-default ul.navbar-nav > li > a {
    line-height: 15px;
    margin: .25rem 0;
    padding: 0 10px;
    color: #111;
    border-right: 1px solid #797979; }
  .navbar .navbar-default ul.navbar-nav > li:last-child > a {
    border-right: none; }
  .navbar > .container .navbar-header {
    padding: 0;
    padding: 0; }
    .navbar > .container .navbar-header .navbar-brand {
      padding: 0;
      height: 100%;
      margin-left: 0;
      padding: 0;
      height: 100%;
      margin-left: 0; }
      .navbar > .container .navbar-header .navbar-brand img {
        height: 2rem;
        height: 2rem; }

  .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content .disc {
    left: auto;
    right: 200px; }

  .sidebar {
    display: none;
    position: absolute;
    z-index: 11;
    width: 10rem;
    top: 0;
    background: #fff;
    left: -170px; }
    .sidebar .search-bock {
      padding-left: 0; }
      .sidebar .search-bock .title {
        position: relative;
        width: 100%;
        background: #656565;
        color: #fff;
        height: 1.9rem;
        line-height: 1.9rem;
        font-size: 12px;
        text-align: center; }
        .sidebar .search-bock .title::after {
          display: none; }
        .sidebar .search-bock .title::before {
          position: absolute;
          top: auto;
          right: auto;
          bottom: -6px;
          left: 50%;
          margin-left: -4px;
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #656565; }
    .sidebar .form-group input {
      height: 35px;
      border-left: 1px solid #ccc; }
    .sidebar .form-group .btn {
      height: 35px;
      border-right: 1px solid #ccc;
      border-top-right-radius: 2px; }
    .sidebar ul {
      display: block;
      margin: 0;
      padding: 0;
      border-left: 1px #d3d3d3 solid;
      border-right: 1px #d3d3d3 solid; }
      .sidebar ul li {
        list-style: none;
        font-size: 12px;
        border-bottom: 1px #d3d3d3 solid;
        text-align: center; }
        .sidebar ul li a {
          padding: .5rem;
          color: #5b5b5b;
          display: block; }
      .sidebar ul li.active {
        color: white;
        font-weight: bold; }
        .sidebar ul li.active a {
          color: #000; }
        .sidebar ul li.active span {
          border-bottom: 2px solid #86c79c; }

  .box-btn-block a {
    font-size: 12px; }

  .VidList, .News li {
    width: calc(100% / 4); }

  #ArtPage {
    display: flex; }
    #ArtPage article {
      width: calc(100% - 450px); }
    #ArtPage .NewsBox {
      width: 400px;
      margin-left: 50px; }

  .FeedBack ul li .Buy .BuyLogo img {
    width: 450px; }

  .WhereToBuy .FeedBack ul li .Buy .BuyLocaction li {
    width: calc(100% / 4); } }
@media (min-width: 1600px) {
  .container {
    max-width: 2000px; }

  html {
    font-size: 18px; }

  .col-xl-2 {
    width: calc(100% / 6); }

  .VidList, .News li {
    width: calc(100% / 6); }

  .ad {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 1; }
    .ad img {
      width: 100%; }

  .hidden-ad {
    display: none; }

  .sidebar {
    position: absolute;
    width: 180px;
    top: 0;
    left: -195px; }
    .sidebar ul li {
      font-size: 16px;
      color: #5b5b5b; }
      .sidebar ul li a {
        padding: 15px; }
    .sidebar .search-bock {
      padding-left: 0; }
      .sidebar .search-bock .title {
        height: 38px;
        line-height: 38px;
        font-size: 16px; }

  .News li {
    width: calc(100% / 6); }

  .Brand_HomeList li {
    width: calc(100% / 5); }

  .IndexCover .IndexCoverItem {
    min-height: 35rem; }
    .IndexCover .IndexCoverItem:hover .IndexCover_Txt {
      font-size: 38px; }
  .IndexCover .IndexCover_Txt {
    font-size: 32px;
    top: 20px; } }
@media (max-width: 767px) {
  .desktop {
    display: none !important; }

  .mobile {
    display: block !important; }

  .TopBarHeight {
    margin-top: 53px !important; }

  .navbar-right-xs.langs span.active {
    color: #ddd; }

  .LanguageBox {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .LanguageBox > div {
      display: flex; }
      .LanguageBox > div .But_CN, .LanguageBox > div .But_EN {
        border-radius: 25px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        padding: 2px 15px;
        margin: 0 5px;
        font-size: 12px;
        color: #fff; }
        .LanguageBox > div .But_CN img, .LanguageBox > div .But_EN img {
          height: 14px; }
        .LanguageBox > div .But_CN a, .LanguageBox > div .But_EN a {
          color: #fff; }
      .LanguageBox > div .active {
        color: #111;
        background: #fff; }

  .News li {
    width: calc(100% / 2);
    padding: 4px; }

  .WhereToBuy .FeedBack ul li .Buy .BuyLocaction li {
    width: 100%; }

  .FeedBack {
    display: inline-block;
    border: 0;
    font-size: 14px; }
    .FeedBack ul {
      display: inline-block;
      padding-bottom: 20px; }
      .FeedBack ul li {
        width: 100%;
        border-radius: 20px; }
        .FeedBack ul li .Buy {
          border-right: 0;
          margin: 0;
          padding: 20px 0; }
          .FeedBack ul li .Buy .BuyLogo {
            margin-bottom: 0px; }
          .FeedBack ul li .Buy .BuyLocaction li {
            width: 100%;
            margin-bottom: 0; }
        .FeedBack ul li .feedback_form {
          padding: 0;
          margin: 0;
          background: inherit; }
          .FeedBack ul li .feedback_form h4 {
            margin: 0;
            font-size: 24px; }
          .FeedBack ul li .feedback_form ul {
            padding: 10px; }
            .FeedBack ul li .feedback_form ul li, .FeedBack ul li .feedback_form ul li.Form_FullList {
              width: calc(100% - 20px); }
              .FeedBack ul li .feedback_form ul li .form-group .form-control, .FeedBack ul li .feedback_form ul li.Form_FullList .form-group .form-control {
                height: 40px;
                padding: 0 20px; }
              .FeedBack ul li .feedback_form ul li .btn, .FeedBack ul li .feedback_form ul li.Form_FullList .btn {
                width: 100%;
                padding: 10px 100px; }

  .News_Related {
    background: #ddd !important;
    padding: 0;
    margin: 0 !important; }
    .News_Related .News
    .NewsBox > a, .News_Related .News
    .NewsBox .product-video {
      width: calc(100% / 2 - 4px);
      float: left;
      padding: 4px;
      margin: 0;
      background: inherit; }
      .News_Related .News
      .NewsBox > a img, .News_Related .News
      .NewsBox .product-video img {
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0; }
      .News_Related .News
      .NewsBox > a .box-content, .News_Related .News
      .NewsBox .product-video .box-content {
        padding: 10px;
        border-radius: 0 0 8px 8px;
        background: #fff; }
        .News_Related .News
        .NewsBox > a .box-content .CardDate, .News_Related .News
        .NewsBox .product-video .box-content .CardDate {
          font-size: 12px; }
        .News_Related .News
        .NewsBox > a .box-content .CardProductName, .News_Related .News
        .NewsBox .product-video .box-content .CardProductName {
          font-size: 13px;
          margin: 0;
          line-height: 1.3em;
          font-weight: 600;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          overflow: hidden; }

  .ArtNav {
    font-size: 14px;
    margin-bottom: 10px; }
    .ArtNav span {
      margin: 0 3px; }
    .ArtNav .ArtNav_But a {
      padding: 5px 15px;
      font-size: 14px; }

  .TL_Box {
    margin: 0px auto 20px;
    padding: 10px 0; }
    .TL_Box .TL {
      font-size: 24px; }

  .News_Related .News .NewsBox > a .box-content {
    height: 80px; }

  .News_Related .News .NewsBox .product-video .box-content {
    height: 60px; }

  .mySwiper_News .CardBody .CardDetail, .News .CardBody .CardDetail {
    padding: 0;
    height: 60px; }

  .BrandPage {
    display: flex; }
    .BrandPage .CatTl {
      font-weight: 300;
      font-size: 16px;
      margin: 3px; }
    .BrandPage .News_HL li .CardBody .CardDetail {
      height: 110px !important; }
    .BrandPage .News li .CardBody .CardDetail {
      padding: 0;
      height: 60px; }
      .BrandPage .News li .CardBody .CardDetail .CardModelNo {
        font-weight: 700; }
    .BrandPage .Product {
      display: block;
      margin: 5px; }
      .BrandPage .Product li .CardBody .CardDetail {
        height: 50px; }
        .BrandPage .Product li .CardBody .CardDetail .CardModelNo {
          font-size: 13px;
          line-height: 1.3em;
          margin: 0; }
        .BrandPage .Product li .CardBody .CardDetail .CardProductName {
          line-height: 1.3em; }
        .BrandPage .Product li .CardBody .CardDetail .CardTl {
          font-size: 12px;
          font-weight: 400;
          text-align: center; }

  .Buy {
    padding: 0;
    margin: 20px 0;
    text-align: center; }
    .Buy .BuyLogo {
      width: 80%;
      margin: auto;
      margin-bottom: 40px; }
    .Buy .BuyLocaction {
      display: block;
      padding: 0; }
      .Buy .BuyLocaction li {
        width: 100%;
        margin-bottom: 20px; }

  .showVideo .vague {
    margin: 0 -20px;
    margin-left: 0px; }
  .showVideo .box .box-content {
    padding: 10px;
    height: 60px; }

  .body-detail .listbox .content-box .productContent .CoverBox, .sam-slide-content-container .sam-slide-content-box .detail_news .CoverBox {
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 300px; }

  .body-detail .listbox .content-box .productContent .CoverBox .CoverContentCenter, .sam-slide-content-container .sam-slide-content-box .detail_news .CoverBox .CoverContentCenter {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0 auto; }

  .body-detail .listbox .content-box .productContent .VidBox, .sam-slide-content-container .sam-slide-content-box .detail_news .VidBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; }
    .body-detail .listbox .content-box .productContent .VidBox iframe, .sam-slide-content-container .sam-slide-content-box .detail_news .VidBox iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

  #ArtPage {
    padding: 15px 20px;
    display: block; }
    #ArtPage article {
      width: 100%; }

  .mySwiper_News {
    max-width: 767px;
    margin-left: 0 !important;
    padding-right: 30px !important; }
    .mySwiper_News .swiper-slide .CardBody .box-content {
      height: 85px !important; }

  .swiper .swiper-slide .CardBody .box-content {
    font-size: 12px; }

  .product-video {
    margin: 0 -10px; }

  .showVideo .box .box-content .CardProductName {
    font-size: 13px;
    margin: 2px 0; }

  .News {
    padding-right: 0 !important; }

  .News .CardBody {
    padding: 10px;
    border-radius: 0 0 8px 8px; }

  .News .CardBody .CardDetail .CardTl, .box-content .CardTl {
    font-size: 13px;
    line-height: 1.3em;
    margin: 2px 0; }

  .News .CardBody .CardDetail .CardProductName {
    font-size: 12px;
    line-height: 1.3em; }

  .brandclass .m_product_navbar .block {
    border-radius: 100%; }

  .swiper .swiper-slide .CardBody .box-content {
    padding: 10px;
    height: 100px; }

  .sam-slide-content-container .sam-slide-content-box .sam-slide-content .TL {
    margin: 0 auto 20px; }

  .BrandPage .News {
    margin: 5px;
    width: 100%; }

  .mySwiper_News .CardBody .CardDetail .CardDate .IconNew, .News .CardBody .CardDetail .CardDate .IconNew {
    line-height: 1.6em;
    padding: 0 3px; }

  .mySwiper_News .CardBody .CardDetail .CardDate, .News .CardBody .CardDetail .CardDate {
    font-size: 12px; }

  .box-content .CardDate {
    font-size: 12px; }

  .searchbox .sam-search-box {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 25px;
    width: 100% !important; }
    .searchbox .sam-search-box form > input[type=search] {
      background-color: inherit !important;
      color: #fff !important;
      padding: 5px 15px !important;
      font-size: 14px !important; }
    .searchbox .sam-search-box form > button[type=submit] {
      background-color: inherit !important;
      height: 40px !important;
      width: 40px !important; }

  .sam-pop-menu-box > div.sam-pop-mwrap > div, .sam-pop-menu-box > div.sam-pop-mwrap div.sam-menu-sub-menu-box > div, .sam-pop-menu-box > div.sam-next-menu-box div.sam-menu-sub-menu-box > div {
    padding: 15px !important; }

  .sam-pop-menu-box > div.sam-pop-mwrap div.sam-menu-sub-menu-box a {
    display: flex !important;
    justify-content: space-between !important; }

  .sam-pop-menu-box .sam-next-menu-box.show {
    padding-bottom: 150px; }

  .vague {
    margin: 0 -10px; }

  .searchbox {
    display: flex;
    align-items: center; }

  .VidList {
    width: calc(100% / 2);
    padding: 4px; }

  .Pd-0 {
    padding: 0px; }

  .Pd-20, .Pd-50, .Pd-75 {
    padding: 20px; }

  .Img75 {
    width: 100%; }

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

  .content .CoverBox .Col50 li, .productContent .CoverBox .Col50 li {
    width: 100%; }
    .content .CoverBox .Col50 li:first-child, .content .CoverBox .Col50 li:last-child, .productContent .CoverBox .Col50 li:first-child, .productContent .CoverBox .Col50 li:last-child {
      width: 100%; }
  .content .CoverBox .ArtFeature li, .productContent .CoverBox .ArtFeature li {
    width: 100%; }
    .content .CoverBox .ArtFeature li > div, .productContent .CoverBox .ArtFeature li > div {
      margin: 5px; }
  .content .Col33 li:first-child, .productContent .Col33 li:first-child {
    width: 100% !important; }
  .content .Col33 li:last-child, .productContent .Col33 li:last-child {
    width: 100% !important; }
  .content .Col33 li.Col33Pt01,
  .content .main .prodcontent #overview .ant-tabs-content .Col33 li.Col33Pt01,
  .content .main .prodcontent #overview .ant-tabs-content .Col33 li:first-child, .productContent .Col33 li.Col33Pt01,
  .productContent .main .prodcontent #overview .ant-tabs-content .Col33 li.Col33Pt01,
  .productContent .main .prodcontent #overview .ant-tabs-content .Col33 li:first-child {
    width: 100% !important; }
  .content .Col33 li.Col33Pt02,
  .content .main .prodcontent #overview .ant-tabs-content .Col33 li.Col33Pt02,
  .content .main .prodcontent #overview .ant-tabs-content .Col33 li:last-child, .productContent .Col33 li.Col33Pt02,
  .productContent .main .prodcontent #overview .ant-tabs-content .Col33 li.Col33Pt02,
  .productContent .main .prodcontent #overview .ant-tabs-content .Col33 li:last-child {
    width: 100% !important; }
  .content .RevTB, .productContent .RevTB {
    flex-direction: row; }

  .navbar.navbar-default ul.navbar-nav > li.open a {
    color: #111;
    background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.open a:focus {
      color: #111;
      background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.open a:hover {
      color: #111;
      background-color: transparent; }
  .navbar.navbar-default ul.navbar-nav > li.open .dropdown-menu > li > a {
    color: #111;
    background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.open .dropdown-menu > li > a:focus {
      color: #111;
      background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.open .dropdown-menu > li > a:hover {
      color: #111;
      background-color: transparent; }
  .navbar.navbar-default ul.navbar-nav > li.active a {
    color: #111;
    background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.active a:focus {
      color: #111;
      background-color: transparent; }
    .navbar.navbar-default ul.navbar-nav > li.active a:hover {
      color: #111;
      background-color: transparent; }
  .navbar.navbar-default ul.navbar-nav > li.dropdown a.dropdown-toggle::after {
    display: inline-block;
    -ms-transform: scale(1.3) translateX(4px);
    transform: scale(1.3) translateX(4px);
    content: ' ﹢'; }
  .navbar.navbar-default ul.navbar-nav > li.dropdown.open a.dropdown-toggle::after {
    content: ' ﹣'; }
  .navbar.navbar-default ul.dropdown-menu > li.open a {
    color: #111;
    background-color: transparent; }
    .navbar.navbar-default ul.dropdown-menu > li.open a:focus {
      color: #111;
      background-color: transparent; }
    .navbar.navbar-default ul.dropdown-menu > li.open a:hover {
      color: #111;
      background-color: transparent; }
  .navbar.navbar-default ul.dropdown-menu > li.open .dropdown-menu > li > a {
    color: #111;
    background-color: transparent; }
    .navbar.navbar-default ul.dropdown-menu > li.open .dropdown-menu > li > a:focus {
      color: #111;
      background-color: transparent; }
    .navbar.navbar-default ul.dropdown-menu > li.open .dropdown-menu > li > a:hover {
      color: #111;
      background-color: transparent; }
  .navbar.navbar-default ul.dropdown-menu > li.active a {
    color: #111;
    background-color: transparent; }
    .navbar.navbar-default ul.dropdown-menu > li.active a:focus {
      color: #111;
      background-color: transparent; }
    .navbar.navbar-default ul.dropdown-menu > li.active a:hover {
      color: #111;
      background-color: transparent; }
  .navbar.navbar-default ul.dropdown-menu > li.dropdown a.dropdown-toggle::after {
    display: inline-block;
    -ms-transform: scale(1.3) translateX(4px);
    transform: scale(1.3) translateX(4px);
    content: ' ﹢'; }
  .navbar.navbar-default ul.dropdown-menu > li.dropdown.open a.dropdown-toggle::after {
    content: ' ﹣'; }

  .topbarHome {
    display: inherit;
    margin: 0 -15px; }
    .topbarHome .navbar-brand {
      margin-top: 2px; }

  .navbar {
    height: 53px;
    position: fixed;
    top: 0;
    width: 100%;
    display: inline-block; }
    .navbar .navbar-collapse {
      background-color: #000;
      display: none !important; }
    .navbar .navbar-default ul.navbar-nav {
      padding: 26px 39px 0;
      margin-top: 0;
      margin-bottom: 0; }
      .navbar .navbar-default ul.navbar-nav > li a {
        color: #fff;
        border-bottom: 1px solid #787878;
        padding: 10px 4px;
        line-height: 19px; }
      .navbar .navbar-default ul.navbar-nav > li:last-child a {
        border-right: none; }
    .navbar .navbar-default ul.dropdown-menu {
      padding: 0 0 0 39px;
      margin-top: 0;
      margin-bottom: 0; }
      .navbar .navbar-default ul.dropdown-menu > li a {
        color: #fff;
        border-bottom: 1px solid #787878;
        padding: 10px 4px;
        line-height: 19px; }
      .navbar .navbar-default ul.dropdown-menu > li:last-child a {
        border-right: none; }
    .navbar .navbar-default .navbar-form {
      margin: 30px 24px 36px;
      padding: 10px 0;
      box-shadow: none;
      border: none;
      border-bottom: 1px solid #fff; }
      .navbar .navbar-default .navbar-form label {
        margin: 0;
        padding: 0 8px 0 4px;
        line-height: 26px;
        font-size: 12px;
        font-weight: normal; }
      .navbar .navbar-default .navbar-form .form-group {
        width: 150px; }
      .navbar .navbar-default .navbar-form .form-control {
        display: inline-block;
        height: 26px;
        border-radius: 0; }
      .navbar .navbar-default .navbar-form .btn {
        padding: 2px 8px;
        border-radius: 0;
        background-color: #eeeeee; }
    .navbar .navbar-header {
      position: relative;
      padding-top: 13px;
      padding-bottom: 10px;
      text-align: center;
      border: 1px solid #eee;
      background: #fff; }
      .navbar .navbar-header .navbar-brand {
        height: auto;
        padding: 0;
        display: inline-block;
        float: none; }
        .navbar .navbar-header .navbar-brand img {
          height: 20px; }
      .navbar .navbar-header .navbar-toggle {
        position: absolute;
        left: 20px;
        top: 17px;
        margin: 0;
        padding: 0;
        border: none;
        z-index: 999; }
        .navbar .navbar-header .navbar-toggle:focus {
          background-color: transparent; }
        .navbar .navbar-header .navbar-toggle:hover {
          background-color: transparent; }
        .navbar .navbar-header .navbar-toggle .icon-bar {
          width: 23px;
          background-color: #111;
          transition: all .25s; }
          .navbar .navbar-header .navbar-toggle .icon-bar:nth-child(1) {
            -ms-transform-origin: top right;
            transform-origin: top right;
            -ms-transform: translate(-5px) rotate(-45deg);
            transform: translate(-5px) rotate(-45deg); }
          .navbar .navbar-header .navbar-toggle .icon-bar:nth-child(2) {
            opacity: 0;
            -ms-transform: scale(0.5);
            transform: scale(0.5); }
          .navbar .navbar-header .navbar-toggle .icon-bar:nth-child(3) {
            -ms-transform-origin: bottom right;
            transform-origin: bottom right;
            -ms-transform: translate(-5px) rotate(45deg);
            transform: translate(-5px) rotate(45deg); }
          .navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 6px; }
      .navbar .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(1) {
        -ms-transform: rotate(0);
        transform: rotate(0); }
      .navbar .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1); }
      .navbar .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        -ms-transform: rotate(0);
        transform: rotate(0); }

  footer ul.copyright {
    margin-left: 0;
    flex-direction: column;
    text-align: center; }
    footer ul.copyright li {
      width: 100%;
      margin: 5px 0; }
      footer ul.copyright li .logo {
        max-width: 250px; }
      footer ul.copyright li .FooterLink a {
        margin: 0 8px; }
      footer ul.copyright li .qrcode {
        justify-content: center; }
      footer ul.copyright li.Footer_more {
        order: 1; }
      footer ul.copyright li.Footer_Logo {
        order: 3; }
      footer ul.copyright li.Footer_QR {
        order: 2; }
    footer ul.copyright li.qrcode {
      margin-left: 0; }

  .bread-info div {
    font-weight: 400; }

  .IndexCover {
    display: none; } }
@media (min-width: 1366px) {
  .hidden-ad {
    display: block; }

  .ad {
    left: 50%;
    width: 100px;
    margin-left: 575px; }

  .swiper .swiper-container {
    width: 1340px; } }
@media (min-width: 1800px) {
  .ad {
    width: 134px;
    margin-left: 600px; }

  .swiper .swiper-container {
    width: 1700px; }
    .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
      height: 530px; }
    .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-content .disc {
      top: 175px;
      right: 400px; }
  .swiper .swiper-button-prev {
    left: 175px; }
  .swiper .swiper-button-next {
    right: 175px; }

  .IndexCover .IndexCoverItem {
    min-height: 38rem; } }
@media (min-width: 1500px) {
  .modal-dialog {
    margin: 100px auto; }

  #caseModal .modal-dialog {
    margin: 80px auto; }

  #productModal .modal-dialog {
    width: 900px; }
  #productModal .box-content .text {
    max-height: 400px; } }
@media (max-width: 420px) {
  .cjgwhref {
    display: none; }

  .cjgwhref1 {
    right: 0.25rem; } }
