.home-part-1 {
  position: relative;
  overflow: hidden;
  padding: 120px 0 30px 0;
  background: linear-gradient(to bottom, #ffffff 70%, #f2f8f7 100%);
}
.bot-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
}
.middle-cont {
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 76%;
  width: 1350px;
}
.pc-map2 {
  width: 100%;
  transform: translateY(-28%);
}
.mob-map3,
.mob-map2,
.mob-map1 {
  display: none;
}

.menus-wrap {
  width: 480px;
  margin: 0 auto;
  z-index: 999;
}
.menus {
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: #cef7f1;
  box-shadow: inset 0px 0px 15px -2px rgba(0, 17, 86, 0.1);
  padding: 2px;
  position: relative;
}
.menus-bg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 7px;
  left: 7px;
  height: 36px;
  border-radius: 12px;
  transform: translateX(0);
  background: #006355;
  box-shadow: 0px 5px 15px 0px rgba(0, 17, 86, 0.1);
  transition: transform 0.3s ease;
}
.menu-item {
  color: #006355;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item.active {
  color: #fff;
}
.menu-item img {
  width: 14px;
}
.map {
  margin-top: 30px;
  position: relative;
}

.map-img,
.top-title .title-item {
  display: none;
}
.map-img:first-child,
.top-title .title-item:first-child {
  display: block;
}
.pc-map1,
.pc-map3 {
  transform: translateY(-8%);
}

.bottom-cont {
  padding: 10px 20px;
  position: absolute;
  width: 88%;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 -69px 200px rgba(0, 0, 0, 1.05);
}
.more-price {
  padding: 8px 40px;
  background: #fff;
  color: #31a191;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.3s;
  margin-top: 54px;
  display: inline-block;
}
.more-price:hover {
  color: #31a191;
  background: #f8f0f0;
}
.more-price:hover .jiantou {
  transform: translateX(10px);
}
.send-free-btn {
  background: #167668;
  color: #fff;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 40px;
  transition: all 0.3s;
}
.send-free-btn:hover {
  color: #167668;
  background-color: #fff;
}

.circle,
.circle2,
.circle3,
.circle4,
.circle5 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 9;
}

.circle {
  top: -14%;
  left: 13%;
}
.circle2 {
  top: -5%;
  left: 27%;
}
.circle3 {
  top: -4%;
  left: 1%;
}
.circle4 {
  top: 21%;
  left: -18%;
}
.circle5 {
  top: -16%;
  left: -32%;
}
.circle__el {
  width: 0;
  height: 0;
  background: transparent;
  border: 5px solid #fff;
  border-radius: 50%;
  animation: go 2s ease-out infinite;
}
.circle__el_two {
  animation-delay: 0.5s;
}
.circle__el_three {
  animation-delay: 1s;
}

