.home {
  width: 100%;
}

.home .section {
  width: 100%;
  height: 100vh;
}

.home .section .banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.home .section .banner .swiper-container {
  width: 100%;
}
.item2 .text .tl{
	color: #000!important;
}
.home .section .banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.home .section .banner .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
}

.home .section .banner .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.home .section .banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 5%;
  bottom: 47%;
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 2px;
}
.home .section .banner .swiper-container .swiper-wrapper .swiper-slide .text p{
  font-weight: bold;
}

.home .section .banner .scroll-down {
  position: absolute;
  bottom: 32%;
  left: 7.5%;
  cursor: pointer;
  transition: all 600ms;
  z-index: 100;
}

.home .section .banner .scroll-down svg {
  transition: all 1s ease;
  position: relative;
  transform: scale(0.8);
}

.home .section .banner .scroll-down svg #progress {
  stroke-width: 2px;
  stroke: #ffffff;
  stroke-dasharray: 300px 280px;
  stroke-dashoffset: 300px;
  transition: all 0.4s ease-out;
  fill: transparent;
}

.home .section .banner .scroll-down span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 200;
}

.home .section .banner .scroll-down span img {
  width: 30px;
  transform: rotate(-90deg);
}

.home .section .banner .mouse {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  color: #0C367F;
  z-index: 100;
  cursor: pointer;
}

.home .section .banner .mouse i {
  font-size: 24px;
}

.home .section .about {
  width: 100%;
  height: 100vh;
  background-color: #141D2B;
  display: flex;
  align-items: center;
  position: relative;
}

.home .section .about .l {
  width: 30%;
  height: 70vh;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .section .about .l .p1 {
  color: white;
  font-size: 34px;
  font-weight: bold;
}

.home .section .about .l .des {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 200;
  margin: 60px 0 30px 0;
  line-height: 28px;
}

.home .section .about .l .more {
  color: white;
}

.home .section .about .l .more .base-cta-text {
  cursor: pointer;
}

.home .section .about .l .more .base-cta-text .base-cta-text__label {
  color: rgba(255, 255, 255, 0.5) !important;
  letter-spacing: -1px;
}

.home .section .about .l .allNums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  top: 5%;
}

