.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;
}

.archi-title {
  width: 100%;
}

.archi-title .container {
  font-size: 46px;
  line-height: 1;
  padding: 0.4rem 0;
  font-weight: bold;
  color: #dd1e2c;
}

.part-1 {
  width: 100%;
  margin-bottom: 60px;
}

.part-1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part-1-left {
  width: 560px;
}

.part-1-left .title {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 36px;
  color: #000;
}

.part-1-left .desc {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}

.part-1-left .title2 {
  font-size: 26px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #000;
}

.part-1-right {
  width: 860px;
}

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

.part-2 {
  width: 100%;
  margin-bottom: 60px;
}

.part-2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part-2-left {
  width: 560px;
}

.part-2-left .title {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 36px;
  color: #000;
  text-align: right;
}

.part-2-left .desc {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.part-2-left .title2 {
  font-size: 26px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #000;
  text-align: right;
}

.part-2-left .desc-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.part-2-left .desc-list p:nth-child(1) {
  margin-right: 18px;
}

.part-2-right {
  width: 860px;
}

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

.part-3 {
  width: 100%;
  margin-bottom: 60px;
}

.part-3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part-3-left {
  width: 560px;
}

.part-3-left .title {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 36px;
  color: #000;
}

.part-3-left .desc {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}

.part-3-left .title2 {
  font-size: 26px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #000;
}

.part-3-left .desc-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.part-3-left .desc-list p:nth-child(1) {
  margin-right: 68px;
}

.part-3-right {
  width: 860px;
}

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

.part-4 {
  width: 100%;
  padding: 60px 0;
  background: #f7f8f8;
}

.part-4 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part-4-left {
  width: 555px;
}

.part-4-left .title {
  font-size: 46px;
  line-height: 1;
  color: #dd1e2c;
  font-weight: bold;
  margin-bottom: 34px;
}

.part-4-left .desc {
  font-size: 18px;
  line-height: 28px;
  color: #4c4948;
  margin-bottom: 23px;
}

.part-4-right {
  width: 904px;
  font-size: 0;
}

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

.archi-title2 {
  width: 100%;
}

.archi-title2 .container {
  text-align: right;
  font-size: 46px;
  font-weight: bold;
  color: #dd1e2c;
  padding: 40px 0;
  line-height: 1;
}

.part-5 {
  width: 100%;
  margin-bottom: 40px;
}

.part-5 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part-5-left {
  width: 825px;
  font-size: 0;
}

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

.part-5-right {
  width: 560px;
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.part-5-right img {
  width: 153px;
  margin-bottom: 40px;
}

.part-5-right .title {
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 34px;
}

.part-5-right .desc {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.part-6 {
  width: 100%;
  margin-bottom: 40px;
}

.part-6 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part-6-left {
  width: 825px;
  font-size: 0;
}

.part-6-left img {
  width: 100%;
}

.part-6-right {
  width: 560px;
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.part-6-right img {
  width: 153px;
  margin-bottom: 40px;
}

.part-6-right .title {
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 34px;
}

.part-6-right .desc {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.part-7 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.part-7 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 84px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background: #727171;
  line-height: 1;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.part-7 a:hover {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.part-7 a:nth-child(1) {
  margin-right: 162px;
}

.part-8 {
  width: 100%;
  padding: 60px 0;
  background: #f7f8f8;
}

.part-8 .container {
  font-size: 0;
}

.part-8 .container .title {
  font-size: 46px;
  color: #dd1e2c;
  line-height: 1;
  padding-bottom: 40px;
  font-weight: bold;
}

.part-8 .container .desc {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  color: #4c4948;
}

.part-8 .container img {
  display: block;
  margin: 0 auto;
  width: 1068px;
}

.part-9 {
  width: 100%;
  padding: 60px 0;
}

.part-9 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part-9-left {
  width: 997px;
}

.part-9-left .title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 28px;
  color: #000;
}

.part-9-left .desc {
  font-size: 18px;
  line-height: 28px;
  color: #4c4948;
  text-align: justify;
}

.part-9-right {
  width: 328px;
  font-size: 0;
}

.part-9-right img {
  width: 100%;
}

.part-10 {
  width: 100%;
  padding: 60px 0;
  background: #f7f8f8;
}

.part-10 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part-10-left {
  width: 815px;
}

.part-10-left .title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 28px;
  color: #000;
}

.part-10-left .desc {
  font-size: 18px;
  line-height: 28px;
  color: #4c4948;
  margin-bottom: 28px;
  text-align: justify;
}

.part-10-left .descred {
  font-size: 18px;
  line-height: 28px;
  color: #dd1e2c;
  text-align: justify;
}

.part-10-right {
  width: 528px;
  font-size: 0;
}

.part-10-right img {
  width: 100%;
}

@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;
  }

  .archi-title {
    width: 100%;
  }

  .archi-title .container {
    font-size: 40.25px;
    line-height: 1;
    padding: 0.4rem 0;
    font-weight: bold;
    color: #dd1e2c;
  }

  .part-1 {
    width: 100%;
    margin-bottom: 52.5px;
  }

  .part-1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-1-left {
    width: 490px;
  }

  .part-1-left .title {
    font-size: 22.75px;
    line-height: 1;
    margin-bottom: 31.5px;
    color: #000;
  }

  .part-1-left .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    text-align: justify;
  }

  .part-1-left .title2 {
    font-size: 22.75px;
    line-height: 1;
    margin-top: 26.25px;
    margin-bottom: 15.75px;
    font-weight: bold;
    color: #000;
  }

  .part-1-right {
    width: 752.5px;
  }

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

  .part-2 {
    width: 100%;
    margin-bottom: 52.5px;
  }

  .part-2 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-2-left {
    width: 490px;
  }

  .part-2-left .title {
    font-size: 22.75px;
    line-height: 1;
    margin-bottom: 31.5px;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
  }

  .part-2-left .title2 {
    font-size: 22.75px;
    line-height: 1;
    margin-top: 26.25px;
    margin-bottom: 15.75px;
    font-weight: bold;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 17.5px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
  }

  .part-2-left .desc-list p:nth-child(1) {
    margin-right: 15.75px;
  }

  .part-2-right {
    width: 752.5px;
  }

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

  .part-3 {
    width: 100%;
    margin-bottom: 52.5px;
  }

  .part-3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-3-left {
    width: 490px;
  }

  .part-3-left .title {
    font-size: 22.75px;
    line-height: 1;
    margin-bottom: 31.5px;
    color: #000;
  }

  .part-3-left .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
    text-align: justify;
  }

  .part-3-left .title2 {
    font-size: 22.75px;
    line-height: 1;
    margin-top: 26.25px;
    margin-bottom: 15.75px;
    font-weight: bold;
    color: #000;
  }

  .part-3-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
  }

  .part-3-left .desc-list p:nth-child(1) {
    margin-right: 59.5px;
  }

  .part-3-right {
    width: 752.5px;
  }

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

  .part-4 {
    width: 100%;
    padding: 52.5px 0;
    background: #f7f8f8;
  }

  .part-4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-4-left {
    width: 485.625px;
  }

  .part-4-left .title {
    font-size: 40.25px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 29.75px;
  }

  .part-4-left .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #4c4948;
    margin-bottom: 20.125px;
  }

  .part-4-right {
    width: 791px;
    font-size: 0;
  }

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

  .archi-title2 {
    width: 100%;
  }

  .archi-title2 .container {
    text-align: right;
    font-size: 40.25px;
    font-weight: bold;
    color: #dd1e2c;
    padding: 35px 0;
    line-height: 1;
  }

  .part-5 {
    width: 100%;
    margin-bottom: 35px;
  }

  .part-5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-5-left {
    width: 721.875px;
    font-size: 0;
  }

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

  .part-5-right {
    width: 490px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .part-5-right img {
    width: 133.875px;
    margin-bottom: 35px;
  }

  .part-5-right .title {
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 29.75px;
  }

  .part-5-right .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    text-align: justify;
  }

  .part-6 {
    width: 100%;
    margin-bottom: 35px;
  }

  .part-6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-6-left {
    width: 721.875px;
    font-size: 0;
  }

  .part-6-left img {
    width: 100%;
  }

  .part-6-right {
    width: 490px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .part-6-right img {
    width: 133.875px;
    margin-bottom: 35px;
  }

  .part-6-right .title {
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 29.75px;
  }

  .part-6-right .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    text-align: justify;
  }

  .part-7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 52.5px;
  }

  .part-7 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 248.5px;
    height: 73.5px;
    border-radius: 4.375px;
    -webkit-border-radius: 4.375px;
    -moz-border-radius: 4.375px;
    -ms-border-radius: 4.375px;
    -o-border-radius: 4.375px;
    font-size: 15.75px;
    text-decoration: none;
    color: #fff;
    background: #727171;
    line-height: 1;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .part-7 a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-7 a:nth-child(1) {
    margin-right: 141.75px;
  }

  .part-8 {
    width: 100%;
    padding: 52.5px 0;
    background: #f7f8f8;
  }

  .part-8 .container {
    font-size: 0;
  }

  .part-8 .container .title {
    font-size: 40.25px;
    color: #dd1e2c;
    line-height: 1;
    padding-bottom: 35px;
    font-weight: bold;
  }

  .part-8 .container .desc {
    font-size: 15.75px;
    line-height: 1;
    margin-bottom: 17.5px;
    color: #4c4948;
  }

  .part-8 .container img {
    display: block;
    margin: 0 auto;
    width: 934.5px;
  }

  .part-9 {
    width: 100%;
    padding: 52.5px 0;
  }

  .part-9 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-9-left {
    width: 872.375px;
  }

  .part-9-left .title {
    font-size: 40.25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24.5px;
    color: #000;
  }

  .part-9-left .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #4c4948;
    text-align: justify;
  }

  .part-9-right {
    width: 287px;
    font-size: 0;
  }

  .part-9-right img {
    width: 100%;
  }

  .part-10 {
    width: 100%;
    padding: 52.5px 0;
    background: #f7f8f8;
  }

  .part-10 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-10-left {
    width: 713.125px;
  }

  .part-10-left .title {
    font-size: 40.25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24.5px;
    color: #000;
  }

  .part-10-left .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #4c4948;
    margin-bottom: 24.5px;
    text-align: justify;
  }

  .part-10-left .descred {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #dd1e2c;
    text-align: justify;
  }

  .part-10-right {
    width: 462px;
    font-size: 0;
  }

  .part-10-right img {
    width: 100%;
  }
}

