﻿.application-scenario {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FBFCFD;
}

.application-scenario .title {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  text-align: center;
  margin: 0px 0 17px 0;
}

.application-scenario .img {
  width: 50%;
}

.functions {
  padding: 80px 0;
  background: #F4F9FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.functions .title {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 40px;
}

.functions .img {
  width: 50%;
}

.advantage {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.advantage .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 35px;
}

.advantage .img {
  width: 65%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.ecological-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ecological-partner .img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ecological-partner .title {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin: 30px 0 10px 0;
}

.title_list {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  background: #FFF;
  padding: 4px;
  margin-bottom: 30px;
}

.title_list .item {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  padding: 12px 40px;
  border-radius: 10px;
  cursor: pointer;
}

.title_list .item-on {
  color: #FFF;
  background: #365074;
}

.partner_item {
  width: 100%;
  display: none;
  text-align: center;
  
}

.partner_item .bg_img {
  width: 50%;
  height: 50%;
}

.partner_item .text_list .tit {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%; /* 33px */
  margin-bottom: 10px;
}

.partner_item .text_list .cont {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 30px;
  max-width: 50%;
}

.product_btn_blue {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  padding: 10px 30px;
  text-align: center;
  border-radius: 8px;
  background: #FF5000;
  width: 66px;
}

.industry-scenarios {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
  
.industry-scenarios .title {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  padding-bottom: 20px;
}

.advantage-img-list {
  width: 80%;
  display: flex;
  justify-content: space-around;
}

.advantage-img-list .ad_cont {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.10);
}

.ad_cont .img {
  width: 100%;
}
.ad_cont .cont_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.text_title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 0;
}

.text_li {
  color: #5E6B7C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: 72px;
  overflow: hidden;
    /* 三行显示省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  
}

.strategic-outlook {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #EAEFFD;
  padding: 80px 0;
}

.strategic-outlook .bg_img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.strategic-outlook .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 30px;
}

.strategic-outlook .img_list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.strategic-outlook .img_list .img {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
}

.experience-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 80px 0 60px 0;
}

.experience-contact .img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.experience-contact .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
}

.experience-contact .cont {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 10px 0 30px 0;
}

.btn-mask {
  display: flex;
}

.white-btn {
  color: #FF5000;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  border-radius: 8px;
  background: #FFF;
  padding: 12px 35px;
  margin-right: 15px;
  cursor: pointer;
}

.line-btn {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  border-radius: 8px;
  background: transparent;
  padding: 12px 35px;
  border-radius: 8px;
  border: 1px solid #FFF;
  margin-left: 15px;
  cursor: pointer;
}

.contact-experience {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.contact-experience .title {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 40px;
}

#username, #userPhone {
  color: #86888F;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  padding: 12px 20px;
  border-radius: 8px;
  border: 1.5px solid #DEE2E9;
  width: calc(50% - 100px);
  margin: 20px;
}

.input_list {
  width: 80%;
  margin-bottom: 40px;
  text-align: center;
}

.info {
  /* width: 100%; */
  background: linear-gradient(180deg, #FEFEFF 0%, #A6C9F3 129.96%);
  padding: 40px 0;
  text-align: center;
}

.info_title {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 20px;
}
.info_slove {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 30px;
}

.info_step {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}
.step_cont {
  width: 17%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 10px;
  margin: 0 10px;
  border-radius: 8px;
  border: 1px solid #F1F7FF;
  background: linear-gradient(180deg, #FDFEFF 0%, #ECF1FF 100%);
}

.cont_title {
  color: #FF5000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.step_cont .cont_text {
  color: #292929;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tip_img {
  width: 20px;
  height: 20px;
}

.info_sub {
  border-radius: 8px;
  border: 2px solid #F0F6FE;
  background: linear-gradient(180deg, #F1F6FE 0%, #E2EDFB 100%);
  margin: 20px 5%;
  display: flex;
  align-items: flex-end;
}
.sub_img {
  width: 20%;
}
.sub_form {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 20px;
  padding-bottom: 20px;
}
.form_title {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 20px 0;
}
.form_input {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.form_li {
  width: 50%;
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
}
.form_li_item{
	width: 100px;
	height: 100%;
	line-height: 44px;
	text-align: end;
}
.form_input input {
  width: calc(100% - 100px);
  padding: 13px;
  border-radius: 4px;
}

.sub_btn {
  border-radius: 8px;
  background: #FF5000;
  padding: 12px 30px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: 33px;
  cursor: pointer;
}

#show-application {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

.diaolg__body .inp_contact {
  border-radius: 4px;
  border: 1px solid #E4E8ED;
  background: #FFF;
  height: 45px;
  width: 240px;
  padding-left: 20px;
  font-size: 14px;
}

.diaolg__body {
  background-color: #FFF;
  padding: 20px 40px;
  border-radius: 10px;
}

.dialog_body-title {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.dialog_body-title .close-dialog {
  font-size: 24px;
  cursor: pointer;
}

.diaolg__body .inp_mask {
  margin-bottom: 28px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.inp_mask .btn {
  border-radius: 4px;
  background: #FF5000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
}

.inp_mask .label {
  width: 64px;
  text-align: right;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

