@charset "utf-8";

.mineBgBox {
  padding-top: 20%;
  background-image: url(/views/default/images/mine-背景装饰图.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
}

.center_icon_nav {
  height: 80px;
  margin-top: -80px;
  line-height: 20px;
}

.center_icon_nav img {
  margin-bottom: 6px;
}

.center_icon_nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*解决方案的样式*/
.tabNav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
  height: 56px;
  background: #F2F4F7;
  border-radius: 34px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.tabNav li {
  flex: 1;
  max-width: 34%;
  text-align: center;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
}

.tabNav li.active {
  background: #4297FB;
  box-shadow: 0px 1px 5px 0px rgba(62, 106, 250, 0.6);
  border-radius: 23px;
  border: 1px solid #61C9FF;
  color: #fff;
}

.tabContent.hide {
  display: none;
}

/* 电力背景 */
.power_page_box {
  background-image: url(/views/default/images/power_page_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.power_page_box2 {
  background-image: url(/views/default/images/power_page_bg2.png);
  background-size: 100% auto;
}

/* 电力 应用场景 */
.apply-scene-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.apply-scene-item {
  width: 23%;
  margin: 1%;
}

.park-apply-scene-item,
.apply-scene-item-3 {
  width: 31%;
  margin: 1%;
}

.apply-scene-item img {
  width: 100%;
}

.apply-scene-item div {
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  background: #FEFEFE;
  box-shadow: 0px 10px 46px 0px rgba(151, 177, 199, 0.36);
}

.full-view-data-box {
  background-image: url(/views/default/images/full-view-data-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

/* 功能介绍 */
.solution_second_title,
.green_second_title {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.green_second_title {
  font-size: 1.5rem;
  color: #1FC1C7;
}

.solution_second_title::before {
  content: '';
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.6rem;
  height: 3px;
  background: #4297FB;
}

.solution_text {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.3rem;
  margin-bottom: 1rem;
}

.solution_tab_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  padding: 10px 20px 20px;
  box-shadow: 0px 0px 15px 0px rgba(9, 15, 33, 0.05);
  box-sizing: border-box;
  margin-bottom: 20px;
}

.solution_tab_box .title_box,
.fullview—title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #666666;
  line-height: 50px;
  padding-left: 60px;
  background-image: url(/views/default/images/tabTitleIcon.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.solution_tab_box .content_box {
  display: flex;
  width: 100%;
}

.tab_nav {
  width: 174px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #E6E6E6;
}

.tab_nav li {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 50px;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
}

.tab_nav li:hover,
.tab_nav li.active {
  color: #4297FB;
}

.tab_nav li:hover::before,
.tab_nav li.active::before {
  content: '';
  font-size: 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 28px;
  margin-top: -14px;
  background: #4297FB;
}

.tab_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 1rem;
}

.tab_item_box {
  flex: 1;
  display: flex;
  position: relative;
  padding: 1rem;
  background: #F5F7FA;
}

.tab_item_box.hide {
  display: none;
}

.tab_item_box .tab_item {
  position: relative;
  flex: 1;
  padding-top: 56.25%;
  font-size: 0;
}

.tab_item_box .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.tab_item_box img {
  width: 100%;
}

.tab_item_box .tab_item_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
  box-sizing: border-box;
  color: #FFFFFF;
}

.tab_item_text .title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8rem;
}

.tab_item_text .content {
  font-size: 1rem;
  line-height: 20px;
}

/* 产品优势 */
.product_advantage_box {
  background-image: url(/views/default/images/product_advantage_bg.jpg);
  background-size: 100% 100%;
}

.advantage_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.advantage_item {
  display: flex;
  align-items: flex-start;
  width: 48%;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 12px 0px rgba(9, 15, 33, 0.15);
  box-sizing: border-box;
  margin: 15px 0;
}

.advantage_item .right_box {
  display: flex;
  flex-direction: column;
}

.advantage_item .title {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.advantage_item .content {
  font-size: 1rem;
  color: #666666;
  line-height: 20px;
}

/* 产品功能 */
.function_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.function_item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin: 15px 0;
  border-right: 1px solid #E6E6E6;
  box-sizing: border-box;
}

.function_item2 {
  width: 45%;
  padding: 0 10%;
}

.industrial_function_list .function_item {
  width: 33.33%;
}

.industrial_function_list .function_item:nth-child(3n+3) {
  border-right: 0;
}

.function_item:last-child {
  border-right: 0 !important;
}

.function_item .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
  margin: 10px 0;
}

.function_item .content {
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
}

/* 适用场景 */
.scene-list {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scene-item {
  position: relative;
  color: #FFFFFF;
}

.right-scene {
  width: 47%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scene-item-1 {
  width: 50%;
}

/* 客户案例 */
.case_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(9, 15, 33, 0.15);
  padding: 2rem 1rem;
}

.case_box .img {
  width: 55%;
}

.case_box img {
  width: 100%;
}

.customer_case_content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.customer_case_content .title {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  line-height: 2rem;
}

.customer_case_content .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #4297FB;
}

.customer_case_content .min_title {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin: 20px 0 10px;
}

.customer_case_content .content {
  font-size: 1rem;
  color: #666666;
  line-height: 20px;
}

/* 应用场景 */
.application-scene,
.fullview-box {
  display: flex;
}

.application-scene>div {
  background-color: #fff;
  padding: 40px 0;
}

.application-scene>div,
.fullview-box>div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.3rem;
}

.application-scene>div span {
  width: 24px;
  height: 4px;
  margin: 20px 0;
}

.yellow {
  background: #FF9500;
}

.green {
  background: #00E4EB;
}

.blue {
  background: #22B6FF;
}

.application-scene>div:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1020px) {
  .tab_item_box .tab_item_text {
    width: 50%;
  }
}

@media screen and (max-width:980px) {
  .tab_item_box .tab_item_text {
    width: 65%;
  }
}

@media screen and (max-width:768px) {
  .tab_nav {
    display: none;
  }

  .tab_item_box.hide {
    display: flex;
  }

  .tab_item_box {
    margin-bottom: 20px;
  }

  .function_item {
    width: 50% !important;
    border-right: 1px solid #E6E6E6 !important;
  }

  .function_item:nth-child(2n+2) {
    border-right: 0 !important;
  }

  .tab_item_box .img {
    bottom: 43.75%;
  }

  .tab_item_box .tab_item_text {
    position: unset;
    width: 100%;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #666;
  }
}

@media screen and (max-width:640px) {

  .case_box .img,
  .customer_case_content {
    width: 100%;
  }

  .case_box .img {
    margin-bottom: 20px;
  }

  .scene-item-1,
  .right-scene {
    width: 80%;
    margin: auto;
  }

  .scene-item {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:479px) {
  .advantage_item {
    width: 100%;
  }

  .function_item {
    width: 100% !important;
    border-right: 0 !important;
  }

  .scene-item-1,
  .right-scene {
    width: 90%;
  }
}

@media screen and (max-width:400px) {}

@media screen and (max-width:360px) {}