/* .banner_title{
  width: 636px;
  height: 40px;
  background: linear-gradient(180deg, #FFAD0E 0%, #FFEACB 100%);
  box-shadow: 0px 2px 0px 0px #AB5C00;
  opacity: 1;
} */
.nav {
  background-color: white;
  display: flex;
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(26, 29, 33, 0.1);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  position: absolute;
  top: 470px;
  left: 280px;
  z-index: 1000;
}

.nav>div {
  width: 25%;
  text-align: center;
  line-height: 80px;
}

.nav>div:first-child {
  border-radius: 20px 0px 0px 20px;
}

.nav>div:last-child {
  border-radius: 0px 20px 20px 0px;
}

.nav>.select {
  background: #FA9E09;
  color: white;
  /* border-radius: 20px 0px 0px 20px; */
  opacity: 1;
}

.showInfo {
  width: 100%;
  height: 500px;
  background: #FFF9EE;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showInfo>.info_img {
  width: 300px;
  height: 350px;
}

.showInfo>.info_img>img {
  width: 100%;
  height: 100%;
}

.showInfo>.deatil {
  width: 40%;
  padding: 100px;

}

.one {
  font-size: 24px;
  font-family: PingFang SC-Heavy, PingFang SC;
  font-weight: 800;
  margin-bottom: 20px;
  /* color: #FA9E09; */
}

.two {
  min-width: 50px;
  max-width: 100px;
  height: 20px;
  position: relative;
  margin-bottom: 20px;
  /* border-bottom: 3px solid #FA9E09; */
}

.three {
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 26px;
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.two::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #FA9E09;
  width: 30px;
  height: 3px;
}

.main {
  width: 100%;
  min-width: 1024px;
}

.main-grid {
  padding: 35px 220px;
}

.main-header {
  height: 70px;
  padding-top: 10px;
}

.main-header>.logo {
  height: 45px;
}

.main-header>.title {
  height: 37px;
}

.main-banner>.banner {}

.main-banner-img {
  width: 100%;
  min-width: 1024px;
}

.main-underbanner {
  font-size: 16px;
  justify-content: space-between;
  /* align-items: center; */
  width: 100%;
}

.main-underbanner>.main-underbanner-item {
  width: 32%;
  position: relative;
  margin: 0 auto;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 38px;
  flex-direction: row;
}

.main-underbanner>.main-underbanner-item>img {
  height: 55px;
  width: 55px;
  position: relative;
  top: -5px;
}

.main-underbanner>.main-underbanner-item>*>.title {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 36px;
}

.main-underbanner>.main-underbanner-item>*>.content {
  color: #999999;
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
}

.main-business {}

.main-business>.main-business-title {
  margin: 0 auto;
  color: #333333;
  /*color: #3ABD3E;*/
  font-size: 30px;
  font-weight: 600;
}

.main-business>.main-business-sectitle {
  font-weight: 600;
  color: #FA9E09;
  font-size: 14px;
  display: block;
  position: relative;
  top: 15px;
  margin: 0 auto;
  text-align: center;
}

.main-business>.main-business-dec {
  position: relative;
  margin-top: 30px;
  top: 30px;
  color: #999999;
  padding: 0 200px;
  text-align: center;
  line-height: 24px;
}

.main-business>.main-business-dec::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  height: 90px;
  width: 60px;
  background-image: url(../static/img/dot1.png);
  background-size: cover;
}

.main-business>.main-business-dec::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  height: 90px;
  width: 60px;
  background-image: url(../static/img/dot2.png);
  background-size: cover;
}

.main-business>.main-business-content {
  display: inline-flex;
  width: 100%;
  padding-top: 100px;
}