@keyframes go {
  100% {
    width: 500px;
    height: 500px;
    box-shadow: 0 0 5px #fff;
    opacity: 0;
  }
}
.cou-price-tip1,
.cou-price-tip2,
.cou-price-tip3,
.cou-price-tip4,
.cou-price-tip5,
.cou-price-tip6,
.cou-price-tip7,
.cou-price-tip8 {
  opacity: 0;
  width: 0;
  text-align: center;
  position: absolute;
  z-index: 1;
  color: #fff;
  height: 38px;
  line-height: 38px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
.cou-price-tip1 {
  top: 29%;
  left: 13%;
  animation: anime2 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

.cou-price-tip2 {
  top: 25%;
  left: 43%;
  animation: anime1 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

.cou-price-tip3 {
  top: 29%;
  left: 81%;
  animation: anime1 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.cou-price-tip4 {
  top: 40%;
  left: 58%;
  animation: anime2 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.cou-price-tip5 {
  top: 44%;
  left: 75%;
  animation: anime1 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.cou-price-tip6 {
  top: 53%;
  left: 71%;
  animation: anime1 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.cou-price-tip7 {
  top: 11%;
  left: 9%;
  animation: anime1 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.cou-price-tip8 {
  top: 10%;
  left: 69%;
  animation: anime2 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 150px;
    opacity: 1;
  }
}
@keyframes anime2 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 170px;
    opacity: 1;
  }
}

.co-ico {
  width: 20px;
  margin-right: 8px;
  margin-bottom: 3px;
}

@media screen and (min-width: 1740px) {
  .bottom-cont {
    width: 65%;
  }
}

@media screen and (max-width: 1220px) {
  .title-item {
    font-size: 30px !important;
  }
  .title-item > div {
    font-size: 14px !important;
  }

  .middle-cont {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .top-right-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home-part-1 {
    padding: 50px 0 30px 0;
  }
  .font-size-s {
    font-size: 24px !important;
  }
  .middle-cont {
    padding-top: 100px;
  }
  .menus-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 578px) {
  .menus-wrap {
    width: 100%;
  }
}
/* home-part-2 start */
.home-part-2 {
  padding: 100px 0px 50px 0;
}

@media screen and (max-width: 768px) {
  .home-part-2 {
    padding: 20px 0 30px 0;
  }
}
/* home-part-2 end */

/* home-part-4 start */
.home-part-4 {
  /* height: 600px; */
  padding: 100px 0 50px 0px;
  background-color: #f2f8f7;
}

.part-4-left-item {
  background-image: url("/libraries_v4/public/images/new-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding: 30px 20px;
  background-color: #006355;
}
.item-det:not(:first-child) {
  margin-top: 26px;
}
.part-4-left-item img {
  width: 60px;
}
.part-4-right {
  padding: 24px 40px 0 40px;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.seurity-item1 {
  margin: 50px 0 0 0px;
}
.seurity-item2 {
  margin: 40px 0 0 0px;
}
.seurity-item-num {
  position: relative;
}
.seurity-item-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 4px;
  background-color: #006355;
}
@media screen and (max-width: 768px) {
  .home-part-4 {
    padding: 20px 0;
  }
  .part-4-right {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .part-4-left {
    padding-left: 0;
  }
  .part-4-left-item,
  .part-4-right {
    border-radius: 8px;
  }
}

/* home-part-4 end */

/* home-part-5 start */
.home-part-5 {
  padding: 100px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .home-part-5 {
    padding: 20px 0 30px 0;
  }
}

/* home-part-5 end */

/* 新样式 */
.familyBarlow {
  font-family: "BarlowSemiCondensedSemiBold";
}
.color-main {
  color: #006355;
}
.color-sec {
  color: #5e6360;
}
.title1 {
  color: #5e6360;
}
.bg-f2 {
  background-color: #f2f8f7;
}
.part-1-tips {
  display: flex;
  align-items: center;
}
.part-1-tips img {
  width: 24px;
}
.part-1-tips2 {
  color: #006355;
  background-color: #f2f8f6;
  padding: 2px 14px;
  border-radius: 4px;
  display: inline-block;
}
.part-1-tips-ul {
  color: #616765;
}
.part-1-tips-ul li {
  color: #5e6360;
  display: flex;
  align-items: center;
}
.yuan-item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #006355;
}
@media screen and (max-width: 768px) {
  .part-1-tips2 {
    margin: 2px;
  }
  .yuan-item {
    width: 5px;
    height: 4px;
  }
}
.to-reg {
  color: #fff;
  border: 1px solid #006355;
  background: #006355;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: 500;
}
.to-reg:hover {
  color: #fff;
  background: #014c42;
  border: 1px solid #014c42;
}
.to-im {
  color: #121212;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

.to-im:hover {
  border: 1px solid #006355;
}
.part-1-row {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 56px;
}
#photo1 {
  height: 50px;
  position: relative;
  margin: 30px 0 10px 0;
  overflow: hidden;
}
#photo1 ul {
  position: relative;
}
#photo1 ul li {
  float: left;
  list-style: none;
  padding-right: 20px;
}
#photo1 ul li img {
  width: 140px;
  border-radius: 4px;
  display: inline-block;
}
.part-1-y {
  border: 1px solid #e6e6e6;
  padding: 20px 16px;
  background: linear-gradient(to bottom, #f2f8f7, #ffffff);
  border-radius: 4px;
}
.part-1-y .number {
  font-size: 36px;
  font-weight: 400;
  font-family: "BarlowSemiCondensedSemiBold";
}
@media screen and (max-width: 992px) {
  .part-1-y {
    margin-top: 6px;
  }
}
.shangshengxiajiang-roat {
  transform: rotate(180deg);
}
.tab-title-cont {
  margin-top: 20px;
}
.tab-title-cont div {
  border: 1px solid #e6e6e6;
  display: inline-block;
  border-radius: 22px;
  padding: 2px 16px;
}
@media screen and (max-width: 768px) {
  .tab-title-cont div {
    margin: 2px;
  }
}
.tab-mian-cont {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.tab-mian-cont > img {
  border-radius: 8px;
}
.mian-cont-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-90%, -60%);
}
.mian-img-item {
  position: absolute;
  bottom: -4%;
  right: 4%;
  width: 40%;
}
.mian-cont-item .cont-item-detail,
.img-item-detail {
  display: none;
}

.mian-cont-item .cont-item-detail:first-child,
.img-item-detail:first-child {
  display: block;
}

.title-cont-item {
  cursor: pointer;
  margin-right: 10px;
}
.title-cont-item.active {
  background: #006355;
  color: #fff;
}
.a-to-reg {
  color: #006355;
  margin-top: 50px;
  display: inline-block;
}
.funct1 {
  border-radius: 4px;
  padding: 18px 24px 28px 26px;
}
.icon-a-jiantou_12 {
  transition: all 0.3s;
}
.a-to-reg:hover .icon-a-jiantou_12 {
  transform: rotate(45deg);
}
.funct2 {
  border-radius: 4px;
  padding: 18px 10px 28px 34px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .funct2 img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tab-mian-cont {
    background-image: url(/libraries_v4/public/images/new-bg-tab.jpg);
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
  }
  .tab-mian-cont > img,
  .mian-img-item {
    display: none;
  }
  .mian-cont-item {
    position: absolute;
    top: 68%;
    left: 50%;
    width: 96%;
    transform: translate(-48%, -72%);
  }
}
.top-right-img img {
  width: 86%;
}
