@charset "UTF-8";
html {
  font-size: 16px !important;
}

.row {
  margin: 0 !important;
}

a {
  color: #000000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

#app {
  position: absolute;
  top: 0;
  width: 100%;
}

.pure-button {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pure-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.pure-button:focus {
  outline: none;
}

.more-button {
  width: 200px;
  height: 54px;
  background: transparent;
  border: 2px solid #0093DD;
  font-weight: 400;
  font-size: 20px;
  color: #0093DD;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.more-button:hover {
  background: #0093DD;
  color: #FFFFFF;
}

.form-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999;
}
.form-mask .form-body {
  position: absolute;
  top: calc(50% - 280px);
  left: calc(50% - 600px);
  margin: 0 auto;
  width: 1200px;
  height: 430px;
  padding: 83px 65px;
  background: #FFFFFF;
  border-radius: 10px;
}
.form-mask .form-body .form-header .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  color: #333333;
  text-align: center;
}
.form-mask .form-body .form-header .desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  text-align: center;
}
.form-mask .form-body .form-content {
  margin-top: 60px;
}
.form-mask .form-body .form-content .form-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form-mask .form-body .form-content .form-box .form-item {
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-mask .form-body .form-content .form-box .form-item .input-title {
  position: relative;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #000000;
}
.form-mask .form-body .form-content .form-box .form-item .title-required::before {
  left: -10px;
  content: "*";
  position: absolute;
  color: #FF0000;
}
.form-mask .form-body .form-content .form-box .form-item .form-input {
  width: 260px;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  padding: 0 20px;
  font-size: 14px;
}
.form-mask .form-body .form-content .form-box .form-item .form-input::placeholder {
  color: #999999;
}
.form-mask .form-body .form-content .form-button {
  margin-top: 50px;
  margin-left: calc(50% - 100px);
  width: 200px;
  height: 42px;
  line-height: 42px;
  background: #2CA5DF;
  border-radius: 21px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
.form-mask .form-body .form-close {
  position: absolute;
  bottom: -100px;
  left: calc(50% - 27.5px);
  cursor: pointer;
}

.banner {
  width: 100%;
  position: relative;
}
.banner .owl-stage-outer {
  width: 100% !important;
  height: 100%;
}
.banner .owl-stage-outer .owl-stage {
  height: 100%;
}
.banner .owl-stage-outer .owl-stage .owl-item {
  width: 100vw;
  height: 100%;
}
.banner .owl-stage-outer .owl-stage .owl-item .banner-image {
  width: 100vw !important;
  height: 100%;
}
.banner .owl-nav {
  position: absolute;
  top: calc(50% - 55px);
  width: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner .owl-nav button {
  width: 36px;
  height: 100px;
  border-radius: 4px;
  background-color: rgba(31, 45, 61, 0.45) !important;
}
.banner .owl-nav button:hover {
  background-color: rgba(31, 45, 61, 0.7) !important;
}
.banner .owl-nav button span {
  font-size: 24px;
  color: #FFFFFF;
}
.banner .owl-dots {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
}
.banner .owl-dots .owl-dot.active span {
  background-color: #0093DD !important;
}
.banner .banner-buttons {
  position: absolute;
  left: 38%;
  bottom: 130px;
  width: 24%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 99999;
}
.banner .banner-buttons .banner-button {
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  border: none;
  font-weight: bold;
}

/*分页*/
.fenye {
  clear: both;
  width: 98%;
  text-align: center;
  margin: 30px 0;
}
.fenye a {
  padding: 5px 12px;
  border: 1px solid #eaeaea;
  margin: 0 1px;
  font-size: 14px;
  color: #333;
}
.fenye a:hover {
  color: #FFFFFF;
  background: #0c88c6;
}
.fenye .pageSelect {
  color: #FFFFFF;
  background: #0c88c6;
}

.fenyebj {
  color: #FFFFFF !important;
  background: #0c88c6;
}

.header {
  padding-top: 0 !important;
  height: 90px;
  width: 100%;
  background: transparent !important;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header * {
  z-index: 10000;
}
.header .navbar-left {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2rem;
}
.header .navbar-left .navbar-logo {
  max-width: 380px;
  min-width: 240px;
}
.header .navbar-left .navbar-logo .logo {
  width: 100%;
}
.header .navbar-left .contact {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .navbar-left .contact .title {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}
.header .navbar-left .contact .mobile {
  font-weight: bold;
  font-size: 1rem;
  color: #0093DD;
}
.header .nav {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.header .nav .tabs {
  height: 42px;
  display: flex;
  flex-direction: row;
}
.header .nav .tabs .tab {
  position: relative;
  border-left: 1px dashed #A7A7A7;
  width: 5.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.header .nav .tabs .tab:hover {
  color: #0093DD;
}
.header .nav .tabs .tab:last-child {
  border-right: 1px dashed #A7A7A7;
}
.header .nav .tabs .tab .tab-link {
  color: #333333;
}
.header .nav .tabs .tab .normal-panel {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  display: none;
  padding: 5px 5px 2px 5px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.header .nav .tabs .tab .normal-panel .normal-panel-item {
  height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #666666;
  font-size: 0.9rem;
}
.header .nav .tabs .tab .normal-panel .normal-panel-item:hover {
  color: #0093DD;
}
.header .nav .tabs .tab .normal-panel .normal-panel-item:not(:last-child) {
  border-bottom: 1px solid #0093DD;
}
.header .nav .tabs .tab-selected .tab-link {
  color: #0093DD;
}
.header .nav .cloud {
  width: 84px;
  margin-left: 3rem;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
  cursor: pointer;
}
.header .search-form {
  position: relative;
  margin-right: 3rem;
}
.header .search-form .search-input {
  min-width: 16rem;
  width: 100%;
  height: 2.5rem;
  border-radius: 1.25rem;
  border: 2px solid #FFFFFF;
  padding-left: 1.25rem;
  background: transparent;
}
.header .search-form .search-input::placeholder {
  color: #888888;
  opacity: 1;
  font-size: 0.88rem;
  line-height: 2.5rem;
}
.header .search-form .search-button {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  right: 0.5rem;
  text-align: center;
  margin: 0 auto;
}
.header .search-form .search-button .search-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header .expand-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 90px;
  height: 56vh;
  z-index: 1;
  display: none;
}
.header .expand-panel .panel-box {
  width: 100%;
  height: 100%;
  padding: 1rem 8rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  background-color: rgba(255, 255, 255, 0.75);
}
.header .expand-panel .panel-box .panel-header {
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .expand-panel .panel-box .panel-header .title {
  font-size: 1.5rem;
  color: #333333;
  font-weight: bold;
}
.header .expand-panel .panel-box .panel-header .close {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.header .expand-panel .panel-box .cate {
  display: flex;
  flex-direction: column;
  height: calc(44vh - 60px - 2rem);
  overflow: auto;
}
.header .expand-panel .panel-box .cate .cate-item {
  width: 80%;
  margin: 6px 0;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.header .expand-panel .panel-box .cate .cate-item .nav-panel-arrow {
  width: 12px;
}
.header .expand-panel .panel-box .cate .cate-item-selected {
  background: #F2F2F2;
  font-weight: bold;
  font-size: 1rem;
}
.header .expand-panel .panel-box .sub-cate {
  display: flex;
  flex-direction: column;
  height: calc(44vh - 60px - 2rem);
  overflow: auto;
}
.header .expand-panel .panel-box .sub-cate .sub-cate-item {
  width: 80%;
  margin: 6px 0;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 0.9rem;
}
.header .expand-panel .panel-box .sub-cate .sub-cate-item-selected {
  background: #F2F2F2;
  font-weight: bold;
  font-size: 1rem;
}
.header .expand-panel .panel-box .product-list {
  display: flex;
  flex-direction: column;
  height: calc(44vh - 60px - 2rem);
  overflow: auto;
}
.header .expand-panel .panel-box .product-list .product-item {
  width: 100%;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.header .expand-panel .panel-box .product-list .product-item .product-image {
  width: 120px;
  height: 120px;
}
.header .expand-panel .panel-box .product-list .product-item .product-box {
  flex: 1;
  padding: 20px;
  width: calc(100% - 160px);
}
.header .expand-panel .panel-box .product-list .product-item .product-box .title {
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.header .expand-panel .panel-box .product-list .product-item .product-box .desc {
  width: 100%;
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #414141;
}
.header .expand-panel .panel-box .product-list .product-item-selected {
  background: #F2F2F2;
  font-weight: bold;
}

.mobile-navbar {
  display: none;
  z-index: 999;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.mobile-navbar .body-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.scroll-header {
  background: #FFFFFF !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0.75;
}
.scroll-header .search-input {
  background: #F2F2F2 !important;
}

.search-input-mask {
  background: #F2F2F2 !important;
}

.company-info {
  margin-top: 7.3rem;
  padding: 0 3.5rem;
}
.company-info .info {
  padding: 0 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-info .info .title {
  font-weight: bold;
  font-size: 2.88rem;
  color: #333333;
}
.company-info .info .content {
  margin-top: 3.1rem;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  line-height: 3.63rem;
}
.company-info .info .more-button {
  margin-top: 2rem;
}
.company-info .image {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company-info .image img {
  max-width: 42rem;
  width: 100%;
}

.number-info {
  margin-top: 6rem;
  padding: 0 10rem;
}
.number-info .number-box {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.number-info .number-box:not(:first-child) {
  border-left: 1px solid #EFEFEF;
}
.number-info .number-box .number-top {
  color: #333333;
  line-height: 3.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.number-info .number-box .number-top .number {
  margin: 0;
  font-weight: bold;
  font-size: 3.5rem;
}
.number-info .number-box .number-top .text {
  margin: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}
.number-info .number-box .number-bottom {
  margin-top: 1.6rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section .section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section .section-header .title {
  font-weight: 400;
  font-size: 2.88rem;
  color: #333333;
}

.solve {
  margin-top: 7rem;
  padding: 5.75rem 13rem;
  width: 100%;
  background-image: url(../images/pic2.png), url(../images/noimage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.solve .solve-banner {
  margin-top: 2.5rem;
  height: 40rem;
  display: flex;
  flex-direction: row;
  transition: background-image 0.3s ease;
  background-image: url(../images/solves/监控平台.jpg), url(../images/noimage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.solve .solve-banner:has(.item:nth-child(1):hover) {
  background-image: url(../images/solves/监控平台.jpg), url(../images/noimage.jpg);
}
.solve .solve-banner:has(.item:nth-child(2):hover) {
  background-image: url(../images/solves/大坝方案.jpg), url(../images/noimage.jpg);
}
.solve .solve-banner:has(.item:nth-child(3):hover) {
  background-image: url(../images/solves/地灾方案.jpg), url(../images/noimage.jpg);
}
.solve .solve-banner:has(.item:nth-child(4):hover) {
  background-image: url(../images/solves/林业方案.jpg), url(../images/noimage.jpg);
}
.solve .solve-banner:has(.item:nth-child(5):hover) {
  background-image: url(../images/solves/温室控制.jpg), url(../images/noimage.jpg);
}
.solve .solve-banner:has(.item:nth-child(6):hover) {
  background-image: url(../images/solves/水质方案.jpg), url(../images/noimage.jpg);
}
.solve .solve-banner:has(.item:hover) .item:first-child {
  background: transparent;
}
.solve .solve-banner:has(.item:hover) .item:first-child .info-box .see-more {
  opacity: 0;
  cursor: none;
}
.solve .solve-banner:has(.item:hover) .item:first-child:hover {
  background: linear-gradient(90deg, #0093DD 0%, #00AAFF 100%);
}
.solve .solve-banner:has(.item:hover) .item:first-child:hover .info-box .see-more {
  opacity: 1;
  cursor: pointer;
}
.solve .solve-banner .item {
  position: relative;
  flex: 1;
  height: 100%;
  padding: 4rem 2rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solve .solve-banner .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
}
.solve .solve-banner .item:not(:first-child) {
  border-left: 1px solid transparent;
}
.solve .solve-banner .item:first-child {
  background: linear-gradient(90deg, #0093DD 0%, #00AAFF 100%);
}
.solve .solve-banner .item:first-child .info-box .see-more {
  opacity: 1;
  cursor: pointer;
}
.solve .solve-banner .item:hover {
  background: linear-gradient(90deg, #0093DD 0%, #00AAFF 100%);
}
.solve .solve-banner .item:hover .number {
  transform: scale(1.05);
}
.solve .solve-banner .item:hover .info-box {
  transform: translateY(-2rem);
}
.solve .solve-banner .item:hover .info-box .see-more {
  opacity: 1;
  cursor: pointer;
}
.solve .solve-banner .item .number {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 2.25rem;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.solve .solve-banner .item .info-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 12rem;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.solve .solve-banner .item .info-box .icon {
  width: 4.4rem;
  height: 4.4rem;
}
.solve .solve-banner .item .info-box .text {
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.solve .solve-banner .item .info-box .see-more {
  width: 100%;
  height: 2.69rem;
  line-height: 2.69rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-align: center;
  cursor: none;
  opacity: 0;
}
.solve .solve-carousel {
  margin-top: 2.5rem;
  height: 32rem;
}
.solve .solve-carousel .carousel {
  height: inherit;
}
.solve .solve-carousel .carousel .el-carousel__container {
  height: inherit;
}
.solve .solve-carousel .carousel .el-carousel__container .item {
  position: relative;
  flex: 1;
  height: 100%;
  padding: 4rem 2rem;
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solve .solve-carousel .carousel .el-carousel__container .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
}
.solve .solve-carousel .carousel .el-carousel__container .item .number {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 2.25rem;
  color: #FFFFFF;
}
.solve .solve-carousel .carousel .el-carousel__container .item .info-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solve .solve-carousel .carousel .el-carousel__container .item .info-box .icon {
  width: 4.4rem;
  height: 4.4rem;
}
.solve .solve-carousel .carousel .el-carousel__container .item .info-box .text {
  margin: 2rem 0 3rem 0;
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.solve .solve-carousel .carousel .el-carousel__container .item .info-box .see-more {
  width: 100%;
  height: 2.69rem;
  line-height: 2.69rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}
.solve .solve-carousel .carousel .el-carousel__container .el-carousel__item:nth-of-type(1) .item {
  background-image: url(../images/solves/监控平台.jpg), url(../images/noimage.jpg);
}
.solve .solve-carousel .carousel .el-carousel__container .el-carousel__item:nth-of-type(2) .item {
  background-image: url(../images/solves/大坝方案.jpg), url(../images/noimage.jpg);
}
.solve .solve-carousel .carousel .el-carousel__container .el-carousel__item:nth-of-type(3) .item {
  background-image: url(../images/solves/地灾方案.jpg), url(../images/noimage.jpg);
}
.solve .solve-carousel .carousel .el-carousel__container .el-carousel__item:nth-of-type(4) .item {
  background-image: url(../images/solves/林业方案.jpg), url(../images/noimage.jpg);
}
.solve .solve-carousel .carousel .el-carousel__container .el-carousel__item:nth-of-type(5) .item {
  background-image: url(../images/solves/温室控制.jpg), url(../images/noimage.jpg);
}
.solve .solve-carousel .carousel .el-carousel__container .el-carousel__item:nth-of-type(6) .item {
  background-image: url(../images/solves/水质方案.jpg), url(../images/noimage.jpg);
}

.product {
  padding: 5.75rem 13rem 0 13rem;
  width: 100%;
  background: #F7F7F7;
}
.product .product-box {
  margin-top: 3.25rem !important;
}
.product .product-box .item {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
.product .product-box .item .info-image {
  width: 100%;
}
.product .product-box .item .info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.product .product-box .item .info:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.product .product-box .item .info .cover {
  width: 100%;
}
.product .product-box .item .info .info-box {
  padding: 0 2rem;
  width: 100%;
  height: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.product .product-box .item .info .info-box .info-title {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .product-box .item .info .info-box .info-desc {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 0.88rem;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .product-box .item ._info {
  aspect-ratio: 8/5 !important;
}

.project {
  padding: 5.75rem 13rem 0 13rem;
  width: 100%;
  background: #F7F7F7;
}
.project .project-box {
  margin-top: 2rem !important;
}
.project .project-box .item {
  position: relative;
  margin: 2.5rem 0.75rem;
  padding: 0 1.25rem;
  width: calc(33.33% - 1.5rem);
  height: 23rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  border-radius: 0.75rem;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.project .project-box .item:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.project .project-box .item .title {
  position: absolute;
  bottom: 1.69rem;
  padding-left: 1.38rem;
  width: calc(100% - 2.5rem);
  height: 3rem;
  line-height: 3rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  background: #FFFFFF;
  border-radius: 0.63rem;
}
.project .project-box .item .p-more {
  position: absolute;
  bottom: -1.69rem;
  left: 1.38rem;
  width: 5.5rem;
  height: 2.75rem;
  line-height: 3.13rem;
  background: #0093DD;
  border-radius: 0.63rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  color: #FFFFFF;
  cursor: pointer;
}

.news {
  padding: 5.75rem 13rem;
  width: 100%;
  background: #F7F7F7;
}
.news .news-box {
  margin-top: 2rem !important;
}
.news .news-box .news-item {
  height: 22rem;
}
.news .news-box .news-item .el-carousel {
  height: 100%;
}
.news .news-box .news-item .el-carousel .el-carousel__container {
  height: 100%;
}
.news .news-box .news-item .el-carousel .el-carousel__container .el-carousel__arrow {
  background-color: rgba(31, 45, 61, 0.45) !important;
}
.news .news-box .news-item .el-carousel .el-carousel__container .el-carousel__arrow:hover {
  background-color: rgba(31, 45, 61, 0.7) !important;
}
.news .news-box .news-item .el-carousel .el-carousel__container .news-banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.news .news-box .news-item .el-carousel .el-carousel__container .news-banner .news-banner-image {
  width: 100%;
  height: 100%;
}
.news .news-box .news-item .el-carousel .el-carousel__container .news-banner .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.13rem;
  line-height: 3.13rem;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 1.13rem;
  padding-left: 1.19rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-box .news-item .el-carousel .el-carousel__container .news-banner .info a {
  color: #FFFFFF !important;
}
.news .news-box .news-item .news-article {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.news .news-box .news-item .news-article .news-title {
  padding: 1.25rem 1.25rem 0.6rem 1.25rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news .news-box .news-item .news-article .news-title .more-news {
  font-size: 0.75rem;
  font-weight: 500;
  color: #999999;
}
.news .news-box .news-item .news-article .news-content {
  margin-bottom: 1rem;
  padding: 0 1.25rem;
  flex: 1;
}
.news .news-box .news-item .news-article .news-content .news-content-item {
  width: 100%;
  height: 14.2857142857%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news .news-box .news-item .news-article .news-content .news-content-item .news-content-item-title {
  flex: 1;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.news .news-box .news-item .news-article .news-content .news-content-item .news-content-item-time {
  text-align: right;
  width: 4.8rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
}

.app-icon {
  width: calc(100% - 24rem);
  height: 6.75rem;
  margin: 0 12rem;
  padding: 0 12rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
}
.app-icon .item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.app-icon .item .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.app-icon .item .text {
  margin-left: 0.63rem;
  font-weight: 400;
  font-size: 1.13rem;
  color: #333333;
}

.product-container {
  padding: calc(1.25rem + 90px) 12rem 6rem;
  background-color: #EFEFEF;
}
.product-container .panel {
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.25rem 2.44rem;
}
.product-container .panel .cate-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-container .panel .cate-box .cate {
  margin-top: 1rem;
  width: 6.88rem;
  height: 3.13rem;
  line-height: 3.13rem;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 1rem;
  color: #8A8F99;
  cursor: pointer;
}
.product-container .panel .cate-box .cate-selected {
  font-weight: bold;
  background: #2CA5DF;
  color: #FFFFFF;
}
.product-container .panel .sub-cate-box {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-container .panel .sub-cate-box .sub-cate {
  margin-top: 1rem;
  padding: 0 1rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 0.88rem;
  color: #8A8F99;
  cursor: pointer;
}
.product-container .panel .sub-cate-box .sub-cate-selected {
  font-weight: bold;
  background: #6fb3da;
  color: #FFFFFF;
}
.product-container .product-list {
  background: #FFFFFF;
  border-radius: 1.25rem;
  margin-top: 1.2rem !important;
}
.product-container .product-list .product-item {
  padding: 1.5rem 1rem;
}
.product-container .product-list .product-item .product-item-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.product-container .product-list .product-item .product-item-box:hover .image img {
  transform: scale(1.1);
}
.product-container .product-list .product-item .product-item-box:hover .product-item-info .title {
  color: #0093DD;
}
.product-container .product-list .product-item .product-item-box .image {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.product-container .product-list .product-item .product-item-box .image img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.product-container .product-list .product-item .product-item-box .product-item-info {
  width: 100%;
  height: 5.5rem;
}
.product-container .product-list .product-item .product-item-box .product-item-info .title {
  width: 100%;
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}
.product-container .product-list .product-item .product-item-box .product-item-info .desc {
  width: 100%;
  margin-top: 0.6rem;
  font-weight: 400;
  font-size: 0.88rem;
  color: #999999;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-container .product-list .pagination {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.solve-banner {
  margin-top: 90px;
  width: 100%;
  height: 37.5rem;
}

.solve-container {
  padding: 1.75rem 9rem 5rem;
  background-color: #EFEFEF;
}
.solve-container .panel {
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.25rem 8rem;
}
.solve-container .panel .cate-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.solve-container .panel .cate-box .cate {
  padding: 0 8px;
  width: 9rem;
  height: 3.13rem;
  line-height: 3.13rem;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 1rem;
  color: #8A8F99;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solve-container .panel .cate-box .cate-selected {
  font-weight: bold;
  background: #2CA5DF;
  color: #FFFFFF;
}
.solve-container .solve-list {
  margin-top: 1.2rem !important;
}
.solve-container .solve-list .solve-item {
  margin: 0.8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.solve-container .solve-list .solve-item:hover {
  transform: translateY(-2px);
}
.solve-container .solve-list .solve-item .image {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: 0.63rem 0.63rem 0 0;
  background-color: #FFFFFF;
}
.solve-container .solve-list .solve-item .solve-box {
  width: 100%;
  border-radius: 0 0 0.63rem 0.63rem;
  padding: 1.02rem;
  background-color: #FFFFFF;
}
.solve-container .solve-list .solve-item .solve-box .title {
  width: 100%;
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.3rem;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solve-container .solve-list .solve-item .solve-box .desc {
  margin-top: 0.8rem;
  width: 100%;
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
  line-height: 1.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-screen {
  padding: calc(1.25rem + 90px) 12rem 1.25rem;
  background-color: #EFEFEF;
}
.product-screen .info-box {
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.81rem 1.88rem;
  overflow: hidden;
}
.product-screen .info-box .breadcrumbs {
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
}
.product-screen .info-box .breadcrumbs a {
  color: #666666;
  cursor: pointer;
}
.product-screen .info-box .breadcrumbs .current {
  color: #0093DD;
  cursor: pointer;
}
.product-screen .info-box .product-box-images {
  padding: 2.8rem 1.88rem;
}
.product-screen .info-box .product-box-images .product-top {
  width: 400px;
}
.product-screen .info-box .product-box-images .product-bottom {
  padding: 0.8rem;
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.product-screen .info-box .product-box-images .product-bottom .product-bottom-item {
  margin-right: 0.8rem;
  min-width: 96px;
  max-width: 96px;
  height: 96px;
  border-radius: 0.6rem;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}
.product-screen .info-box .product-box-images .product-bottom .product-bottom-item .product-bottom-item-image {
  width: 100%;
  height: 100%;
}
.product-screen .info-box .product-box-images .product-bottom .product-bottom-item-selected {
  border: 1px solid #2CA5DF;
}
.product-screen .info-box .product-box {
  padding: 2.8rem 1.88rem;
}
.product-screen .info-box .product-box .product-box-title {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 2px solid #2CA5DF;
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
}
.product-screen .info-box .product-box .product-box-desc {
  margin-top: 1.8rem;
  font-weight: 400;
  font-size: 0.88rem;
  color: #333333;
  line-height: 2.25rem;
}
.product-screen .info-box .product-box .tips {
  margin-top: 2rem;
}
.product-screen .info-box .product-box .tips .tip {
  padding: 0.8rem 0;
  border-bottom: 1px solid #E7E7E7;
  font-size: 1rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-screen .info-box .product-box .share-box {
  margin-top: 3rem !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.product-screen .info-box .product-box .share-box .share-icons {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-screen .info-box .product-box .share-box .share-icons .share-icon {
  width: 1.88rem;
  height: 1.88rem;
  margin-right: 0.8rem;
  cursor: pointer;
}
.product-screen .info-box .product-box .share-box .share-button {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-screen .info-box .product-box .share-box .share-button .button {
  padding: 0.3rem 0.6rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FFFFFF;
  border-radius: 0.5rem;
  border: 1px solid #F08519;
  cursor: pointer;
}
.product-screen .info-box .product-box .share-box .share-button .button .icon {
  width: 1.88rem;
  height: 1.88rem;
  margin-right: 0.6rem;
}
.product-screen .info-box .product-box .share-box .share-button .button .name {
  font-weight: 400;
  font-size: 0.8rem;
  color: #333333;
  white-space: nowrap;
}
.product-screen .info-box .product-box .contact-box {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-screen .info-box .product-box .contact-box .contact-button {
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.5rem;
  margin-right: 1.88rem;
  font-weight: 400;
  font-size: 1.13rem;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.product-screen .info-box .product-box .contact-box .yellow {
  background: #FAAF0E;
}
.product-screen .info-box .product-box .contact-box .blue {
  background: #0096DE;
}
.product-screen .desc {
  margin-top: 1.88rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 3.19rem 1.88rem;
}
.product-screen .desc .title {
  padding-bottom: 1.31rem;
  font-weight: bold;
  font-size: 1.38rem;
  color: #2CA5DF;
  border-bottom: 2px solid #2CA5DF;
}
.product-screen .desc .content {
  padding: 3rem 0.5rem;
}
.product-screen .recommend {
  margin-top: 2rem;
  margin-bottom: 5rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 3.19rem 1.88rem;
}
.product-screen .recommend .title {
  padding-bottom: 1.31rem;
  font-weight: bold;
  font-size: 1.38rem;
  color: #2CA5DF;
  border-bottom: 2px solid #2CA5DF;
}
.product-screen .recommend .product-list {
  background: #FFFFFF;
  border-radius: 1.25rem;
  margin-top: 1.2rem !important;
}
.product-screen .recommend .product-list .product-item {
  padding: 1.5rem 1rem;
}
.product-screen .recommend .product-list .product-item .product-item-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.product-screen .recommend .product-list .product-item .product-item-box:hover .image img {
  transform: scale(1.1);
}
.product-screen .recommend .product-list .product-item .product-item-box:hover .product-item-info .title {
  color: #0093DD;
}
.product-screen .recommend .product-list .product-item .product-item-box .image {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.product-screen .recommend .product-list .product-item .product-item-box .image img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.product-screen .recommend .product-list .product-item .product-item-box .product-item-info {
  width: 100%;
  height: 5.5rem;
}
.product-screen .recommend .product-list .product-item .product-item-box .product-item-info .title {
  width: 100%;
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
  border: none;
  padding-bottom: 0;
}
.product-screen .recommend .product-list .product-item .product-item-box .product-item-info .desc {
  width: 100%;
  margin-top: 0.6rem;
  font-weight: 400;
  font-size: 0.88rem;
  color: #999999;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-screen .recommend .product-list .pagination {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bottom {
  width: calc(100% - 24rem);
  margin: 0 12rem !important;
  padding: 2.5rem 0;
  border-bottom: 1px solid #E8E8E8;
}
.bottom .left {
  border-right: 1px solid #E8E8E8;
}
.bottom .left .column .title {
  font-weight: 400;
  font-size: 1.19rem;
  color: #333333;
}
.bottom .left .column .app-box {
  margin-top: 1.31rem;
}
.bottom .left .column .app-box .app-box-item {
  display: block;
  font-weight: 400;
  font-size: 0.88rem;
  color: #575C66;
  line-height: 1.88rem;
}
.bottom .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bottom .right .mobile {
  font-weight: bold;
  font-size: 1.63rem;
  color: #0093DD;
  line-height: 1.88rem;
}
.bottom .right .address {
  margin-top: 1.19rem;
  width: 18rem;
  font-weight: 400;
  font-size: 1rem;
  color: #575C66;
  text-align: right;
  line-height: 1.5rem;
}
.bottom .right .qrc-box {
  margin-top: 1.38rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.bottom .right .qrc-box .qrc-box-item {
  margin-left: 1.38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom .right .qrc-box .qrc-box-item .qrc-image {
  width: 9.13rem;
  height: 9.13rem;
}
.bottom .right .qrc-box .qrc-box-item .text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #333333;
}

.footer {
  height: 8.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.88rem;
  color: #575C66;
}
.footer a {
  color: #575C66;
}
.footer .copyright {
  margin-top: 1rem;
}

.question-form {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 48px 18%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99999;
  display: none;
}
.question-form .g {
  position: absolute;
  top: 25px;
  right: 223px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.question-form .title {
  margin: 0 auto;
  background: url(../images/uue.png) #091E3B center no-repeat;
  background-size: cover;
  width: 203px;
  height: 37px;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}
.question-form .form-container {
  margin-top: 37px;
}

.footer-padding {
  padding-top: 60px;
  background: #EFEFEF;
  display: none;
}

.mobile-footer {
  display: none;
  position: fixed;
  height: 40px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #41a4ff;
  flex-direction: row;
}
.mobile-footer .footer-item {
  width: calc(25% - 1.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-footer .footer-item:not(:last-child) {
  border-right: 2px solid #a1d1ff;
}
.mobile-footer .footer-item img {
  height: 25px;
}
.mobile-footer .footer-item span {
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
}

@media (min-width: 1200px) {
  .row .col-2_4 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row .col-4_8 {
    flex: 0 0 auto;
    width: 40%;
  }
  .banner {
    height: 100vh;
  }
  .solve .solve-banner {
    display: flex;
  }
  .solve .solve-carousel {
    display: none;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 14px !important;
  }
  .company-info .info {
    padding: 0 4rem;
  }
  .product-container {
    padding: calc(1.75rem + 90px) 6rem 1.75rem;
  }
  .solve-container {
    padding: calc(1.75rem + 90px) 6rem 1.75rem;
  }
  .solve-container .panel {
    padding: 1.25rem 8rem;
  }
  .product-screen {
    padding: calc(1.75rem + 90px) 6rem 1.75rem;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 14px !important;
  }
  .banner {
    height: 36vh;
  }
  .company-info .info {
    padding: 0 2rem;
  }
  .solve .solve-banner {
    display: none;
  }
  .solve .solve-carousel {
    display: block;
  }
  .product-screen .info-box .product-box-images .product-top {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 13px !important;
  }
  .section {
    height: auto;
    padding: 2rem 2rem;
  }
  .section .section-header {
    justify-content: center;
  }
  .section .section-header .title {
    text-align: center;
  }
  .section .section-header .more-button {
    margin-top: 2rem;
  }
  .company-info {
    margin-top: 4.3rem;
  }
  .company-info .info {
    padding: 0;
  }
  .company-info .image img {
    margin-top: 2rem;
    width: 90vw;
  }
  .number-info {
    margin-top: 36px;
    padding: 0 2rem;
  }
  .number-info .number-box:nth-child(odd) {
    border-left: none;
  }
  .number-info .number-box:nth-child(even) {
    border-left: 1px solid #EFEFEF;
  }
  .solve {
    margin-top: 2rem;
  }
  .project .project-box .item {
    margin: 2.5rem 0;
    width: 100%;
  }
  .solve-container .panel {
    padding: 1.25rem 4rem;
  }
  .solve-container .panel .cate-box {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .bottom .left {
    border: none;
  }
  .bottom .right {
    align-items: center;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 13px !important;
  }
  .more-button {
    position: absolute;
    bottom: 0;
    background: transparent;
  }
  .header {
    display: none;
  }
  .mobile-navbar {
    display: block;
    height: 45px;
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile-navbar .navbar-header {
    padding: 10px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-navbar .navbar-header .navbar-logo {
    width: 50%;
  }
  .mobile-navbar .navbar-header .navbar-logo .logo {
    width: 100%;
  }
  .mobile-navbar .navbar-header .contact {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-navbar .navbar-header .contact .title {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
  }
  .mobile-navbar .navbar-header .contact .mobile {
    font-weight: bold;
    font-size: 12px;
    color: #0093DD;
  }
  .mobile-navbar .navbar-header .nav-icon {
    width: 22px;
    height: 16.5px;
  }
  .mobile-navbar .navbar-panel {
    position: absolute;
    top: 0;
    left: -75%;
    width: 75%;
    height: 100vh;
    background-color: #FFFFFF;
    overflow-y: auto;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item {
    border-bottom: 1px solid #E4E4E4;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item .navbar-menu-item-container .info {
    height: 50px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item .navbar-menu-item-container .info .title {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item .navbar-menu-item-container .info .icon {
    width: 15px;
    height: 15px;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item .navbar-menu-item-container .info .j {
    display: none;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item .navbar-menu-item-container .navbar-menu-item {
    display: none;
    border: none;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item .navbar-menu-item-container .navbar-menu-item .navbar-menu-item-container .info .title {
    font-weight: normal;
    font-size: 14px;
    color: #666666;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item .navbar-menu-item-container .navbar-menu-item .navbar-menu-item-container .navbar-menu-item {
    background-color: #F6F6F6;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item .navbar-menu-item-container .navbar-menu-item .navbar-menu-item-container .navbar-menu-item .navbar-menu-item-container .info {
    padding-left: 35px;
  }
  .mobile-navbar .navbar-panel .navbar-menu-item .navbar-menu-item-container .navbar-menu-item .navbar-menu-item-container .navbar-menu-item .navbar-menu-item-container .info .title {
    font-size: 12px;
    color: #777777;
  }
  .banner {
    margin-top: 45px;
  }
  .solve-banner {
    height: 20rem;
    margin-top: 45px;
  }
  .section {
    position: relative;
    padding: 36px 10px calc(54px + 2rem) 10px;
  }
  .company-info {
    position: relative;
    margin-top: 2rem;
    padding: 0 10px calc(54px + 2rem) 10px;
  }
  .company-info .info .title {
    font-size: 2rem;
  }
  .company-info .info .content {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-indent: 2em;
  }
  .solve .solve-carousel {
    height: 27rem;
  }
  .solve .solve-carousel .el-carousel__button {
    width: 18px;
  }
  .app-icon {
    display: none;
  }
  .product-container {
    padding: 60px 10px 0 10px;
  }
  .product-container .panel {
    padding: 10px;
  }
  .product-container .panel .cate-box .cate {
    width: 33.333%;
  }
  .product-container .panel .sub-cate-box .sub-cate {
    width: 25%;
  }
  .solve-container {
    padding: 10px;
  }
  .solve-container .panel {
    padding: 10px;
  }
  .solve-container .panel .cate-box .cate {
    width: 33.333%;
  }
  .solve-container .solve-list .solve-item .image {
    height: 10rem;
  }
  .solve-container .solve-list .solve-item .solve-box {
    border-radius: 0 0 0.63rem 0.63rem;
    padding: 10px;
    background-color: #FFFFFF;
  }
  .solve-container .solve-list .solve-item .solve-box .title {
    font-size: 16px;
  }
  .product-screen {
    padding: 65px 10px 20px;
  }
  .product-screen .info-box {
    width: 100%;
    padding: 10px 20px;
  }
  .product-screen .info-box .product-box-images {
    padding: 10px;
    width: 100%;
  }
  .product-screen .info-box .product-box-images .product-top {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    display: block;
  }
  .product-screen .info-box .product-box {
    padding: 0;
  }
  .product-screen .info-box .product-box .product-box-title {
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-screen .desc {
    padding: 10px;
  }
  .product-screen .desc .content {
    padding: 1rem;
  }
  .product-screen .recommend .product-list .product-item {
    padding: 10px;
  }
  .bottom {
    display: none;
  }
  .footer {
    display: none;
  }
  .question-form {
    display: none;
  }
  .footer-padding {
    display: block;
  }
  .mobile-footer {
    display: flex;
  }
}

/*# sourceMappingURL=new.css.map */