@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;
  }

  .archi-title {
    width: 100%;
  }

  .archi-title .container {
    font-size: 34.5px;
    line-height: 1;
    padding: 0.4rem 0;
    font-weight: bold;
    color: #dd1e2c;
  }

  .part-1 {
    width: 100%;
    margin-bottom: 45px;
  }

  .part-1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-1-left {
    width: 420px;
  }

  .part-1-left .title {
    font-size: 19.5px;
    line-height: 1;
    margin-bottom: 27px;
    color: #000;
  }

  .part-1-left .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    text-align: justify;
  }

  .part-1-left .title2 {
    font-size: 19.5px;
    line-height: 1;
    margin-top: 22.5px;
    margin-bottom: 13.5px;
    font-weight: bold;
    color: #000;
  }

  .part-1-right {
    width: 645px;
  }

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

  .part-2 {
    width: 100%;
    margin-bottom: 45px;
  }

  .part-2 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-2-left {
    width: 420px;
  }

  .part-2-left .title {
    font-size: 19.5px;
    line-height: 1;
    margin-bottom: 27px;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
  }

  .part-2-left .title2 {
    font-size: 19.5px;
    line-height: 1;
    margin-top: 22.5px;
    margin-bottom: 13.5px;
    font-weight: bold;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
  }

  .part-2-left .desc-list p:nth-child(1) {
    margin-right: 13.5px;
  }

  .part-2-right {
    width: 645px;
  }

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

  .part-3 {
    width: 100%;
    margin-bottom: 45px;
  }

  .part-3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-3-left {
    width: 420px;
  }

  .part-3-left .title {
    font-size: 19.5px;
    line-height: 1;
    margin-bottom: 27px;
    color: #000;
  }

  .part-3-left .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
    text-align: justify;
  }

  .part-3-left .title2 {
    font-size: 19.5px;
    line-height: 1;
    margin-top: 22.5px;
    margin-bottom: 13.5px;
    font-weight: bold;
    color: #000;
  }

  .part-3-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
  }

  .part-3-left .desc-list p:nth-child(1) {
    margin-right: 51px;
  }

  .part-3-right {
    width: 645px;
  }

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

  .part-4 {
    width: 100%;
    padding: 45px 0;
    background: #f7f8f8;
  }

  .part-4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-4-left {
    width: 416.25px;
  }

  .part-4-left .title {
    font-size: 34.5px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 25.5px;
  }

  .part-4-left .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #4c4948;
    margin-bottom: 17.25px;
  }

  .part-4-right {
    width: 678px;
    font-size: 0;
  }

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

  .archi-title2 {
    width: 100%;
  }

  .archi-title2 .container {
    text-align: right;
    font-size: 34.5px;
    font-weight: bold;
    color: #dd1e2c;
    padding: 30px 0;
    line-height: 1;
  }

  .part-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .part-5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-5-left {
    width: 618.75px;
    font-size: 0;
  }

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

  .part-5-right {
    width: 420px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .part-5-right img {
    width: 114.75px;
    margin-bottom: 30px;
  }

  .part-5-right .title {
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 25.5px;
  }

  .part-5-right .desc {
    font-size: 13.5px;
    line-height: 21px;
    text-align: justify;
  }

  .part-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .part-6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-6-left {
    width: 618.75px;
    font-size: 0;
  }

  .part-6-left img {
    width: 100%;
  }

  .part-6-right {
    width: 420px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .part-6-right img {
    width: 114.75px;
    margin-bottom: 30px;
  }

  .part-6-right .title {
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 25.5px;
  }

  .part-6-right .desc {
    font-size: 13.5px;
    line-height: 21px;
    text-align: justify;
  }

  .part-7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
  }

  .part-7 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 213px;
    height: 63px;
    border-radius: 3.75px;
    -webkit-border-radius: 3.75px;
    -moz-border-radius: 3.75px;
    -ms-border-radius: 3.75px;
    -o-border-radius: 3.75px;
    font-size: 13.5px;
    text-decoration: none;
    color: #fff;
    background: #727171;
    line-height: 1;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .part-7 a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-7 a:nth-child(1) {
    margin-right: 121.5px;
  }

  .part-8 {
    width: 100%;
    padding: 45px 0;
    background: #f7f8f8;
  }

  .part-8 .container {
    font-size: 0;
  }

  .part-8 .container .title {
    font-size: 34.5px;
    color: #dd1e2c;
    line-height: 1;
    padding-bottom: 30px;
    font-weight: bold;
  }

  .part-8 .container .desc {
    font-size: 13.5px;
    line-height: 1;
    margin-bottom: 15px;
    color: #4c4948;
  }

  .part-8 .container img {
    display: block;
    margin: 0 auto;
    width: 801px;
  }

  .part-9 {
    width: 100%;
    padding: 45px 0;
  }

  .part-9 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-9-left {
    width: 747.75px;
  }

  .part-9-left .title {
    font-size: 34.5px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 21px;
    color: #000;
  }

  .part-9-left .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #4c4948;
    text-align: justify;
  }

  .part-9-right {
    width: 246px;
    font-size: 0;
  }

  .part-9-right img {
    width: 100%;
  }

  .part-10 {
    width: 100%;
    padding: 45px 0;
    background: #f7f8f8;
  }

  .part-10 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-10-left {
    width: 611.25px;
  }

  .part-10-left .title {
    font-size: 34.5px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 21px;
    color: #000;
  }

  .part-10-left .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #4c4948;
    margin-bottom: 21px;
    text-align: justify;
  }

  .part-10-left .descred {
    font-size: 13.5px;
    line-height: 21px;
    color: #dd1e2c;
    text-align: justify;
  }

  .part-10-right {
    width: 396px;
    font-size: 0;
  }

  .part-10-right img {
    width: 100%;
  }
}

