.icon-arrow{
  position: relative;
  top: 4px;
  margin-left: 8px;
}
.title2-with-underline{
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  position: relative;
}
.title2-with-underline::after{
  margin-top: 10px;
  margin-bottom: 20px;
  content: '';
  display: block;
  background: #37b598;
  width: 100px;
  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: #09232e;
}
.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;
}
.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: 80px;
  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 {
  background: #08232d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-slide-flex{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.swiper-slide{
  position: relative;
}
.swiper-slide .btn-production-wrap{
  width: 1200px;
  position:absolute;
  left: 50%;
  top:120px;
  z-index:9999;
  margin-left: -600px;
}
.swiper-slide .btn-production-details{
  height: 50px;
  width: 183px;
  border: 0;
  background: rgb(55, 181, 152);
  color: white;
  text-align: center;
  -webkit-box-shadow: 0 8px 14px 0 rgba(55, 181, 152,0.3);
  box-shadow: 0 8px 14px 0 rgba(55, 181, 152,0.3);
}
.swiper-slide .btn-production-details:hover{
  box-shadow: none;
  cursor: pointer;
}
.swiper-slide .swiper-slide-cover{
  /* width: 100%; */
  position: relative;
  height: 420px;
/*  top: 60px;*/
}
.swiper-slide .swiper-slide-cover .img-slide-cover{
  height: 100%;
}
.swiper-slide .btn-swiper-next,
.swiper-slide .btn-swiper-prev{
  width: 208px;
  height: 62px;
  line-height: 50px;
  box-sizing: border-box;
  position: relative;
  left: -10px;
  text-align: center;
}
.swiper-slide .swiper-slide-left .font1{
  white-space: normal;
  line-height: 54px;
  margin-bottom: 20px;
}
.swiper-slide .swiper-slide-left .swiper-content{
  line-height: 24px;
}
.swiper-slide .btn-swiper{
  cursor: pointer;
  color: #05a37e;
  font-size: 24px;
  border: 0;
  line-height: 50px;
  text-align: center;
}
.swiper-slide .btn-swiper__active{
  background: url('../../assets/images/details/bg-banner-buttons.png') no-repeat;
  background-position: -8px 0;
}
.swiper-slide .btn-swiper__active .btn-swiper{
  color: #73bbb5;
}
.swiper-slide .btn-swiper{
  position: relative;
  left: -10px;
}
.swiper-button-next{
  background-image:url("../../assets/images/home/slide-btn-right.png");
 right: 5%;
}
.swiper-button-prev{
  background-image:url("../../assets/images/home/slide-btn-left.png");
  left: 5%;
}
.title-with-underline {
  margin: 0 auto;
  width: 300px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  color: #333333;
}
.title-with-underline::after{
  content: '';
  display: block;
  width: 66px;
  height: 10px;
  background: #37b598;
  margin: 0 auto;
  margin-top: 14px;
  margin-bottom: 36px;
}
.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{
  padding-top: 40px;
}
.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-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:hover .apply-scene-cover::before{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s ease-in-out;
  background: rgba(0, 0, 0,0.6);
}
.apply-scene-wrap .apply-scene-item:hover .apply-desc-wrap{
  z-index: 2;
}
.apply-scene-wrap .apply-scene-item:nth-child(odd):hover .apply-desc-wrap{
  background: rgba(55, 181, 152, 0.8);
  transition: 0.2s ease-in-out;
}
.apply-scene-wrap .apply-scene-item:nth-child(even):hover .apply-desc-wrap{
  background: rgba(21, 65, 241, 0.8);
  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: 0;
  height: 132px;
  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: rgba(55, 181, 152, 0.5);
  transition: 0.3s ease-in-out;
}
.apply-scene-wrap .apply-scene-item:nth-child(even) .apply-desc-wrap{
  background: rgba(21, 65, 241, 0.5);
  transition: 0.3s ease-in-out;
  padding: 0 10px;
}
.apply-scene-wrap .apply-scene-item .apply-item-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.apply-scene-wrap .apply-scene-item .apply-item-desc {
  font-size: 16px;
  line-height: 24px;
}
.functions-production-wrap{
  padding-top: 40px;
  margin-bottom: 65px;
  background: #f7f6f9;
}
.functions-production-wrap .item-production-wrap{
  overflow: hidden;
  color: #666;
  position: relative;
}

