body {
  /*background: #fafdfd;*/
  font-family: Arial, Helvetica, sans-serif;
}
.ml5{padding-left: 3px;}
.icon-arrow{
  position: relative;
  top: 4px;
  margin-left: 8px;
}
.title2-with-underline{
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #333333;
  font-weight: normal;
  position: relative;
}
.title2-with-underline::after{
  margin-top: 20px;
  margin-bottom: 70px;
  content: '';
  display: block;
  background: #37b598;
  width: 95px;
  height: 4px;
}
.page-home {
  width: 100%;
  overflow-x: hidden;
}
.page-header{
  position: fixed;
  height: 56px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  color: white;
  background-color:  rgb(21, 26, 36, 0.8);
}
.fixed-top{
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-top .page-header-wrap a,
.fixed-top .page-header-wrap a:link,
.fixed-top .page-header-wrap a:visited{
  color: #09232e;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-top .page-header-wrap a:hover{
  color: #488bff;
}
.fixed-top .page-header-menu-item .dropmenu{
  border-top: 1px solid #f0f1f2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-top .page-header-menu-item .icon-triangle{
  width: 7px;
  height: 7px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(135deg);
}
.solid-width-wrap{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  color: #333;
}
.page-header-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-header-wrap a,
.page-header-wrap a:link,
.page-header-wrap a:visited {
  font-size: 16px;
  color: white;
  line-height: 56px;
}
.page-header-wrap a:hover{
  color: #488bff;
}
.page-header-brand{
  position: relative;
  width: 45px;
  flex-shrink: 0;
  margin-right: 30px;
}
.page-header-brand .img-brand {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.page-header-menu{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-header-menu a{
  padding: 0 16px;
  display: block;
  height: 100%;
}
.page-header-menu-item .icon-triangle {
  margin-left: 12px;
  position: relative;
  top:-2px;
  display: inline-block;
/*  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: inherit;*/
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(135deg);
}
.page-header-menu-item:hover .dropmenu{
  top: 56px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header-menu-item:hover .icon-triangle{
  width: 7px;
  height: 7px;
  border-top: 1px solid #1541f1;
  border-right: 1px solid #1541f1;
  transform: rotate(135deg);

}
.page-header-menu .dropmenu{
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 46px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate3d(1,0,0,-90deg);
          transform: rotate3d(1,0,0,-90deg);
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  background-color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.page-header-menu .dropmenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-header-menu .dropmenu-item{
  padding: 16px 20px;
}
.page-header-menu .dropmenu a{
  min-width: 100px;
  display: block;
  color: #08232d;
  line-height: 1.4;
  padding: 16px;
}
.page-header-menu .dropmenu a:hover{
  background: #f5f6f7;
  border-radius: 4px;
}
.page-header-menu .dropmenu .dropmenu-item-category {
  color: #08232d;
  font-weight: 700;
  padding: 16px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #05a37e;
}
.fixed-top .page-header-menu .menu-item-round a{
  background: #f8f8f8;
}

.active-desc-item{
  position: relative;
}
.active-desc-item .qrcode-desc{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 56px;
  left: -40px;
  width: 130px;
  height: 130px;
  background: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.active-desc-item .qrcode-desc::before{
  position: relative;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: inherit;
}
.active-desc-item:hover .qrcode-desc{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-header-menu .menu-item-round a{
 position: relative;
 top: 14px;
 padding: 0px 16px;
 display: block;
 height: 30px;
 line-height: 30px;
 border-radius: 4px;
  background: #1541f1;
  color: white;
 margin-left: 20px;
}
.page-header-menu .menu-item-round a:hover{
 background: #f0eff3;
 color: #173446;
}
.page-header-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-header-desc a{
  padding: 0 16px;
  display: block;
  height: 100%;
}
.page-header-desc .desc-item-qrcode{
  position: relative;
  top: 4px;
}
.page-banner {
  position: relative;
  overflow: hidden;
  background-color: rgb(21, 26, 36);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}
.page-banner .banner-content {
  color: white;
  padding-top: 105px;
}
.page-banner .page-title{
  font-weight: normal;
}
.title-with-underline {
  margin: 0 auto;
  width: 300px;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  font-weight: normal;
}
.title-with-underline::after{
  content: '';
  display: block;
  width: 66px;
  height: 5px;
  background: #37b598;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 70px;
}
.title-with-underline.production-spray-title::after{
  background: #37b598;
}

.anchors-list-wrap{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.anchors-list-wrap .img-anchors-logo img{
  margin-top: 10px;
}
.anchors-list-wrap .anchors-wrap{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.anchors-list-wrap .anchor-item-link {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  font-size: 16px;
  color: #09232e;
}
.apply-scene-wrap{
  margin-bottom: 70px;
  padding-top: 70px;
}
.apply-scene-wrap .apply-scene-list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.apply-scene-wrap .apply-scene-list .apply-scene-item{
  flex: 1;
  position: relative;
  box-sizing: border-box;
}
.apply-scene-wrap .apply-scene-list .apply-scene-item:first-of-type{
  margin-left: 0;
}
.apply-scene-wrap .apply-scene-item .apply-scene-cover{
  transition: 0.3s ease-in-out;
}
.apply-scene-wrap .apply-scene-item{
  transition: 0.3s ease-in-out;
}
.apply-scene-wrap .apply-scene-item:hover{
  transform: scale(1.02);
  z-index: 10;
  transition: 0.2s ease-in-out;
}

.apply-scene-wrap .apply-scene-item .img-apply-cover{
  width: 100%;
}
.apply-scene-wrap .apply-scene-item .apply-desc-wrap{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  color: white;
}
.apply-scene-wrap .apply-scene-item:nth-child(odd) .apply-desc-wrap{
  background: rgb(0, 115, 235, .85);
  transition: 0.3s ease-in-out;
}
.apply-scene-wrap .apply-scene-item:nth-child(even) .apply-desc-wrap{
  background: rgb(111, 192, 170, .85);
  transition: 0.3s ease-in-out;
}
.apply-scene-wrap .apply-scene-item .apply-item-title {
  font-size: 24px;
  line-height: 80px;
}
.apply-scene-wrap .apply-scene-item .apply-item-desc {
  font-size: 16px;
  line-height: 24px;
}
.functions-production-wrap{
  margin-bottom: 70px;
  position: relative;
}
.functions-production-wrap .functions-production-title {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
.functions-production-wrap .functions-features-wrap{
  padding-top: 70px;
  background: url('../../assets/images/details-bms__v2/bg_featrues.png') no-repeat;
  background-size: cover;
}
.functions-production-wrap .functions-production-cover {
  margin-bottom: 60px;
}
.functions-production-wrap .functions-production-list{
  display: flex;
 /* padding-bottom: 40px;*/
  color: #333;
}
.functions-production-wrap .functions-production-list .function-production-item {
  flex: 1;
  margin-bottom: 50px;
  position: relative;
}
.functions-production-list .function-production-item .function-production-num{
  height: 36px;
}
.functions-production-list .function-production-item .function-production-title{
  font-size: 18px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
}
.functions-production-list .function-production-item .function-production-desc{
  line-height: 24px;
  font-size: 16px;
  color: #333;
  text-align:justify;
}
.control-system-wrap {
  background-color: #132445;
  background-image: url('../../assets/images/details-bms__v2/bg-functions.png');
  background-repeat: no-repeat;
}
.control-system-wrap .control-system-content{
  box-sizing: border-box;
  padding: 200px 0 58px;
  color: white;
}
.control-system-wrap .control-system-content .control-system-content-item{
  box-sizing: border-box;
  color: white;
}
.control-system-wrap .control-system-content .content-context-wrap{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;

}
.control-system-wrap .control-system-content .content-context-wrap span{
    font-size:18px!important;
    color: #c2d1e5;
}
.control-system-wrap .control-system-content .content-context-wrap img{
  width: 36px;
  height: 36px;
  margin-right: 24px;
}
.control-system-content .content-item-title{
  font-size: 24px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.compatible-production-wrap{
  margin-bottom: 90px;
}
.compatible-production-wrap .compatible-production-content{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.compatible-production-wrap .compatible-production-content .compatible-production-item{
  background: white;
  counter-increment: q;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0,0.1);
  margin-right: 0;
   border-radius:5px;
}
.compatible-production-content .compatible-production-item .compatible-production-title{
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  position: relative;
}
.compatible-production-content .compatible-production-item .compatible-production-title::before {
  content: 'Q'counter(q);
  margin-left: 20px;
  margin-right: 14px;
  display: inline-block;
  font-weight: 700;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  background: #00afec;
}
.compatible-production-content .compatible-production-item .compatible-production-cover{
  box-sizing: border-box;
  position: relative;
}
.supportable-brand-wrap{
  padding: 70px 0 80px;
  background: #092548;
  margin-bottom: 70px;
  background: url('../../assets/images/details-bms__v2/bg-brands.png') no-repeat center bottom;
}
.supportable-brand-wrap .title2-with-underline{
  color: white;
  line-height: 1;
}
.supportable-brand-wrap .title2-with-underline::after{
  background: white;
  margin-top: 20px;
  margin-bottom: 70px;
}
.supportable-brand-list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.supportable-brand-item img{
  width: 100%;
   border-radius:5px;
   filter:alpha(Opacity=90);
   -moz-opacity:0.9;opacity: 0.9;
}
.queto-wrap {
  display: flex;
  margin-bottom: 70px;
}
.queto-item-wrap {
  flex: 1;
  padding: 30px;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0,0.1);
  border-radius:5px;
  /* display: flex; */
}
.queto-right-wrap {
  margin-right: 0;
}
.queto-item-wrap::before{
  content: url('../../assets/images/details-bms__v2/ele-quote.png');
  height: 37px;
  display: block;
  margin-right: 20px;
}
.queto-item-wrap .quote-title {
  font-weight: normal;
  font-size: 20px;

 /* padding-left: 50px;*/
 margin-top: 40px;
  margin-bottom: 25px;

}
.queto-item-wrap p{
  /*padding-left: 50px;*/
  font-size: 16px;
  line-height: 2;
  flex: 1;
}
.sitesmap-wrap .solid-width-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  height: auto;
}
.sitesmap-wrap .sitesmap-list{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}
.sitesmap-list .sitemap-category{
  font-size: 18px;
  margin-bottom: 36px;
}
.sitesmap-list .sitemap-item{
  margin-bottom: 30px;
}
.page-footer{
  height: 100px;
  background: #09232e;
}
.page-footer .copy-right {
  line-height: 2;
  text-align: center;
  color: #ccc;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tools-wrap{
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
  position: fixed;
  width: 66px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  border: 1px solid #2e56f6;
  border-top: 0;
  background: #e8e6ed;
}
.tools-show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.tools-wrap .tool-item {
  width: 66px;
  height: 66px;
  text-align: center;
  position: relative;
  border-top: 1px solid #2e56f6;
}
.tool-item .tool-icon-wrap .icon-tool-item{
  position: relative;
  top: 16px;
}

.tools-wrap .tool-item .tool-tip.qrcode-tip{
  height: 130px;
  padding: 0;
  width: 130px;
}
.tools-wrap .tool-item .tool-tip.qrcode-tip img{
  width: 100%;
}

.tools-wrap .tool-item .tool-tip{
  visibility: hidden;
  position: absolute;
  right: 56px;
  top: 8px;
  color: #488bff;
  font-size: 16px;
  white-space: nowrap;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0,0.2);
  background: white;
  opacity: 0;
  z-index: 0;
  transition-delay: 0.2s;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}
.tools-wrap .tool-item .tool-tip::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: white;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.tools-wrap .tool-item:hover{
  box-shadow: 0 0 4px 0 rgba(0, 0, 0,0.2) inset;
}
.tools-wrap .tool-item:hover .tool-tip{
  visibility: visible;
  right: 76px;
  opacity: 1;
  z-index: 1;
  transition: 0.3s ease-out;
}