@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;
  }

  .archi-title {
    width: 100%;
  }

  .archi-title .container {
    font-size: 32.2px;
    line-height: 1;
    padding: 0.4rem 0;
    font-weight: bold;
    color: #dd1e2c;
  }

  .part-1 {
    width: 100%;
    margin-bottom: 42px;
  }

  .part-1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-1-left {
    width: 392px;
  }

  .part-1-left .title {
    font-size: 18.2px;
    line-height: 1;
    margin-bottom: 25.2px;
    color: #000;
  }

  .part-1-left .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    text-align: justify;
  }

  .part-1-left .title2 {
    font-size: 18.2px;
    line-height: 1;
    margin-top: 21px;
    margin-bottom: 12.6px;
    font-weight: bold;
    color: #000;
  }

  .part-1-right {
    width: 602px;
  }

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

  .part-2 {
    width: 100%;
    margin-bottom: 42px;
  }

  .part-2 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-2-left {
    width: 392px;
  }

  .part-2-left .title {
    font-size: 18.2px;
    line-height: 1;
    margin-bottom: 25.2px;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
  }

  .part-2-left .title2 {
    font-size: 18.2px;
    line-height: 1;
    margin-top: 21px;
    margin-bottom: 12.6px;
    font-weight: bold;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 14px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
  }

  .part-2-left .desc-list p:nth-child(1) {
    margin-right: 12.6px;
  }

  .part-2-right {
    width: 602px;
  }

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

  .part-3 {
    width: 100%;
    margin-bottom: 42px;
  }

  .part-3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-3-left {
    width: 392px;
  }

  .part-3-left .title {
    font-size: 18.2px;
    line-height: 1;
    margin-bottom: 25.2px;
    color: #000;
  }

  .part-3-left .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
    text-align: justify;
  }

  .part-3-left .title2 {
    font-size: 18.2px;
    line-height: 1;
    margin-top: 21px;
    margin-bottom: 12.6px;
    font-weight: bold;
    color: #000;
  }

  .part-3-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
  }

  .part-3-left .desc-list p:nth-child(1) {
    margin-right: 47.6px;
  }

  .part-3-right {
    width: 602px;
  }

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

  .part-4 {
    width: 100%;
    padding: 42px 0;
    background: #f7f8f8;
  }

  .part-4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-4-left {
    width: 388.5px;
  }

  .part-4-left .title {
    font-size: 32.2px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 23.8px;
  }

  .part-4-left .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #4c4948;
    margin-bottom: 16.1px;
  }

  .part-4-right {
    width: 632.8px;
    font-size: 0;
  }

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

  .archi-title2 {
    width: 100%;
  }

  .archi-title2 .container {
    text-align: right;
    font-size: 32.2px;
    font-weight: bold;
    color: #dd1e2c;
    padding: 28px 0;
    line-height: 1;
  }

  .part-5 {
    width: 100%;
    margin-bottom: 28px;
  }

  .part-5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-5-left {
    width: 577.5px;
    font-size: 0;
  }

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

  .part-5-right {
    width: 392px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .part-5-right img {
    width: 107.1px;
    margin-bottom: 28px;
  }

  .part-5-right .title {
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 23.8px;
  }

  .part-5-right .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    text-align: justify;
  }

  .part-6 {
    width: 100%;
    margin-bottom: 28px;
  }

  .part-6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-6-left {
    width: 577.5px;
    font-size: 0;
  }

  .part-6-left img {
    width: 100%;
  }

  .part-6-right {
    width: 392px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .part-6-right img {
    width: 107.1px;
    margin-bottom: 28px;
  }

  .part-6-right .title {
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 23.8px;
  }

  .part-6-right .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    text-align: justify;
  }

  .part-7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
  }

  .part-7 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 198.8px;
    height: 58.8px;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    font-size: 12.6px;
    text-decoration: none;
    color: #fff;
    background: #727171;
    line-height: 1;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .part-7 a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-7 a:nth-child(1) {
    margin-right: 113.4px;
  }

  .part-8 {
    width: 100%;
    padding: 42px 0;
    background: #f7f8f8;
  }

  .part-8 .container {
    font-size: 0;
  }

  .part-8 .container .title {
    font-size: 32.2px;
    color: #dd1e2c;
    line-height: 1;
    padding-bottom: 28px;
    font-weight: bold;
  }

  .part-8 .container .desc {
    font-size: 12.6px;
    line-height: 1;
    margin-bottom: 14px;
    color: #4c4948;
  }

  .part-8 .container img {
    display: block;
    margin: 0 auto;
    width: 747.6px;
  }

  .part-9 {
    width: 100%;
    padding: 42px 0;
  }

  .part-9 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-9-left {
    width: 697.9px;
  }

  .part-9-left .title {
    font-size: 32.2px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 19.6px;
    color: #000;
  }

  .part-9-left .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #4c4948;
    text-align: justify;
  }

  .part-9-right {
    width: 229.6px;
    font-size: 0;
  }

  .part-9-right img {
    width: 100%;
  }

  .part-10 {
    width: 100%;
    padding: 42px 0;
    background: #f7f8f8;
  }

  .part-10 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-10-left {
    width: 570.5px;
  }

  .part-10-left .title {
    font-size: 32.2px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 19.6px;
    color: #000;
  }

  .part-10-left .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #4c4948;
    margin-bottom: 19.6px;
    text-align: justify;
  }

  .part-10-left .descred {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #dd1e2c;
    text-align: justify;
  }

  .part-10-right {
    width: 369.6px;
    font-size: 0;
  }

  .part-10-right img {
    width: 100%;
  }
}