.functions-production-wrap .functions-production-illustration{
  text-align: center;
}
.functions-production-wrap .item-production-wrap .function-production-item {
  width: 33.3%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 20px;
  counter-increment: autoincrease;
}
.functions-production-wrap .item-production-wrap .function-production-item:first-of-type {
  padding-left: 0;
}
.functions-production-wrap .item-production-wrap{
  counter-reset:autoincrease;
}
.functions-production-wrap .function-production-illustration{
  margin-bottom: 60px;
}
.functions-production-wrap .function-production-illustration img{
  width: 100%;
}
.functions-production-wrap .item-production-wrap .function-production-item::before {
  content: counter(autoincrease);
  color: #05a37e;
  display: inline-block;
  padding: 4px 6px;
  font-size: 18px;
  border: 1px solid #05a37e;
  margin-bottom: 8px;
}
.item-production-wrap .function-production-item .function-production-title{
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 30px;
}
.item-production-wrap .function-production-item .function-production-desc{
  line-height: 24px;
}
.control-system-wrap .control-system-content{
  background: #37b598;
  box-sizing: border-box;
  padding: 95px 0 58px;
  color: white;
  overflow: hidden;
  margin-bottom: 110px;
}
.control-system-wrap .control-system-list,
.control-system-wrap .control-system-cover{
  float: left;
}
.control-system-wrap .control-system-list{
  margin-left: 126px;
}
.control-system-wrap .control-system-list .control-system-title {
  font-size: 24px;
  margin-bottom: 36px;
  font-weight: 700;
}
.control-system-wrap .control-system-list .control-system-item {
  font-size: 16px;
  margin-top: 32px;
}
.control-system-wrap .control-system-list .control-system-item .icon-system-item{
  position: relative;
  top: 6px;
  margin-right: 10px;
}
.advances-production-content{
  display: flex;
  flex-direction: row;
  margin-bottom: 110px;
}
.advances-production-content .advance-production-cover{
  margin-bottom: 14px;
}
.advances-production-content .advance-production-item{
  flex: 1;
}
.advances-production-content .advance-production-item:first-of-type{
  margin-left: 0;
}
.advances-production-content .advance-production-item .advance-production-desc{
  color: #666;
  line-height: 24px;
}
.compatible-production-wrap{
  margin-bottom: 80px;
}
.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{
  flex: 1;
  margin-left: 60px;
  text-align: center;
}
.compatible-production-content .compatible-production-item .compatible-production-cover{
  box-sizing: border-box;
  position: relative;
  background: #f7f6f9;
}
.compatible-production-content .compatible-production-item .compatible-production-title{
  background: #dddcde;
  line-height: 40px;
}
.compatible-production-item .compatible-production-cover .img-production-cover{
  height: 100%;
}
.supportable-brand-wrap{
  margin-bottom: 80px;
}
.supportable-brand-list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  /* top: -36px; */
  left: -28px;
}
.supportable-brand-item{
  width: 120px;
  height: 44px;
  margin-left: 28px;
  margin-bottom: 24px;
}
.cases-classical-wrap .cases-classical-content-wrap{
  background: #1643f5;
  padding: 28px 0 34px;
  box-sizing: border-box;
}
.cases-classical-wrap .cases-classical-content .case-radioes-list{
  margin-left: -52px;
  overflow: hidden;
}
.cases-classical-wrap .cases-classical-content .case-radio-item{
  position: relative;
  margin-left: 52px;
  float: left;
}
.cases-classical-wrap .cases-classical-content .radio-check-label{
  user-select: none;
  font-size: 24px;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  color: white;
  padding-bottom: 40px;
}
.cases-classical-content .radio-item-label input[type="radio"]{
  display: none;
}
.cases-classical-content .radio-item-label input[type="radio"]:checked + .radio-check-label::after{
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 52px;
  height: 4px;
  margin-top: 10px;
  background: white;
}
.cases-swiper-list-wrap{
  position: relative;
}
.cases-swiper-container {
  overflow: hidden;
}

.cases-swiper-container .swiper-slide{
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.cases-swiper-container .swiper-slide .swiper-slide-cover{
  height: 228px;
  overflow: hidden;
}

.swiper-slide1 .font4{
  margin-bottom: 20px;
  letter-spacing: 8px;
}
.swiper-slide1 .font4.icon{
  position: relative;
  color: rgb(55, 181, 152);
  margin-bottom: 60px;
}
.swiper-slide1 .font4 span{
  font-size:32px;
  line-height: 30px;
  letter-spacing: 6px;
}
.swiper-slide1 .font4 .symbol-plus{
  font-size:70px;
  line-height: 40px;
  position: relative;
  top: 8px;
}

.cases-swiper-container .swiper-slide .swiper-slide-desc{
  height: 146px;
  padding: 12px 15px;
  box-sizing: border-box;
  background: white;
}
.cases-swiper-container .swiper-slide-desc .slide-desc-title{
  font-size: 18px;
  color: #3d1c1c;
  font-weight: 700;
  margin-bottom: 10px;
}
.cases-swiper-container .swiper-slide-desc .slide-desc-content{
  line-height: 24px;
  color: #666;
}
.sitesmap-wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 38px;
  height: auto;
}
.sitesmap-wrap .sitesmap-list{
  flex: 1;
  color: #333;
}
.sitesmap-list .sitemap-category{
  font-size: 18px;
  margin-bottom: 36px;
}
.sitesmap-list .sitemap-item{
  margin-bottom: 30px;
  line-height: 1.4;
}
.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;
}