.main-business>.main-business-content>.main-business-content-item {
  width: 50%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.main-business>.main-business-content>.main-business-content-item>img {
  height: 520px;
  width: 240px;
  margin-bottom: 40px;
  /* border: #fd4e8e solid 1px; */
  border-radius: 25px;
  padding: 6px;
}

.main-resume {
  width: 100%;
  height: 1060px;
  position: relative;
}

.main-resume>.center>.main-resume-content1,
.main-resume>.center>.main-resume-content2 {
  position: relative;
  width: 50%;
}

.main-resume>.center {
  width: 100%;
  height: 1100px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10%;
}

.main-resume>.main-resume-bg:first-of-type {
  /*background-color: #3ABD3E;*/
  /* background-color: #34a1fe; */
  height: 421px;
  padding: 0 220px;
  padding-top: 130px;
}

.main-resume>.main-resume-bg:nth-last-of-type(2) {
  /* height: 620px; */
  background-color: #eeeeee;
  padding: 0 220px;
  color: #333333;
}

.main-resume>.center>.main-resume-content1>img {
  /* position: absolute;
  top: 165px;
  height: 655px;
  width: 328px;
  right: -10%;
  z-index: 2; */
}

.main-resume>.center>.main-resume-content2>img {
  position: absolute;
  top: 165px;
  height: 655px;
  width: 328px;
  /* right: 8%; */
  z-index: 2;
}

/* .main-resume>.center>.main-resume-content:first-of-type {
  background-color: #3ABD3E;
  height: 421px;
  padding: 0 220px;
  padding-top: 130px;
}

.main-resume>.center>.main-resume-content:last-of-type {
  height: 682px;
  background-color: #EEEEEE;
  padding: 0 220px;
  color: #333333;
} */

.main-resume>.center>.main-resume-content1>.title {
  position: absolute;
  right: 44%;
  top: 400px;
  margin-top: 50px;
  line-height: 50px;
  font-size: 26px;
  font-weight: 600;
  color: #2a2d34;
}

.main-resume>.center>.main-resume-content1>.title::after {
  content: "";
  display: block;
  position: relative;
  border-bottom: #ffffff solid 2px;
  width: 50px;
  height: 2px;
}

.main-resume>.center>.main-resume-content1>.content {
  /* position: absolute; */
  padding-top: 50px;
  /* right: 50%; */
  text-align: left;
  /* top: 200px; */
  width: 220px;
  font-size: 14px;
  color: #2a2d34;
}

.main-resume>.center>.main-resume-content2>.title {
  line-height: 50px;
  font-size: 26px;
  font-weight: 600;
  /* position: absolute;
  right: -50px;
  bottom: 158px; */
  text-align: right;
}

.main-resume>.center>.main-resume-content2>.title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  border-bottom: #3abd3e solid 2px;
  width: -50px;
  height: 2px;
}

.main-resume>.center>.main-resume-content2>.content {
  color: #999999;
  padding-top: 50px;
  font-size: 14px;
  position: absolute;
  right: -50px;
  bottom: 118px;
  text-align: right;
}

.main-template {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.main-template>.title {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  position: relative;
}

.main-template>.title::before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background-color: #FA9E09;
  bottom: 0px;
  /* left: 23px; */
}

.main-template>.title::after {
  content: "部分功能统览";
  display: block;
  position: absolute;
  height: 30px;
  width: 150px;
  /* background-color: #FA9E09; */
  bottom: -40px;
  /* left: 23px; */
  font-size: 15px;
}

.main-template>.content {
  font-size: 16px;
  line-height: 30px;
  width: 300px;
  position: relative;
  left: 50px;
  top: 170px;
  text-align: center;
  margin-top: -90px;
}

.main-template>img {
  position: relative;
  width: 1000px;
  max-width: 1024px;
  left: 100px;
}

.main-footer {
  min-height: 50px;
  background-color: #FF8A00;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fixed_body {
  position: fixed;
  right: 10px;
  top: 300px;
  width: 150px;
  height: 350px;
  z-index: 1000;
  background-size: 100% 100%;
  background-image: url('../img//fixbg.png');
}

.fixed_body {
  display: flex;
  align-items: center;
}

.fixed_body>div {
  margin: 0 auto;
  width: 110px;
  height: 80%;
  /* border: 1px solid red; */
}

.fixed_body>div>div {
  height: 20%;
  text-align: center;
  line-height: 56px;
}

.select_fix {
  background-color: #FA9E09;
  color: white;
}