body{
  background-color: #222223;
}
.home {
  width: 100%;
  position: relative;
}
.home .head {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 600ms;
}
.home .head .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
  transition: all 600ms;
}
.home .head .content .logo {
  width: 206px;
  height: 44px;
  display: block;
}
.home .head .content .logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.home .head .content .allCon {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home .head .content .allCon .links {
  width: 88%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .head .content .allCon .links a {
  display: inline;
  width: 14%;
  text-align: center;
  color: white;
  font-family: "SOURCEHANSANSCN-NORMAL";
  opacity: 0.5;
  transition: all 600ms;
}
.home .head .content .allCon .links a:hover {
  opacity: 1;
}
.home .head .content .allCon .lan {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home .head .content .allCon .lan span {
  display: inline-block;
  animation: rotate 2s infinite linear;
}
.home .head .content .allCon .lan span img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.home .head .content .allCon .lan p {
  color: white;
  font-family: "SOURCEHANSANSCN-NORMAL";
  margin-left: 10px;
}
.home .head .pNav {
  display: none;
}
.home .hasBg {
  background-color: rgba(0, 0, 0, 0.5);
}
.home .hasBg .content {
  padding: 20px 0;
}
.home .topMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 8%;
  z-index: 101;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .topMenu .lines {
  width: 41px;
  height: 41px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.home .topMenu .lines div {
  width: 17px;
  height: 1px;
  background: #5E7AD3;
  position: absolute;
  left: 12px;
  top: 15px;
  transition: all 600ms;
}
.home .topMenu .lines div:nth-child(2) {
  top: 20px;
}
.home .topMenu .lines div:nth-child(3) {
  top: 25px;
}
.home .topMenu .lines .magnet {
  transition: linear 0.15s color;
  touch-action: manipulation;
  float: right;
}
.home .topMenu .lines .magnet .magnet_circle {
  transition: all 0.2s linear;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  font-size: inherit;
}
.home .topMenu .lines .magnet .magnet_circle .magnet_arrow {
  -webkit-font-smoothing: antialiased;
  color: inherit;
  pointer-events: none;
  transition: transform 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  font-family: Graphik, Arial, Helvetica, sans-serif;
}
.home .topMenu .lines .magnet:hover .magnet_circle {
  border: 1px solid rgba(94, 122, 211, 0.5);
  transition: all 0.2s ease-out;
}
.home .topMenu .active div:nth-child(1) {
  transform: rotate(135deg);
  top: 20px;
}
.home .topMenu .active div:nth-child(2) {
  width: 0;
  opacity: 0;
}
.home .topMenu .active div:nth-child(3) {
  transform: rotate(-135deg);
  top: 20px;
}
.home .menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: black;
  opacity: 0;
  transition: all 1s;
  pointer-events: none;
  transform: translateX(-40px);
}
.home .menu .waves {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.home .menu .waves::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
.home .menu .mCon {
  width: 80%;
  position: absolute;
  left: 10%;
  height: 80%;
  top: 20%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 3;
}
.home .menu .mCon .links {
  width: 20%;
}
.home .menu .mCon .links ul {
  width: 100%;
  display: block;
  list-style: none;
}
.home .menu .mCon .links ul li {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.home .menu .mCon .links ul li .a1 {
  color: #939393;
  font-size: 24px;
  font-family: "SOURCEHANSANSCN-NORMAL";
  transition: all 600ms;
}
.home .menu .mCon .links ul li .aLinks {
  width: 100%;
  padding: 20px 0;
  display: none;
  padding-bottom: 0;
}
.home .menu .mCon .links ul li .aLinks a {
  color: #858585;
  font-family: "SOURCEHANSANSCN-LIGHT";
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.home .menu .mCon .links ul li .aLinks a::before {
  width: 0;
  height: 2px;
  background: #FFFFFF;
  display: block;
  content: "";
  margin-right: 5px;
  transition: all 600ms;
}
.home .menu .mCon .links ul li .aLinks a:hover::before {
  width: 9px;
}
.home .menu .mCon .links ul li:hover .a1 {
  color: white;
}
.home .menu .mCon .pic {
  width: 412px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.home .menu .mCon .pic #holder {
  width: 100%;
  height: 524px;
  position: absolute;
  z-index: 1;
}
.home .menu .mCon .pic .active {
  animation: ani 1s cubic-bezier(0, 0, 0.25, 1.02) forwards;
}
@keyframes ani {
  0% {
    transform: rotateY(0);
    opacity: 1;
  }
  40%, 60% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
.home .menu .mCon .pic #startDiv {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 524px;
}
.home .menu .mCon .pic #startDiv img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}
.home .menu .mCon .pic #startDiv img:nth-child(1) {
  display: block;
}
.home .menu .mCon .address {
  width: 30%;
}
.home .menu .mCon .address .item {
  padding: 50px 0;
}
.home .menu .mCon .address .item .p1 {
  color: #858585;
  font-family: "SOURCEHANSANSCN-NORMAL";
}
.home .menu .mCon .address .item .p2 {
  color: white;
  font-family: "SOURCEHANSANSCN-LIGHT";
  line-height: 30px;
  margin-top: 25px;
}
.home .menu .mCon .address .item:not(:first-child) .p2 {
  font-size: 19px;
}
.home .menu .mCon .address .item:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home .activeMenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.home .btna {
  width: 200px;
  height: 200px;
}
.home .banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.home .banner .swiper-container {
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100vh;
  transform: scale(1.05);
  transition: all 6s;
  cursor: pointer;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text p {
  color: white;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text p:nth-child(1) {
  font-family: "AvantGardeLT-Medium";
  font-size: 59px;
  transition: all 2s;
  transform: translateY(20px);
  opacity: 0;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text p:nth-child(2) {
  font-size: 24px;
  font-family: "SOURCEHANSANSCN-EXTRALIGHT";
  margin-top: 15px;
  transition: all 2s;
  transform: translateY(40px);
  transition-delay: 500ms;
  opacity: 0;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide-active img {
  transform: scale(1);
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide-active .text p:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide-active .text p:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}
.home .banner .swiper-pagination {
  position: absolute;
  bottom: 3%;
}
.home .banner .swiper-pagination .swiper-pagination-bullet {
  background:white;
  color: white;
  font-family: "AvantGarde-Book";
  transition: all 600ms;
}
.home .banner .circle {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8%;
  z-index: 100;
}
.home .banner .circle div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: run 4s infinite linear;
}
.home .banner .circle div span {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes run {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.home .banner .onLine {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 8%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  z-index: 1000;
}
.home .main {
  width: 100%;
  position: relative;
  background: url("../image/bg1.png") no-repeat;
  background-size: cover;
}
.home .main div {
  opacity: 0;
  transition: all 1s;
  transform: translateY(60px);
}
.home .main .show {
  opacity: 1;
  transform: translateY(0);
}
.home .main .intro {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #2D2E2F;
  padding: 120px 10%;
  /* padding: 240px 10%; */
  animation-duration: 3s;
}
.home .main .intro .text {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
.home .main .intro .text .title {
  position: relative;
  padding-left: 20px;
}
.home .main .intro .text .title::before {
  width: 1px;
  height: 113px;
  background: #FFFFFF;
  opacity: 0.1;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.home .main .intro .text .title::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.home .main .intro .text .title p:nth-child(1) {
  font-size: 32px;
  color: white;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.home .main .intro .text .title p:nth-child(2) {
  font-style: italic;
  color: #747575;
  font-size: 26px;
}
.home .main .intro .text .r1 {
  width: 40%;
  color: white;
  font-family: "SOURCEHANSANSCN-EXTRALIGHT";
  line-height: 46px;
  opacity: 0.8;
  margin: 40px 0 0 10%;
}
.home .main .intro .map {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home .main .intro .map .l {
  width: 65%;
  height: 600px;
  position: relative;
}
.home .main .intro .map .l img {
  width: 100%;
  height: 100%;
}
.home .main .intro .map .l .stars {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .main .intro .map .l .stars .region-list {
  position: absolute;
  cursor: pointer;
}
.home .main .intro .map .l .stars .region-list .area-box {
  z-index: 77;
}
.home .main .intro .map .l .stars .region-list .area-box .dot {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-box-direction: normal;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 1;
  background: white;
}
.home .main .intro .map .l .stars .region-list .area-box .pulse {
  position: absolute;
  border-radius: 48px;
  opacity: 0.3;
  -webkit-animation: warn 2s ease-out both;
  animation: warn 2s ease-out both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: rgba(255, 255, 255, 0.5);
  top: -23px;
  left: -23px;
  height: 51px;
  width: 51px;
  box-shadow: 0 0 20px white;
}
.home .main .intro .map .l .stars .region-list .area-box .delay-06 {
  animation-delay: 2s;
}
.home .main .intro .map .l .stars .region-list .area-box .delay-05 {
  animation-delay: 1.6s;
}
.home .main .intro .map .l .stars .region-list .area-box .delay-04 {
  animation-delay: 1.2s;
}
.home .main .intro .map .l .stars .region-list .logo {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(220px, 30px) scale(0.8);
  transition: all 600ms;
  opacity: 0;
}
.home .main .intro .map .l .stars .region-list p {
  position: absolute;
  bottom: -45px;
  left: 0;
  color: white;
  transform: translate(40px, 20px);
  width: 200px;
  opacity: 0;
  transition: all 600ms;
}
.home .main .intro .map .l .stars .region-list:hover .logo {
  opacity: 1;
  transform: translate(220px, -10px) scale(0.8);
}
.home .main .intro .map .l .stars .region-list:hover p {
  transform: translate(40px, 0);
  opacity: 1;
}
.home .main .intro .map .l .stars .region-list:nth-child(1) .logo {
  opacity: 1;
  transform: translate(220px, -10px) scale(0.8);
}
.home .main .intro .map .l .stars .postition-1 {
  right: 19%;
  top: 32%;
}
.home .main .intro .map .l .stars .postition-2 {
  left: 15%;
  top: 32%;
}
.home .main .intro .map .l .stars .postition-3 {
  left: 47%;
  top: 23%;
}
.home .main .intro .map .l .stars .postition-4 {
  right: 30%;
  top: 35%;
}
.home .main .intro .map .l .stars .postition-5 {
  right: 40%;
  top: 25%;
}
.home .main .intro .map .l .stars .postition-6 {
  right: 77%;
  top: 61%;
}
.home .main .intro .map .l .stars .postition-7 {
  right: 50%;
  top: 50%;
}
.home .main .intro .map .l .stars .postition-8 {
  right: 50%;
  top: 25%;
}
.home .main .intro .map .l .stars .postition-9 {
  right: 33%;
  top: 25%;
}
.home .main .intro .map .l .stars .postition-10 {
  right: 75%;
  top: 25%;
}
@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.home .main .intro .map .count {
  width: 30%;
}
.home .main .intro .map .count .item {
  border-bottom: 1px solid #2D2E2F;
  /* padding: 40px 0; */
  padding: 30px 0;
}
.home .main .intro .map .count .item p:nth-child(1) {
  color: white;
  font-size: 35px;
  font-family: "SOURCEHANSANSCN-BOLD";
}
.home .main .intro .map .count .item p:nth-child(2) {
  color: #6C6C6D;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-NORMAL";
  margin-top: 20px;
}
.home .main .intro .map .count .more {
  width: 207px;
  height: 50px;
  border: 1px solid #5E7AD3;
  display: block;
  text-align: center;
  line-height: 50px;
  color: white;
  font-family: "SOURCEHANSANSCN-LIGHT";
  cursor: pointer;
  margin-top: 60px;
  transition: all 600ms;
}
.home .main .intro .map .count .more:hover {
  background: #5E7AD3;
}
.home .main .product {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #2D2E2F;
  /*padding: 120px 10%;*/
  /* padding: 240px 10%; */
  padding: 240px 0;
  box-sizing: border-box;
}
.home .main .product .text {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
.home .main .product .text .title {
  position: relative;
  padding-left: 20px;
}
.home .main .product .text .title::before {
  width: 1px;
  height: 113px;
  background: #FFFFFF;
  opacity: 0.1;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.home .main .product .text .title::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.home .main .product .text .title p:nth-child(1) {
  font-size: 32px;
  color: white;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.home .main .product .text .title p:nth-child(2) {
  font-style: italic;
  color: #747575;
  font-size: 26px;
}
.home .main .product .text .r1 {
  width: 40%;
  color: white;
  font-family: "SOURCEHANSANSCN-EXTRALIGHT";
  line-height: 46px;
  opacity: 0.8;
  margin: 40px 0 0 10%;
}
.home .main .product .text .more {
  width: 207px;
  height: 50px;
  border: 1px solid #5E7AD3;
  display: block;
  text-align: center;
  line-height: 50px;
  color: white;
  font-family: "SOURCEHANSANSCN-LIGHT";
  cursor: pointer;
  transition: all 600ms;
  margin: 80px 0 0 20%;
}
.home .main .product .text .more:hover {
  background: #5E7AD3;
}
.home .main .product .allItems {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 100px auto;
}
.home .main .product .allItems .item {
  width: 18%;
  margin-right: 2%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.home .main .product .allItems .item .circle2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4) !important;
  width: 164px;
}
.home .main .product .allItems .item .circle2::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #5E7AD3;
  border-radius: 50%;
  transition: all 1s;
}
.home .main .product .allItems .item .circle2 svg .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
  border-radius: 100%;
  stroke: rgba(255, 255, 255, 0.7);
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.home .main .product .allItems .item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 600ms;
}
.home .main .product .allItems .item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .product .allItems .item .title {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 0;
  transform: translateY(60px);
  z-index: 100;
  text-align: center;
  transition: all 600ms;
}
.home .main .product .allItems .item .title p:nth-child(1) {
  color: white;
  font-size: 18px;
  font-family: "SOURCEHANSANSCN-NORMAL";
}
.home .main .product .allItems .item .title p:nth-child(2) {
  font-size: 14px;
  color: #F1F1F1;
  font-family: "SOURCEHANSANSCN-LIGHT";
  margin: 25px 0;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(20px);
}
.home .main .product .allItems .item .title .circle {
  width: 6px;
  height: 6px;
  background: #5E7AD3;
  border-radius: 50%;
  margin: 10px auto;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(40px);
  transition-delay: 600ms;
}
.home .main .product .allItems .item:hover .circle2::before {
  transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, -800);
}
.home .main .product .allItems .item:hover .circle2 svg .shape {
  stroke-dasharray: 0 540;
  stroke-dashoffset: -474;
  stroke-width: 1px;
  border-radius: 100%;
}
.home .main .product .allItems .item:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.home .main .product .allItems .item:hover .title {
  transform: translateY(-20px);
}
.home .main .product .allItems .item:hover .title p:nth-child(2), .home .main .product .allItems .item:hover .title .circle {
  opacity: 1;
  transform: translateY(0);
}
.home .tech {
  width: 100%;
  position: relative;
}
.home .tech .swiper-container {
  width: 100%;
}
.home .tech .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .tech .mCon {
  position: absolute;
  left: 10%;
  top: 0;
  z-index: 1000;
  padding: 120px 0;
  width: 50%;
  /* height: 50%; */
  padding-bottom: 80px;
}
.home .tech .mCon .text {
  margin: 0 auto;
  pointer-events: none;
}
.home .tech .mCon .text .title {
  position: relative;
  padding-left: 20px;
}
.home .tech .mCon .text .title::before {
  width: 1px;
  height: 113px;
  background: #FFFFFF;
  opacity: 0.1;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.home .tech .mCon .text .title::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.home .tech .mCon .text .title p:nth-child(1) {
  font-size: 32px;
  color: white;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.home .tech .mCon .text .title p:nth-child(2) {
  font-style: italic;
  color: #747575;
  font-size: 26px;
}
.home .tech .mCon .threeIcon {
  width: 100%;
  margin: 80px auto;
  overflow: hidden;
}
.home .tech .mCon .threeIcon .swiper-container2 {
  width: 100%;
}
.home .tech .mCon .threeIcon .swiper-container2 .swiper-wrapper .swiper-slide p {
  width: 50%;
  color: white;
  font-family: "SOURCEHANSANSCN-EXTRALIGHT";
  line-height: 46px;
  opacity: 0.8;
  transition: all 600ms;
  transform: translateY(200px);
}
.home .tech .mCon .threeIcon .swiper-container2 .swiper-wrapper .swiper-slide-active p {
  transform: translateY(0);
}
.home .tech .swiper-pagination {
  display: flex;
  flex-direction: row;
  z-index: 1000;
  bottom: 0;
}
.home .tech .swiper-pagination .swiper-pagination-bullet {
  width: 228px;
  background-color: transparent;
  border-radius: 0;
  padding: 30px 0;
  opacity: 1;
  margin-right: 20px;
  border-top: 1px solid #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
  height: auto;
}
.home .tech .swiper-pagination .swiper-pagination-bullet img {
  filter: grayscale(1);
  transition: all 600ms;
}
.home .tech .swiper-pagination .swiper-pagination-bullet p {
  color: #5B5B5B;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  margin-top: 10px;
  transition: all 600ms;
}
.home .tech .swiper-pagination .swiper-pagination-bullet:hover img {
  filter: grayscale(0);
}
.home .tech .swiper-pagination .swiper-pagination-bullet:hover p {
  color: white;
}
.home .tech .swiper-pagination .swiper-pagination-bullet-active img {
  filter: grayscale(0);
}
.home .tech .swiper-pagination .swiper-pagination-bullet-active p {
  color: white;
}
.home .news {
  width: 100%;
  background: url("../image/nBg.png") no-repeat;
  /* padding: 140px 0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
.home .news .title {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
}
.home .news .title::before {
  width: 1px;
  height: 113px;
  background: #838383;
  opacity: 0.1;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.home .news .title::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #0361AB;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.home .news .title p:nth-child(1) {
  font-size: 32px;
  color: #101010;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.home .news .title p:nth-child(2) {
  font-style: italic;
  color: #101010;
  font-size: 26px;
}
.home .news .content {
  width: 80%;
  /*margin: 60px auto;*/
  margin: -72px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.home .news .content .lNav {
  width: 20%;
}
.home .news .content .lNav p {
  font-family: "SOURCEHANSANSCN-NORMAL";
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}
.home .news .content .lNav p::before {
  content: "";
  display: inline-block;
  width: 12px;
  transition: all 600ms;
  height: 2px;
  background: #0361AB;
  margin-right: 10px;
  opacity: 0;
}
.home .news .content .lNav .active::before {
  opacity: 1;
}
.home .news .content .allNews {
  width: 75%;
}
.home .news .content .allNews .allCon {
  width: 100%;
  display: none;
}
.home .news .content .allNews .allCon .item {
  width: 33.2%;
  border: 1px solid #D7D6DC;
  position: relative;
  cursor: pointer;
  float: left;
}
.home .news .content .allNews .allCon .item .pic1 {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 1s;
  opacity: 0;
}
.home .news .content .allNews .allCon .item .nr {
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .news .content .allNews .allCon .item .nr p {
  transition: all 1s;
}
.home .news .content .allNews .allCon .item .nr .t1 {
  color: #1B1B25;
  font-family: "AvantGarde-Book";
  margin: 60px 0 20px 0;
}
.home .news .content .allNews .allCon .item .nr .t2 {
  color: #1B1B25;
  font-size: 20px;
  font-family: "SOURCEHANSANSCN-REGULAR";
}
.home .news .content .allNews .allCon .item .nr .t3 {
  color: #626262;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-NORMAL";
  margin-top: 20px;
  line-height: 25px;
}
.home .news .content .allNews .allCon .item .right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
}
.home .news .content .allNews .allCon .item .right img {
  display: block;
  transition: all 600ms;
}
.home .news .content .allNews .allCon .item .right img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.home .news .content .allNews .allCon .item:hover .pic1 {
  opacity: 1;
}
.home .news .content .allNews .allCon .item:hover .nr p {
  color: white !important;
}
.home .news .content .allNews .allCon .item:hover .right img:nth-child(1) {
  opacity: 0;
}
.home .news .content .allNews .allCon .item:hover .right img:nth-child(2) {
  opacity: 1;
}
.home .news .content .allNews .allCon .item:nth-child(2) {
  border-left: none;
  border-right: none;
}
.home .news .content .allNews .allCon:nth-child(1) {
  display: block;
}
.home .foot {
  width: 100%;
  position: relative;
  background: url("../image/fbg.png") no-repeat;
  background-size: cover;
  padding: 50px 0 30px 0;
}
.home .foot .content {
  width: 80%;
  margin: 0 auto;
}
.home .foot .content .logo {
  /* width: 100%; */
  padding: 40px 0;
}
.home .foot .content .links {
  width: 100%;
  border-top: 1px solid rgba(243, 243, 243, 0.06);
  border-bottom: 1px solid rgba(243, 243, 243, 0.06);
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .foot .content .links .item {
  width: 12%;
  display: flex;
  flex-direction: column;
}
.home .foot .content .links .item p {
  color: white;
  font-family: "SOURCEHANSANSCN-NORMAL";
  margin-bottom: 30px;
}
.home .foot .content .links .item a {
  color: #858585;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  display: inline;
  margin-top: 5px;
  transition: all 600ms;
}
.home .foot .content .links .item a:hover {
  color: white;
}
.home .foot .content .links .info {
  text-align: right;
  padding-top: 50px;
}
.home .foot .content .links .info p:nth-child(1) {
  font-size: 14px;
  color: white;
  font-family: "it";
}
.home .foot .content .links .info p:nth-child(2) {
  font-family: "Genome-Thin";
  color: #DADADA;
  font-size: 22px;
  margin-top: 15px;
}
.home .foot .content .beian {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
.home .foot .content .beian .l, .home .foot .content .beian a {
  color: rgba(218, 218, 218, 0.4);
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
}
.home .foot .content .beian a {
  transition: all 600ms;
}
.home .foot .content .beian a:hover {
  color: white;
}


.home .main .intro{
  height: 100vh;
}
.home .main .product{
  height: 100vh;
  margin: 70px auto;
}
.home .tech .swiper-container .swiper-wrapper .swiper-slide img{
  height: 100vh;
}
.swiper-container{
  height: 100vh;
}
.home .tech .mCon .threeIcon .swiper-container2 .swiper-wrapper .swiper-slide p{
  width: 58%;
}
.home .tech .mCon .text{
  /* margin-top: 240px; */
  margin-top:7.2916666666vw;

}
.home .tech .swiper-pagination .swiper-pagination-bullet{
  width: 200px!important;
}

.home .news .content .allNews .allCon .item{
  height: 380px;
}
.home .news .content .allNews .allCon .item .pic1{
  height: 100%;
}
.home .tech .mCon .threeIcon .swiper-wrapper{
  overflow: hidden;
}
.home .news{
  height: 100vh;
  /* height: 33vh; */
}
@media screen and (min-width: 1930px) {
  .home .main .intro .map {
    margin: 60px auto;
  }
}
@media screen and (max-width: 1680px) {
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text p:nth-child(1){
    font-size: 48px;
  }
  .home .news .content .allNews .allCon .item .nr .t1 {
    margin-top: 40px;
  }
  .home .news .content .allNews .allCon .item .nr .t2 { 
    font-size: 18px;
  }
  .home .tech .swiper-pagination .swiper-pagination-bullet img {
    height: 20px;
  }
  .home .tech .mCon .threeIcon .swiper-container2 .swiper-wrapper .swiper-slide p {
    line-height: 38px;
  }
  .home .main .product .text .more{
    margin-left: 10%;
  }
  .home .news .content .allNews .allCon .item {
    height: 330px;
  }
}
@media screen and (max-width: 1440px) {
  .home .head .content {
    width: 90%;
  }
  .home .tech .mCon {
    padding-bottom: 150px;
  }
  .home .news .content .allNews .allCon .item {
    width: 33%;
  }
  .home .news .content .allNews .allCon .item .nr .t1 {
    margin: 20px 0;
  }
  .home .news .content .allNews .allCon .item .nr .t2 {
    font-size: 15px;
  }
  .home .news .content .allNews .allCon .item .nr .t3 {
    font-size: 12px;
  }
  .home .news .content .allNews .allCon .item {
    height: 300px;
  }
  .home .tech .mCon .threeIcon {
    margin: 40px auto;
  }
}
@media screen and (max-width: 1000px) {
  .home {
    overflow: hidden;
  }
  .home .head .content {
    display: none;
  }
  .home .head .pContent {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
  }
  /* .home .head .pContent .logo {
    width: 60%;
  } */
  .home .head .pContent .logo img {
    width: 100%;
    object-fit: contain;
  }
  .home .head .pContent .lines {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
  .home .head .pContent .lines div {
    width: 20px;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 600ms;
  }
  .home .head .pContent .lines div:nth-child(2) {
    top: 6px;
  }
  .home .head .pContent .lines div:nth-child(3) {
    top: 12px;
  }
  .home .head .pContent .active div:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  .home .head .pContent .active div:nth-child(2) {
    left: -100%;
    opacity: 0;
  }
  .home .head .pContent .active div:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
  }
  .home .head .pNav {
    position: absolute;
    left: 0;
    top: 67.25px;
    width: 100%;
    height: calc( 100vh - 67.25px);
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
  }
  .home .head .pNav a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 40px;
    font-size: 14px;
    font-family: "SOURCEHANSANSCN-NORMAL";
  }
  .home .topMenu {
    display: none;
  }
  .home .banner .onLine {
    display: none;
  }
  .home .banner .swiper-container {
    width: 100%;
  }
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text p:nth-child(1) {
    font-size: 20px;
  }
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text p:nth-child(2) {
    font-size: 18px;
    font-family: "SOURCEHANSANSCN-EXTRALIGHT";
  }
  .home .banner .swiper-container .swiper-wrapper .swiper-slide-active img {
    transform: scale(1);
  }
  .home .banner .swiper-container .swiper-wrapper .swiper-slide-active .text p:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
  }
  .home .banner .swiper-container .swiper-wrapper .swiper-slide-active .text p:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
  }
  .home .main .intro {
    width: 90%;
    padding: 30px 0;
  }
  .home .main .intro .text {
    flex-direction: column;
  }
  .home .main .intro .text .title {
    width: 100%;
  }
  .home .main .intro .text .title::before {
    height: 60px;
  }
  .home .main .intro .text .title p:nth-child(1) {
    font-size: 20px;
  }
  .home .main .intro .text .r1 {
    width: 100%;
    margin: 30px auto;
  }
  .home .main .intro .map {
    flex-direction: column;
  }
  .home .main .intro .map .l {
    width: 100%;
    height: 200px;
  }
  .home .main .intro .map .count {
    width: 100%;
  }
  .home .main .intro .map .count .item {
    padding: 10px 0;
  }
  .home .main .intro .map .count .item p:nth-child(1) {
    font-size: 20px;
  }
  .home .main .intro .map .count .item p:nth-child(2) {
    margin-top: 10px;
  }
  .home .main .intro .map .count .more {
    margin-top: 30px;
    width: 150px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .home .main .product {
    width: 90%;
    padding: 30px 0;
  }
  .home .main .product .text {
    flex-direction: column;
  }
  .home .main .product .text .title {
    width: 100%;
  }
  .home .main .product .text .title::before {
    height: 60px;
  }
  .home .main .product .text .title p:nth-child(1) {
    font-size: 20px;
  }
  .home .main .product .text .r1 {
    width: 100%;
    margin: 30px auto;
  }
  .home .main .product .text .more {
    margin: 0 auto;
    width: 150px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .home .main .product .allItems {
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto;
  }
  .home .main .product .allItems .item {
    width: 48%;
    margin-bottom: 5px;
  }
  .home .tech .swiper-container .swiper-wrapper .swiper-slide img {
    height: 600px;
  }
  .home .tech .mCon {
    width: 80%;
    left: 10%;
    padding: 30px 0;
    top: 20%;
  }
  .home .tech .mCon .text .title {
    width: 90%;
  }
  .home .tech .mCon .text .title::before {
    height: 60px;
  }
  .home .tech .mCon .text .title p:nth-child(1) {
    font-size: 20px;
  }
  .home .tech .mCon .threeIcon {
    margin: 30px auto;
  }
  .home .tech .mCon .threeIcon .swiper-container2 .swiper-wrapper .swiper-slide p {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  .home .tech .swiper-pagination {
    bottom: -50px;
  }
  .home .news {
    padding: 40px 0;
  }
  .home .news .title {
    width: 90%;
  }
  .home .news .title::before {
    height: 60px;
  }
  .home .news .title p:nth-child(1) {
    font-size: 20px;
  }
  .home .news .content {
    width: 90%;
    margin: 30px auto;
    flex-direction: column;
  }
  .home .news .content .lNav {
    width: 100%;
  }
  .home .news .content .allNews {
    width: 100%;
    margin-top: 30px;
  }
  .home .news .content .allNews .allCon .item {
    width: 100%;
  }
  .home .news .content .allNews .allCon .item:nth-child(2) {
    border: 1px solid #D7D6DC;
    border-top: none;
    border-bottom: none;
  }
  .home .foot {
    padding: 10px 0;
  }
  .home .foot .content {
    width: 90%;
  }
  .home .foot .content .logo {
    padding-bottom: 0;
  }
  .home .foot .content .links {
    display: none;
  }
  .home .foot .content .beian {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    text-align: center;
  }
  .home .main .intro{
    padding: 60px 0;
    height: auto;
  }
  .home .section5,
  .home .section4,
  .home .section3,
  .home .section2{
    height: auto !important;
  }
  .home .main .product{
    margin:0 auto;
    padding: 60px 0;
    height: auto;
  }


  .home .tech{
    height: 100%;
  }
  .home .tech .mCon{
    position: static;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .home .tech .swiper-container{
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  .home .tech .mCon .threeIcon .swiper-container2 .swiper-wrapper .swiper-slide p {
    width: 100%;
  }
  .home .tech .swiper-pagination{
    position: static;
    margin-top: 30px;
  }
  .home .tech .mCon .text{
    margin-top: 0;
  }
  .home .tech .swiper-pagination .swiper-pagination-bullet {
    width: auto !important;
    flex: 1;
    padding: 15px 0;
  }
  .home .tech .swiper-pagination .swiper-pagination-bullet img{
    height:22px;
  }
  .home .tech .mCon .threeIcon{
    margin-bottom: 0;
  }
  .home .news .content .allNews .allCon .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .news .content .allNews .allCon .list a{
    width: 48%;
  }
  .home .news{
    height: auto;
  }
  
}
@media screen and (max-width: 540px) {
  .home .main .product .text .r1,
  .home .main .intro .text .r1{
    font-size: 14px;
    line-height: 28px;
  }
  .home .news .content .allNews .allCon .list a{
    width: 100%;
    margin-bottom: 20px;
  }
  .home .news .content .allNews .allCon .item {
    padding: 20px;
    box-sizing: border-box;
  }
  .home .news .content .allNews .allCon .item .nr {
    position: relative;
    width: 100%;
    z-index: 10;
    left: 0;

  }
  .home .news .content .allNews .allCon .item .pic1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=index.css.map */