@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;
  }

  .archi-title {
    width: 100%;
  }

  .archi-title .container {
    font-size: 30.36px;
    line-height: 1;
    padding: 0.4rem 0;
    font-weight: bold;
    color: #dd1e2c;
  }

  .part-1 {
    width: 100%;
    margin-bottom: 39.6px;
  }

  .part-1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-1-left {
    width: 369.6px;
  }

  .part-1-left .title {
    font-size: 17.16px;
    line-height: 1;
    margin-bottom: 23.76px;
    color: #000;
  }

  .part-1-left .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    text-align: justify;
  }

  .part-1-left .title2 {
    font-size: 17.16px;
    line-height: 1;
    margin-top: 19.8px;
    margin-bottom: 11.88px;
    font-weight: bold;
    color: #000;
  }

  .part-1-right {
    width: 567.6px;
  }

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

  .part-2 {
    width: 100%;
    margin-bottom: 39.6px;
  }

  .part-2 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-2-left {
    width: 369.6px;
  }

  .part-2-left .title {
    font-size: 17.16px;
    line-height: 1;
    margin-bottom: 23.76px;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
  }

  .part-2-left .title2 {
    font-size: 17.16px;
    line-height: 1;
    margin-top: 19.8px;
    margin-bottom: 11.88px;
    font-weight: bold;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 13.2px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
  }

  .part-2-left .desc-list p:nth-child(1) {
    margin-right: 11.88px;
  }

  .part-2-right {
    width: 567.6px;
  }

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

  .part-3 {
    width: 100%;
    margin-bottom: 39.6px;
  }

  .part-3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-3-left {
    width: 369.6px;
  }

  .part-3-left .title {
    font-size: 17.16px;
    line-height: 1;
    margin-bottom: 23.76px;
    color: #000;
  }

  .part-3-left .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
    text-align: justify;
  }

  .part-3-left .title2 {
    font-size: 17.16px;
    line-height: 1;
    margin-top: 19.8px;
    margin-bottom: 11.88px;
    font-weight: bold;
    color: #000;
  }

  .part-3-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
  }

  .part-3-left .desc-list p:nth-child(1) {
    margin-right: 44.88px;
  }

  .part-3-right {
    width: 567.6px;
  }

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

  .part-4 {
    width: 100%;
    padding: 39.6px 0;
    background: #f7f8f8;
  }

  .part-4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-4-left {
    width: 366.3px;
  }

  .part-4-left .title {
    font-size: 30.36px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 22.44px;
  }

  .part-4-left .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #4c4948;
    margin-bottom: 15.18px;
  }

  .part-4-right {
    width: 596.64px;
    font-size: 0;
  }

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

  .archi-title2 {
    width: 100%;
  }

  .archi-title2 .container {
    text-align: right;
    font-size: 30.36px;
    font-weight: bold;
    color: #dd1e2c;
    padding: 26.4px 0;
    line-height: 1;
  }

  .part-5 {
    width: 100%;
    margin-bottom: 26.4px;
  }

  .part-5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-5-left {
    width: 544.5px;
    font-size: 0;
  }

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

  .part-5-right {
    width: 369.6px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .part-5-right img {
    width: 100.98px;
    margin-bottom: 26.4px;
  }

  .part-5-right .title {
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 22.44px;
  }

  .part-5-right .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    text-align: justify;
  }

  .part-6 {
    width: 100%;
    margin-bottom: 26.4px;
  }

  .part-6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-6-left {
    width: 544.5px;
    font-size: 0;
  }

  .part-6-left img {
    width: 100%;
  }

  .part-6-right {
    width: 369.6px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .part-6-right img {
    width: 100.98px;
    margin-bottom: 26.4px;
  }

  .part-6-right .title {
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 22.44px;
  }

  .part-6-right .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    text-align: justify;
  }

  .part-7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 39.6px;
  }

  .part-7 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 187.44px;
    height: 55.44px;
    border-radius: 3.3px;
    -webkit-border-radius: 3.3px;
    -moz-border-radius: 3.3px;
    -ms-border-radius: 3.3px;
    -o-border-radius: 3.3px;
    font-size: 11.88px;
    text-decoration: none;
    color: #fff;
    background: #727171;
    line-height: 1;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .part-7 a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-7 a:nth-child(1) {
    margin-right: 106.92px;
  }

  .part-8 {
    width: 100%;
    padding: 39.6px 0;
    background: #f7f8f8;
  }

  .part-8 .container {
    font-size: 0;
  }

  .part-8 .container .title {
    font-size: 30.36px;
    color: #dd1e2c;
    line-height: 1;
    padding-bottom: 26.4px;
    font-weight: bold;
  }

  .part-8 .container .desc {
    font-size: 11.88px;
    line-height: 1;
    margin-bottom: 13.2px;
    color: #4c4948;
  }

  .part-8 .container img {
    display: block;
    margin: 0 auto;
    width: 704.88px;
  }

  .part-9 {
    width: 100%;
    padding: 39.6px 0;
  }

  .part-9 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-9-left {
    width: 658.02px;
  }

  .part-9-left .title {
    font-size: 30.36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18.48px;
    color: #000;
  }

  .part-9-left .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #4c4948;
    text-align: justify;
  }

  .part-9-right {
    width: 216.48px;
    font-size: 0;
  }

  .part-9-right img {
    width: 100%;
  }

  .part-10 {
    width: 100%;
    padding: 39.6px 0;
    background: #f7f8f8;
  }

  .part-10 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-10-left {
    width: 537.9px;
  }

  .part-10-left .title {
    font-size: 30.36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18.48px;
    color: #000;
  }

  .part-10-left .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #4c4948;
    margin-bottom: 18.48px;
    text-align: justify;
  }

  .part-10-left .descred {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #dd1e2c;
    text-align: justify;
  }

  .part-10-right {
    width: 348.48px;
    font-size: 0;
  }

  .part-10-right img {
    width: 100%;
  }
}

