/* 6px --- 0.375rem
8px --- 0.5rem
10px --- 0.625rem
12px --- 0.75rem
14px --- 0.875rem
1rem --- 1rem 
18px --- 1.125rem 
20px --- 1.25rem 
24rem --- 1.5rem 
26rem --- 1.65rem
28rem --- 1.75rem
30rem --- 1.875rem
32rem --- 2rem */

:root {
  /* --bs-screen-xxl: 73% */
  --bs-screen-xxl:87.6rem;
}

*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html {
  font-size: 16px;
  color: #000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 900;
  font-size: 3.13rem;
  color: #333333;
  /* line-height: 2.38rem; */
  text-align: center;
}

h2 {
  font-size: 2.25rem;
  color: #FFFFFF;
  text-align: center;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-weight: bold;
  font-size: 1.63rem;
  color: #2A9597;
  line-height: 2.84rem;
  text-align: center;
}

h5 {
  width: 17.88rem;
  font-weight: 400;
  font-size: 1rem;
  color: #1E1E1E;
  line-height: 1.6rem;
  /* text-align: left; */
}

p {
  font-size: 1rem;
  color: #1F1F1F;
}

body {
  background-color: #1C2049;
}

/* 头部 */
.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.125rem;
}

.header-top {
  height: 3.94rem;
  background-color: #1C2049;
}

.header-bottom {
  height: 3.56rem;

  background-color: #FFF;
}

.header-con {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: var(--bs-screen-xxl);
  margin: 0 auto; */
  padding: 0 calc((100% - var(--bs-screen-xxl))/2);
}

.header-menus {
  display: flex;
  align-items: center;
}

.header-menus li {
  margin: 0 1.5rem;
}

.header-menus a {
  font-weight: bold;
  font-size: 1rem;
  color: #000000;
}
.header-share {
  display: flex;
  align-items: center;
}

/* .header-share img */

.header-share a:not(:last-child) {
  margin-right: 1.3rem;
}
.header-menus a:hover {
  color: #1C2049;
}
.header-email {
  display: flex;
  justify-content: center;
}
.header-contact {
  color: #FFF;
  margin-right: 1.3rem;
}
.header-search img {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
}
.header-logo {
  width: 12.5rem;
}



#header-menu__expand {
  display: none;
  margin-right: 0rem;
}

.header-main {
  display: flex;
  align-items: center;
}

#header-right {
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
}

#header-right .header-search {
  display: none;
}


.home-tool__detail>img {
  width: 50%;
}

.header-lang {
  color: #141414;
  display: flex;
  cursor: pointer;
  position: relative;
}

#header-lang__content {

  padding: 0 1.56rem;
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;

  width: 9.24rem;
  height: 2.63rem;
}

#header-lang__content img {
  width: 1.06rem;
}

.header-lang__flag {
  background-image: url('../assets/imgs/lang.gif');
  position: relative;
  display: block;
  background-repeat: no-repeat;
  width: 1.325rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.header-lang__en .header-lang__flag {
  background-position: 0 -256px !important
}

#header-lang__menus {
  width: 300%;
  display: none;
  background-color: #FFF;
  color: #000;
  position: absolute;
  top: 2rem;
  right: 0rem;
  padding: 1rem 0;
  flex-wrap: wrap;
  box-shadow: 0px 0px 0.875rem #0000006e;
}

#header-lang__menus li {
  width: calc(30% - 0.5rem);
  padding: 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdcdc;
  margin: 0 0.5rem;
}

.header-lang__triangle {
  font-size: 0.75rem;
  display: inline-block;
  transition: all .2s;

}

/* 下拉框 */
.header-bottom{
  position: relative;
}
.header-menus__second {
  position: absolute;
  /* display: flex; */
  display: none;
  width: 100%;
  height: 8rem;
  background: #FFFFFF;
  opacity: 0.9;
  left: 0;
  /* top: 0; */
  padding: 0rem 13.5%;
}
.header-menus__second>li {
  margin: 2rem 4rem 2rem 0;
}
.header-menus__second>li a {
  font-size: 1rem;
  color: #252525;
  font-weight: bold;
}
.header-menus__second>li:hover>a {
  color: #2568FF;
}