.home .section .about .l .allNums .item,
.home .section .about .l .allNums .contact .cl .infos .item2,
.home .section .contact .cl .infos .about .l .allNums .item2 {
  width: 45%;
  border-bottom: 1px solid #1F2837;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.home .section .about .l .allNums .item .nl .sz span,
.home .section .about .l .allNums .contact .cl .infos .item2 .nl .sz span,
.home .section .contact .cl .infos .about .l .allNums .item2 .nl .sz span {
  font-size: 26px;
  color: white;
  font-weight: bold;
  transition: ease all .2s
}

.home .section .about .l .allNums .item:hover .nl .sz span {
  color: #D0111B;
}

.home .section .about .l .allNums .item .nl .sz i,
.home .section .about .l .allNums .contact .cl .infos .item2 .nl .sz i,
.home .section .contact .cl .infos .about .l .allNums .item2 .nl .sz i {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.home .section .about .l .allNums .item .nl .st,
.home .section .about .l .allNums .contact .cl .infos .item2 .nl .st,
.home .section .contact .cl .infos .about .l .allNums .item2 .nl .st {
  color: #545C69;
  font-size: 14px;
  margin-top: 10px;
}

.home .section .about .l .allNums .item .nr i,
.home .section .about .l .allNums .contact .cl .infos .item2 .nr i,
.home .section .contact .cl .infos .about .l .allNums .item2 .nr i {
  color: #838E96;
  font-size: 40px;
}

.home .section .about .r {
  position: absolute;
  right: 0;
  top: 15vh;
  height: 85vh;
  background: url("../image/map.svg") no-repeat;
  background-size: contain;
  z-index: 100;
  width: 65%;
}

.home .section .about .r .list .dot {
  position: absolute;
  display: flex;
  align-items: center;
}

.home .section .about .r .list .dot .hint {
  width: 60px;
  height: 60px;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.home .section .about .r .list .dot .hint::before {
  width: 8px;
  height: 8px;
  background-color: #0F356C;
  content: "";
  position: absolute;
  top: 50%;
  left: 32%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.home .section .about .r .list .dot .hint::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 2px;
  height: 2px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
  animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
}

.home .section .about .r .list .dot .hint .pulse {
  position: absolute;
  top: -5px;
  left: -6px;
  height: 66px;
  width: 66px;
  border: 2px solid #0F356C;
  border-radius: 48px;
  -webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
  box-shadow: 0 0 4px #82878f, inset 0 0 10px #82878f;
  opacity: 0.12;
  filter: alpha(opacity=0);
  -webkit-animation: warn 2s ease-out both;
  animation: warn 2s ease-out both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: 0 0;
}

.home .section .about .r .list .dot .hint .delay-10 {
  animation-delay: -1.2s;
}

.home .section .about .r .list .dot .hint .delay-09 {
  animation-delay: -0.8s;
}

.home .section .about .r .list .dot .hint .delay-08 {
  animation-delay: -0.4s;
}

.home .section .about .r .list .dot .hint .hint-radius {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  margin: -125px 0 0 -125px;
  border-radius: 50%;
  transition-property: background-color, opacity, visibility, transform, -webkit-transform;
  -webkit-transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.home .section .about .r .list .dot .hint .hint-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
  animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
}

@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes home_hero_item_hints_glow-data-v-8d9497d2 {

  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }

  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.home .section .about .r .list .dot .text {
  margin-left: 5px;
}

.home .section .about .r .list .dot .text p {
  font-size: 14px;
  color: white;
  font-weight: 200;
  margin-top: 5px;
}

.home .section .about .r .list .dot1 {
  left: 9.5%;
  top: 11%;
}

.home .section .about .r .list .dot2 {
  left: 15%;
  top: 14%;
}

.home .section .about .r .list .dot3 {
  left: 15%;
  top: 8%;
}

.home .section .about .r .list .dot4 {
  left: 10%;
  top: 17%;
}

.home .section .about .r .list .dot5 {
  left: 43%;
  top: 23%;
}

.home .section .about .r .list .dot6 {
  left: 24%;
  top: 33%;
}

.home .section .about .r .list .dot7 {
  left: 76%;
  top: 22%;
}

.home .section .about .r .list .slogo {
  position: absolute;
  left: 35.5%;
  top: 27%;
  text-align: center;
}

.home .section .about .r .list .slogo img {
  width: 74px;
}
.home .section .about .r .list .slogo i {
  color: #D0111B;
}

.home .section .products {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* background: url("../image/page2.png") no-repeat; */
}
#section3{
	background: url("../image/page2.png") no-repeat;
}
.home .section .products .ball {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -650px;
  text-align: center;
  display: none;
}

.home .section .products .ball img {
  vertical-align: bottom;
}

.home .section .products .content {
  width: 90%;
  height: 80vh;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.home .section .products .content .line1 {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E7E7E7;
  left: 0;
  top: 0;
}

.home .section .products .content .line2 {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E7E7E7;
  left: 15%;
  top: 0;
}

.home .section .products .content .line3 {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E7E7E7;
  right: 15%;
  top: 0;
}

.home .section .products .content .lp {
  width: 15%;
  padding-top: 1%;
}

.home .section .products .content .lp .p1 {
  color: #343434;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}

.home .section .products .content .lp .swiper-pagination {
  position: static;
  width: 50%;
  margin: 40px auto;
}

.home .section .products .content .lp .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  display: block;
  text-align: left;
  color: #2A2C34;
  font-size: 15px;
  margin-bottom: 15px;
  opacity: 1;
  transition: all 600ms;
}

.home .section .products .content .lp .swiper-pagination .swiper-pagination-bullet-active {
  color: #D0111B;
}

.home .section .products .content .cp {
  width: 60%;
  padding: 1% 5% 0 5%;
}

.home .section .products .content .cp .btns {
  display: flex;
  justify-content: flex-end;
  margin: 60px 0;
}

.home .section .products .content .cp .btns div {
  width: 46px;
  height: 46px;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  color: #BFBFBF;
  font-size: 18px;
  margin-left: 40px;
  cursor: pointer;
  transition: all 600ms;
}

.home .section .products .content .cp .btns div:hover {
  background-color: #D0111B;
  color: white;
  border-color: #D0111B;
}

.home .section .products .content .cp .btns .prev {
  transform: rotate(-90deg);
}

.home .section .products .content .cp .btns .next {
  transform: rotate(90deg);
}

.home .section .products .content .cp .sw1 {
  width: 80%;
  margin: 0 auto;
}

.home .section .products .content .cp .sw1 .swiper-container {
  width: 100%;
}

.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .pic,
.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .contact .cl .infos .item2 .pic,
.home .section .contact .cl .infos .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item2 .pic {
  width: 100%;
  text-align: center;
}

.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .pic img,
.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .contact .cl .infos .item2 .pic img,
.home .section .contact .cl .infos .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item2 .pic img {
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
  transition: all 600ms;
}

.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .pic:hover img,
.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .contact .cl .infos .item2 .pic:hover img,
.home .section .contact .cl .infos .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item2 .pic:hover img {
  transform: scale(1.05);
}

.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .text,
.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .contact .cl .infos .item2 .text,
.home .section .contact .cl .infos .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item2 .text {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
}

.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .text .tl,
.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .contact .cl .infos .item2 .text .tl,
.home .section .contact .cl .infos .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item2 .text .tl {
  color: #D0111B;
  font-size: 30px;
  font-weight: 500;
}

.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .text .des,
.home .section .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .contact .cl .infos .item2 .text .des,
.home .section .contact .cl .infos .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item2 .text .des {
  color: #383838;
  font-weight: 400;
  line-height: 32px;
  margin-top: 15px;
}

.home .section .products .content .cp .more {

  text-align: center;
}

.home .section .products .content .cp .more .base-cta-text {
  cursor: pointer;
}

.home .section .products .content .cp .more .base-cta-text .base-cta-text__label {
  letter-spacing: -1px;
}

.home .section .products .content .cp .sw2 {
  width: 80%;
  margin: 0 auto;
}

.home .section .products .content .cp .sw2 .swiper-container .swiper-wrapper{
  justify-content: space-around;
  width: 86%;
  margin: 0 auto;
}

.home .section .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide {
  padding: 20px 10px;
  box-sizing: border-box;
}

.home .section .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  transition: ease all .2s;
}

.home .section .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .pic {
  transform: scale(1.13);
}

.home .section .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}

.home .section .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic:hover img {
  transform: scale(1.05);
}

.home .section .products .content .rp {
  width: 15%;
  padding-top: 1%;
}

.home .section .products .content .rp .p1 {
  text-align: center;
  color: #393939;
  font-size: 14px;
  margin-top: 80px;
}

.home .section .products .content .rp .op {
  text-align: center;
  margin-top: 150px;
}

.home .section .products .content .rp .op .pic img {
  max-width: 100%;
  vertical-align: bottom;
  transition: all 600ms;
}

.home .section .products .content .rp .op p {
  font-size: 18px;
  margin-top: 20px;
  color: #000;
}

.home .section .products .content .rp .op:hover .pic img {
  transform: scale(1.05);
}

.home .section .capacity {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.home .section .capacity .content {
  width: 90%;
  height: 70vh;
}

.home .section .capacity .content .t1 {
  color: #343434;
  font-size: 34px;
  font-weight: bold;
}

.home .section .capacity .content .swiper-pagination {
  position: static;
  display: flex;
  border-top: 1px solid #EBEEF1;
  margin: 30px 0;
}

.home .section .capacity .content .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  padding: 30px 0;
  background-color: transparent;
  color: #6A6A6A;
  font-size: 18px;
  transition: all 600ms;
  margin-right: 40px;
  position: relative;
}

.home .section .capacity .content .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #D0111B;
  transition: all 600ms;
  position: absolute;
  left: 0;
  top: -1px;
}