@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;
  }

  .archi-title {
    width: 100%;
  }

  .archi-title .container {
    font-size: 24.38px;
    line-height: 1;
    padding: 0.4rem 0;
    font-weight: bold;
    color: #dd1e2c;
  }

  .part-1 {
    width: 100%;
    margin-bottom: 31.8px;
  }

  .part-1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-1-left {
    width: 296.8px;
  }

  .part-1-left .title {
    font-size: 13.78px;
    line-height: 1;
    margin-bottom: 19.08px;
    color: #000;
  }

  .part-1-left .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    text-align: justify;
  }

  .part-1-left .title2 {
    font-size: 13.78px;
    line-height: 1;
    margin-top: 15.9px;
    margin-bottom: 9.54px;
    font-weight: bold;
    color: #000;
  }

  .part-1-right {
    width: 455.8px;
  }

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

  .part-2 {
    width: 100%;
    margin-bottom: 31.8px;
  }

  .part-2 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-2-left {
    width: 296.8px;
  }

  .part-2-left .title {
    font-size: 13.78px;
    line-height: 1;
    margin-bottom: 19.08px;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
  }

  .part-2-left .title2 {
    font-size: 13.78px;
    line-height: 1;
    margin-top: 15.9px;
    margin-bottom: 9.54px;
    font-weight: bold;
    color: #000;
    text-align: right;
  }

  .part-2-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 10.6px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
  }

  .part-2-left .desc-list p:nth-child(1) {
    margin-right: 9.54px;
  }

  .part-2-right {
    width: 455.8px;
  }

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

  .part-3 {
    width: 100%;
    margin-bottom: 31.8px;
  }

  .part-3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-3-left {
    width: 296.8px;
  }

  .part-3-left .title {
    font-size: 13.78px;
    line-height: 1;
    margin-bottom: 19.08px;
    color: #000;
  }

  .part-3-left .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
    text-align: justify;
  }

  .part-3-left .title2 {
    font-size: 13.78px;
    line-height: 1;
    margin-top: 15.9px;
    margin-bottom: 9.54px;
    font-weight: bold;
    color: #000;
  }

  .part-3-left .desc-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
  }

  .part-3-left .desc-list p:nth-child(1) {
    margin-right: 36.04px;
  }

  .part-3-right {
    width: 455.8px;
  }

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

  .part-4 {
    width: 100%;
    padding: 31.8px 0;
    background: #f7f8f8;
  }

  .part-4 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-4-left {
    width: 294.15px;
  }

  .part-4-left .title {
    font-size: 24.38px;
    line-height: 1;
    color: #dd1e2c;
    font-weight: bold;
    margin-bottom: 18.02px;
  }

  .part-4-left .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #4c4948;
    margin-bottom: 12.19px;
  }

  .part-4-right {
    width: 479.12px;
    font-size: 0;
  }

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

  .archi-title2 {
    width: 100%;
  }

  .archi-title2 .container {
    text-align: right;
    font-size: 24.38px;
    font-weight: bold;
    color: #dd1e2c;
    padding: 21.2px 0;
    line-height: 1;
  }

  .part-5 {
    width: 100%;
    margin-bottom: 21.2px;
  }

  .part-5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-5-left {
    width: 437.25px;
    font-size: 0;
  }

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

  .part-5-right {
    width: 296.8px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .part-5-right img {
    width: 81.09px;
    margin-bottom: 21.2px;
  }

  .part-5-right .title {
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 18.02px;
  }

  .part-5-right .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    text-align: justify;
  }

  .part-6 {
    width: 100%;
    margin-bottom: 21.2px;
  }

  .part-6 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-6-left {
    width: 437.25px;
    font-size: 0;
  }

  .part-6-left img {
    width: 100%;
  }

  .part-6-right {
    width: 296.8px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .part-6-right img {
    width: 81.09px;
    margin-bottom: 21.2px;
  }

  .part-6-right .title {
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 18.02px;
  }

  .part-6-right .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    text-align: justify;
  }

  .part-7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 31.8px;
  }

  .part-7 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150.52px;
    height: 44.52px;
    border-radius: 2.65px;
    -webkit-border-radius: 2.65px;
    -moz-border-radius: 2.65px;
    -ms-border-radius: 2.65px;
    -o-border-radius: 2.65px;
    font-size: 9.54px;
    text-decoration: none;
    color: #fff;
    background: #727171;
    line-height: 1;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .part-7 a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .part-7 a:nth-child(1) {
    margin-right: 85.86px;
  }

  .part-8 {
    width: 100%;
    padding: 31.8px 0;
    background: #f7f8f8;
  }

  .part-8 .container {
    font-size: 0;
  }

  .part-8 .container .title {
    font-size: 24.38px;
    color: #dd1e2c;
    line-height: 1;
    padding-bottom: 21.2px;
    font-weight: bold;
  }

  .part-8 .container .desc {
    font-size: 9.54px;
    line-height: 1;
    margin-bottom: 10.6px;
    color: #4c4948;
  }

  .part-8 .container img {
    display: block;
    margin: 0 auto;
    width: 566.04px;
  }

  .part-9 {
    width: 100%;
    padding: 31.8px 0;
  }

  .part-9 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-9-left {
    width: 528.41px;
  }

  .part-9-left .title {
    font-size: 24.38px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14.84px;
    color: #000;
  }

  .part-9-left .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #4c4948;
    text-align: justify;
  }

  .part-9-right {
    width: 173.84px;
    font-size: 0;
  }

  .part-9-right img {
    width: 100%;
  }

  .part-10 {
    width: 100%;
    padding: 31.8px 0;
    background: #f7f8f8;
  }

  .part-10 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .part-10-left {
    width: 431.95px;
  }

  .part-10-left .title {
    font-size: 24.38px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14.84px;
    color: #000;
  }

  .part-10-left .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #4c4948;
    margin-bottom: 14.84px;
    text-align: justify;
  }

  .part-10-left .descred {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #dd1e2c;
    text-align: justify;
  }

  .part-10-right {
    width: 279.84px;
    font-size: 0;
  }

  .part-10-right img {
    width: 100%;
  }
}