.header-menus li:hover .header-menus__second {
  display: flex;
}
.header-menus__third{
  position: absolute;
  margin-top: 0.8rem;
  z-index: 10;
  display: none;
  /* display: flex; */
  width: 75rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 0.31rem;
  padding: 0rem 0.5rem;
  box-shadow: 0rem 0rem 1rem 0rem rgba(12, 0, 5, 0.35);
}
.header-menus__third>li {
  margin: 0.5rem 1rem;
  position: relative;
}
.header-menus__third>li a {
  font-size: 0.88rem;
  color: #252525;
  margin-top: 0.5rem;
}
.header-menus__second>li:hover .header-menus__third {
  display: flex;
}
.header-menus__third:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -0.5rem;
  left: 3rem;
  border-right: solid 1rem transparent;
  border-left: solid 1rem transparent;
  border-bottom: solid 1rem #fff;
}


/* banner */
.home-banner {
  width: 100%;
  /* width: 120rem; */
  height: 38.88rem;
  position: relative;
  margin-top: 7.5rem;
  left: 0;
  overflow: hidden;
}
.home-banner_img{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 38.88rem;
}

.home-banner_img img{
  /* display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner_content {
  position: relative;
  z-index: 2;
  /* padding-left: 13.5%; */
  padding-left:calc((100% - var(--bs-screen-xxl))/2);
  padding-top: 10.75rem;
}
.home-banner_content1 {
  width: 47.38rem;
  height: 7.38rem;
  font-size: 4.15rem;
  color: #FFFFFF;
  line-height: 3.6rem;
}
.home-banner_content2 {
  margin-top: 2.31rem;
  font-weight: bold;
  width: 41.06rem;
  height: 5.31rem;
  font-size: 1.45rem;
  color: #FFFFFF;
  line-height: 1.88rem;
}
.home-banner_button{
  margin-top: 2.63rem;
  display: flex;
}
.home-banner_button1{
  cursor: pointer;
  width: 11.25rem;
  height: 3.75rem;
  background: #2568FF;
  border-radius: 1.88rem;
  display: flex;
}

.home-banner_button2{
  margin-left: 2.18rem;
  cursor: pointer;
  width: 11.25rem;
  height: 3.75rem;
  border-radius: 1.88rem;
  border: 0.06rem solid #FFFFFF;
  display: flex;
}
.home-banner_button2:hover{
  background: #2568FF;
  border: 0rem solid #FFFFFF;
}
.home-banner_button1:hover{
  background: #0d54f8;
}
.home-banner_button2 p,
.home-banner_button1 p{
  margin-left: 1.75rem;
  margin-top: 1.2rem;
  height: 0.88rem;
  font-size: 1rem;
  color: #FFFFFF;
}
.home-banner_button2 img,
.home-banner_button1 img{
  margin-top: 1.2rem;
  margin-left: 1rem;
  width: 1.4rem;
  height: 1.4rem;
}

