.banner {
  width: 100%;
  position: relative;
  font-size: 0;
}

.banner img {
  width: 100%;
}

.banner .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.banner .container .title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  padding-top: 190px;
}

.banner .container .title2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

.banner .container .desc {
  width: 350px;
  font-size: 18px;
  line-height: 28px;
  color: #4c4948;
  text-align: justify;
  margin-top: 80px;
}

.banner .container a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background: #727171;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 232px;
  height: 65px;
  box-sizing: border-box;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  margin-top: 40px;
}

.banner .container a:hover {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.part-1,
.part-2,
.part-3,
.part-4,
.part-5 {
  width: 100%;
  position: relative;
  font-size: 0;
}

.part-1 img,
.part-2 img,
.part-3 img,
.part-4 img,
.part-5 img {
  width: 100%;
}

.part-1 .container,
.part-2 .container,
.part-3 .container,
.part-4 .container,
.part-5 .container {
  position: relative;
}

.part-1-desc,
.part-2-desc,
.part-3-desc,
.part-4-desc {
  position: absolute;
  width: 462px;
}

.part-1-desc .title,
.part-2-desc .title,
.part-3-desc .title,
.part-4-desc .title {
  font-size: 46px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.part-1-desc .title2,
.part-2-desc .title2,
.part-3-desc .title2,
.part-4-desc .title2 {
  font-size: 28px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.part-1-desc .desc,
.part-2-desc .desc,
.part-3-desc .desc,
.part-4-desc .desc {
  font-size: 18px;
  line-height: 28px;
  color: #4c4948;
  margin-top: 20px;
  text-align: justify;
}

.part-1-desc {
  text-align: right;
  top: 332px;
  right: 0;
}

.part-2-desc {
  text-align: left;
  top: 282px;
  left: 0;
}

.part-3-desc {
  text-align: right;
  top: 252px;
  right: 0;
}

.part-4-desc {
  text-align: left;
  top: 282px;
  left: 0;
}

@media screen and (max-width: 1680px) {
  .banner {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .banner img {
    width: 100%;
  }

  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .banner .container .title {
    font-size: 40.25px;
    font-weight: bold;
    line-height: 1;
    padding-top: 166.25px;
  }

  .banner .container .title2 {
    font-size: 40.25px;
    font-weight: bold;
    line-height: 1;
    margin-top: 8.75px;
  }

  .banner .container .desc {
    width: 306.25px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #4c4948;
    text-align: justify;
    margin-top: 70px;
  }

  .banner .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.125px;
    line-height: 1;
    color: #fff;
    background: #727171;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    width: 203px;
    height: 56.875px;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    text-decoration: none;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-top: 35px;
  }

  .banner .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-1,
  .part-2,
  .part-3,
  .part-4 {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .part-1 img,
  .part-2 img,
  .part-3 img,
  .part-4 img {
    width: 100%;
  }

  .part-1 .container,
  .part-2 .container,
  .part-3 .container,
  .part-4 .container {
    position: relative;
  }

  .part-1-desc,
  .part-2-desc,
  .part-3-desc,
  .part-4-desc {
    position: absolute;
    width: 404.25px;
  }

  .part-1-desc .title,
  .part-2-desc .title,
  .part-3-desc .title,
  .part-4-desc .title {
    font-size: 40.25px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 8.75px;
  }

  .part-1-desc .title2,
  .part-2-desc .title2,
  .part-3-desc .title2,
  .part-4-desc .title2 {
    font-size: 24.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 8.75px;
  }

  .part-1-desc .desc,
  .part-2-desc .desc,
  .part-3-desc .desc,
  .part-4-desc .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #4c4948;
    margin-top: 17.5px;
    text-align: justify;
  }

  .part-1-desc {
    text-align: right;
    top: 290.5px;
    right: 0;
  }

  .part-2-desc {
    text-align: left;
    top: 246.75px;
    left: 0;
  }

  .part-3-desc {
    text-align: right;
    top: 220.5px;
    right: 0;
  }

  .part-4-desc {
    text-align: left;
    top: 246.75px;
    left: 0;
  }
}

@media screen and (max-width: 1440px) {
  .banner {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .banner img {
    width: 100%;
  }

  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .banner .container .title {
    font-size: 34.5px;
    font-weight: bold;
    line-height: 1;
    padding-top: 142.5px;
  }

  .banner .container .title2 {
    font-size: 34.5px;
    font-weight: bold;
    line-height: 1;
    margin-top: 7.5px;
  }

  .banner .container .desc {
    width: 262.5px;
    font-size: 13.5px;
    line-height: 21px;
    color: #4c4948;
    text-align: justify;
    margin-top: 60px;
  }

  .banner .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.25px;
    line-height: 1;
    color: #fff;
    background: #727171;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    width: 174px;
    height: 48.75px;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    text-decoration: none;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-top: 30px;
  }

  .banner .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-1,
  .part-2,
  .part-3,
  .part-4 {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .part-1 img,
  .part-2 img,
  .part-3 img,
  .part-4 img {
    width: 100%;
  }

  .part-1 .container,
  .part-2 .container,
  .part-3 .container,
  .part-4 .container {
    position: relative;
  }

  .part-1-desc,
  .part-2-desc,
  .part-3-desc,
  .part-4-desc {
    position: absolute;
    width: 346.5px;
  }

  .part-1-desc .title,
  .part-2-desc .title,
  .part-3-desc .title,
  .part-4-desc .title {
    font-size: 34.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 7.5px;
  }

  .part-1-desc .title2,
  .part-2-desc .title2,
  .part-3-desc .title2,
  .part-4-desc .title2 {
    font-size: 21px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 7.5px;
  }

  .part-1-desc .desc,
  .part-2-desc .desc,
  .part-3-desc .desc,
  .part-4-desc .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #4c4948;
    margin-top: 15px;
    text-align: justify;
  }

  .part-1-desc {
    text-align: right;
    top: 249px;
    right: 0;
  }

  .part-2-desc {
    text-align: left;
    top: 211.5px;
    left: 0;
  }

  .part-3-desc {
    text-align: right;
    top: 189px;
    right: 0;
  }

  .part-4-desc {
    text-align: left;
    top: 211.5px;
    left: 0;
  }
}

@media screen and (max-width: 1366px) {
  .banner {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .banner img {
    width: 100%;
  }

  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .banner .container .title {
    font-size: 32.2px;
    font-weight: bold;
    line-height: 1;
    padding-top: 133px;
  }

  .banner .container .title2 {
    font-size: 32.2px;
    font-weight: bold;
    line-height: 1;
    margin-top: 7px;
  }

  .banner .container .desc {
    width: 245px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #4c4948;
    text-align: justify;
    margin-top: 56px;
  }

  .banner .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10.5px;
    line-height: 1;
    color: #fff;
    background: #727171;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    width: 162.4px;
    height: 45.5px;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    text-decoration: none;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-top: 28px;
  }

  .banner .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-1,
  .part-2,
  .part-3,
  .part-4 {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .part-1 img,
  .part-2 img,
  .part-3 img,
  .part-4 img {
    width: 100%;
  }

  .part-1 .container,
  .part-2 .container,
  .part-3 .container,
  .part-4 .container {
    position: relative;
  }

  .part-1-desc,
  .part-2-desc,
  .part-3-desc,
  .part-4-desc {
    position: absolute;
    width: 323.4px;
  }

  .part-1-desc .title,
  .part-2-desc .title,
  .part-3-desc .title,
  .part-4-desc .title {
    font-size: 32.2px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 7px;
  }

  .part-1-desc .title2,
  .part-2-desc .title2,
  .part-3-desc .title2,
  .part-4-desc .title2 {
    font-size: 19.6px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 7px;
  }

  .part-1-desc .desc,
  .part-2-desc .desc,
  .part-3-desc .desc,
  .part-4-desc .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #4c4948;
    margin-top: 14px;
    text-align: justify;
  }

  .part-1-desc {
    text-align: right;
    top: 232.4px;
    right: 0;
  }

  .part-2-desc {
    text-align: left;
    top: 197.4px;
    left: 0;
  }

  .part-3-desc {
    text-align: right;
    top: 176.4px;
    right: 0;
  }

  .part-4-desc {
    text-align: left;
    top: 197.4px;
    left: 0;
  }
}

@media screen and (max-width: 1280px) {
  .banner {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .banner img {
    width: 100%;
  }

  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .banner .container .title {
    font-size: 30.36px;
    font-weight: bold;
    line-height: 1;
    padding-top: 125.4px;
  }

  .banner .container .title2 {
    font-size: 30.36px;
    font-weight: bold;
    line-height: 1;
    margin-top: 6.6px;
  }

  .banner .container .desc {
    width: 231px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #4c4948;
    text-align: justify;
    margin-top: 52.8px;
  }

  .banner .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.9px;
    line-height: 1;
    color: #fff;
    background: #727171;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    width: 153.12px;
    height: 42.9px;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    text-decoration: none;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-top: 26.4px;
  }

  .banner .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-1,
  .part-2,
  .part-3,
  .part-4 {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .part-1 img,
  .part-2 img,
  .part-3 img,
  .part-4 img {
    width: 100%;
  }

  .part-1 .container,
  .part-2 .container,
  .part-3 .container,
  .part-4 .container {
    position: relative;
  }

  .part-1-desc,
  .part-2-desc,
  .part-3-desc,
  .part-4-desc {
    position: absolute;
    width: 304.92px;
  }

  .part-1-desc .title,
  .part-2-desc .title,
  .part-3-desc .title,
  .part-4-desc .title {
    font-size: 30.36px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 6.6px;
  }

  .part-1-desc .title2,
  .part-2-desc .title2,
  .part-3-desc .title2,
  .part-4-desc .title2 {
    font-size: 18.48px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 6.6px;
  }

  .part-1-desc .desc,
  .part-2-desc .desc,
  .part-3-desc .desc,
  .part-4-desc .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #4c4948;
    margin-top: 13.2px;
    text-align: justify;
  }

  .part-1-desc {
    text-align: right;
    top: 219.12px;
    right: 0;
  }

  .part-2-desc {
    text-align: left;
    top: 186.12px;
    left: 0;
  }

  .part-3-desc {
    text-align: right;
    top: 166.32px;
    right: 0;
  }

  .part-4-desc {
    text-align: left;
    top: 186.12px;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .banner img {
    width: 100%;
  }

  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .banner .container .title {
    font-size: 24.38px;
    font-weight: bold;
    line-height: 1;
    padding-top: 100.7px;
  }

  .banner .container .title2 {
    font-size: 24.38px;
    font-weight: bold;
    line-height: 1;
    margin-top: 5.3px;
  }

  .banner .container .desc {
    width: 185.5px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #4c4948;
    text-align: justify;
    margin-top: 42.4px;
  }

  .banner .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7.95px;
    line-height: 1;
    color: #fff;
    background: #727171;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    width: 122.96px;
    height: 34.45px;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    text-decoration: none;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-top: 21.2px;
  }

  .banner .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-1,
  .part-2,
  .part-3,
  .part-4 {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .part-1 img,
  .part-2 img,
  .part-3 img,
  .part-4 img {
    width: 100%;
  }

  .part-1 .container,
  .part-2 .container,
  .part-3 .container,
  .part-4 .container {
    position: relative;
  }

  .part-1-desc,
  .part-2-desc,
  .part-3-desc,
  .part-4-desc {
    position: absolute;
    width: 244.86px;
  }

  .part-1-desc .title,
  .part-2-desc .title,
  .part-3-desc .title,
  .part-4-desc .title {
    font-size: 24.38px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 5.3px;
  }

  .part-1-desc .title2,
  .part-2-desc .title2,
  .part-3-desc .title2,
  .part-4-desc .title2 {
    font-size: 14.84px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 5.3px;
  }

  .part-1-desc .desc,
  .part-2-desc .desc,
  .part-3-desc .desc,
  .part-4-desc .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #4c4948;
    margin-top: 10.6px;
    text-align: justify;
  }

  .part-1-desc {
    text-align: right;
    top: 175.96px;
    right: 0;
  }

  .part-2-desc {
    text-align: left;
    top: 149.46px;
    left: 0;
  }

  .part-3-desc {
    text-align: right;
    top: 133.56px;
    right: 0;
  }

  .part-4-desc {
    text-align: left;
    top: 149.46px;
    left: 0;
  }
}

@media screen and (max-width: 799px) {
  .banner {
    width: 100%;
    position: relative;
    font-size: 0;
  }

  .banner img {
    width: 100%;
  }

  .banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .banner .container .title {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 1;
    padding-top: 1.2rem;
  }

  .banner .container .title2 {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.2rem;
  }

  .part-1-mb {
    width: 100%;
    font-size: 0;
    position: relative;
  }

  .part-1-mb img {
    width: 100%;
  }

  .part-1-mb .container {
    position: absolute;
    bottom: 1.2rem;
    right: 0.9rem;
  }

  .part-1-mb .container .title {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-align: right;
  }

  .part-1-mb .container .title2 {
    font-size: 0.3rem;
    line-height: 1;
    color: #000;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    text-align: right;
  }

  .part-1-mb .container .desc {
    font-size: 0.18rem;
    color: #4c4948;
    line-height: 0.28rem;
    width: 4.4rem;
    text-align: justify;
    float: right;
  }

  .part-2-mb {
    width: 100%;
    font-size: 0;
    position: relative;
  }

  .part-2-mb img {
    width: 100%;
  }

  .part-2-mb .container {
    position: absolute;
    bottom: 0.7rem;
    left: 0.9rem;
    text-align: left;
  }

  .part-2-mb .container .title {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
  }

  .part-2-mb .container .title2 {
    font-size: 0.3rem;
    line-height: 1;
    color: #000;
    margin-top: 0.1rem;
    padding-left: 1rem;
    margin-bottom: 0.2rem;
  }

  .part-2-mb .container .desc {
    font-size: 0.18rem;
    color: #4c4948;
    line-height: 0.28rem;
    width: 4.4rem;
  }

  .part-3-mb {
    width: 100%;
    font-size: 0;
    position: relative;
  }

  .part-3-mb img {
    width: 100%;
  }

  .part-3-mb .container {
    position: absolute;
    bottom: 0.7rem;
    right: 0.9rem;
  }

  .part-3-mb .container .title {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-align: right;
  }

  .part-3-mb .container .title2 {
    font-size: 0.3rem;
    line-height: 1;
    color: #000;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    text-align: right;
  }

  .part-3-mb .container .desc {
    font-size: 0.18rem;
    color: #4c4948;
    line-height: 0.28rem;
    width: 4.4rem;
    text-align: justify;
    float: right;
  }

  .part-4-mb {
    width: 100%;
    font-size: 0;
    position: relative;
  }

  .part-4-mb img {
    width: 100%;
  }

  .part-4-mb .container {
    position: absolute;
    bottom: 0.7rem;
    left: 0.9rem;
  }

  .part-4-mb .container .title {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-align: left;
  }

  .part-4-mb .container .title2 {
    font-size: 0.3rem;
    line-height: 1;
    color: #000;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    text-align: left;
    padding-left: 1rem;
  }

  .part-4-mb .container .desc {
    font-size: 0.18rem;
    color: #4c4948;
    line-height: 0.28rem;
    width: 4rem;
  }
  .part-5-mb {
    width: 100%;
    font-size: 0;
    position: relative;
  }

  .part-5-mb img {
    width: 100%;
  }

  .part-5-mb .container {
    width: 100%;
    bottom: 0.7rem;
    left: 0.9rem;
  }
}
.linkWindowBox {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 10px 0;
  box-shadow: black 0px 0px 30px 0px;
  position: fixed;
  bottom: -150px;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  z-index: 99;
}

.linkWindowBox .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.linkWindowBox-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #727171;
  margin-right: 30px;
}

.linkWindowBox-left img {
  width: 634px;
}

.linkWindowBox-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.linkWindowBox-right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 46px;
}

.linkWindowBox-right-item i {
  display: block;
  width: 46px;
  margin-right: 10px;
}

.linkWindowBox-right-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  width: 112px;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  background: #727171;
  box-sizing: border-box;
  border: 2px solid transparent;
  text-decoration: none;
}