@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;
  }

  .archi-title-mb {
    width: 100%;
    font-size: 0.46rem;
    color: #dd1e2c;
    padding: 0.4rem 0;
    font-weight: bold;
  }

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

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

  .part-1-mb-desc {
    position: absolute;
    left: 0.8rem;
    top: 3.8rem;
    width: 4rem;
  }

  .part-1-mb-desc .title {
    font-size: 0.28rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 0.2rem;
  }

  .part-1-mb-desc .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
  }

  .part-1-mb-desc .desc span {
    font-weight: bold;
  }

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

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

  .part-2-mb-desc {
    position: absolute;
    right: 0.8rem;
    top: 4.2rem;
    text-align: right;
  }

  .part-2-mb-desc .title {
    font-size: 0.28rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 0.2rem;
  }

  .part-2-mb-desc .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
    text-align: justify;
    width: 4.5rem;
  }

  .part-2-mb-l {
    position: absolute;
    top: 6.6rem;
    right: 0.8rem;
    width: 6rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
  }

  .part-2-mb-l-l {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .part-3-mb-desc {
    position: absolute;
    left: 0.8rem;
    top: 4.2rem;
  }

  .part-3-mb-desc .title {
    font-size: 0.28rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 0.2rem;
  }

  .part-3-mb-desc .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
    text-align: justify;
    width: 4.5rem;
  }

  .part-3-mb-l {
    position: absolute;
    top: 6.6rem;
    left: 0.8rem;
    width: 3.5rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
  }

  .part-3-mb-l-l {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .part-4-mb {
    width: 100%;
    background: #f7f8f8;
    font-size: 0;
    padding-bottom: 0.4rem;
  }

  .part-4-mb .title {
    font-size: 0.46rem;
    color: #dd1e2c;
    line-height: 1;
    padding: 0.4rem 0;
    font-weight: bold;
  }

  .part-4-mb .desc {
    font-size: 0.18rem;
    color: #000;
    line-height: 0.28rem;
    text-align: justify;
  }

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

  .archi-title2-mb {
    width: 100%;
    font-size: 0.46rem;
    color: #dd1e2c;
    padding: 0.4rem 0;
    font-weight: bold;
    text-align: right;
  }

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

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

  .part-5-mb-desc {
    position: absolute;
    right: 0.8rem;
    top: 4.2rem;
    width: 4rem;
    text-align: right;
  }

  .part-5-mb-desc .title {
    font-size: 0.28rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 0.2rem;
  }

  .part-5-mb-desc .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
    text-align: justify;
  }

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

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

  .part-6-mb-desc {
    position: absolute;
    left: 0.8rem;
    top: 4.8rem;
    width: 4rem;
  }

  .part-6-mb-desc .title {
    font-size: 0.28rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 0.2rem;
  }

  .part-6-mb-desc .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
    text-align: justify;
  }

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

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

  .part-7-mb-desc {
    position: absolute;
    right: 0.8rem;
    top: 4.9rem;
    width: 4rem;
    text-align: right;
  }

  .part-7-mb-desc .title {
    font-size: 0.28rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 0.2rem;
  }

  .part-7-mb-desc .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
    text-align: justify;
  }

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

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

  .part-8-mb-desc {
    position: absolute;
    left: 0.8rem;
    top: 4.3rem;
    width: 4rem;
  }

  .part-8-mb-desc .title {
    font-size: 0.28rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 0.2rem;
  }

  .part-8-mb-desc .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
    text-align: justify;
  }

  .part-9-mb {
    width: 100%;
    padding: 0.4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .part-9-mb a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    color: #fff;
    line-height: 1;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    width: 2.68rem;
    height: 0.72rem;
    background: #727171;
    text-decoration: none;
  }

  .part-9-mb a:nth-child(1) {
    margin-right: 0.8rem;
  }

  .part-10-mb {
    width: 100%;
    font-size: 0;
    padding: 0.4rem 0;
    background: #f7f8f8;
  }

  .part-10-mb .title {
    font-size: 0.46rem;
    padding-bottom: 0.2rem;
    font-weight: bold;
    color: #dd1e2c;
    line-height: 1;
  }

  .part-10-mb .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
  }

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

  .part-11-mb {
    width: 100%;
    font-size: 0;
    padding: 0.4rem 0;
  }

  .part-11-mb .title {
    font-size: 0.46rem;
    padding-bottom: 0.2rem;
    font-weight: bold;
    color: #dd1e2c;
    line-height: 1;
  }

  .part-11-mb .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
  }

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

  .part-12-mb {
    width: 100%;
    font-size: 0;
    padding: 0.4rem 0;
    background-color: #f7f8f8;
  }

  .part-12-mb .title {
    font-size: 0.46rem;
    padding-bottom: 0.2rem;
    font-weight: bold;
    color: #dd1e2c;
    line-height: 1;
  }

  .part-12-mb .desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #000;
  }

  .part-12-mb .desc2 {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #dd1e2c;
    margin-top: 0.2rem;
  }

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