.home .section .capacity .content .swiper-pagination .swiper-pagination-bullet-active {
  color: #1F1F1F;
}

.home .section .capacity .content .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
}

.home .section .capacity .content .allImgs {
  width: 100%;
}

.home .section .capacity .content .allImgs .swiper-container {
  width: 100%;
}

.home .section .capacity .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .pic {
  display: flex;
  align-items: flex-end;
  height: 450px;
}

.home .section .capacity .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  display: block;
  height: 80%;
  object-fit: cover;
  transition: all 600ms;
}

.home .section .capacity .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .text {
  margin-top: 40px;
}

.home .section .capacity .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .text .p1 {
  color: #242529;
  font-size: 22px;
  font-weight: 500;
}

.home .section .capacity .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .text .des {
  color: #242529;
  font-size: 14px;
  line-height: 28px;
  margin-top: 30px;
}

.home .section .capacity .content .allImgs .swiper-container .swiper-wrapper .swiper-slide-active .pic img {
  height: 100%;
}

.home .section .news {
  width: 100%;
  display: flex;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 90px;
}

.home .section .news .nl {
  width: 50%;
  height: calc(100vh - 90px);
  background: url("../image/nl.png") no-repeat;
  background-size: cover;
  position: relative;
}

.home .section .news .nl .t1 {
  color: white;
  width: 80%;
  font-size: 34px;
  font-weight: bold;
  border-bottom: 1px solid rgba(235, 238, 241, 0.3);
  padding: 40px 0;
  margin: 120px auto;
}

