@charset "UTF-8";
#carouselExample .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 精创愿景 */
.mainPart01 {
  background: url(../img/vision.jpg) no-repeat top center;
  height: 330px;
  background-size: cover;
  margin-bottom: 120px;
}

.mainPart01 .info {
  text-align: center;
  color: #ffffff;
  padding-top: 46px;
}

.mainPart01 .info .tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 16px;
}

.mainPart01 .info .con {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
}

.mainPart01 .content {
  margin-top: 40px;
}

.mainPart01 .content:after {
  content: "";
  display: block;
  clear: both;
}

.mainPart01 .content .item {
  float: left;
  width: 40%;
  transition: all 0.5s ease;
  position: relative;
  height: 250px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

.mainPart01 .content .item.cur {
  width: 60%;
}

.mainPart01 .content .item ._img {
  position: absolute;
  left: 50%;
  margin-left: -420px;
  bottom: 0;
  width: 848px;
  height: 100%;
  max-width: none;
}

.mainPart01 .content .item .intro {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.mainPart01 .content .item .intro .box {
  padding: 47px 32px;
  color: #fff;
}

.mainPart01 .content .item .intro .box .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 17px;
}

.mainPart01 .content .item .intro .box .con {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.mainPart02 {
  margin-top: 100px;
  background: url(../img/mainPart02-bj.jpg) no-repeat center;
  height: 760px;
  padding-top: 20px;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.mainPart02 .info {
  padding: 20px;
  position: relative;
  height: 192px;
}

.mainPart02 .info h1.tit {
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  /* 宽度自适应 */
  white-space: nowrap;
  /* 文字不换行 */
  letter-spacing: 5px;
  /* 设置字间距为2像素 */
  color: #6e6e6e;
  font-size: 36px;
  padding: 0 10px;
  font-weight: bold;
}

.mainPart02 .info .desc {
  text-align: center;
  line-height: 24px;
  color: rgba(110, 110, 110, 0.8);
  width: 70%;
  margin: auto;
}

.mainPart02 .picture .item {
  border: 5px #fff solid;
}

.mainPart02 .picture .item img {
  width: 100%;
}

.mainPart02 .line {
  position: relative;
}

.mainPart02 .line span {
  display: block;
  background-color: #ef7800;
  position: absolute;
  z-index: 9;
}

.mainPart02 .line span:nth-child(1) {
  height: 2px;
  width: 12%;
  top: 0;
}

.mainPart02 .line span:nth-child(2) {
  height: 2px;
  width: 12%;
  top: 0;
  right: 0;
}

.mainPart02 .line span:nth-child(3) {
  width: 2px;
  height: 192px;
  top: 0;
  left: 0;
}

.mainPart02 .line span:nth-child(4) {
  width: 2px;
  height: 192px;
  top: 0;
  right: 0;
}

.mainPart02 .line span:nth-child(5) {
  height: 2px;
  width: 2.4%;
  top: 191px;
}

.mainPart02 .line span:nth-child(6) {
  height: 2px;
  width: 6%;
  top: 191px;
  left: 18.2%;
}

.mainPart02 .line span:nth-child(7) {
  height: 2px;
  width: 6%;
  top: 191px;
  left: 43%;
}

.mainPart02 .line span:nth-child(8) {
  height: 2px;
  width: 6%;
  top: 191px;
  left: 74.5%;
}

.mainPart02 .line span:nth-child(9) {
  height: 2px;
  width: 1.3%;
  top: 191px;
  right: 0;
}

.mainPart02 .tag-list {
  position: relative;
  top: -62px;
}

.mainPart02 .tag-list .item .t,
.mainPart02 .tag-list .item .c {
  text-align: center;
}

.mainPart02 .tag-list .item .t {
  font-size: 73.6px;
  color: #ef7800;
  letter-spacing: -6px;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
}

.mainPart02 .tag-list .item .c {
  color: #6e6e6e;
  font-size: 16px;
}

.mainPart02 .tag-list .item:first-child .t {
  margin-left: 20px;
}

.mainPart02 .tag-list .item:last-child {
  margin-right: 20px;
}

.mainPart02 .tag-list .item:last-child .t {
  padding-right: 80px;
}

.mainPart02 .tag-list .item:last-child span {
  font-size: 18px;
  position: absolute;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: left;
  bottom: 23px;
  right: 5px;
}

.mainPart03 {
  background: url("../img/mainPart03-bj.jpg") no-repeat top center;
  height: 652px;
  background-size: cover;
}

.mainPart03 .container {
  height: 100%;
}

.mainPart03 .container .gc {
  margin-top: 50px;
  height: 300px;
  background-color: rgba(238, 120, 0, 0.8);
  position: relative;
  margin-top: 80px;
  border-radius: 10px;
}

.mainPart03 .container .gc .info {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  margin: auto;
  height: 120px;
}

.mainPart03 .container .gc .info .tit {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.mainPart03 .container .gc .info .desc {
  line-height: 180%;
}

.mainPart04 {
  margin-bottom: 20px;
}

.mainPart04 .tag-list .item .ring {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 110px;
  background-color: #f39800;
  z-index: 10;
  overflow: hidden;
}

.mainPart04 .tag-list .item .ring .fat {
  position: absolute;
  width: 110px;
  height: 110px;
  clip: rect(0px, 57px, 57px, 0px);
  border-radius: 100px;
  background-color: #fff;
  z-index: 11;
  box-sizing: border-box;
  transition: transform 0.5s ease-in-out;
}

.mainPart04 .tag-list .item .ring .fat:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  clip: rect(0px, 55px, 55px, 0px);
  border-radius: 100px;
  background-color: #ef7800;
  z-index: 12;
  box-sizing: border-box;
}

.mainPart04 .tag-list .item .ring .pre1 {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: #fff;
  top: 20px;
  left: 20px;
  z-index: 12;
}

.mainPart04 .tag-list .item .ring .pre2 {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background-color: #fff;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.mainPart04 .tag-list .item:nth-child(1) .ring .fat {
  transform: rotate(0deg);
}

.mainPart04 .tag-list .item:nth-child(1):hover .fat {
  transform: rotate(90deg) !important;
}

.mainPart04 .tag-list .item:nth-child(2) .ring .fat {
  transform: rotate(90deg);
}

.mainPart04 .tag-list .item:nth-child(2):hover .fat {
  transform: rotate(180deg) !important;
}

.mainPart04 .tag-list .item:nth-child(3) .ring .fat {
  transform: rotate(180deg);
}

.mainPart04 .tag-list .item:nth-child(3):hover .fat {
  transform: rotate(270deg) !important;
}

.mainPart04 .tag-list .item .con {
  margin-left: 15px;
}

.mainPart04 .tag-list .item .con .tit {
  font-size: 47px;
  color: #ef7800;
  position: relative;
}

.mainPart04 .tag-list .item .con .desc {
  font-size: 16px;
  color: rgba(110, 110, 110, 0.8);
}

.mainPart04 .tag-list .item:nth-child(1) .con .tit:before {
  content: "+";
  position: absolute;
  width: 20px;
  height: 30px;
  right: 25px;
  top: -10px;
  font-size: 28px;
  font-weight: bold;
}

.mainPart04 .tag-list .item:nth-child(1) .con .tit:after {
  content: "㎡";
  width: 20px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}

.mainPart04 .tag-list .item:nth-child(2) .con .tit:before {
  content: "+";
  position: absolute;
  width: 20px;
  height: 30px;
  right: 75px;
  top: -10px;
  font-size: 28px;
  font-weight: bold;
}

.mainPart04 .tag-list .item:nth-child(2) .con .tit:after {
  content: "Sets";
  width: 20px;
  height: 30px;
  font-size: 26px;
  font-weight: bold;
  margin-left: 5px;
}

.mainPart04 .tag-list .item:nth-child(3) .con .tit:before {
  content: "+";
  position: absolute;
  width: 20px;
  height: 30px;
  right: 50px;
  top: -10px;
  font-size: 28px;
  font-weight: bold;
}

.mainPart04 .tag-list .item:nth-child(3) .con .tit:after {
  content: "Sets";
  width: 20px;
  height: 30px;
  font-size: 26px;
  font-weight: bold;
  margin-left: 5px;
}

.mainPart05 {
  padding-top: 60px;
}

.mainPart05 .info {
  text-align: center;
  color: #6e6e6e;
}

.mainPart05 .info .tit {
  font-size: 36px;
  margin-bottom: 20px;
}

.mainPart05 .info .desc {
  font-size: 16px;
}

.mainPart05 .picture ._pic {
  overflow: hidden;
}

.mainPart05 .picture ._pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.mainPart05 .picture ._pic:hover img {
  transform: scale(1.1);
}

.mainPart06 {
  position: relative;
  padding-top: 21px;
  overflow: hidden;
}

.mainPart06 ._bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
}

.mainPart06 ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainPart06 .info .tit {
  font-size: 40px;
  color: #333;
}

.mainPart06 .info .desc {
  font-size: 20px;
  letter-spacing: 4px;
  color: #666;
}

.mainPart06 .clientList {
  width: 100%;
  padding-bottom: 53.47%;
  position: relative;
}

.mainPart06 .clientList ._logo {
  width: 19.86%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.mainPart06 .clientList ._logo > div {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: var(--color1);
  border-radius: 50%;
  position: relative;
}

.mainPart06 .clientList ._logo ._cir {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color1);
  border-radius: 50%;
  animation: spread1 10s linear infinite;
  opacity: 0;
  will-change: transform;
  z-index: -1;
}

.mainPart06 .clientList ._logo .r1 {
  animation-delay: 0s;
}

.mainPart06 .clientList ._logo .r2 {
  animation-delay: 2s;
}

.mainPart06 .clientList ._logo .r3 {
  animation-delay: 4s;
}

.mainPart06 .clientList ._logo .r4 {
  animation-delay: 6s;
}

.mainPart06 .clientList ._logo .r5 {
  animation-delay: 8s;
}

.mainPart06 .clientList ._logo img {
  position: absolute;
  top: 50%;
  width: 70%;
  left: 18%;
  transform: translateY(-50%);
}

@keyframes spread1 {
  0% {
    transform: scale(1);
    opacity: .2;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}

.mainPart06 .clientList ._brand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainPart06 .clientList ._brand ._item {
  position: absolute;
  transform-origin: 40% 40%;
  animation: spin1 9s infinite linear;
  will-change: transform;
}

.mainPart06 .clientList ._brand ._item ._pal {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  animation-duration: 1.5s;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 15px 30px rgba(255, 147, 51, 0.05);
  will-change: transform;
  display: flex;
}

.mainPart06 .clientList ._brand ._item ._pal img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mainPart06 .clientList ._brand ._item.cir1 {
  left: 2%;
  top: 14%;
  width: 105px;
  height: 105px;
  animation: spin1 7s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir1 ._pal img {
  animation: spin1 7s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir2 {
  left: 3%;
  top: 63%;
  width: 116px;
  height: 116px;
  animation: spin2 5s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir2 ._pal img {
  animation: spin2 5s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir3 {
  left: 11%;
  top: 40%;
  width: 113px;
  height: 113px;
  animation: spin2 9s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir3 ._pal img {
  animation: spin2 9s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir4 {
  left: 27%;
  top: 62%;
  width: 175px;
  height: 175px;
  animation: spin2 6s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir4 ._pal img {
  animation: spin2 6s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir5 {
  left: 24%;
  top: 20%;
  width: 141px;
  height: 141px;
  animation: spin1 8s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir5 ._pal img {
  animation: spin1 8s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir6 {
  left: 17%;
  top: -5%;
  width: 138px;
  height: 138px;
  animation: spin2 10s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir6 ._pal img {
  animation: spin2 10s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir7 {
  right: 27%;
  top: 2%;
  width: 147px;
  height: 147px;
  animation: spin1 9s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir7 ._pal img {
  animation: spin1 9s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir8 {
  right: 23%;
  top: 48%;
  width: 150px;
  height: 150px;
  animation: spin2 7s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir8 ._pal img {
  animation: spin2 7s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir9 {
  right: 13%;
  top: 20%;
  width: 149px;
  height: 149px;
  animation: spin1 10s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir9 ._pal img {
  animation: spin1 10s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir10 {
  right: 4%;
  top: 68%;
  width: 150px;
  height: 150px;
  animation: spin2 5s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir10 ._pal img {
  animation: spin2 5s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir11 {
  right: 0%;
  top: 40%;
  width: 130px;
  height: 130px;
  animation: spin2 8s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir11 ._pal img {
  animation: spin2 8s infinite linear reverse;
}

.mainPart06 .clientList ._brand ._item.cir12 {
  right: 6%;
  top: -8%;
  width: 120px;
  height: 120px;
  animation: spin1 6s infinite linear;
}

.mainPart06 .clientList ._brand ._item.cir12 ._pal img {
  animation: spin1 6s infinite linear reverse;
}

@keyframes spin1 {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}

@media (max-width: 1200px) {
  .mainPart01 .info .tit {
    font-size: 24px;
  }
  .mainPart01 .info .con {
    font-size: 15px;
  }
  .mainPart01 .content .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .mainPart01 .content .item.cur {
    width: 100%;
  }
  .mainPart02 {
    margin-top: 20px;
    background-image: none  !important;
    height: auto;
  }
  .mainPart02 .line {
    display: none;
  }
  .mainPart02 .info {
    height: auto;
  }
  .mainPart02 .info h1.tit {
    position: unset;
    white-space: unset;
    transform: unset;
    font-size: 24px;
  }
  .mainPart02 .tag-list {
    flex-wrap: wrap;
    top: unset;
  }
  .mainPart02 .tag-list .item {
    width: 50%;
  }
  .mainPart02 .tag-list .item .t {
    font-size: 24px;
    letter-spacing: unset;
    padding-right: 0;
  }
  .mainPart02 .tag-list .item .c {
    font-size: 13px;
  }
  .mainPart02 .tag-list .item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .mainPart02 .tag-list .item:last-child span {
    font-size: 14px;
    bottom: 2px;
    left: 52%;
  }
  .mainPart03 {
    height: auto;
    padding: 20px 0;
  }
  .mainPart03 .container .gc {
    margin-top: 0;
  }
  .mainPart03 .container .gc .info {
    width: 90%;
    font-size: 15px;
    height: 170px;
  }
  .mainPart04 .tag-list .item .ring {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #f39800;
    z-index: 10;
    overflow: hidden;
  }
  .mainPart04 .tag-list .item .ring .fat {
    position: absolute;
    width: 50px;
    height: 50px;
    clip: rect(0px, 27px, 27px, 0px);
    border-radius: 40px;
    background-color: #fff;
    z-index: 11;
    box-sizing: border-box;
    transition: transform 0.5s ease-in-out;
  }
  .mainPart04 .tag-list .item .ring .fat:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    clip: rect(0px, 25px, 25px, 0px);
    border-radius: 40px;
    background-color: #ef7800;
    z-index: 12;
    box-sizing: border-box;
  }
  .mainPart04 .tag-list .item .ring .pre1 {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    background-color: #fff;
    top: 15px;
    left: 15px;
    z-index: 12;
  }
  .mainPart04 .tag-list .item .ring .pre2 {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color: #fff;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  .mainPart04 .tag-list .item:nth-child(1) .ring .fat {
    transform: rotate(0deg);
  }
  .mainPart04 .tag-list .item:nth-child(1):hover .fat {
    transform: rotate(90deg) !important;
  }
  .mainPart04 .tag-list .item:nth-child(2) .ring .fat {
    transform: rotate(90deg);
  }
  .mainPart04 .tag-list .item:nth-child(2):hover .fat {
    transform: rotate(180deg) !important;
  }
  .mainPart04 .tag-list .item:nth-child(3) .ring .fat {
    transform: rotate(180deg);
  }
  .mainPart04 .tag-list .item:nth-child(3):hover .fat {
    transform: rotate(270deg) !important;
  }
  .mainPart04 .tag-list .item .con {
    margin-left: 15px;
  }
  .mainPart04 .tag-list .item .con .tit {
    font-size: 30px;
    color: #ef7800;
    position: relative;
  }
  .mainPart04 .tag-list .item .con .desc {
    font-size: 14px;
    color: rgba(110, 110, 110, 0.8);
  }
  .mainPart04 .tag-list .item:nth-child(1) .con .tit:before {
    content: "+";
    position: absolute;
    width: 20px;
    height: 30px;
    left: 56%;
    top: -10px;
    font-size: 20px;
    font-weight: bold;
  }
  .mainPart04 .tag-list .item:nth-child(1) .con .tit:after {
    content: "㎡";
    width: 20px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
  }
  .mainPart04 .tag-list .item:nth-child(2) .con .tit:after {
    content: "Sets";
    width: 20px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
  }
  .mainPart04 .tag-list .item:nth-child(3) .con .tit:before {
    content: "+";
    position: absolute;
    width: 20px;
    height: 30px;
    left: 70%;
    top: -10px;
    font-size: 20px;
    font-weight: bold;
  }
  .mainPart04 .tag-list .item:nth-child(3) .con .tit:after {
    content: "Sets";
    width: 20px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 5%;
  }
  .mainPart05 {
    padding-top: 20px;
  }
  .mainPart06 .info .tit {
    font-size: 20px;
  }
  .mainPart06 .info .desc {
    font-size: 14px;
  }
  .mainPart06 .clientList {
    padding-bottom: 0;
  }
  .mainPart06 .clientList ._logo {
    position: static;
    transform: none;
    margin: 0 auto;
    width: 30%;
  }
  .mainPart06 .clientList ._brand {
    position: static;
    flex-wrap: wrap;
    display: flex;
    width: calc(100% + pxToRem(20));
    margin-top: 60px;
  }
  .mainPart06 .clientList ._brand ._item {
    position: static;
    animation: none !important;
    width: 50% !important;
    height: auto !important;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .mainPart06 .clientList ._brand ._item ._pal {
    border-radius: 10px;
    padding: 0;
  }
  .mainPart06 .clientList ._brand ._item ._pal img {
    animation: none !important;
  }
}

@media screen and (max-width: 768px) {
  .home-main {
    margin-top: 68px;
  }
  .mainPart04 .tag-list {
    display: unset !important;
    align-items: unset !important;
  }
}
