.home {
  width: 100%;
  position: relative;
}
.home .header {
  position: fixed;
  height: 80px;
  background: white;
  box-shadow: 0px 0px 23px 6px rgba(66, 40, 6, 0.1);
  border-radius: 0px 40px 0px 40px;
  width: 70%;
  margin: 0 auto;
  left: 10%;
  top: 20px;
  padding: 0 5%;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.home .header .links {
  width: 65%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .header .links a {
  color: #333333;
  font-family: "SOURCEHANSANSCN-REGULAR";
  position: relative;
  transition: all 600ms;
}
.home .header .links a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 0;
  height: 2px;
  background: #F67F00;
  transition: all 600ms;
}
.home .header .links a:hover {
  color: #F78001;
}
.home .header .links a:hover::after {
  width: 100%;
}
.home .header .links .active {
  color: #F78001;
}
.home .header .links .active::after {
  width: 100%;
}
.home .header .chose {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home .header .chose .lan {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
.home .header .chose .lan p {
  color: #333333;
  font-family: "SOURCEHANSANSCN-REGULAR";
  margin-right: 15px;
}
.home .header .chose .search {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.home .header .chose .search::before {
  width: 1px;
  height: 15px;
  background: #727272;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.home .section .banner {
  width: 100%;
  position: relative;
}
.home .section .banner .btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 1000;
}
.home .section .banner .btn .cta-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.home .section .banner .btn .cta-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.home .section .banner .btn .cta-btn .border {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke-width: 2px;
}
.home .section .banner .btn .cta-btn .border path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-miterlimit: 10;
}
.home .section .banner .btn .cta-btn .outline {
  z-index: 1;
}
.home .section .banner .btn .cta-btn .outline path {
  fill: none;
  stroke-miterlimit: 10;
  stroke: #fff;
  stroke-dasharray: 300;
  stroke-width: 2px;
  -webkit-animation: run 5s linear infinite;
  animation: run 5s linear infinite;
}
@keyframes run {
  0% {
    stroke-dashoffset: -300;
  }
  50% {
    stroke-dashoffset: -150;
  }
  100% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 150;
  }
  0% {
    stroke-dashoffset: 300;
  }
}
.home .section .banner .btn img {
  position: absolute;
  left: 46%;
  top: 25%;
  z-index: 10;
  animation: show 2s linear infinite;
  height: 19px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 5px;
}
@keyframes show {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.8;
  }
}
.home .section .banner .swiper-pagination {
  position: absolute;
  left: 10%;
  bottom: 25%;
  width: 80%;
  display: flex;
  flex-direction: row;
  z-index: 1000;
}
.home .section .banner .swiper-pagination .swiper-pagination-bullet {
  width: 27px;
  height: 22px;
  background-color: transparent;
  color: white;
  font-family: "Montserrat-Regular";
  margin-right: 20px;
  transition: all 600ms;
}
.home .section .banner .swiper-pagination .swiper-pagination-bullet-active {
  color: #F67F00;
  transform: scale(1.5);
}
.home .section .banner .swiper-container {
  width: 100%;
}
.home .section .banner .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  position: relative;
  height: 100vh;
}
.home .section .banner .swiper-container .swiper-wrapper .swiper-slide .item .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%,-50%);

}
.home .section .banner .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
  color: white;
  font-size: 50px;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
  line-height: 80px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 600ms;
  font-weight: bolder;
  text-align: center;
}
.home .section .banner .swiper-container .swiper-wrapper .swiper-slide .item .text .p2 {
  color: white;
  font-size: 24px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  margin-top: 30px;
  opacity: 0;
  transform: translateY(120px);
  transition: all 600ms;
  transition-delay: 100ms;
}
.home .section .banner .swiper-container .swiper-wrapper .swiper-slide .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: all 4s;
}
.home .section .banner .swiper-container .swiper-wrapper .swiper-slide-active .item .text .p1, .home .section .banner .swiper-container .swiper-wrapper .swiper-slide-active .item .text .p2 {
  opacity: 1;
  transform: translateY(0);
}
.home .section .banner .swiper-container .swiper-wrapper .swiper-slide-active .item img {
  transform: scale(1.02);
}
.home .section .products {
  width: 100%;
  height: 55vh;
  position: relative;
  padding: 25vh 0 20vh 0;
}
.home .section .products .bg {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}
.home .section .products .bg img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .section .products .content {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.home .section .products .content .lpro {
  width: 20%;
  position: relative;
  opacity: 0;
  transition: all 1s;
  transition-delay: 500ms;
  transform: translateY(60px);
}
.home .section .products .content .lpro .swiper-pagination {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10000;
}
.home .section .products .content .lpro .swiper-pagination .swiper-pagination-bullet {
  transition: all 600ms;
  opacity: 1;
  width: 100%;
  height: auto;
  background-color: transparent;
  text-align: left;
  font-size: 14px;
  color: #666666;
  font-family: "SOURCEHANSANSCN-REGULAR";
  position: relative;
  padding: 15px 0;
  text-indent: 30px;
}
.home .section .products .content .lpro .swiper-pagination .swiper-pagination-bullet::before {
  width: 6px;
  height: 6px;
  background: #F67F00;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 600ms;
}
.home .section .products .content .lpro .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: inline-block;
  width: 0;
  transition: all 600ms;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #999999;
}
.home .section .products .content .lpro .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: transparent !important;
  transform: scale(1.2) translateX(24px);
  color: #F67F00;
}
.home .section .products .content .lpro .swiper-pagination .swiper-pagination-bullet:hover::before {
  opacity: 1;
}
.home .section .products .content .lpro .swiper-pagination .swiper-pagination-bullet:hover::after {
  width: 200px;
}
.home .section .products .content .lpro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent !important;
  transform: scale(1.2) translateX(24px);
  color: #F67F00;
}
.home .section .products .content .lpro .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.home .section .products .content .lpro .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 200px;
}
.home .section .products .content .rpro {
  width: 75%;
  position: relative;
  opacity: 0;
  transition: all 1s;
  transition-delay: 700ms;
  transform: translateY(60px);
}
.home .section .products .content .rpro .swiper-container {
  width: 100%;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper {
  width: 100%;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide {
  padding: 40px 0;
  overflow: hidden;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic {
  width: 55%;
  transform: translateX(-1000px);
  transition: all 1s;
  position: relative;
  padding: 0 30px;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp1 {
  width: 73px;
  height: 73px;
  background: #FFFFFF;
  box-shadow: 0px 18px 31px 9px rgba(37, 39, 39, 0.05);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  transition: all 600ms;
  cursor: pointer;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 600ms;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp1 img:nth-child(2) {
  opacity: 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp1:hover {
  background-color: #F67F00;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp1:hover img:nth-child(1) {
  opacity: 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp1:hover img:nth-child(2) {
  opacity: 1;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp2 {
  width: 73px;
  height: 73px;
  background: #FFFFFF;
  box-shadow: 0px 18px 31px 9px rgba(37, 39, 39, 0.05);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 600ms;
  cursor: pointer;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 600ms;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp2 img:nth-child(2) {
  opacity: 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp2:hover {
  background-color: #F67F00;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp2:hover img:nth-child(1) {
  opacity: 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp2:hover img:nth-child(2) {
  opacity: 1;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp3 {
  width: 73px;
  height: 73px;
  background: #FFFFFF;
  box-shadow: 0px 18px 31px 9px rgba(37, 39, 39, 0.05);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 600ms;
  cursor: pointer;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp3 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 600ms;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp3 img:nth-child(2) {
  opacity: 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp3:hover {
  background-color: #F67F00;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp3:hover img:nth-child(1) {
  opacity: 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp3:hover img:nth-child(2) {
  opacity: 1;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp4 {
  width: 73px;
  height: 73px;
  background: #FFFFFF;
  box-shadow: 0px 18px 31px 9px rgba(37, 39, 39, 0.05);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  transition: all 600ms;
  cursor: pointer;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp4 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 600ms;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp4 img:nth-child(2) {
  opacity: 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp4:hover {
  background-color: #F67F00;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp4:hover img:nth-child(1) {
  opacity: 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp4:hover img:nth-child(2) {
  opacity: 1;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .pic1 {
  width: 100%;
  display: block;
  object-fit: contain;
  animation: rotate 2s linear infinite;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .mpic {
  width: 400px;
  height: 400px;
  background: linear-gradient(121deg, #E37500 0%, #FFB759 100%);
  box-shadow: 0px 3px 30px 13px rgba(37, 39, 39, 0.15);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .mpic img {
  max-width: 80%;
  object-fit: contain;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext {
  width: 30%;
  transition: all 600ms;
  transform: translateX(1000px);
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext .p1 {
  color: #F67F00;
  font-size: 18px;
  font-family: "Montserrat-Regular";
  margin-top: 60px;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext .p2 {
  color: #333333;
  font-size: 20px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  position: relative;
  padding: 20px 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext .p2::after {
  width: 100px;
  height: 1px;
  background: #F67F00;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext .p3 {
  margin-top: 30px;
  color: #333333;
  font-family: "SOURCEHANSANSCN-REGULAR";
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext .des {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  margin-top: 30px;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext a {
  width: 140px;
  height: 40px;
  border: 1px solid #F67F00;
  border-radius: 15px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #F67F00;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  margin-top: 60px;
  transition: all 600ms;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext a:hover {
  background-color: #F67F00;
  color: white;
}
.home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide-active .item .lpic, .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide-active .item .rtext {
  transform: translateX(0);
}
.home .section .company {
  width: 100%;
  height: 100vh;
  background: url("/images/cbh.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .section .company .p1 {
  color: #F67F00;
  font-size: 24px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  text-align: center;
  opacity: 0;
  transition: all 1s;
  transition-delay: 200ms;
  transform: translateY(60px);
}
.home .section .company .p2 {
  color: white;
  font-size: 20px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  text-align: center;
  margin: 15px 0;
  opacity: 0;
  transition: all 1s;
  transition-delay: 400ms;
  transform: translateY(60px);
}
.home .section .company .line {
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 1s;
  transition-delay: 600ms;
  transform: translateY(60px);
}
.home .section .company .line::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  animation: down 2s infinite linear;
}
@keyframes down {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}
.home .section .company .des {
  color: white;
  font-size: 18px;
  line-height: 47px;
  font-weight: lighter;
  width: 50%;
  margin: 40px auto;
  text-align: center;
  opacity: 0;
  transition: all 1s;
  transition-delay: 800ms;
  transform: translateY(60px);
}
.home .section .company .allImgs {
  width: 50%;
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  opacity: 0;
  transition: all 1s;
  transition-delay: 1s;
  transform: translateY(60px);
}
.home .section .company .allImgs .item {
  text-align: center;
}
.home .section .company .allImgs .item .pic {
  width: 85px;
  height: 85px;
  border: 1px solid #F67F00;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .section .company .allImgs .item .pic img {
  transition: all 600ms;
}
.home .section .company .allImgs .item p {
  color: white;
  font-size: 18px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  margin-top: 20px;
  transition: all 600ms;
}
.home .section .company .allImgs .item:hover .pic img {
  transform: rotateY(360deg);
}
.home .section .company .allImgs .item:hover p {
  transform: translateY(20px);
}
.home .section .company .more {
  width: 140px;
  height: 40px;
  border: 1px solid #F67F00;
  border-radius: 15px;
  text-align: center;
  line-height: 40px;
  color: #F67F00;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  display: block;
  margin-top: 60px;
  transition: all 600ms;
  opacity: 0;
  transition-delay: 1.2s;
  transform: translateY(60px);
}
.home .section .company .more:hover {
  background-color: #F67F00;
  color: white;
}
.home .section .news {
  width: 100%;
  height: 70vh;
  padding: 15vh 0 15vh 0;
}
.home .section .news .navList {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  opacity: 0;
  transition: all 1s;
  transition-delay: 200ms;
  transform: translateY(60px);
}
.home .section .news .navList a {
  color: #333333;
  font-family: "SOURCEHANSANSCN-REGULAR";
  transition: all 600ms;
}
.home .section .news .navList a:hover {
  color: #F67F00;
}
.home .section .news .navList .active {
  color: #F67F00;
}
.home .section .news .content {
  width: 70%;
  margin: 60px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding-bottom: 80px;
}
.home .section .news .content .bgPic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .section .news .content .bgPic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  opacity: 0.2;
}
.home .section .news .content .left {
  width: 20%;
  position: relative;
  opacity: 0;
  transition: all 1s;
  transition-delay: 200ms;
  transform: translateX(-80px);
}
.home .section .news .content .left .t1 {
  padding-top: 120px;
}
.home .section .news .content .left .t1 p:nth-child(1) {
  color: #333333;
  font-size: 40px;
  font-family: "Montserrat-Regular";
  font-weight: bolder;
  text-transform: uppercase;
}
.home .section .news .content .left .t1 p:nth-child(2) {
  color: #333333;
  font-size: 20px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  position: relative;
  padding: 30px 0;
}
.home .section .news .content .left .t1 p:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home .section .news .content .left .prev {
  width: 38px;
  height: 38px;
  background: #EEEEEE;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #F67F00;
  position: absolute;
  left: 0;
  bottom: 10%;
  cursor: pointer;
  z-index: 1000;
  transition: all 600ms;
}
.home .section .news .content .left .prev i {
  font-size: 25px;
}
.home .section .news .content .left .prev:hover {
  background-color: #F67F00;
  color: white;
}
.home .section .news .content .left .next {
  width: 38px;
  height: 38px;
  background: #EEEEEE;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #F67F00;
  position: absolute;
  left: 60px;
  bottom: 10%;
  transform: rotateY(180deg);
  cursor: pointer;
  z-index: 1000;
  transition: all 600ms;
}
.home .section .news .content .left .next i {
  font-size: 25px;
}
.home .section .news .content .left .next:hover {
  background-color: #F67F00;
  color: white;
}
.home .section .news .content .allImgs {
  width: 70%;
  opacity: 0;
  transition: all 1s;
  transition-delay: 200ms;
  transform: translateX(80px);
}
.home .section .news .content .allImgs .swiper-container {
  width: 100%;
  height: 700px;
}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 66%;
  margin: 0 auto;
  /*margin-top: 154px;*/

}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  width: 30%;
  overflow: hidden;
}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text {
  width: 60%;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 8px rgba(63, 63, 63, 0.1);
  border-radius: 0px 30px 30px 0px;
  padding: 20px 5%;
}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .t1 {
  color: #333333;
  font-size: 18px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  transition: all 600ms;
}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des {
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  font-size: 18px;
  font-family: "Montserrat-Regular";
  transition: all 600ms;
}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item:hover .pic img {
  transform: scale(1.05);
}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item:hover .text .t1 {
  color: #F67F00;
}
.home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item:hover .time {
  color: #F67F00;
}
.home .section .ditu {
  width: 100%;
  position: relative;
}
.home .section .ditu::before {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, #3e75ba, #4a6990);
  content: "";
  display: inline-block;
  z-index: 100;
  pointer-events: none;
}
.home .section .ditu #allmap {
  width: 100%;
  height: 100vh;
}
.home .section .ditu .messgae {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
  opacity: 0.8;
}
.home .section .ditu .messgae .left {
  width: 40%;
  opacity: 0;
  transition: all 1s;
  transition-delay: 200ms;
  transform: translateX(-80px);
}
.home .section .ditu .messgae .left .t1 {
  color: white;
  font-size: 40px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  text-transform: uppercase;
}
.home .section .ditu .messgae .left .t2 {
  color: white;
  font-size: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-top: 30px;
}
.home .section .ditu .messgae .left .t2::after {
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .section .ditu .messgae .left .info {
  margin-top: 60px;
}
.home .section .ditu .messgae .left .info .p1 {
  color: white;
  font-size: 22px;
  font-family: "SOURCEHANSANSCN-REGULAR";
}
.home .section .ditu .messgae .left .info .p2 {
  color: white;
  font-size: 14px;
  font-family: "Montserrat-Light";
}
.home .section .ditu .messgae .left .info .des {
  color: white;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  line-height: 35px;
  margin-top: 40px;
}
.home .section .ditu .messgae .form {
  width: 55%;
  opacity: 0;
  transition: all 1s;
  transition-delay: 200ms;
  transform: translateX(80px);
}
.home .section .ditu .messgae .form .p1 {
  color: white;
  font-size: 18px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  margin-top: 80px;
}
.home .section .ditu .messgae .form .nr {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .section .ditu .messgae .form .nr .name {
  width: 48%;
  border: 1px solid #EEEEEE;
  margin-top: 20px;
}
.home .section .ditu .messgae .form .nr .name input {
  outline: none;
  border: none;
  width: 100%;
  height: 50px;
  color: white;
  font-family: "SOURCEHANSANSCN-REGULAR";
  background-color: transparent;
  text-indent: 20px;
}
.home .section .ditu .messgae .form .nr .name input::placeholder {
  color: white;
}
.home .section .ditu .messgae .form .nr .name2 {
  width: 100%;
  border: 1px solid #EEEEEE;
  margin-top: 20px;
}
.home .section .ditu .messgae .form .nr .name2 textarea {
  outline: none;
  border: none;
  width: 100%;
  height: 182px;
  color: white;
  font-family: "SOURCEHANSANSCN-REGULAR";
  background-color: transparent;
  text-indent: 20px;
  padding-top: 15px;
  resize: none;
}
.home .section .ditu .messgae .form .nr .name2 textarea::placeholder {
  color: white;
}
.home .section .ditu .messgae .form .nr .submit {
  width: 100px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  margin-left: calc(100% - 100px);
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  cursor: pointer;
  transition: all 600ms;
}
.home .section .ditu .messgae .form .nr .submit:hover {
  background-color: #F67F00;
  border-color: #F67F00;
  color: white;
}
.home .section .ditu .links {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transition: all 1s;
  transition-delay: 200ms;
  transform: translateY(80px);
}
.home .section .ditu .links a {
  display: block;
  padding: 15px 100px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 15px;
}
.home .section .ditu .links a i {
  color: #ffffff;
  font-size: 25px;
}
.home .section .foot {
  width: 100%;
  background: url("/images/fbg.png") no-repeat;
  /* background-size: cover; */
  background-size: 100% 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .section .foot .dom0 {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(243, 243, 243, 0.1);
  padding-bottom: 30px;
}
.home .section .foot .dom0 .icons {
  display: none;
  flex-direction: row;
  align-items: center;
}
.home .section .foot .dom0 .icons a {
  color: #c5c5c5;
  display: block;
  margin-left: 20px;
  cursor: pointer;
  transition: all 600ms;
}
.home .section .foot .dom0 .icons a i {
  font-size: 25px;
}
.home .section .foot .dom0 .icons a:hover {
  color: white;
}
.home .section .foot .dom1 {
  width: 73%;
  margin: 0 auto;
  padding: 60px 1% 80px 1%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgba(243, 243, 243, 0.1);
}
.home .section .foot .dom1 .links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .section .foot .dom1 .links .item {
  text-align: left;
}
.home .section .foot .dom1 .links .item a {
  color: white;
  font-family: "SOURCEHANSANSCN-NORMAL";
}
.home .section .foot .dom1 .links .item .aList {
  display: block;
  margin-top: 20px;
}
.home .section .foot .dom1 .links .item .aList a {
  display: block;
  color: rgba(218, 218, 218, 0.8);
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  margin-bottom: 10px;
  transition: all 600ms;
}
.home .section .foot .dom1 .links .item .aList a:hover {
  color: white;
}
.home .section .foot .dom2 {
  width: 75%;
  margin: 0 auto;
  border-top: 1px solid rgba(243, 243, 243, 0.1);
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .section .foot .dom2 .code .pic {
  text-align: center;
}
.home .section .foot .dom2 .code .pic p {
  font-size: 14px;
  color: #DADADA;
  font-family: "SOURCEHANSANSCN-LIGHT";
  margin-top: 10px;
}
.home .section .foot .dom2 .r, .home .section .foot .dom2 a {
  color: rgba(255, 255, 255, 0.27);
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-NORMAL";
  transition: all 600ms;
}
.home .section .foot .dom2 .r:hover, .home .section .foot .dom2 a:hover {
  color: white;
}
.home .section .foot .dom2 a {
  margin: 0 2px;
}
.home .active .products .content .lpro, .home .active .products .content .rpro {
  opacity: 1;
  transform: translateY(0);
}
.home .active .company .p1, .home .active .company .p2, .home .active .company .line, .home .active .company .des, .home .active .company .allImgs, .home .active .company .more {
  opacity: 1;
  transform: translateY(0);
}
.home .active .news .navList {
  opacity: 1;
  transform: translateX(0);
}
.home .active .news .content .left, .home .active .news .content .allImgs {
  opacity: 1;
  transform: translateX(0);
}
.home .active .ditu .messgae .left, .home .active .ditu .messgae .form {
  opacity: 1;
  transform: translateX(0);
}
.home .active .ditu .links {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 2000px) {

  .home .section .company .des {
    width: 70%;
  }
  .home .section .company .allImgs {
    width: 70%;
  }
}
@media screen and (max-width: 1440px) {
  .home .section .products {
    height: 100vh;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home .section .products .content {
    width: 80%;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic {
    width: 65%;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .mpic {
    width: 380px;
    height: 380px;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext {
    width: 37%;
  }
  .home .section .company .line {
    height: 80px;
  }
  .home .section .company .des {
    width: 80%;
    margin: 20px auto;
  }
  .home .section .company .allImgs {
    width: 80%;
    margin: 20px auto;
  }
  .home .section .company .more {
    margin-top: 0;
  }
  .home .section .news .navList {
    width: 80%;
  }
  .home .section .news .content {
    width: 80%;
  }
  .home .section .news .content .allImgs .swiper-container {
    height: 500px;
  }
  .home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic {
    width: 25%;
  }
  .home .section .ditu .messgae {
    width: 80%;
    left: 10%;
  }
  .home .section .foot .dom0 {
    width: 80%;
  }
  .home .section .foot .dom1 {
    width: 80%;
  }
  .home .section .foot .dom2 {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .home .header {
    display: none;
  }
  .home .section .banner .swiper-container .swiper-wrapper .swiper-slide .item .text {
    width: 80%;
  }
  .home .section .banner .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
    font-size: 17px;
    line-height: 30px;
  }
  .home .section .banner .swiper-container .swiper-wrapper .swiper-slide .item .text .p2 {
    font-size: 16px;
  }
  .home .section .products .content {
    flex-direction: column;
    width: 100%;
  }
  .home .section .products .content .lpro {
    display: none;
  }
  .home .section .products .content .rpro {
    width: 90%;
    margin: 0 auto;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item {
    flex-direction: column;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic {
    width: 76%;
    margin-top: 80px;
    padding: 0 12%;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .mpic {
    width: 180px;
    height: 180px;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .mpic img {
    max-width: 60%;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .pic1 {
    width: 100%;
    display: block;
    object-fit: contain;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp1, .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp2, .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp3, .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp4 {
    width: 50px;
    height: 50px;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp1 img, .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp2 img, .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp3 img, .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .lpic .dp4 img {
    max-width: 60%;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext {
    width: 100%;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext .p3 {
    margin-top: 10px;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
  }
  .home .section .products .content .rpro .swiper-container .swiper-wrapper .swiper-slide .item .rtext a {
    margin-top: 20px;
  }
  .home .section .company .p1 {
    font-size: 18px;
  }
  .home .section .company .p2 {
    width: 90%;
    margin: 15px auto;
    font-size: 16px;
  }
  .home .section .company .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
  }
  .home .section .company .allImgs .item .pic {
    width: 50px;
    height: 50px;
  }
  .home .section .company .allImgs .item .pic img {
    max-width: 60%;
    object-fit: contain;
  }
  .home .section .company .allImgs .item p {
    font-size: 14px;
  }
  .home .section .company .more {
    margin-top: 30px;
  }
  .home .section .ditu .messgae {
    width: 90%;
    left: 5%;
    flex-direction: column;
  }
  .home .section .ditu .messgae .left {
    width: 100%;
  }
  .home .section .ditu .messgae .left .t1 {
    font-size: 20px;
  }
  .home .section .ditu .messgae .left .t2 {
    font-size: 16px;
    margin-top: 20px;
  }
  .home .section .ditu .messgae .left .info {
    margin-top: 20px;
  }
  .home .section .ditu .messgae .left .info .p1 {
    font-size: 18px;
  }
  .home .section .ditu .messgae .left .info .des {
    margin-top: 10px;
  }
  .home .section .ditu .messgae .form {
    width: 100%;
    display: none;
  }
  .home .section .ditu .messgae .form .p1 {
    margin-top: 20px;
  }
  .home .section .ditu .messgae .form .nr .name input {
    height: 30px;
  }
  .home .section .ditu .messgae .form .nr .name2 textarea {
    height: 60px;
  }
  .home .section .ditu .links {
    justify-content: space-between;
  }
  .home .section .ditu .links a {
    width: 48%;
    padding: 10px 0;
    text-align: center;
    margin: 0;
  }
  .home .section .foot .dom1 {
    display: none;
  }
  .home .section .foot .dom2 {
    flex-direction: column;
    text-align: center;
  }
  .home .section .foot .dom2 .r {
    margin-top: 30px;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
  }
  .home .section .foot .dom2 a {
    width: 100%;
  }
  .home .section .news {
    height: 80vh;
    padding: 10vh 0;
  }
  .home .section .news .navList {
    width: 90%;
  }
  .home .section .news .content {
    width: 90%;
    padding: 0 5%;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .home .section .news .content .bgPic {
    display: none;
  }
  .home .section .news .content .left {
    width: 100%;
  }
  .home .section .news .content .left .t1 {
    padding-top: 0;
  }
  .home .section .news .content .left .t1 p:nth-child(1) {
    font-size: 20px;
  }
  .home .section .news .content .left .t1 p:nth-child(2) {
    padding: 15px 0;
  }
  .home .section .news .content .left .prev {
    right: 60px;
    left: auto;
  }
  .home .section .news .content .left .next {
    right: 0;
    left: auto;
  }
  .home .section .news .content .allImgs {
    width: 100%;
    margin: 40px 0;
  }
  .home .section .news .content .allImgs .swiper-container {
    height: auto;
  }
  .home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item {
    width: 100%;
    flex-direction: column;
  }
  .home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic {
    width: 100%;
  }
  .home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text {
    width: 90%;
    border-radius: 0;
    padding: 30px 5%;
  }
  .home .section .news .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .time {
    color: white;
  }
}

/*# sourceMappingURL=index.css.map */
<!--ºÄÊ±1775113066.0893Ãë-->