.linkWindowBox-right-item:nth-child(1) i {
  height: 46px;
  background: url(/themes/llumar/images/cion_7.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(1):hover i {
  height: 46px;
  background: url(/themes/llumar/images/cion_8.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(1):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(2) i {
  height: 46px;
  background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(2):hover i {
  height: 46px;
  background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(2):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(3) i {
  height: 50px;
  background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(3):hover i {
  height: 50px;
  background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(3):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox.active {
  bottom: 0;
}

@media screen and (max-width: 1680px) {
  .linkWindowBox {
    width: 100%;
    height: 105px;
    box-sizing: border-box;
    padding: 8.75px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -131.25px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.75px solid #727171;
    margin-right: 26.25px;
  }
  .linkWindowBox-left img {
    width: 554.75px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40.25px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 40.25px;
    margin-right: 8.75px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15.75px;
    line-height: 1;
    color: #fff;
    width: 98px;
    height: 36.75px;
    border-radius: 18.375px;
    -webkit-border-radius: 18.375px;
    -moz-border-radius: 18.375px;
    -ms-border-radius: 18.375px;
    -o-border-radius: 18.375px;
    background: #727171;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_7.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_8.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 43.75px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 43.75px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1440px) {
  .linkWindowBox {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 7.5px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -112.5px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.5px solid #727171;
    margin-right: calc(30px * 0.75);
  }
  .linkWindowBox-left img {
    width: 475.5px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 34.5px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 34.5px;
    margin-right: 7.5px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    line-height: 1;
    color: #fff;
    width: 84px;
    height: 31.5px;
    border-radius: 15.75px;
    -webkit-border-radius: 15.75px;
    -moz-border-radius: 15.75px;
    -ms-border-radius: 15.75px;
    -o-border-radius: 15.75px;
    background: #727171;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_7.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_8.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 37.5px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 37.5px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1366px) {
  .linkWindowBox {
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    padding: 7px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -105px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.4px solid #727171;
    margin-right: 21px;
  }
  .linkWindowBox-left img {
    width: 443.8px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 32.2px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 32.2px;
    margin-right: 7px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12.6px;
    line-height: 1;
    color: #fff;
    width: 78.4px;
    height: 29.4px;
    border-radius: 14.7px;
    -webkit-border-radius: 14.7px;
    -moz-border-radius: 14.7px;
    -ms-border-radius: 14.7px;
    -o-border-radius: 14.7px;
    background: #727171;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_7.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_8.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 35px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 35px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .linkWindowBox {
    width: 100%;
    height: 79.2px;
    box-sizing: border-box;
    padding: 6.6px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -99px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.32px solid #727171;
    margin-right: 19.8px;
  }
  .linkWindowBox-left img {
    width: 418.44px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 30.36px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 30.36px;
    margin-right: 6.6px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.88px;
    line-height: 1;
    color: #fff;
    width: 73.92px;
    height: 27.72px;
    border-radius: 13.86px;
    -webkit-border-radius: 13.86px;
    -moz-border-radius: 13.86px;
    -ms-border-radius: 13.86px;
    -o-border-radius: 13.86px;
    background: #727171;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_7.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_8.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 33px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 33px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .linkWindowBox {
    width: 100%;
    height: 63.6px;
    box-sizing: border-box;
    padding: 5.3px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -79.5px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.06px solid #727171;
    margin-right: 15.9px;
  }
  .linkWindowBox-left img {
    width: 336.02px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 24.38px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 24.38px;
    margin-right: 5.3px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.54px;
    line-height: 1;
    color: #fff;
    width: 59.36px;
    height: 22.26px;
    border-radius: 11.13px;
    -webkit-border-radius: 11.13px;
    -moz-border-radius: 11.13px;
    -ms-border-radius: 11.13px;
    -o-border-radius: 11.13px;
    background: #727171;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_7.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_8.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 26.5px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 26.5px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 799px) {
  .linkWindowBox {
    width: 100%;
    height: 3.6rem;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 0.5rem;
    box-shadow: black 0px 0px 0.2rem 0px;
    position: fixed;
    bottom: -3.8rem;
    left: 0;
    background: #fff;
    display: block;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    z-index: 99;
  }
  .linkWindowBox-up {
    width: 2.8rem;
    font-size: 0;
    position: absolute;
    bottom: 3.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 0;
    display: block;
    cursor: pointer;
  }
  .linkWindowBox-up img {
    width: 100%;
  }
  .linkWindowBox-down {
    width: 100%;
    font-size: 0;
    margin: 0.2rem auto;
    cursor: pointer;
    text-align: center;
  }
  .linkWindowBox-down img {
    width: 0.3rem;
  }
  .linkWindowBox .container {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0 solid #727171;
    padding-bottom: 0.4rem;
    position: relative;
    margin-right: 0;
  }
  .linkWindowBox-left::after {
    content: "";
    display: block;
    width: 1.66rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .linkWindowBox-left-mb {
    width: 100%;
    text-align: center;
  }
  .linkWindowBox-left-mb .title {
    font-size: .3rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: .2rem;
  }
  .linkWindowBox-left-mb .desc {
    font-size: 0.2rem;
    line-height: 1;
    color: #000;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
  }
  .linkWindowBox-right-item {
    display: block;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 0.46rem;
    margin-right: 0.1rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    line-height: 1;
    color: #fff;
    width: 1.12rem;
    height: 0.42rem;
    border-radius: 0.21rem;
    -webkit-border-radius: 0.21rem;
    -moz-border-radius: 0.21rem;
    -ms-border-radius: 0.21rem;
    -o-border-radius: 0.21rem;
    background: #727171;
    box-sizing: border-box;
    border: 0 solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_7.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_8.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 0.5rem;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 0.5rem;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: contain;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}
