.main1 .part {
  width: 100rem;
  height: 40rem;
}
.main1 .part .right .name {
  width: 17.3125rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  background: #015F3B;
  position: absolute;
  top: 0;
  right: 0;
}
.main1 {
  height: 55rem;
}
.main1 .part .right .desc {
  font-size: 1rem;
  margin-top: 6rem;
  line-height: 1.5;
}
.main1 .part .right {
  height: 33rem;
}
.switch {
  width: 100rem;
  height: 6.625rem;
  background-image: url(../images/switch.png);
  background-repeat: round;
  background-size: 100%;
  position: absolute;
  top: 43.375rem;
  left: 22.5rem;
  padding: 0 5rem;
  left: 6.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.5rem;
}
.main2 {
  width: 100%;
  background: #ccdfd7;
  padding-top: 3.3125rem;
  padding-bottom: 5.625rem;
  min-height: 40vh;
}
.banner {
  width: 100%;
  height: 50rem;
  margin-top: 17rem;
}
.main1{
  padding-bottom: 5rem;
  height: auto;
}
.main1 .part {
  width: 110rem;
  height: auto;
  flex-direction: column;
}
.main1 .part img {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.main1 .part .right {
  height: auto;
}
.main1 .part .right .desc{
  margin-top: 16rem;
}
.main1 .part .right .desc * {
  line-height: 1.5!important;
  font-size: 14px;
}
.main1 .part .right .name {
  width: auto;
  height: auto;
  padding: 5px 10px;
  line-height: 1;
  font-size: 16px;
  right: 37.5rem;
    top: 5rem;
}
.main2 .title {
  margin: 5rem auto;
  font-size: 16px;

}
.main2 .part .part1 {
  margin-right: 0;
  margin-bottom: 5rem;
  width: 100%;
}
.main2 .part .part1 .bott1 {
  height: auto;
  padding-bottom: 3rem;
}
.main2 .part .part1 .bott1 .bott1-2 {
  font-size: 14px;
  text-align: left;
}
.main2 .part .part1 .bott1 .bott1-1 {
  font-size: 16px;
  margin-bottom: 5rem;
}
.main1 .title {
  font-size: 16px;

}
.switch {
  font-size: 16px;
  width: 100rem;
  padding: 0 10rem;
  left: 0;
  height: 10rem;
  top:40rem;
}
.switch .active::after {
  background-color: #015F3B;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  right: 0;
  content: " ";
}
.main1 .title::after {
  background-color: #015F3B;
  position: absolute;
  width: 20%;
  height: 2px;
  bottom: -4px;
  left: 40%;
  right: 0;
  content: " ";
}
.main1 .part .right .name {
  width: 100%;
  height: auto;
  padding: 5px 10px;
  line-height: 1;
  box-sizing: border-box;
  font-size: 16px;
  right: 0;
  top: 5rem;
  text-align: center;
}
.main1 {
  background-image: url(../images/mob1.png)!important;

}
.banner img {
  content:url(../images/mob-pro.png)!important;
}