.home .section .news .nl .oNews {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 10%;
}

.home .section .news .nl .oNews .time {
  color: white;
  font-size: 14px;
}

.home .section .news .nl .oNews .st1 {
  color: white;
  font-size: 26px;
  margin: 10px 0 30px 0;
}

.home .section .news .nl .oNews .more .base-cta-text {
  cursor: pointer;
  color: white;
}

.home .section .news .nl .oNews .more .base-cta-text .base-cta-text__label {
  letter-spacing: -1px;
  color: white !important;
}

.home .section .news .nr {
  width: 50%;
  height: 100%;
}

.home .section .news .nr .n1 {
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
  height: 25%;
  transition: ease all .2s;
  position: relative;
  border-bottom: 1px solid #E9E9E9;
  cursor: pointer;
}

.home .section .news .nr .n1:hover {
  color: #ffffff;
  background-color: #0C3675;
}

.home .section .news .nr .n1 .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.home .section .news .nr .n1 .bg img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.home .section .news .nr .n1 .p1 {
  color: #aaaaaa;
  font-size: 14px;
}

.home .section .news .nr .n1 .p2 {
  color: #000;
  font-size: 26px;
  margin: 20px 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .section .news .nr .n1 .des {
  color: #333;
  font-size: 14px;
  line-height: 26px;
}

.home .section .news .nr .n1 .more {
  margin-top: 10px;
}

.home .section .news .nr .n1 .more .base-cta-text {
  cursor: pointer;
  color: inherit;
}

.home .section .news .nr .n1 .more .base-cta-text .base-cta-text__label {
  letter-spacing: -1px;
  color: inherit;
}

.home .section .news .nr .allNews {
  width: 100%;
  height: 60vh;
}

.home .section .news .nr .allNews a {
  width: 80%;
  height: calc(15vh - 60px);
  border-bottom: 1px solid #E9E9E9;
  padding: 30px 10%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 600ms;
}

.home .section .news .nr .allNews a .p1 {
  color: #2E2E2E;
  transition: all 600ms;
  font-size: 14px;
}

.home .section .news .nr .allNews a .p2 {
  color: #272727;
  transition: all 600ms;
  font-size: 20px;
  margin-top: 20px;
}

.home .section .news .nr .allNews a:hover {
  background-color: #0C3675;
}

.home .section .news .nr .n1:hover .p1,
.home .section .news .nr .n1:hover .p2,
.home .section .news .nr .n1:hover .des {
  color: #ffffff;
}

.home .section .news .nr .allNews a:hover .p1,
.home .section .news .nr .allNews a:hover .p2 {
  color: white;
}

.home .section .news .nr .allNews a:last-child {
  border-bottom: none;
}

.home .section .contact {
  width: 100%;
  display: flex;
  height: 100vh;
}

.home .section .contact .cl {
  width: 30%;
  padding: 15vh 5%;
  height: 70vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .section .contact .cl .t1 {
  color: #343434;
  font-size: 34px;
  font-weight: bold;
  border-bottom: 1px solid #E7E7E7;
  padding: 30px 0;
}

.home .section .contact .cl .t2 {
  color: #1F1F1F;
  font-size: 26px;
  font-weight: 500;
}

.home .section .contact .cl .infos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .section .contact .cl .infos .item,
.home .section .contact .cl .infos .item2 {
  width: 48%;
}

.home .section .contact .cl .infos .item p:nth-child(1),
.home .section .contact .cl .infos .item2 p:nth-child(1) {
  color: #111111;
  font-weight: bold;
}

.home .section .contact .cl .infos .item p:nth-child(2),
.home .section .contact .cl .infos .item2 p:nth-child(2) {
  color: #636567;
  font-size: 15px;
  margin-top: 10px;
}

.home .section .contact .cl .infos .item2 {
  width: 100%;
  margin-top: 30px;
}

.home .section .contact .cl .gz p {
  color: #111111;
  font-weight: bold;
}

.home .section .contact .cl .gz .icons {
  margin-top: 30px;
}

.home .section .contact .cl .gz .icons a {
  display: inline-block;
  margin-right: 30px;
  color: #95999E;
  transition: all 600ms;
}

.home .section .contact .cl .gz .icons a i {
  font-size: 20px;
}

.home .section .contact .cl .gz .icons a:hover {
  color: #D0111B;
}

.home .section .contact .cl .copyright p,
.home .section .contact .cl .copyright a {
  color: #636567;
  font-size: 14px;
  margin-bottom: 5px;
  transition: all 600ms;
}

.home .section .contact .cl .copyright p:hover,
.home .section .contact .cl .copyright a:hover {
  color: #D0111B;
}

.home .section .contact .cr {
  width: 60%;
  height: 100vh;
  background: url("../image/gc.png") no-repeat;
  background-size: cover;
  position: relative;
}

.home .section .contact .cr .factory {
  position: absolute;
  top: 30%;
  left: 10%;
  width: auto;
  padding: 0 30px;
  border-right: 1px solid #113048;
}

.home .section .contact .cr .factory .line {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 42px;
  background-color: #D0111B;
  transition: all 600ms;
}

.home .section .contact .cr .factory span {
  display: block;
  color: white;
  font-size: 14px;
  height: 42px;
  cursor: pointer;
  line-height: 42px;
  transition: all 600ms;
}

.home .section .contact .cr .factory .active {
  color: #D0111B;
}

.home .section .contact .cr .intro {
  width: 53%;
  margin: 30vh auto 0 auto;
  overflow: hidden;
}

.home .section .contact .cr .intro .t1 {
  color: white;
  font-size: 26px;
  font-weight: 500;
}

.home .section .contact .cr .intro .des {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 30px;
  line-height: 28px;
}

.home .section .contact .cr .list .hint {
  position: absolute;
  width: 60px;
  height: 60px;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  cursor: pointer;
}

.home .section .contact .cr .list .hint::before {
  width: 8px;
  height: 8px;
  background-color: #D0111B;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.home .section .contact .cr .list .hint::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 2px;
  height: 2px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
  animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
}

.home .section .contact .cr .list .hint .hint-radius {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  margin: -125px 0 0 -125px;
  border-radius: 50%;
  transition-property: background-color, opacity, visibility, transform, -webkit-transform;
  -webkit-transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.home .section .contact .cr .list .hint .pulse {
  position: absolute;
  top: -5px;
  left: -6px;
  height: 66px;
  width: 66px;
  border: 2px solid #D0111B;
  border-radius: 48px;
  -webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
  box-shadow: 0 0 4px #82878f, inset 0 0 10px #82878f;
  opacity: 0.12;
  filter: alpha(opacity=0);
  -webkit-animation: warn 2s ease-out both;
  animation: warn 2s ease-out both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: 0 0;
}

@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.home .section .contact .cr .list .hint .delay-10 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.home .section .contact .cr .list .hint .delay-09 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.home .section .contact .cr .list .hint .delay-08 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.home .section .contact .cr .list .hint .hint-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
  animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
}

@keyframes home_hero_item_hints_border-data-v-8d9497d2 {

  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }

  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.home .section .contact .cr .list .hint .hint-content {
  position: absolute;
  width: 180px;
  z-index: 5;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  color: #b0b0b0;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  /*visibility: hidden;*/
  bottom: 85px;
  right: 50%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  margin-right: -55px;
  cursor: pointer;
  opacity: 0;
}

.home .section .contact .cr .list .hint .hint-content .sp1 {
  color: white;
  font-size: 18px;
  font-weight: 200;
}

.home .section .contact .cr .list .hint .hint-content .sp2 {
  color: #707884;
  font-size: 12px;
  font-weight: 200;
  margin-top: 5px;
}

.home .section .contact .cr .list .hint .hint-content::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #D0111B;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  width: 180px;
  bottom: 0;
  left: 0;
}

.home .section .contact .cr .list .hint .hint-content::after {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 80px;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #D0111B;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.home .section .contact .cr .list .active .hint-content {
  opacity: 1;
}

.home .section .contact .cr .list .hint1 {
  left: 67%;
  top: 60%;
}

.home .section .contact .cr .list .hint2 {
  left: 64%;
  top: 62%;
}

.home .section .contact .cr .list .hint3 {
  left: 68%;
  top: 62%;
}

.home .section .contact .cr .list .hint4 {
  left: 62%;
  top: 64%;
}

.home .section .contact .cr .list .hint5 {
  left: 50%;
  top: 76%;
}

/*# sourceMappingURL=index.css.map */