.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-item {
  padding-right: 35px;
}

.linkWindowBox-left-item p {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.linkWindowBox-left-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-decoration: none;
}

.linkWindowBox-left-item a img {
  width: 32px;
  margin-right: 5px;
}

.linkWindowBox-left-item a:hover {
  text-decoration: underline;
}

.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-item {
    padding-right: 30.625px;
  }

  .linkWindowBox-left-item p {
    font-size: 22.75px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 28px;
    margin-right: 4.375px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .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-item {
    padding-right: 26.25px;
  }

  .linkWindowBox-left-item p {
    font-size: 19.5px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 24px;
    margin-right: 3.75px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .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-item {
    padding-right: 24.5px;
  }

  .linkWindowBox-left-item p {
    font-size: 18.2px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 22.4px;
    margin-right: 3.5px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .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-item {
    padding-right: 23.1px;
  }

  .linkWindowBox-left-item p {
    font-size: 17.16px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 21.12px;
    margin-right: 3.3px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .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-item {
    padding-right: 18.55px;
  }

  .linkWindowBox-left-item p {
    font-size: 13.78px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 16.96px;
    margin-right: 2.65px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .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-item {
    padding-right: 0;
  }

  .linkWindowBox-left-item p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 0.32rem;
    margin-right: 0;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .linkWindowBox-left-item:nth-child(1) {
    margin-right: .3rem;
  }

  .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;
  }
}