/* work */
.home-work {
  width: 100%;
  height: 224rem;
  padding: 4.63rem calc((100% - var(--bs-screen-xxl))/2) 5.25rem calc((100% - var(--bs-screen-xxl))/2);
}
.home-work__part1 {
  text-align: center;
  vertical-align: middle;
}
.home-work__part1 p {
  color: #FFFFFF;
  width: 34.75rem;
  /* height: 2.56rem; */
  /* font-weight: bold; */
  font-size: 0.97rem;
  line-height: 1.63rem;
  display: inline-block;
  /* vertical-align: middle; */
  margin-top: 2.19rem;
}
/* part2 */
.home-work__part2 {
  margin-top: 5.06rem;
}
.home-work__assembling {
  display: flex;
  width: 100%;
  height: 33.88rem;
}
.home-work__plastic--right{
  width: 50%;
  padding-left: 9.81rem;
}
.home-work__plastic--left,
.home-work__assembling--left,
.home-work__assembling--right {
  width: 50%;
}
.home-work__assembling--right {
  text-align: right;
}
.home-work__part2 img {
  /* width: 100%;
  height: 100%; */
  width: 35.69rem;
  height: 33.88rem;
}
.home-work__part2 h3{
  margin-top: 6rem;
  height: 1.75rem;
  font-size: 1.88rem;
  color: #FFFFFF;
  line-height: 1.63rem;
}
.home-work__part2 p{
  margin-top: 0.81rem;
  width: 33.56rem;
  /* height: 2.44rem;
  font-weight: 500;
  font-size: 1rem; */
  color: #FFFFFF;
  line-height: 1.44rem;
}
.home-work__part2--tags {
  margin-top: 3.31rem;
  height: 0.69rem;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.home-work__part2--tag {
  width: 1.63rem;
  margin-top: 0.6rem;
  height: 0.06rem;
  background: #2568FF;
}
.home-work__part2--tagName {
  padding-left: 0.5rem;
  height: 0.69rem;
  /* font-family: PingFang SC;
  font-weight: 500; */
  font-size: 0.88rem;
  color: #2568FF;
  line-height: 1.44rem;
}
.home-work__plastic {
  margin-top: 3.13rem;
  display: flex;
  width: 100%;
  height: 22rem;
}
.home-work__plastic--left img{
  width: 35.69rem;
  height: 22rem;
}

/* part3 */
.home-work__part3 {
  margin-top: 11.31rem;
  text-align: center;
  vertical-align: middle;
  display: flex;
  width: 100%;
}

.home-work__item {
  width: 30%;
  height: 100%;
  margin: 0 3%;
}
.home-work__item img {
  width: 5.69rem;
  height: 5.69rem;
}
.home-work__item h2 {
  margin-top: 2.88rem;
  /* width: 17.44rem; */
  /* height: 2.69rem; */
  font-size: 1.32rem;
  color: #FFFFFF;
  line-height: 1.68rem;
}
.home-work__item p {
  margin-top: 2.44rem;
  /* width: 19.94rem; */
  /* height: 3.88rem; */
  /* font-size: 1rem; */
  color: #FFFFFF;
  /* line-height: 1.44rem; */
}
.home-work__button {
  width: 100%;
  /* height: 2.5rem; */
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home-work__button--icon {
  width: 8.31rem;
  height: 2.5rem;
  /* background: #2568FF; */
  border-radius: 1.25rem;
  color: #FFFFFF;
  padding-top: 0.5rem;
}

.home-work__button--icon,
.home-work__button--icon *,
.home-work__button--icon :after,
.home-work__button--icon :before,
.home-work__button--icon:after,
.home-work__button--icon:before {
  border: 0 solid;
  box-sizing: border-box;
}
.home-work__button--icon {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  /* background-color: #000; */
  background-image: none;

  cursor: pointer;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}
.home-work__button--icon:disabled {
  cursor: default;
}
.home-work__button--icon:-moz-focusring {
  outline: auto;
}
.home-work__button--icon svg {
  display: block;
  vertical-align: middle;
}
.home-work__button--icon [hidden] {
  display: none;
}
.home-work__button--icon {
  /* background: none; */
  box-sizing: border-box;
  display: block;
  /* font-weight: 900; */
  -webkit-mask-image: none;
  /* padding: 1.5rem 4rem; */
  position: relative;
  /* text-transform: uppercase; */
}
.home-work__button--icon span {
  background: #2568FF;
  font-size: 0.88rem;
  /* border-radius: 1.25rem;
  color: #FFFFFF;
  padding-top: 0.5rem; */
  /* background: #fff; */
  /* border: 1px solid; */
  border-radius: 999px;
  display: grid;
  inset: 0;
  place-items: center;
  pointer-events: none;
  position: absolute;
}
.home-work__button--icon:hover span {
  -webkit-animation: rubberBand 0.8s;
  animation: rubberBand 0.8s;
}
@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}

/* part4 */
.home-work__part4 {
  margin-top: 7.19rem;
  height: 16rem;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.home-work__part4 h2 {
  width: 28rem;
  font-size: 1.88rem;
  line-height: 2rem;
  display: inline-block;
}
.home-work__nums {
  margin-top: 4.13rem;
  text-align: center;
  vertical-align: middle;
  display: flex;
  width: 100%;
}
.home-work__count {
  /* width: 9.13rem; */
  height: 5rem;
  font-weight: 800;
  font-size: 6.26rem;
  color: #2568FF;
  line-height: 3.26rem;
  /* display: inline-block; */
}
.home-work__unit {
  color: #FF4E4E;
  font-size: 3.13rem;
}
.home-work__p2 {
  margin-top: 1.63rem;
  width: 16rem;
  /* height: 2rem;
  font-size: 1rem; */
  color: #FFFFFF;
  line-height: 1.25rem;
  display: inline-block;
}

/* part5 */
.home-work__part5 {
  margin-top: 7rem;
  width: 100%;
  position: relative;
  display: inline-block;
}
.home-work_content{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.home-work_content1 {
  margin-top: 18rem;
  margin-left: 1.8rem;
  /* width: 17.56rem; */
  height: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 2rem;
  /* line-height: 1.25rem; */
}
.home-work_content2 {
  margin-left: 1.8rem;
  margin-top: 2rem;
  /* width: 59.81rem;
  height: 0.88rem; */
  color: #FFFFFF;
  font-size: 1rem;
  /* line-height: 1.25rem; */
}
.home-work__swiper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.home-work__swiper img{
  width: 100%;
  height: 100%;
}

.home-work__swiper-pagination {
  margin-top: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.home-work__swiper-pagination .swiper-pagination-bullet {
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 0.31rem;
  border: 1px solid #FFFFFF;
  margin: 0 1rem;
}

.home-work__swiper-pagination .swiper-pagination-bullet-active {
  background: #2568FF;
  border-radius: 0.31rem;
  border: 0px solid #2568FF;
}

/* part6 */
.home-work__part6 {
  margin-top: 7.25rem;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.home-work__part6 h2 {
  display: inline-block;
  width: 30rem;
  font-size: 1.88rem;
  line-height: 2rem;
}
.home-work__labels {
  margin-top: 4.56rem;
  text-align: center;
  vertical-align: middle;
  display: flex;
  width: 100%;
  height: 13.88rem;
  /* flex-wrap: wrap; */
}
.home-work__label {
  width: 23%;
  height: 100%;
  margin: 0 1%;
  /* width: 17.28rem; */
  
  background: #FFFFFF;
  border-radius: 0.63rem;
}
.home-work__label img{
  margin-top: 1.29rem;
  width: 3.19rem;
  height: 3.19rem;
}
.home-work__count2 {
  /* width: 6.81rem; */
  margin-top: 0.94rem;
  height: 2.31rem;
  font-weight: bold;
  font-size: 2.78rem;
  color: #2568FF;
  line-height: 2.31rem;
}
.home-work__p3 {
  /* width: 15.13rem; */
  margin-top: 1.19rem;
  height: 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
.home-work__icons {
  margin-top: 3.69rem;
  text-align: center;
  vertical-align: middle;
  display: flex;
  width: 100%;
  height: 5.31rem;
}
.home-work__icon {
  width: 15.5%;
  height: 100%;
  margin: 0 1%;
}
.home-work__icon img {
  width: 100%;
  height: 100%;
}
.home-work__endName {
  margin-top: 5.5rem;
  height: 1.6rem;
  font-weight: bold;
  font-size: 1.88rem;
  color: #FFFFFF;
  line-height: 1.6rem;
}
.home-work__button2 {
  width: 100%;
  margin-top: 2.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}







/* footer */
.home-footer {
  width: 100%;
  background: #4A54B6;
  /* padding-top: 6rem; */
  color: #FFF;
  background-image: url(../assets/imgs/home/035.jpg);
  background-size: cover;
}

.home-footer p {
  color: #FFF;
}

.home-footer__content {
  /* width: var(--bs-screen-xxl);
  margin: 0 auto; */
  padding: 0 calc((100% - var(--bs-screen-xxl))/2);
}

.home-footer__content--left {
  width: 40%;
  padding-right: 4em;
}

.home-footer h3 {
  font-size: 1.63rem;
}

.home-footer__email {
  font-size: 1.19rem;
}


.home-footer__content--top {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.home-footer__content--top h1 {
  color: #FFF;
  font-size: 2.88rem;
  line-height: 3.75rem;
  font-style: normal;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.home-footer__content--top p {
  text-align: center;
  font-weight: 900;
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-top: 2rem;
}

.home-footer__content--main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 4.5rem 0;
}

.footer-menus {
  width: 25%;
}

/* .footer-menus--first {
  width: 34.5rem;
} */

.footer-menu {
  margin-top: 1.75rem;
}

.footer-menu img {
  width: 8.75rem;
}

.footer-menu li {
  margin-top: 1rem;
}

.footer-menu a,
.footer-menu li {
  font-size: 0.88rem;

}

/* .footer-menus--last {
  width: 40%;
} */

/* .footer-menus--last>li {
  width: 70%;
} */

.footer-menus .footer-title {
  font-weight: bold;
  font-size: 1.38rem;
  color: #FFFFFF;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 6deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -6deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

.home-footer__content--main a {
  color: #FFF;
}

.footer-menu a:hover {
  color: #1C2049;
}

.home-footer__copyright {

  padding: 1.3rem 0 1.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.33);
}

.home-footer__copyright P {
  /* width: var(--bs-screen-xxl);
  margin: 0 auto; */
  padding: 0 calc((100% - var(--bs-screen-xxl))/2);
  text-align: left;
  font-size: 0.88rem;
  color: #FFF;
}


/* 适配 */
@media only screen and (max-width:1441px) {
  :root {
    --bs-screen-xxl: 80rem;
  }
  .home-work_content1 {
    margin-top: 16rem;
  }
  .home-work__plastic--right{
    padding-left: 5.81rem;
  }
}
@media only screen and (max-width:1281px) {
  :root {
    --bs-screen-xxl: 76rem;
  }
  .home-work__plastic--right{
    padding-left: 4.5rem;
  }
}
@media only screen and (max-width:640px) {
  :root {
    --bs-screen-xxl: 95%
  }

  .case-swiper .swiper-button-prev {
    left: 0%;
  }

  .case-swiper .swiper-button-next {
    right: 0%;
  }

  .footer-menus {
    width: 100%;
  }

  .footer-menus--first {
    width: 100%;
  }

  .home-footer__content--top h1 {
    width: 100%;
  }

  .footer-menus {
    margin-bottom: 2rem;
  }

  #header-menu__expand {
    display: block;
    width: 1rem;
  }
  .header-lang{
    display: none;
  }
  /* #header-right {
    display: none;
    background-color: #ffffff;
    box-shadow: 1 13px 15px #999999ab;
    position: absolute;
    top: 5.625rem;
    left: 0;
    width: 100%;
    padding: 2rem 3rem;
    flex-direction: column-reverse;
  }

  #header-right .header-search {
    display: block;
  }

  .header-lang .header-search {
    display: none;
  }

  .header-menus {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }

  .header-menus li {
    margin: 0.75rem 0;
  } */



  /* 屏幕适配 */
  @media only screen and (max-width:  640px) {
    p {
      font-size: 0.8rem;
    }
    /* header */
    .header-email p{
      margin-top: 1rem;
    }
    .header-email img{
      margin-top: 0.5rem;
    }
    .header-con {
      padding: 0 5%;
    }
  
    .header-bottom {
      background-color: #4A54B6;
    }
    #header-menu__expand {
      display: block;
      width: 3rem;
    }
    #header-right {
      display: none;
      background-color: #4A54B6;
      position: absolute;
      top: 3.45rem;
      left: 0;
      width: 100%;
      padding: 2rem 3rem;
      flex-direction: column-reverse;
    }
    #header-right a {
      color: #FFF;
    }
    .header-menus {
      flex-direction: column;
      align-items: flex-start;
      /* margin: 0; */
      margin: 0 5%;
    }

    .header-menus li {
      margin: 0.75rem 0;
    }
    .header-lang {
      display: block;
      width: auto;
    }

    .header-menus__second {
      position: static;
      /* display: block; */
      width: 100%;
      background-color: transparent;
      box-shadow: none;
      height: 4rem;
    }
    .header-menus__second>li {
      margin: 1rem 2rem 1rem 0;
    }
    .header-menus__second>li a {
      font-size: 0.5rem;
    }
    .header-menus__third{
      margin-top: 0.4rem;
      width: 37.5rem;
      height: 1.5rem;
      background: #4A54B6;
      border-radius: 0.15rem;
      padding: 0rem 0.25rem;
      box-shadow: 0rem 0rem 0.5rem 0rem rgba(12, 0, 5, 0.35);
    }
    .header-menus__third>li {
      margin: 0.05rem 0.5rem;
      
    }
    .header-menus__third>li a {
      color: #4A54B6;
      font-size: 0.44rem;
      margin-top: 0.25rem;
    }
    .header-menus__third:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      top: -0.5rem;
      left: 1.5rem;
      border-right: solid 1rem transparent;
      border-left: solid 1rem transparent;
      border-bottom: solid 1rem #4A54B6;
    }



    /* banner */
    .home-banner {
      height: 19.44rem;
    }
    .home-banner_content {
      padding-top: 5rem;
      padding-left: 5%;
    }
    .home-banner_content1 {
      width: 23.69rem;
      height: 3.69rem;
      font-size: 2rem;
      line-height: 1.8rem;
    }
    .home-banner_content2 {
      margin-top: 1.15rem;
      width: 20rem;
      height: 2.66rem;
      font-size: 0.7rem;
      line-height: 1rem;
    }
    .home-banner_button{
      margin-top: 1.315rem;
    }
    .home-banner_button1{
      width: 5.625rem;
      height: 1.875rem;
      border-radius: 0.94rem;
    }
    
    .home-banner_button2{
      margin-left: 1.09rem;
      width: 5.625rem;
      height: 1.875rem;
      border-radius: 0.94rem;
      border: 0.03rem solid #FFFFFF;
    }
    .home-banner_button2 p,
    .home-banner_button1 p{
      margin-left: 0.875rem;
      margin-top: 0.6rem;
      height: 0.44rem;
      font-size: 0.5rem;
    }
    .home-banner_button2 img,
    .home-banner_button1 img{
      margin-top: 0.6rem;
      margin-left: 0.5rem;
      width: 0.7rem;
      height: 0.7rem;
    }

    /* work */
    .home-work {
      /* height: 112rem; */
      height: 265rem;
      padding: 2.3rem 5% 2.6rem 5%;
    }
    /* .home-work__part1 h2 {
      font-size: 1.13rem;
    } */
    .home-work__part1 p {
      /* width: 17.4rem; */
      /* font-size: 0.5rem;
      line-height: 0.82rem; */
      /* margin-top: 1.1rem; */
    }
    /* part2 */
    .home-work__assembling {
      display: block;
      height: 67rem;
    }
    .home-work__plastic {
      /* margin-top: 3.13rem; */
      display: block;
      height: 44rem;
    }
    .home-work__plastic--right{
      width: 100%;
      height: 50%;
    }
    .home-work__plastic--left,
    .home-work__assembling--left,
    .home-work__assembling--right {
      width: 100%;
      height: 50%;
    }
    .home-work__part2 img {
      width: 100%;
    }
    .home-work__plastic--right{
      padding-left: 0rem;
    }
    /* .home-work__part2 {
      margin-top: 2.5rem;
    }


    .home-work__part2 img {
      width: 17.9rem;
      height: 17rem;
    }
    .home-work__part2 h3{
      margin-top: 3rem;
      height: 0.875rem;
      font-size: 0.94rem;
      line-height: 0.815rem;
    }
    .home-work__part2 p{
      margin-top: 0.42rem;
      width: 16.8rem;
      line-height: 0.72rem;
      font-size: 0.5rem;
    }
    .home-work__part2--tags {
      margin-top: 1.655rem;
      height: 0.345rem;
    }
    .home-work__part2--tag {
      width: 0.815rem;
      margin-top: 0.2rem;
      height: 0.03rem;
    }
    .home-work__part2--tagName {
      padding-left: 0.25rem;
      height: 0.35rem;
      font-size: 0.44rem;
      line-height: 0.72rem;
    }
    .home-work__plastic {
      margin-top: 1.6rem;
      height: 11rem;
    }
    .home-work__plastic--left img{
      width: 17.85rem;
      height: 11rem;
    } */

    /* part3 */
    .home-work__part3 {
      margin-top: 5.6rem;
    }
    .home-work__item img {
      width: 2.9rem;
      height: 2.9rem;
    }
    .home-work__item h2 {
      margin-top: 1.44rem;
      /* font-size: 0.66rem; */
      /* line-height: 0.84rem; */
    }
    .home-work__item p {
      margin-top: 1.22rem;
    }
    /* .home-work__button {
      margin-top: 0.875rem;
    }
    .home-work__button--icon {
      width: 4.155rem;
      height: 1.25rem;
      border-radius: 0.625rem;
      padding-top: 0.25rem;
      font-size: 0.5rem;
    }

    .home-work__button--icon span {
      font-size: 0.44rem;
    } */

    /* part4 */
    .home-work__part4 {
      margin-top: 3.6rem;
      height: 8rem;
    }
    .home-work__part4 h2 {
      /* width: 14rem; */
      /* font-size: 0.94rem; */
      /* line-height: 1rem; */
    }
    .home-work__nums {
      margin-top: 2.065rem;
    }
    .home-work__count {
      height: 2.5rem;
      font-size: 3.13rem;
      line-height: 1.63rem;
    }
    .home-work__unit {
      font-size: 1.565rem;
    }
    .home-work__p2 {
      /* margin-top: 0.815rem; */
      width: 15rem;
      /* line-height: 0.625rem;
      font-size: 0.5rem; */
    }

    /* part5 */
    .home-work__part5 {
      margin-top: 7rem;
    }
    .home-work_content1 {
      margin-top: 9rem;
      margin-left: 0.9rem;
      height: 0.9rem;
      /* font-size: 1rem; */
    }
    .home-work_content2 {
      margin-left: 0.9rem;
      margin-top: 1rem;
      /* font-size: 0.5rem; */
    }
    .home-work__swiper-pagination {
      margin-top: 0.875rem;
    }

    .home-work__swiper-pagination .swiper-pagination-bullet {
      width: 0.47rem;
      height: 0.47rem;
      border-radius: 0.15rem;
      border: 0.5px solid #FFFFFF;
      margin: 0 0.5rem;
    }

    .home-work__swiper-pagination .swiper-pagination-bullet-active {
      border-radius: 0.15rem;
    }

    /* part6 */
    .home-work__part6 {
      margin-top: 3.625rem;
    }
    .home-work__part6 h2 {
      /* width: 15rem; */
      /* font-size: 1rem; */
      /* line-height: 1rem; */
    }
    .home-work__labels {
      height: 27.76rem;
      flex-wrap: wrap;
    }
    .home-work__label {
      width: 44%;
      height: 50%;
      margin: 3%;
    }
    .home-work__icons {
      margin-top: 8.5rem;
      flex-wrap: wrap;
      height: 11rem;
    }
    .home-work__icon {
      width: 28%;
      height: 50%;
      margin: 2%;
    }
    .home-work__p3 {
      width: 90%;
      padding-left: 5%;
      /* margin-top: 1.19rem;
      height: 1.25rem;
      font-size: 1rem;
      line-height: 1.25rem; */
    }
    /* .home-work__labels {
      margin-top: 2.28rem;
      height: 6.94rem;
    }
    .home-work__label {
      border-radius: 0.315rem;
    }
    .home-work__label img{
      margin-top: 0.645rem;
      width: 1.6rem;
      height: 1.6rem;
    }
    .home-work__count2 {
      margin-top: 0.47rem;
      height: 1.155rem;
      font-size: 1.39rem;
      line-height: 1.155rem;
    }
    .home-work__p3 {
      margin-top: 0.6rem;
      height: 0.625rem;
      font-size: 0.5rem;
      line-height: 0.625rem;
    }
    .home-work__icons {
      margin-top: 1.845rem;
      height: 2.655rem;
    }
    .home-work__endName {
      margin-top: 2.75rem;
      height: 0.8rem;
      font-size: 0.94rem;
      line-height: 0.8rem;
    } */
    .home-work__button2 {
      margin-top: 1.19rem;
    }

    /* footer */
    .footer-menus {
      width: 50%;
    }

  }
}