html,
body {
  -user-select: none;
}
.maodian{
	position: relative;
	top: -.87rem;
}
.w1600 {
  box-sizing: border-box;
  padding-left: 8.3vw;
  padding-right: 8.3vw;
  width: 100%;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img img {
  width: 100%;
  max-height: 9.5rem;
  object-fit: cover;
}
.InnerBanner .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.InnerBanner .position .box h5 {
  font-size: 0.5rem;
  color: #fff;
}
.bgf5 {
  background: #f5f5f5;
}
.InnerBread .box {
  border-bottom: 1px solid #ddd;
}
.InnerBread .box .boxLeft {
  display: flex;
  align-items: center;
}
.InnerBread .box .boxLeft div {
  font-size: 16px;
  color: #666;
}
.InnerBread .box .boxLeft div img {
  position: relative;
  top: -2px;
}
.InnerBread .box .boxLeft div a {
  color: #666;
}
.InnerBread .box .boxLeft div font {
  color: #666;
  display: inline-block;
  margin: 0 3px;
}
.InnerBread .box .boxLeft div span {
  color: #000;
}
.InnerBread .box .boxRight ul {
  display: flex;
}
.InnerBread .box .boxRight ul li {
  margin-right: 0.36rem;
}
.InnerBread .box .boxRight ul li:last-child {
  margin-right: 0;
}
.InnerBread .box .boxRight ul li a {
  font-size: 17px;
  color: #999;
  display: block;
  line-height: 0.98rem;
  position: relative;
}
.InnerBread .box .boxRight ul li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 1px;
  transform: translateX(-50%);
  background: #000;
  transition: 0.4s;
}
.InnerBread .box .boxRight ul li a:hover::after {
  width: 100%;
}
.InnerBread .box .boxRight ul .active a {
  color: #000;
}
.InnerBread .box .boxRight ul .active a::after {
  width: 100%;
}
.CasesListCoontainer {
  padding: 1.2rem 0;
}
.CasesListCoontainer .box .list {
  margin-bottom: 0.98rem;
}
.CasesListCoontainer .box .list:last-child {
  margin-bottom: 0;
}
.CasesListCoontainer .box .list .item {
  display: flex;
}
.CasesListCoontainer .box .list .item .boxLeft {
  width: 6rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 8.3vw;
}
.CasesListCoontainer .box .list .item .boxLeft .main {
  position: relative;
  width: 100%;
}
.CasesListCoontainer .box .list .item .boxLeft .main p {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: #000;
  position: relative;
}
.CasesListCoontainer .box .list .item .boxLeft .main p font {
  font-size: 0.35rem;
}
.CasesListCoontainer .box .list .item .boxLeft .main span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  width: 3rem;
  color: #000;
  opacity: 0.05;
}
.CasesListCoontainer .box .list .item .boxRight {
  flex: 1;
  overflow: hidden;
}
.CasesListCoontainer .box .list .item .boxRight img {
  width: 100%;
  transition: 0.8s;
}
.CasesListCoontainer .box .list .item:hover .boxRight img {
  transform: scale(1.05);
}
.CasesListCoontainer .box .list:nth-child(2n-1) .item {
  flex-direction: row-reverse;
}
.CasesListCoontainer .box .list:nth-child(2n-1) .item .boxLeft {
  padding-left: 0;
  padding-right: 8.3vw;
}
.CasesListCoontainer .box .list:nth-child(2n-1) .item .boxLeft .main {
  text-align: right;
}
.CasesListCoontainer .box .list:nth-child(2n-1) .item .boxLeft .main span {
  left: auto;
  right: 0;
}
.footer_container {
  background: url(../images/img3.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.footer_container .box .boxTop {
  padding: 0.86rem 0 0.78rem;
}
.footer_container .box .boxTop .boxLeft .content0 img {
  width: 0.86rem;
}
.footer_container .box .boxTop .boxLeft .conten1 {
  margin-top: 0.66rem;
}
.footer_container .box .boxTop .boxLeft .conten1 a {
  display: inline-block;
  font-size: 0.17rem;
  color: #999;
  background: #333333;
  padding: 0 0.2rem 0 0.26rem;
  line-height: 0.54rem;
  border-radius: 0.3rem;
  transition: 0.4s;
}
.footer_container .box .boxTop .boxLeft .conten1 a i {
  color: #fff;
  display: inline-block;
  margin-left: 0.75rem;
}
.footer_container .box .boxTop .boxLeft .conten1 a:hover {
  color: #fff;
}
.footer_container .box .boxTop .boxCenter {
  display: flex;
}
.footer_container .box .boxTop .boxCenter .item {
  margin: 0 0.54rem 0 0;
      width:1.6rem;
}
.footer_container .box .boxTop .boxCenter .item h5 {
  font-size: 0.19rem;
  color: #fff;
  margin-bottom: 0.16rem;
}
.footer_container .box .boxTop .boxCenter .item ul li a {
  font-size: 0.16rem;
  color: #999;
  display: block;
  transition: 0.4s;
  line-height: 0.35rem;
}
.footer_container .box .boxTop .boxCenter .item ul li a:hover {
  color: #fff;
}

.footer_container .box .boxTop .boxRight{
	width: 2.3rem;
}
.footer_container .box .boxTop .boxRight h5 {
  font-size: 0.19rem;
  color: #fff;
  margin-bottom: 0.26rem;
}
.footer_container .box .boxTop .boxRight .item {
  font-size: 0.16rem;
  line-height: 27px;
  color: #999;
  margin-bottom: 4px;
}
.footer_container .box .boxTop .boxRight .item span {
  color: #ccc;
}
.footer_container .box .boxTop .boxRight .item a {
  color: #ccc;
}
.footer_container .box .boxBot {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_container .box .boxBot ._left {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #999;
}
.footer_container .box .boxBot ._left a {
  color: #999;
}
.footer_container .box .boxBot ._right {
  padding: 0.28rem 0;
}
.footer_container .box .boxBot ._right ul {
  display: flex;
}
.footer_container .box .boxBot ._right ul li {
  margin-left: 10px;
  position: relative;
}
.footer_container .box .boxBot ._right ul li a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #707070;
  border-radius: 50%;
  transition: 0.4s;
}
.footer_container .box .boxBot ._right ul li a img {
  max-width: 0.22rem;
  max-height: 0.22rem;
}
.footer_container .box .boxBot ._right ul li a:hover {
  background: #fff;
}
.footer_container .box .boxBot ._right ul li .ewm {
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  transition: 0.4s;
}
.footer_container .box .boxBot ._right ul li .ewm img {
  width: 1.5rem;
}
.footer_container .box .boxBot ._right ul li:hover .ewm {
  transform: translateX(-50%) scale(1);
}
.CaseInfoContainer_1 {
  text-align: center;
}
.CaseInfoContainer_1 .content0 {
  font-size: 0.4rem;
  padding-top: 1.2rem;
}
.CaseInfoContainer_1 .content1 {
  font-size: 0.17rem;
  line-height: 0.35rem;
  padding: 0 3.2rem;
  margin: 0.4rem 0;
}
.CaseInfoContainer_1 .content2 span {
  display: inline-block;
  width: 1px;
  height: 0.38rem;
  background: #333;
}
.CaseInfoContainer_2 {
  margin-top: 0.8rem;
}
.CaseInfoContainer_2 .box img {
  width: 100%;
  max-height: 9.5rem;
  object-fit: cover;
}
.w60 {
  width: 0.6rem;
}
.p100 {
  padding: 0.98rem 0 2rem;
}
.CaseInfoContainer_3 .box {
  padding-left: 8.3vw;
}
.CaseInfoContainer_3 .box .title {
  font-size: 0.4rem;
}
.CaseInfoContainer_3 .box .banner {
  margin-top: 0.54rem;
  position: relative;
}
.CaseInfoContainer_3 .box .banner .swiper-slide {
  width: 12.36rem;
}
.CaseInfoContainer_3 .box .banner .swiper-slide p {
  overflow: hidden;
}
.CaseInfoContainer_3 .box .banner .swiper-slide p img {
  width: 100%;
  transition: 0.4s;
  height: 6.5rem;
  object-fit: cover;
}
.CaseInfoContainer_3 .box .banner .swiper-slide p:hover img {
  transform: scale(1.1);
}
.CaseInfoContainer_3 .box .banner .button {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #000;
  left: calc(12.36rem - 30px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
}
.CaseInfoContainer_3 .box .banner .button p {
  margin: 0 2px;
  cursor: pointer;
}
.CaseInfoContainer_3 .box .banner .button p i {
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.4s;
}
.CaseInfoContainer_3 .box .banner .button p:hover i {
  opacity: 1;
}
.newVidoeContainer .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}
.newVidoeContainer .box .item a {
  display: block;
  position: relative;
}
.newVidoeContainer .box .item a figure {
  overflow: hidden;
}
.newVidoeContainer .box .item a figcaption {
  font-size: 0.25rem;
  text-align: center;
  color: #333;
  margin-top: 0.25rem;
}
.newVidoeContainer .box .item a img {
  width: 100%;
  transition: 0.4s;
}
.newVidoeContainer .box .item a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: -15px;
}
.newVidoeContainer .box .item a p svg {
  margin: auto;
  transform: scale(0.8);
  position: relative;
  left: 2px;
}
.newVidoeContainer .box .item a:hover img {
  transform: scale(1.1);
}
.newContainer .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.48rem;
  grid-row-gap: 0.48rem;
}
.newContainer .box .itemOn {
  grid-area: 1 / 1 / 3 / 3;
  background: #fff;
}
.newContainer .box .itemOn a {
  display: block;
}
.newContainer .box .itemOn a .content0 {
  overflow: hidden;
}
.newContainer .box .itemOn a .content0 img {
  width: 100%;
  transition: 0.4s;
  height: 100%;
  object-fit: cover;
}
.newContainer .box .itemOn a .content1 {
  padding: 0.4rem 0.4rem 0.5rem;
}
.newContainer .box .itemOn a .content1 .left {
  width: 75%;
}
.newContainer .box .itemOn a .content1 .left .top {
  font-size: 16px;
  color: #999;
}
.newContainer .box .itemOn a .content1 .left .bot {
  font-size: 0.3rem;
  color: #000;
  margin-top: 0.16rem;
}
.newContainer .box .itemOn a .content1 .right {
  position: relative;
}
.newContainer .box .itemOn a .content1 .right div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.66rem;
  line-height: 0.55rem;
  background: #000;
  border-radius: 0.35rem;
  text-align: center;
  font-size: 0.19rem;
  color: #fff;
}
.newContainer .box .itemOn a .content1 .right div i {
  margin-left: 4px;
}
.newContainer .box .itemOn a:hover .content0 img {
  transform: scale(1.05);
}
.newContainer .box .item {
  background: #fff;
  min-height: 1rem;
  position: relative;
}
.newContainer .box .item a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.6rem 0.7rem;
}
.newContainer .box .item a .content0 {
  font-size: 16px;
  color: #999;
  transition: 0.4s;
}
.newContainer .box .item a .content1 {
  font-size: 0.25rem;
  color: #000;
  line-height: 0.35rem;
  height: 0.7rem;
  margin-top: 0.24rem;
  transition: 0.4s;
}
.newContainer .box .item a .content2 {
  font-size: max(0.16rem, 14px);
  color: #ccc;
  line-height: 25px;
  height: 50px;
  margin-top: 0.22rem;
  opacity: 0;
  transition: 0.4s;
}
.newContainer .box .item a .content3 {
  margin-top: 0.5rem;
}
.newContainer .box .item a .content3 div {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  color: #ddd;
  transition: 0.4s;
}
.newContainer .box .item a .content3 div i {
  transition: 0.4s;
}
.newContainer .box .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  opacity: 0;
}
.newContainer .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newContainer .box .item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.newContainer .box .item:nth-child(3) {
  margin-top: -0.2rem;
}
.newContainer .box .item:hover .content1 {
  color: #fff;
}
.newContainer .box .item:hover .content2 {
  opacity: 1;
}
.newContainer .box .item:hover .content3 div {
  background: #fff;
  border-color: #fff;
}
.newContainer .box .item:hover .content3 div i {
  color: #333;
}
.newContainer .box .item:hover .img {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
	.technologyHardware1 .list:nth-child(2n) .item a .right {
	   padding: 0;
	}
  .newContainer .box .item a .content1 {
    color: #fff;
  }
  .newContainer .box .item a .content2 {
    opacity: 1;
  }
  .newContainer .box .item a .content3 div {
    background: #fff;
    border-color: #fff;
  }
  .newContainer .box .item a .content3 div i {
    color: #333;
  }
  .newContainer .box .item .img {
    opacity: 1;
  }
}
.newContainer .box1 {
  margin-top: 0.56rem;
}
.fageContaoner ._box ._left a {
  display: inline-block;
  margin-right: 0.26rem;
  color: #b9bec2;
  font-size: 17px;
  transition: 0.4s;
  position: relative;
}
.fageContaoner ._box ._left a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  opacity: 0;
}
.fageContaoner ._box ._left a:hover {
  color: #000;
}
.fageContaoner ._box ._left .active::after {
  opacity: 1;
}
.fageContaoner ._box ._right {
  display: flex;
}
.fageContaoner ._box ._right div {
  margin-left: 10px;
}
.fageContaoner ._box ._right div a {
  display: block;
  width: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
}
.fageContaoner ._box ._right div a i {
  color: #ccc;
  transition: 0.4s;
}
.fageContaoner ._box ._right div a:hover {
  background: #000;
}
.fageContaoner ._box ._right div a:hover i {
  color: #fff;
}
.newsInfoContainer .box {
  background: #fff;
  padding: 0 1.48rem;
}
.newsInfoContainer .box .content0 {
  font-size: 0.35rem;
  text-align: center;
  padding-top: 0.76rem;
}
.newsInfoContainer .box .content1 {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 0.48rem;
  border-bottom: 1px solid #ddd;
}
.newsInfoContainer .box .content2 {
  font-size: max(0.16rem, 14px);
  color: #666;
  line-height: 35px;
  padding: 0.52rem 0 1.3rem;
}
.newsInfoContainer .box .content2 img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: auto;
}
.newsInfoContainer .box1 {
  margin-top: 0.52rem;
}
.newsInfoContainer .box1 .ite {
  max-width: 40%;
}
.newsInfoContainer .box1 .ite a {
  display: flex;
}
.newsInfoContainer .box1 .ite a .le {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
}
.newsInfoContainer .box1 .ite a .le div {
  width: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
}
.newsInfoContainer .box1 .ite a .le div i {
  color: #ccc;
  transition: 0.4s;
}
.newsInfoContainer .box1 .ite a .le div:hover {
  background: #000;
}
.newsInfoContainer .box1 .ite a .le div:hover i {
  color: #fff;
}
.newsInfoContainer .box1 .ite a .ri .to {
  font-size: max(0.17rem, 15px);
  color: #666;
}
.newsInfoContainer .box1 .ite a .ri .bo {
  font-size: max(0.16rem, 14px);
  color: #666;
  margin-top: 0.12rem;
}
.newsInfoContainer .box1 .ite a:hover .le div {
  background: #000;
}
.newsInfoContainer .box1 .ite a:hover .le div i {
  color: #fff;
}
.newsInfoContainer .box1 .right a .le {
  margin-left: 0.2rem;
  margin-right: 0;
}
.newsInfoContainer .box1 .right a .ri {
  order: -1;
  text-align: right;
}
.contactContainer {
  background: #000;
  padding: 2.65rem 0 3.12rem;
}
.contactContainer .box div {
  font-size: 0.5rem;
  color: #fff;
  position: relative;
}
.contactContainer .box div span {
  position: relative;
  z-index: 1;
}
.contactContainer .box div p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.1;
  text-transform: uppercase;
  font-weight: bold;
}
.contactContainer .box1 {
  margin-top: 1.6rem;
}
.contactContainer .box1 .item {
  padding-left: 0.26rem;
  border-left: 1px solid #fff;
  width: 25%;
  box-sizing: border-box;
}
.contactContainer .box1 .item .top {
  font-size: 0.17rem;
  color: #999;
}
.contactContainer .box1 .item .bot {
  margin-top: 12px;
}
.contactContainer .box1 .item .bot a {
  font-size: 0.19rem;
  color: #fff;
}
.contactMap {
  margin-top: -1.45rem;
  position: relative;
  overflow: hidden;
}
.contactMap::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8.3vw;
  height: 100%;
  background: #000;
}
.contactMap .box {
  position: relative;
  z-index: 1;
}
.contactMap .box .content0 .content1 {
  font-size: 0.25rem;
  word-wrap: break-word;
  writing-mode: tb;
  letter-spacing: 0.08rem;
  padding-top: 2.56rem;
}
.contactMap .box .content0 .content2 {
  margin-right: -8.3vw;
}
.contactMap .box .content0 .content2 a {
  display: block;
}
.contactMap .box .content0 .content2 img {
  width: 16rem;
}
.contactMap .box1 {
  font-size: 0.24rem;
  text-align: right;
  padding: 0.8rem;
}
.technologyConatainer > div {
  display: grid;
  gap: 1.1rem;
}
.technologyConatainer .list .item .left {
  width: 50%;
  box-sizing: border-box;
  padding-left: 8.3vw;
}
.technologyConatainer .list .item .left .main {
  background: #fff;
  padding: 0 1.2rem;
  height: 100%;
  box-sizing: border-box;
}
.technologyConatainer .list .item .left .main .top {
  font-size: 0.4rem;
  padding-top: 1.5rem;
}
.technologyConatainer .list .item .left .main .bot {
  font-size: max(0.16rem, 14px);
  color: #666;
  line-height: 0.35rem;
  margin-top: 0.45rem;
  height: 2.8rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.technologyConatainer .list .item .left .main .bot p {
  margin: auto;
}
.technologyConatainer .list .item .left .main .bot::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}
.technologyConatainer .list .item .left .main .bot::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: rgba(0, 0, 0, 0.7);
}
.technologyConatainer .list .item .left .main .bot::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.technologyConatainer .list .item .right {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.technologyConatainer .list .item .right img {
  width: 100%;
  transition: 0.4s;
}
.technologyConatainer .list .item .right:hover img {
  transform: scale(1.1);
}
.technologyConatainer .list:nth-child(2n) .item {
  flex-flow: row-reverse;
}
.technologyConatainer .list:nth-child(2n) .item .left {
  padding-left: 0;
  padding-right: 8.3vw;
}
.technologyHardware .box {
  text-align: center;
  padding: 1rem 0;
}
.technologyHardware .box h5 {
  font-size: 0.4rem;
}
.technologyHardware .box .desc {
  font-size: 0.17rem;
  color: #666;
  line-height: 0.35rem;
  margin-top: 0.46rem;
}
.technologyHardware .box .desc p {
  max-width: 7rem;
  margin: auto;
}
.technologyHardware1 .p100 {
  display: grid;
  gap: 0.98rem;
}
.technologyHardware1 .list {
  position: relative;
}
.technologyHardware1 .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8.3vw);
  height: 100%;
  background: #fff;
}
.technologyHardware1 .list .item {
  position: relative;
  padding: 0.7rem 0;
}
.technologyHardware1 .list .item a .left {
  width: 50%;
  box-sizing: border-box;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
}
.technologyHardware1 .list .item a .left .main {
  position: relative;
}
.technologyHardware1 .list .item a .left .main .en {
  position: absolute;
  font-size: 3rem;
  line-height: 1;
  left: -1rem;
  top: -1.2rem;
  color: #000;
  opacity: 0.05;
}
.technologyHardware1 .list .item a .left .main .content0 {
  font-size: 0.4rem;
  color: #000;
}
.technologyHardware1 .list .item a .left .main .content1 {
  font-size: 0.19rem;
  color: #666;
  line-height: 0.4rem;
  margin-top: 0.32rem;
}
.technologyHardware1 .list .item a .right {
  width: 50%;
  box-sizing: border-box;
  padding-right: 0.75rem;
}
.technologyHardware1 .list .item a .right p {
  overflow: hidden;
}
.technologyHardware1 .list .item a .right p img {
  width: 100%;
  transition: 0.4s;
  /* height: 4.5rem; */
}
.technologyHardware1 .list .item a:hover .right img {
  transform: scale(1.1);
}
.technologyHardware1 .list:nth-child(2n)::before {
  right: 0;
  left: auto;
}
.technologyHardware1 .list:nth-child(2n) .item a {
  flex-flow: row-reverse;
}
.technologyHardware1 .list:nth-child(2n) .item a .right{
	padding-left: .75rem;
	padding-right: 0;
}
.technologyHardwareInfo {
  padding: 1.2rem 0;
}
.technologyHardwareInfo .box .left {
  width: 5.15rem;
  box-sizing: border-box;
  padding: 1.12rem 0.64rem;
  background: #fff;
}
.technologyHardwareInfo .box .left .top {
  font-size: 0.5rem;
}
.technologyHardwareInfo .box .left .bot {
  font-size: 0.17rem;
  color: #666;
  line-height: 0.37rem;
  margin-top: 0.64rem;
  height: 2.96rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.technologyHardwareInfo .box .left .bot::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}
.technologyHardwareInfo .box .left .bot::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: rgba(0, 0, 0, 0.7);
}
.technologyHardwareInfo .box .left .bot::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.technologyHardwareInfo .box .right {
  flex: 1;
  box-sizing: border-box;
  padding-left: 0.3rem;
}
.technologyHardwareInfo .box .right img {
  height: 6.5rem;
  object-fit: cover;
  width: 100%;
}


.technologyHardwareInfoImgs {
  padding: 1.2rem 0;
}
.technologyHardwareInfoImgs .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.22rem;
  grid-row-gap: 0.3rem;
}
.technologyHardwareInfoImgs .box .item {
  overflow: hidden;
}
.technologyHardwareInfoImgs .box .item img {
  width: 100%;
  transition: 0.4s;
}
.technologyHardwareInfoImgs .box .item:hover img {
  transform: scale(1.1);
}
.technologyHardwareInfoImgs .box1 {
  margin-top: 0.5rem;
  font-size: 0.17rem;
  color: #666;
  text-align: right;
}
.productCustomizeContainer .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.65rem;
}
.productCustomizeContainer .box .item a {
  display: block;
  position: relative;
}
.productCustomizeContainer .box .item a figure {
  overflow: hidden;
}
.productCustomizeContainer .box .item a figcaption {
  font-size: 0.25rem;
  text-align: center;
  color: #333;
  margin-top: 0.25rem;
}
.productCustomizeContainer .box .item a img {
  width: 100%;
  transition: 0.4s;
}
.productCustomizeContainer .box .item a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.productCustomizeContainer .box .item a p svg {
  margin: auto;
  transform: scale(0.8);
  position: relative;
  left: 2px;
}
.productCustomizeContainer .box .item a:hover img {
  transform: scale(1.1);
}
.productCustomizeContainerInfo {
  text-align: center;
  padding: 1.2rem 0;
}
.productCustomizeContainerInfo .content0 {
  font-size: 0.4rem;
}
.productCustomizeContainerInfo .content1 {
  font-size: 0.17rem;
  line-height: 0.35rem;
  padding: 0 3.2rem;
}
.productCustomizeContainerInfo .content2 {
  margin: 0.32rem 0 0.48rem;
}
.productCustomizeContainerInfo .content2 span {
  display: inline-block;
  width: 1px;
  height: 0.38rem;
  background: #333;
}
.productContainer .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.46rem;
}
.productContainer .box .item {
  background: #fff;
  position: relative;
}
.productContainer .box .item a {
  display: block;
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
}
.productContainer .box .item a .content0 {
  font-size: 0.3rem;
  padding-top: 0.38rem;
  transition: 0.4s;
}
.productContainer .box .item a .content1 {
  margin-top: 0.22rem;
}
.productContainer .box .item a .content1 div {
  width: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
}
.productContainer .box .item a .content1 div i {
  color: #ccc;
  transition: 0.4s;
}
.productContainer .box .item a .content2 {
  padding: 0.35rem 0 0.85rem;
  transition: 0.4s;
  opacity: 1;
}
.productContainer .box .item a .content2 p {
  height: 3.05rem;
  text-align: center;
}
.productContainer .box .item a .content2 p img {
  max-height: 100%;
}
.productContainer .box .item figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.productContainer .box .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productContainer .box .item:hover a .content0 {
  color: #fff;
}
.productContainer .box .item:hover a .content1 div {
  background: #fff;
  border-color: #fff;
}
.productContainer .box .item:hover a .content1 div i {
  color: #666;
}
.productContainer .box .item:hover a .content2 {
  opacity: 0;
}
.productContainer .box .item:hover figure {
  opacity: 1;
}
.productInfoContainer .p100_ {
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}
.productInfoContainer .box .left {
  padding: 0.5rem 0 0.7rem;
  width: 50%;
  box-sizing: border-box;
}
.productInfoContainer .box .left h5 {
  font-size: 0.25rem;
}
.productInfoContainer .box .left .img {
  margin-top: 0.6rem;
}
.productInfoContainer .box .left .img img {
  width: 100%;
}
.productInfoContainer .box .right {
  padding: 0.5rem 0 0 1.2rem;
  width: 40%;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
}
.productInfoContainer .box .right h5 {
  font-size: 0.25rem;
}
.productInfoContainer .box .right ul {
  margin-top: 0.64rem;
  padding-left: 0.18rem;
}
.productInfoContainer .box .right ul li {
  font-size: 0.19rem;
  color: #666;
  line-height: 0.35rem;
  padding: 3px 0;
  position: relative;
}
.productInfoContainer .box .right ul li::before {
  content: '';
  position: absolute;
  left: -0.18rem;
  top: 0.18rem;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
}
.productInfoContainer1 {
  padding-top: 1rem;
}
.productInfoContainer1 .box {
  background: #fff;
}
.productInfoContainer1 .box .left {
  flex: 1;
  position: relative;
}
.productInfoContainer1 .box .left .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.productInfoContainer1 .box .left .img p {
  margin: auto;
}
.productInfoContainer1 .box .left .img p img {
  height: 4.88rem;
}
.productInfoContainer1 .box .left .position {
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
}
.productInfoContainer1 .box .left .position h5 {
  font-size: 0.4rem;
}
.productInfoContainer1 .box .left .position h6 {
  font-size: 0.19rem;
  color: #a11e23;
  margin-top: 0.3rem;
}
.productInfoContainer1 .box .right {
  width: 4rem ;
}
.productInfoContainer1 .box .right img {
  width: 100%;
}
.FullScreen {
  height: 100vh;
  position: relative;
}
.FullScreen > div > div {
  height: 100vh;
  overflow: hidden;
}
.FullScreen > div .section {
  overflow: hidden;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .FullScreen .fengy {
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .FullScreen .fengy div span {
    background: #fff;
    display: block;
    margin: 8px 0;
    transition: 0.4s;
    position: relative;
    width: 6px;
    height: 6px;
    opacity: 0.5;
  }
  .FullScreen .fengy div .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .FullScreen .fengy.on div span {
    background: #000;
    opacity: 0.3;
  }
  .FullScreen .fengy.on div .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.p165 {
  padding-top: 1.65rem;
}
.homeTitle {
  font-size: 0.22rem;
  position: relative;
  padding-left: 24px;
}
.homeTitle::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.homeNewsContainer .box {
  margin-top: 0.55rem;
}
.homeNewsContainer .box .boxLeft {
  width: 44%;
}
.homeNewsContainer .box .boxLeft a {
  display: block;
  height: 100%;
}
.homeNewsContainer .box .boxLeft a figure {
  overflow: hidden;
  height: calc(100% - 0.84rem);
}
.homeNewsContainer .box .boxLeft a figure img {
  width: 100%;
  transition: 0.4s;
  height: 100% ;
  object-fit: cover;
}
.homeNewsContainer .box .boxLeft a figcaption {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.84rem;
  background: #000;
  padding: 0 0.3rem;
  position: relative;
}
.homeNewsContainer .box .boxLeft a figcaption p {
  width: 84%;
}
.homeNewsContainer .box .boxLeft a figcaption div {
  position: absolute;
  right: 30px;
  width: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
  top: 50%;
  transform: translateY(-50%);
}
.homeNewsContainer .box .boxLeft a figcaption div i {
  color: #ccc;
  transition: 0.4s;
}
.homeNewsContainer .box .boxLeft a:hover figure img {
  transform: scale(1.1);
}
.homeNewsContainer .box .boxLeft a:hover figcaption div {
  background: #fff;
}
.homeNewsContainer .box .boxLeft a:hover figcaption div i {
  color: #000;
}
.homeNewsContainer .box .boxRight {
  width: 54%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.homeNewsContainer .box .boxRight .listLeft {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.homeNewsContainer .box .boxRight .listLeft .item {
  position: relative;
  background: #fff;
}
.homeNewsContainer .box .boxRight .listLeft .item a {
  display: block;
  padding: 0.3rem 0.4rem;
  position: relative;
  z-index: 1;
}
.homeNewsContainer .box .boxRight .listLeft .item a .content0 {
  font-size: 0.19rem;
  color: #000;
  transition: 0.4s;
}
.homeNewsContainer .box .boxRight .listLeft .item a .content1 {
  font-size: 15px;
  color: #999;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 16px;
}
.homeNewsContainer .box .boxRight .listLeft .item a .content2 {
  border-top: 1px solid #ddd;
  padding: 0.3rem 0 0;
}
.homeNewsContainer .box .boxRight .listLeft .item a .content2 .left div {
  font-size: 0.3rem;
  font-weight: bold;
  color: #999;
  line-height: 1;
  transition: 0.4s;
}
.homeNewsContainer .box .boxRight .listLeft .item a .content2 .left p {
  font-size: 0.16rem;
  color: #999;
  margin-top: 6px;
}
.homeNewsContainer .box .boxRight .listLeft .item a .content2 .right {
  display: flex;
  align-items: center;
}
.homeNewsContainer .box .boxRight .listLeft .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  opacity: 0;
}
.homeNewsContainer .box .boxRight .listLeft .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .homeNewsContainer .box .boxRight .listLeft .item:hover a .content0 {
    color: #fff;
  }
  .homeNewsContainer .box .boxRight .listLeft .item:hover a .content2 .left div {
    color: #fff;
  }
  .homeNewsContainer .box .boxRight .listLeft .item:hover a .content2 .right div div {
    background: #fff;
  }
  .homeNewsContainer .box .boxRight .listLeft .item:hover a .content2 .right div div i {
    color: #333;
  }
  .homeNewsContainer .box .boxRight .listLeft .item:hover .img {
    opacity: 1;
  }
}
.homeNewsContainer .box .boxRight .listRight {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
}
.homeNewsContainer .box .boxRight .listRight .item {
  background: #fff;
  position: relative;
}
.homeNewsContainer .box .boxRight .listRight .item a {
  padding: 0.3rem 0 0;
  position: relative;
  z-index: 1;
}
.homeNewsContainer .box .boxRight .listRight .item a .left {
  width: 1.35rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
}
.homeNewsContainer .box .boxRight .listRight .item a .left > div {
  width: 100%;
  padding: 16px 0;
  border-right: 1px solid #ddd;
}
.homeNewsContainer .box .boxRight .listRight .item a .left .time1 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #999;
  line-height: 1;
  transition: 0.4s;
}
.homeNewsContainer .box .boxRight .listRight .item a .left p {
  width: 18px;
  height: 2px;
  background: #eee;
  margin: 7px 0;
}
.homeNewsContainer .box .boxRight .listRight .item a .left .time2 {
  font-size: 0.16rem;
  color: #999;
}
.homeNewsContainer .box .boxRight .listRight .item a .right {
  flex: 1;
  padding: 0 0.32rem;
}
.homeNewsContainer .box .boxRight .listRight .item a .right .title {
  font-size: 0.19rem;
  color: #000;
  line-height: 0.3rem;
  height: 0.6rem;
  transition: 0.4s;
}
.homeNewsContainer .box .boxRight .listRight .item a .right p {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.2rem;
}
.homeNewsContainer .box .boxRight .listRight .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  opacity: 0;
}
.homeNewsContainer .box .boxRight .listRight .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .homeNewsContainer .box .boxRight .listRight .item:hover a .left .time1 {
    color: #fff;
  }
  .homeNewsContainer .box .boxRight .listRight .item:hover a .right .title {
    color: #fff;
  }
  .homeNewsContainer .box .boxRight .listRight .item:hover .img {
    opacity: 1;
  }
}
.homeNewsContainer .box1 {
  margin: 0.66rem 0 0;
}
.homeBut div {
  width: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
}
.homeBut div i {
  color: #ccc;
  transition: 0.4s;
}
.homeBut div:hover {
  background: #fff;
}
.homeBut div:hover i {
  color: #000;
}
.homeMore {
  display: flex;
  justify-content: center;
}
.homeMore a,
.homeMore .a {
  font-size: 0.18rem;
  display: block;
  width: 2.46rem;
  line-height: 0.54rem;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0.3rem;
  color: #000;
  transition: 0.4s;
}
.homeMore a i,
.homeMore .a i {
  display: inline-block;
  margin-left: 5px;
  transition: 0.4s;
}
.homeMore a:hover,
.homeMore .a:hover {
  background: #000;
  color: #fff;
}
.homeMore a:hover i,
.homeMore .a:hover i {
  color: #fff;
}
.homeSustainable {
  position: relative;
}
.homeSustainable .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.homeSustainable .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.homeSustainable .position ._position {
  width: 11rem;
  margin: auto;
  color: #fff;
  text-align: center;
}
.homeSustainable .position ._position h5 {
  font-size: 0.45rem;
}
.homeSustainable .position ._position .desc {
  font-size: 0.19rem;
  line-height: 0.35rem;
  margin-top: 0.28rem;
}
.homeSustainable .position ._position .icon {
  margin-top: 0.64rem;
}
.homeSustainable .position ._position .icon img {
  animation: yuanz 12s linear infinite;
  width: 116px;
}
@keyframes yuanz {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.homeCase .homeTitle {
  color: #fff;
}
.homeCase .homeTitle::before {
  background: #fff;
}
.homeCase .toggle {
  margin-top: -0.3rem;
  position: relative;
  z-index: 1;
}
.homeCase .toggle ul {
  display: flex;
}
.homeCase .toggle ul li {
  padding: 0 0.2rem;
  border-right: 1px solid #fff;
}
.homeCase .toggle ul li:last-child {
  border: 0;
}
.homeCase .toggle ul li a {
  font-size: 17px;
  color: #999;
  transition: 0.4s;
}
.homeCase .toggle ul li a:hover {
  color: #fff;
}
.homeCase .toggle ul li.active a {
  color: #fff;
}


.homeCase .toggle ul li .swiper-container{
	display: none;
}
.homeCase .box {
  padding-left: 8.3vw;
  margin-top: 0.56rem;
}
.homeCase .box .banner .swiper-slide {
  width: 7.48rem;
}
.homeCase .box .banner .swiper-slide a {
  display: block;
  position: relative;
}
.homeCase .box .banner .swiper-slide a .img {
  overflow: hidden;
}
.homeCase .box .banner .swiper-slide a .img img {
  width: 100%;
  transition: 0.4s;
  height: 4.6rem;
  object-fit: cover;
}
.homeCase .box .banner .swiper-slide a .position {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  line-height: 0.8rem;
  color: #fff;
  box-sizing: border-box;
  padding: 0 0.52rem;
  transform: translateY(100%);
  transition: 0.4s;
}
.homeCase .box .banner .swiper-slide a .position .btn {
  display: flex;
  align-items: center;
}
.homeCase .box .banner .swiper-slide a .position .btn .homeBut div {
  background: #fff;
}
.homeCase .box .banner .swiper-slide a .position .btn .homeBut div i {
  color: #333;
}
.homeCase .box .banner .swiper-slide a:hover .img img {
  transform: scale(1.1);
}
.homeCase .box .banner .swiper-slide a:hover .position {
  transform: translateY(0);
}
.homeCase .box1 {
  margin-top: 0.54rem;
}
.homeCase .box1 .homeMore {
  display: none;
}
.homeCase .box1 .homeMore a {
  border-color: #fff;
  color: #fff;
}
.homeCase .box1 .homeMore a:hover {
  background: #fff;
  color: #000;
}
.homeCase .box1 .homeMore a:hover i {
  color: #000;
}
.homeCase .box1 .homeMore.active {
  display: block;
}
.homeCase .box1 .pageInfo {
  display: flex;
}
.homeCase .box1 .pageInfo .button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.homeCase .box1 .pageInfo .button i {
  color: #fff;
  font-size: 0.2rem;
  opacity: 0.5;
  transition: 0.4s;
}
.homeCase .box1 .pageInfo .button i:hover {
  opacity: 1;
}
.homeCase .box1 .pageInfo .page {
  margin: 0 0.18rem;
  line-height: 0.54rem;
  color: #fff;
  font-size: 0.17rem;
}
.homeCase .box1 .pageInfo .page font {
  font-size: 0.25rem;
}
.homeBrand {
  position: relative;
  background: #1c1c1c;
}
.homeBrand .homeTitle {
  position: absolute;
  left: 8.3vw;
  top: 1.6rem;
  color: #fff;
  z-index: 2;
}
.homeBrand .homeTitle::before {
  background: #fff;
}
.homeBrand .box .list {
  width: 33.333%;
}
.homeBrand .box .list a {
  display: block;
  width: 100%;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.homeBrand .box .list a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 1rem);
  background: rgba(255, 255, 255, 0.35);
}
.homeBrand .box .list a .main {
  color: #fff;
  text-align: center;
  padding-bottom: 1rem;
  transition: 0.4s;
}
.homeBrand .box .list a .main .content0 {
  font-size: 0.25rem;
}
.homeBrand .box .list a .main .content1 {
  margin-top: 0.5rem;
}
.homeBrand .box .list a .main .content1 img {
  height: 32px;
}
.homeBrand .box .list a .main .content2 {
  margin: 16px 0;
}
.homeBrand .box .list a .main .content2 span {
  width: 1px;
  height: 25px;
  background: #fff;
}
.homeBrand .box .list a .main .content3 {
  font-size: 0.17rem;
}
.homeBrand .box .list a:hover .main {
  padding-bottom: 1.5rem;
}
.homeBrand .box .list:last-child a::after {
  background: none;
}
.homeBrand .listImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeBrand .listImg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.homeBrand .listImg .active {
  opacity: 1;
}
.homeHistory {
  height: 100%;
  background: url(../images/img33.png) no-repeat 50% 50%;
  background-size: cover;
}
.homeHistory .homeTitle {
  color: #fff;
  z-index: 2;
}
.homeHistory .homeTitle::before {
  background: #fff;
}
.homeHistory .box {
  padding-right: 8.3vw;
}
.homeHistory .box .title {
  padding-top: 1.9rem;
}
.homeHistory .box .main {
  margin-top: 0.42rem;
}
.homeHistory .box .main .left {
  width: calc(50% + 8.3vw / 2);
}
.homeHistory .box .main .left img {
  width: 100%;
}
.homeHistory .box .main .right {
  flex: 1;
  background: #fff;
  padding: 0.6rem 0.7rem 0 0.5rem;
}
.homeHistory .box .main .right .top {
  font-size: 0.57rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
.homeHistory .box .main .right .bot {
  margin-top: 0.54rem;
  font-size: 0.17rem;
  line-height: 1.6;
  color: #666;
  /* height: 2.5rem; */
  overflow: auto;
  	overflow-x: hidden;
  	overflow-y: auto;
  	padding-right: 10px;
}

.homeHistory .box .main .right .bot::-webkit-scrollbar {
	width: 1px;
	height: 2px;
}

.homeHistory .box .main .right .bot::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.7);
}

.homeHistory .box .main .right .bot::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.1);
}
.homeAbout {
  position: relative;
}
.homeAbout .homeTitle {
  color: #fff;
  z-index: 2;
}
.homeAbout .homeTitle::before {
  background: #fff;
}
.homeAbout .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.homeAbout .positon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeAbout .positon .title {
  padding-top: 2.15rem;
}
.homeAbout .positon .box {
  color: #fff;
}
.homeAbout .positon .box .content0 {
  margin-top: 0.3rem;
  font-size: 0.77rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.homeAbout .positon .box .content1 {
  margin-bottom: 0.45rem;
  padding-left: 0.56rem;
}
.homeAbout .positon .box .content1 div {
  font-size: 0.3rem;
  position: relative;
}
.homeAbout .positon .box .content1 div::before {
  content: '';
  position: absolute;
  left: -0.56rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #fff;
}
.homeAbout .positon .box .content1 p {
  font-size: 0.19rem;
  margin-top: 0.14rem;
}
.homeAbout .positon .box .content2 {
  padding-top: 0.55rem;
}
.homeAbout .positon .box .content2 .homeMore a {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.homeAbout .positon .box .content2 .homeMore a i {
  color: #000;
}
.HomeBanner .box {
  position: relative;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item {
  position: relative;
  transition: 0.4s;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .position {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main {
  color: #fff;
  text-align: center;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main .content0 {
  font-size: 0.5rem;
  line-height: 1;
  text-transform: uppercase;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main .content1 {
  font-size: 0.3rem;
  line-height: 1;
  margin-top: 0.24rem;
}
.HomeBanner .box .banner .swiper-container .swiper-slide-active .item {
  opacity: 1;
}
.HomeBanner .box .page {
  position: absolute;
  left: 5.2vw;
  bottom: 0.64rem;
  z-index: 1;
}
.HomeBanner .box .page div span {
  transition: 0.4s;
  width: 28px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  margin-right: 5px;
}
.HomeBanner .box .page div .swiper-pagination-bullet-active {
  background: #fff;
}
.HomeBanner .box .Down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 0.6rem;
}
.HomeBanner .box .Down svg {
  position: relative;
  top: 0;
  animation: Down 1.5s ease-out infinite;
}
.HomeBanner .pageInfo {
  display: flex;
  position: absolute;
  right: 8.3vw;
  bottom: 0.64rem;
  z-index: 1;
}
.HomeBanner .pageInfo .button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.HomeBanner .pageInfo .button i {
  color: #fff;
  font-size: 0.2rem;
  opacity: 0.5;
  transition: 0.4s;
}
.HomeBanner .pageInfo .button i:hover {
  opacity: 1;
}
.HomeBanner .pageInfo .page_ {
  margin: 0 0.18rem;
  color: #fff;
  font-size: 0.17rem;
}
.HomeBanner .pageInfo .page_ font {
  font-size: 0.25rem;
}
@keyframes Down {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 50px;
    opacity: 0;
  }
}
.headerContainer {
  position: fixed;
  z-index: 8;
  top: 0;
  width: 100%;
  transition: 0.4s;
}
.headerContainer .box {
  height: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.headerContainer .box .flexBetween {
  width: 100%;
}
.headerContainer .box .menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 20vw;
}
.headerContainer .box .menu img {
  width: 34px;
}
.headerContainer .box .logo a {
  display: block;
}
.headerContainer .box .logo a img {
  height: 0.7rem;
}
.headerContainer .box .language {
  width: 20vw;
  font-size: 0.19rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerContainer .box .language a {
  color: #fff;
  opacity: 0.4;
}
.headerContainer .box .language span {
  margin: 0 6px;
}
.headerContainer .box .language .active {
  opacity: 1;
}
.headerContainer.on {
  filter: invert(1);
}
.headerContainer.active {
  background: #000;
  filter: invert(1);
}
.sharpeningContaienr {
  background: url(../images/img37.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 1.96rem 0 1.5rem;
  position: relative;
}
.sharpeningContaienr .box {
  position: relative;
}
.sharpeningContaienr .box .boxLeft {
  width: 4rem;
}
.sharpeningContaienr .box .boxLeft .content0 {
  font-size: 0.5rem;
}
.sharpeningContaienr .box .boxLeft .content1 {
  font-size: 0.27rem;
  line-height: 1.6;
  margin-top: 0.12rem;
}
.sharpeningContaienr .box .boxLeft .content2 {
  margin: 0.8rem 0;
}
.sharpeningContaienr .box .boxLeft .content2 p {
  width: 1.62rem;
  height: 1px;
  background: #000;
}
.sharpeningContaienr .box .boxLeft .content3 {
  font-size: 0.17rem;
  line-height: 1.9;
}
.sharpeningContaienr .box .boxRight {
  width: 4rem;
}
.sharpeningContaienr .box .boxRight .content0 {
  font-size: 0.17rem;
  line-height: 1.9;
}
.sharpeningContaienr .box .boxRight .content1 {
  margin: 0.5rem 0 1.24rem;
  position: relative;
  height: 1px;
}
.sharpeningContaienr .box .boxRight .content1 p {
  position: absolute;
  right: 0;
  width: 4.8rem;
  height: 1px;
  background: #000;
}
.sharpeningContaienr .box .boxRight .content2 img {
  width: 2.9rem;
}
.sharpeningContaienr .position {
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333;
  position: absolute;
  top: 1.22rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.sharpeningContaienr .position img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.styleContainer .box .boxTop {
  color: #333;
  border-bottom: 1px solid #333;
}
.styleContainer .box .boxTop .boxLeft {
  flex: 1;
  padding-top: 0.8rem;
  padding-bottom: 0.68rem;
}
.styleContainer .box .boxTop .boxLeft .content0 {
  font-size: 0.5rem;
  line-height: 1.4;
}
.styleContainer .box .boxTop .boxLeft .content1 {
  font-size: 0.19rem;
  line-height: 1.7;
  margin-top: 0.38rem;
}
.styleContainer .box .boxTop .boxRight {
  width: 6.8rem;
  padding: 0.56rem 0 0.5rem 0.76rem;
  box-sizing: border-box;
  border-left: 1px solid #333;
  font-size: 0.16rem;
  line-height: 1.7;
}
.styleContainer .box .boxBot {
  margin-top: 1.08rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.76rem;
  padding-bottom: 1.54rem;
}
.styleContainer .box .boxBot img {
  width: 100%;
  vertical-align: bottom;
}
.steelWindow .box .boxLeft {
  width: 6.1rem;
  background: #1c1c1c;
  box-sizing: border-box;
  padding-left: 8.3vw;
  padding-right: 7.6vw;
  color: #fff;
}
.steelWindow .box .boxLeft .content0 {
  font-size: 0.5rem;
  padding-top: 1.2rem;
}
.steelWindow .box .boxLeft .content1 {
  margin-top: 0.42rem;
  font-size: 0.16rem;
  color: #ccc;
  line-height: 2;
  text-align: justify;
}
.steelWindow .box .boxLeft .content2 {
  margin-top: 0.7rem;
  width: 2.8rem;
  border-radius: 1.4rem 1.4rem 0 0;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 0.7rem 0 0.24rem;
}
.steelWindow .box .boxLeft .content2 img {
  max-width: 80%;
}
.steelWindow .box .boxRight {
  flex: 1;
}
.steelWindow .box .boxRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.targetContainer {
  padding: 1.48rem 0 0;
}
.targetContainer .boxTop .boxLeft {
  width: 7.2rem;
}
.targetContainer .boxTop .boxLeft .content0 {
  font-size: 0.5rem;
  line-height: 1.4;
}
.targetContainer .boxTop .boxLeft .content1 {
  margin-top: 0.6rem;
}
.targetContainer .boxTop .boxRight {
  flex: 1;
  font-size: 0.16rem;
  line-height: 1.7;
}
.targetContainer .boxBot {
  padding: 1.3rem 0 1.8rem;
}
.targetContainer .boxBot .banner p {
  overflow: hidden;
}
.targetContainer .boxBot .banner p img {
  width: 100%;
  transition: 0.4s;
}
.targetContainer .boxBot .banner p:hover img {
  transform: scale(1.1);
}
.bgf8 {
  background: #f8f8f8;
}
.aboutTitle h5 {
  font-size: 0.4rem;
  color: #990000;
}
.aboutTitle p {
  font-size: 0.17rem;
  color: #999;
  margin-top: 5px;
}
.aboutContainer {
  background: url(../images/img47.png) no-repeat left bottom;
  background-size: 7rem auto;
}
.aboutContainer .box .boxTop .boxLeft {
  width: 58%;
}
.aboutContainer .box .boxTop .boxLeft .content1 {
  margin-top: 0.72rem;
  font-size: 0.16rem;
  color: #333;
  line-height: 2;
}
.aboutContainer .box .boxTop .boxRight {
  width: 4.8rem;
 /* display: grid;
  gap: 0.9rem; */
  display: block;
  padding-top: 10px;
}
.aboutContainer .box .boxTop .boxRight .list {
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: .9rem;
}
.aboutContainer .box .boxTop .boxRight .list:last-child{
	margin-bottom: 0;
}
.aboutContainer .box .boxTop .boxRight .list .left {
  font-size: 0.16rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.aboutContainer .box .boxTop .boxRight .list .right {
  position: relative;
}
.aboutContainer .box .boxTop .boxRight .list .right div {
  color: #990000;
  font-size: 0.5rem;
  line-height: 1;
}
.aboutContainer .box .boxTop .boxRight .list .right span {
  position: absolute;
  right: 0;
  top: -0.26rem;
  color: #666;
}
.aboutContainer .box .boxBot {
  margin-top: 1.1rem;
}
.aboutContainer .box .boxBot .boxLeft {
  width: 6.3rem;
  box-sizing: border-box;
  background: #1c1c1c;
  padding: 0.7rem;
}
.aboutContainer .box .boxBot .boxLeft .content0 {
  font-size: 0.19rem;
  color: #ccc;
  line-height: 2.1;
}
.aboutContainer .box .boxBot .boxLeft .content1 {
  margin: 0.45rem 0 0.54rem;
}
.aboutContainer .box .boxBot .boxLeft .content1 ul {
  display: grid;
  gap: 0.18rem;
}
.aboutContainer .box .boxBot .boxLeft .content1 ul li {
  font-size: 0.19rem;
  color: #fff;
}
.aboutContainer .box .boxBot .boxLeft .content1 ul li div {
  width: 2.72rem;
}
.aboutContainer .box .boxBot .boxLeft .content2 {
  font-size: 0.25rem;
  color: #fff;
}
.aboutContainer .box .boxBot .boxRight {
  width: calc(100% - 6.3rem);
}
.aboutContainer .box .boxBot .boxRight div {
  height: 100%;
}
.aboutContainer .box .boxBot .boxRight .banner {
  width: 100%;
  position: relative;
}
.aboutContainer .box .boxBot .boxRight .banner .swiper-slide p {
  height: 100%;
}
.aboutContainer .box .boxBot .boxRight .banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutContainer .box .boxBot .boxRight .banner .page {
  position: absolute;
  z-index: 2;
  right: 0.45rem;
  bottom: 0.4rem;
}
.aboutContainer .box .boxBot .boxRight .banner .page span {
  margin-left: 7px;
  background: #fff;
  opacity: 0.6;
  transition: 0.4s;
}
.aboutContainer .box .boxBot .boxRight .banner .page .swiper-pagination-bullet-active {
  opacity: 1;
}
.aboutHistory {
  background: url(../images/img49.png) no-repeat 50% 50%;
  background-size: cover;
}
.aboutHistory .box {
  margin-top: 0.75rem;
  position: relative;
}
.aboutHistory .box::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50%);
  width: 100%;
  height: 1px;
  background: #333;
}
.aboutHistory .box .banner {
  clip-path: polygon(0% 0%, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) calc(50%), 100% calc(50%), 100% 100%, 0% 100%);
}
.aboutHistory .box .banner .swiper-container {
  box-sizing: border-box;
  padding-left: 0.9rem;
}
.aboutHistory .box .banner .swiper-slide {
  width: 4.4rem;
  box-sizing: border-box;
  padding-right: 0.75rem;
}
.aboutHistory .box .banner .swiper-slide .item {
  padding-left: 0.18rem;
  border-left: 1px solid #333;
  position: relative;
}
.aboutHistory .box .banner .swiper-slide .item::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: -5px;
  background: #000;
  border-radius: 50%;
}
.aboutHistory .box .banner .swiper-slide .item .content0 {
  font-size: 0.22rem;
}
.aboutHistory .box .banner .swiper-slide .item .content1 {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.7;
  height: 0.5rem;
  margin-top: 0.18rem;
  margin-bottom: 0.24rem;
  
  overflow: auto;
  	overflow-x: hidden;
  	overflow-y: auto;
  	padding-right: 10px;
}



.aboutHistory .box .banner .swiper-slide .item .content1::-webkit-scrollbar {
	width: 1px;
	height: 2px;
}

.aboutHistory .box .banner .swiper-slide .item .content1::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.7);
}

.aboutHistory .box .banner .swiper-slide .item .content1::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.1);
}


.aboutHistory .box .banner .swiper-slide .item .content2 img {
  height: 1.06rem;
  filter: grayscale(1);
  transition: .4s;
}
.aboutHistory .box .banner .swiper-slide .item .content2 img:hover{
	filter: grayscale(0);
}


.aboutHistory .box .banner .swiper-slide .item:nth-child(1) {
  padding-bottom: 0.56rem;
}
.aboutHistory .box .banner .swiper-slide .item:nth-child(1)::before {
  top: 0;
}
.aboutHistory .box .banner .swiper-slide .item:nth-child(2) {
  padding-top: 0.46rem;
  transform: translateX(50%);
  padding-bottom: 10px;
}
.aboutHistory .box .banner .swiper-slide .item:nth-child(2)::before {
  bottom: 0;
}
.aboutHistory .box .button {
  position: absolute;
  right: 1.25rem;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  z-index: 2;
  cursor: pointer;
}
.aboutHistory .box .button i {
  color: #fff;
}
.aboutHistory .box .button.prev {
  display: none;
}
.aboutService {
  padding: 0.8rem 0 1.4rem;
}
.aboutService .box {
  margin-top: 0.64rem;
}
.aboutService .box .list {
  width: 21%;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
}
.aboutService .box .list .img {
  height: 5.9rem;
  object-fit: cover;
  min-width: 100%;
}
.aboutService .box .list .position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.55rem 0.64rem;
  transform: translateY(1.2rem);
  transition: 0.4s;
}
.aboutService .box .list .position h5 {
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}
.aboutService .box .list .position .desc {
  font-size: 0.16rem;
  line-height: 1.6;
  color: #fff;
  margin-top: 0.34rem;
  height: 0.78rem;
  opacity: 0;
  transition: 0.4s;
  overflow: auto;
  	overflow-x: hidden;
  	overflow-y: auto;
  	padding-right: 10px;
}
.aboutService .box .list .position .desc::-webkit-scrollbar {
	width: 1px;
	height: 2px;
}

.aboutService .box .list .position .desc::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.7);
}

.aboutService .box .list .position .desc::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.1);
}



.aboutService .box .active {
  width: 35%;
}
.aboutService .box .active .position {
  transform: translateY(0rem);
}
.aboutService .box .active .position h5 {
  text-align: left;
}
.aboutService .box .active .position .desc {
  opacity: 1;
}
.aboutDevelop {
  position: relative;
}
.aboutDevelop .imgList .img {
  display: none;
}
.aboutDevelop .imgList .img img {
  width: 100%;
}
.aboutDevelop .imgList .img.active {
  display: block;
}
.aboutDevelop .tit {
  position: absolute;
  left: 8.3vw;
  z-index: 1;
  top: 0.8rem;
}
.aboutDevelop .tit .aboutTitle h5,
.aboutDevelop .tit .aboutTitle p {
  color: #fff;
}
.aboutDevelop .itemList {
  position: absolute;
  right: 8.3vw;
  top: 50%;
  transform: translateY(-50%);
  width: 4.1rem;
  z-index: 2;
}
.aboutDevelop .itemList ul li {
  font-size: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.4s;
  position: relative;
}
.aboutDevelop .itemList ul li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  background: #fff;
  height: 1px;
  transition: 0.4s;
}
.aboutDevelop .itemList ul li a {
  color: #fff;
  line-height: 1rem;
  opacity: 0.6;
  transition: 0.4s;
}
.aboutDevelop .itemList ul .active::after {
  width: 100%;
}
.aboutDevelop .itemList ul .active a {
  opacity: 1;
}
.aboutDevelop .mainList {
  position: absolute;
  left: 8.3vw;
  top: 3rem;
  z-index: 1;
  max-width: 9.4rem;
  width: 100%;
  box-sizing: border-box;
}
.aboutDevelop .mainList .main {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 1rem;
  opacity: 0;
}
.aboutDevelop .mainList .main h5 {
  font-size: 0.3rem;
}
.aboutDevelop .mainList .main .desc {
  margin-top: 0.6rem;
  font-size: 16px;
  line-height: 1.8;
}
.aboutDevelop .mainList .active {
  top: 0rem;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.aboutHoner {
  position: relative;
}
.aboutHoner .img img {
  width: 100%;
}
.aboutHoner .tit {
  position: absolute;
  left: 8.3vw;
  z-index: 1;
  top: 0.8rem;
}
.aboutHoner .tit .aboutTitle p {
  color: #666;
}
.aboutCooperation .boxTop {
  padding: 0rem 0 0.64rem;
  border-bottom: 1px solid #ddd;
}
.aboutCooperation .boxTop .right {
  font-size: 0.17rem;
  color: #666;
  line-height: 1.8;
  width: 6.9rem;
}
.aboutCooperation .box {
  margin-top: 0.98rem;
}
.aboutCooperation .box p {
  height: 1.1rem;
  display: flex;
  align-items: center;
}
.aboutCooperation .box p img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.minnow_1 {
  padding: 0.98rem 0 0.76rem;
}
.minnow_1 .box {
  text-align: center;
}
.minnow_1 .box .content0 {
  line-height: 1;
  font-size: 0.5rem;
}
.minnow_1 .box .content1 {
  font-size: 0.35rem;
  margin-top: 0.62rem;
}
.minnow_1 .box .content2 {
  font-size: 0.19rem;
  color: #666;
  line-height: 1.8;
  margin-top: 0.24rem;
}
.minnow_video {
  position: relative;
}
.minnow_video .img img {
  width: 100%;
}
.minnow_video p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.minnow_video p svg {
  margin: auto;
  transform: scale(0.8);
  position: relative;
  left: 2px;
}
.colorSelection {
  background: url(../images/img57.png) no-repeat left bottom;
  background-size: 100% auto;
  padding: 1.6rem 0 1.9rem;
}
.colorSelection .box .item {
  width: 47%;
  position: relative;
}
.colorSelection .box .item .content0 img {
  height: 40px;
}
.colorSelection .box .item .content1 {
  margin-top: 0.75rem;
  font-size: 0.17rem;
  color: #333;
  line-height: 1.8;
  height: 0.9rem;
  padding-right: 0.85rem;
}
.colorSelection .box .item .content2 {
  margin-top: 0.54rem;
}
.colorSelection .box .item .content2 img {
  width: 100%;
}
.colorSelection .box .item .content3 {
  font-size: 1.24rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -0.52rem;
  color: transparent;
  -webkit-text-stroke: 1px #eee;
  font-weight: bold;
}
.colorSelection .box1 {
  margin-top: 1.1rem;
  font-size: 0.2rem;
}

@media screen and (min-width:1200px) {
	.colorSelection .box1>div{
		width: 47%;
		line-height: 1.7;
	}
	
}





.colorSelection .box1 img {
  height: 0.46rem;
}
.introduceContainer {
  position: relative;
}
.introduceContainer .box .boxLeft {
  background: #f8f8f8;
  width: 50%;
  box-sizing: border-box;
  padding: 1.4rem 3rem 0 8.3vw;
}
.introduceContainer .box .boxLeft .main .content0 {
  font-size: 0.3rem;
  line-height: 1.5;
}
.introduceContainer .box .boxLeft .main .content1 {
  margin-top: 0.86rem;
  font-size: 0.17rem;
  color: #666;
  line-height: 1.5;
}
.introduceContainer .box .boxRight {
  width: 50%;
  overflow: hidden;
}
.introduceContainer .box .boxRight img {
  width: 100%;
  transition: 0.4s;
}
.introduceContainer .box .boxRight:hover img {
  transform: scale(1.1);
}
.introduceContainer .position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.14rem;
  height: 5.14rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 16px rgba(204, 204, 204, 0.2);
}
.introduceContainer .position img {
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}
.minnow_effect {
  position: relative;
}
.minnow_effect .box {
  padding: 2.5rem 0 1.4rem;
}


@media screen and (min-width:1200px) {
	.minnow_effect .box .left{
		max-width: 30%;
	}
}



.minnow_effect .box .left h5 {
  font-size: 0.6rem;
  color: #000;
}
.minnow_effect .box .left p {
  font-size: 0.25rem;
  margin-top: 0.24rem;
}
.minnow_effect .box .right {
  font-size: 0.16rem;
  color: #333;
  line-height: 2;
  width: 3.7rem;
}
.minnow_effect .box1 {
  padding-bottom: 1.2rem;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #eee;
  font-weight: bold;
}
.minnow_effect .position {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
}
.minnow_effect .position img {
  width: 5.06rem;
}
.layerNav {
  background: #1c1c1c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-clip-path: ellipse(0 0 at 100% 0);
  clip-path: ellipse(0 0 at 100% 0);
  pointer-events: none;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
}
.layerNav .close {
  position: absolute;
  top: 0.94rem;
  right: 8.3vw;
}
.layerNav .close i {
  color: #fff;
  font-size: 0.3rem;
  cursor: pointer;
  transition: 0.4s;
  display: inline-block;
}
.layerNav .close i:hover {
  transform: rotate(90deg);
}
.layerNav .w1600 {
  height: 100%;
}
.layerNav .box {
  height: 100%;
}
.layerNav .box .boxLeft {
  width: 7.1rem;
  height: 100%;
  position: relative;
}
.layerNav .box .boxLeft .main {
  position: relative;
  z-index: 2;
  margin-top: 2.1rem;
  padding-top: 1.24rem;
  text-align: center;
}
.layerNav .box .boxLeft .main .content0 img {
  width: 1.65rem;
}
.layerNav .box .boxLeft .main .content1 {
  font-size: 0.22rem;
  color: #ccc;
  line-height: 2;
  margin-top: 0.45rem;
}
.layerNav .box .boxLeft .main .content2 {
  margin: 0.64rem auto 0;
  font-size: 0.17rem;
  color: #fff;
  width: 2.04rem;
  text-align: center;
  line-height: 0.56rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
}
.layerNav .box .boxLeft .main .content2 a {
  color: #fff;
}
.layerNav .box .boxLeft .main .content2 a img {
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.layerNav .box .boxLeft .img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.layerNav .box .boxRight {
  flex: 1;
  padding-left: 2.1rem;
  display: flex;
  align-items: center;
}
.layerNav .box .boxRight .left {
  padding-right: .5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.layerNav .box .boxRight .left ul {
  display: grid;
  gap: 0.3rem;
  width: 2.1rem;
}
.layerNav .box .boxRight .left ul li a {
  display: block;
  font-size: 0.3rem;
  color: #fff;
  position: relative;
}
.layerNav .box .boxRight .left ul li a::before {
  content: '';
  position: absolute;
  left: -0.46rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s;
}
.layerNav .box .boxRight .left ul li a i {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: 0.4s;
  font-size: 0.22rem;
}
.layerNav .box .boxRight .left ul li a:hover i {
  opacity: 1;
}
.layerNav .box .boxRight .left ul .active a::before {
  opacity: 1;
}
.layerNav .box .boxRight .left ul .active a i {
  opacity: 1;
}
.layerNav .box .boxRight .right {
  padding-left: 0.5rem;
  width: 3.4rem;
}
.layerNav .box .boxRight .right ul {
  display: none;
}
.layerNav .box .boxRight .right ul li {
  margin-bottom: 0.26rem;
}
.layerNav .box .boxRight .right ul li a {
  display: block;
  font-size: 0.22rem;
  color: #999;
  transition: 0.4s;
}
.layerNav .box .boxRight .right ul li a:hover {
  color: #fff;
}
.layerNav .box .boxRight .right ul .active a {
  color: #fff;
}
.layerNav .box .boxRight .right .active {
  display: block;
}
.layerNav.active {
  clip-path: ellipse(142% 142% at 100% 0);
  pointer-events: auto;
}


.downLayer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.downLayer .box {
  width: min(1200px, 90vw);
  min-height: 1rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.downLayer .box .close {
  position: absolute;
  right: 30px ;
  top: 0.45rem;
}
.downLayer .box .close span {
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  opacity: 0.5;
  transition: 0.5s;
  cursor: pointer;
}
.downLayer .box .close span:hover {
  opacity: 1;
}
.downLayer .box h5 {
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
  background: url(../images/620.png) no-repeat left top / 100% auto;
}
.downLayer .box .main {
  padding: 0.4rem 1rem 0.6rem;
  background: #fff;
}
.downLayer .box .item {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.downLayer .box .item input {
  display: block;
  width: 100%;
  height: 0.7rem;
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 0 0.3rem;
  transition: 0.4s;
}
.downLayer .box .item input:hover {
  border-color: #000;
}
.downLayer .box .item textarea {
  width: 100%;
  height: 1.6rem;
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 0.15rem 0.3rem;
  transition: 0.4s;
  resize: none;
}
.downLayer .box .item textarea:hover {
  border-color: #000;
}
.downLayer .box .item1 {
  grid-template-columns: repeat(3, 1fr);
}
.downLayer .box .item2 {
  grid-template-columns: repeat(2, 1fr);
}
.downLayer .box .item3 {
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 0;
}
.downLayer .box .item4 {
  margin-top: 0.4rem;
}
.downLayer .box .item4 input {
  display: block;
  margin: auto;
  width: 2rem;
  height: 0.68rem;
  background: #000;
  color: #fff;
  border-radius: 0.4rem;
  cursor: pointer;
}


@media screen and (min-width: 1024px){
	.technologyHardware1 .list .item a .right img{
		height: 4.5rem;
		 object-fit: cover;
	}
	.InnerBanner .img img,.productInfoContainer1 .box .right img,.technologyHardwareInfo .box .right img{
		height: 7rem;
		object-fit: cover;
	}
	.CaseInfoContainer_2 .box img{
		height: 9rem;
		object-fit: cover;
	}
	.technologyHardwareInfoImgs .box .item img{
		height: 4.54rem;
		object-fit: cover;
	}
	.technologyHardware1 .list .item a .left .main .content1{
		height: 1.6rem;
		overflow: auto;
			overflow-x: hidden;
			overflow-y: auto;
			padding-right: 10px;
	}
	
	.technologyHardware1 .list .item a .left .main .content1::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 1px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 2px;
	}
	
	.technologyHardware1 .list .item a .left .main .content1::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 2px;
		/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
		background: rgba(0, 0, 0, 0.7);
	}
	
	.technologyHardware1 .list .item a .left .main .content1::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
		border-radius: 2px;
		background: rgba(0, 0, 0, 0.1);
	}
	
	
}
@media screen and (max-width: 1200px) {
  .downLayer .box .main {
    padding: 0.4rem;
  }
  .downLayer .box h5 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 669px) {
  .downLayer .box .item1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .downLayer .box .item input {
    font-size: 13px;
  }
  .downLayer .box .item2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .downLayer .box .item {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
  }
  .downLayer .box .item textarea,
  .downLayer .box .item4 input {
    font-size: 13px;
  }
  .downLayer .box .item textarea {
    height: 1.2rem;
  }
}
@media screen and (max-width: 1600px) {
	.InnerBread .box{
		padding-top: 0.3rem;
	}
}



@media screen and (max-width: 1440px) {
	
	.introduceContainer .box .boxLeft .main .content1{
		height: 2.5rem;
		overflow: auto;
			overflow-x: hidden;
			overflow-y: auto;
			padding-right: 10px;
	}
	
	.introduceContainer .box .boxLeft {
	    padding: 1rem 3rem 0 8.3vw;
	}
	.introduceContainer .box .boxLeft .main .content1::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}
	
	.introduceContainer .box .boxLeft .main .content1::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background: rgba(0, 0, 0, 0.7);
	}
	
	.introduceContainer .box .boxLeft .main .content1::-webkit-scrollbar-track {
		border-radius: 2px;
		background: rgba(0, 0, 0, 0.1);
	}

	.layerNav .box .boxRight .left {
	    padding-right: 0.45rem;
	}
	
	
	.colorSelection .box .item .content1{
		height: 1.1rem;
	}
  .homeHistory .box .main .left img {
    min-height: 5.5rem;
  }
  .aboutService .box .list .position {
    padding: 0 0.35rem 0.64rem;
  }
  .layerNav .box .boxLeft {
    width: 5.6rem;
  }
  .layerNav .box .boxRight {
    padding-left: 1rem;
	
  }
  .layerNav .box .boxRight .left {
    padding-right: 1.05rem;
  }
  .footer_container .box .boxTop .boxCenter .item {
    margin: 0 0.34rem;
  }
  .contactMap .box .content0 .content2 img {
    width: 14.3rem;
  }
  .introduceContainer .box .boxLeft .main .content0 {
    font-size: 0.3rem;
  }
  .newContainer .box .itemOn a .content0 {
    height: 6.9rem;
  }
  .p100 {
    padding: 1rem 0 1.3rem;
  }
  .sharpeningContaienr .position {
    width: 6.05rem;
    height: 6.05rem;
  }
  .steelWindow .box .boxLeft {
    padding-right: 4.6vw;
  }
  .steelWindow .box .boxLeft .content0 {
    padding-top: 0.9rem;
  }
  .targetContainer .boxTop .boxLeft .content0,
  .styleContainer .box .boxTop .boxLeft .content0,
  .steelWindow .box .boxLeft .content0,
  .technologyConatainer .list .item .left .main .top {
    font-size: 0.4rem;
  }
  .targetContainer .boxBot {
    padding: 1rem 0 1.3rem;
  }
  .technologyConatainer .list .item .left .main .top {
    padding-top: 0.7rem;
  }
  .technologyConatainer .list .item .left .main {
    padding: 0 0.9rem;
  }
}
@media screen and (max-width: 1361px) {
	
	
	
  .layerNav .box .boxLeft {
    width: 5.6rem;
  }
  .layerNav .box .boxRight {
    padding-left: 1.6rem;
  }
  .layerNav .box .boxRight .right {
    padding-left: 0.6rem;
  }
  .layerNav .box .boxRight .left {
    padding-right: 0.65rem;
  }
  .w1600 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .productInfoContainer .box .right {
    padding: 0.5rem 0 0 0.8rem;
  }
  .homeHistory .box .main .right .top {
    font-size: 0.57rem;
  }
  .homeHistory .box .main .right {
    padding: 0.9rem 0.9rem 0 0.9rem;
  }
  .homeBrand .box .list a .main .content1 img {
    height: 24px;
  }
  .homeCase .box {
    padding-left: 5vw;
  }
  .homeNewsContainer .p165 {
    padding-top: 1rem;
  }
  .aboutDevelop .mainList {
    top: 3rem;
  }
  .technologyConatainer .list .item .left {
    padding-left: 5vw;
  }
  .technologyConatainer .list:nth-child(2n) .item .left {
    padding-right: 5vw;
  }
  .CaseInfoContainer_3 .box {
    padding-left: 5vw;
  }
  .homeBrand .homeTitle {
    left: 5vw;
  }
}
@media screen and (max-width: 1281px) {
  .aboutContainer .box .boxTop .boxRight {
    height: 100%;
  }
  .CasesListCoontainer .box .list .item .boxLeft .main span {
    font-size: 2rem;
  }
  .targetContainer .boxTop .boxLeft .content0,
  .styleContainer .box .boxTop .boxLeft .content0,
  .steelWindow .box .boxLeft .content0,
  .technologyConatainer .list .item .left .main .top {
    font-size: 0.3rem;
  }
  .technologyHardwareInfo .box .left {
    padding: 0.72rem 0.64rem;
  }
  .technologyHardwareInfo .box .left .top {
    font-size: 0.4rem;
  }
  .technologyHardwareInfo .box .left .bot {
    margin-top: 0.44rem;
  }
  .technologyHardwareInfoImgs {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 1200px) {
	
	.footer_container .box .boxTop .boxCenter{
		display: none;
	}
	.footer_container .box .boxTop .boxRight {
	    width: 4.1rem;
	}
	.colorSelection .box .item .content1{
		height: auto;
	}
	.maodian{
		top: -68px;
	}
  .InnerBanner .position .box h5 {
    font-size: 0.4rem;
  }
  .InnerBanner .img img {
    min-height: 4.2rem;
    object-fit: cover;
  }
  .technologyConatainer .list .item .left {
    width: 100%;
    padding-left: 0;
  }
  .technologyConatainer .list .item .right {
    width: 100%;
  }
  .technologyConatainer .list .item .left .main {
    padding: 0.5rem 5vw;
  }
  .technologyConatainer .list .item .left .main .bot {
    height: 1.4rem;
  }
  .technologyConatainer .list .item .left .main .top {
    padding-top: 0;
  }
  .technologyConatainer .list:nth-child(2n) .item {
    flex-flow: column;
  }
  .technologyConatainer .list:nth-child(2n) .item .left {
    padding-right: 0;
  }
 
  .footer_container .box .boxBot ._right {
    display: none;
  }
  .footer_container .box .boxBot ._left {
    font-size: 0.16rem;
    padding: 0.3rem 0;
    line-height: 1.8;
  }
  .footer_container .box .boxBot ._left a {
    display: block;
  }
  .layerNav .box .boxLeft {
    display: none;
  }
  .p100 {
    padding: 0.7rem 0 1rem;
  }
  .technologyConatainer > div {
    display: grid;
    gap: 0.6rem;
    padding: 0.8rem 5vw;
  }
  .layerNav .box .boxRight {
    padding-left: 1rem;
  }
  .technologyHardware1 .list .item a .left {
    width: 100%;
  }
  .technologyHardware1 .list .item a .right {
    width: 100%;
    padding-right: 0;
  }
  .technologyHardware1 .list .item a .left {
    width: 100%;
    padding: 0.5rem 5vw;
  }
  .technologyHardware1 .list .item {
    padding: 0;
  }
  .technologyHardware1 .list::before {
    width: 100%;
  }
  .technologyHardware1 .list:nth-child(2n) .item a {
    flex-flow: column;
  }
  .technologyHardware1 .list .item a .left .main .en {
    font-size: 2rem;
    left: -0.48rem;
    top: -0.5rem;
  }
  .technologyHardwareInfo .box .left {
    width: 100%;
  }
  .technologyHardwareInfo .box .right {
    flex: 1 100%;
    padding-left: 0;
    width: 100%;
  }
  .technologyHardwareInfo .box .left .bot {
    height: 1.86rem;
  }
  .InnerBread .box .boxRight {
    max-width: 50%;
  }
  .InnerBread .box .boxRight ul {
    overflow: auto;
  }
  .InnerBread .box .boxRight ul li {
    margin-right: 0.4rem;
    white-space: nowrap;
  }
  .productContainer .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.26rem;
  }
  .productCustomizeContainer .box {
    grid-column-gap: 0.2rem;
    grid-row-gap: 0.45rem;
  }
  .productCustomizeContainerInfo .content1 {
    padding: 0;
  }
  .productCustomizeContainerInfo {
    padding: 0.9rem 0;
  }
  .CaseInfoContainer_3 .box .banner .swiper-slide {
    width: 6.4rem;
  }
  .CaseInfoContainer_3 .box .banner .button {
    left: calc(6.4rem - 30px);
  }
  .CaseInfoContainer_3 .box .title {
    font-size: 0.3rem;
  }
  .productInfoContainer .box .left {
    padding: 0;
    width: 100%;
  }
  .productInfoContainer .box .right {
    padding: 0.7rem 0 0;
    width: 100%;
    border: 0;
  }
  .productInfoContainer1 .box .right {
    width: 100%;
  }
  .productInfoContainer1 .box .right img {
    width: 100%;
    height: 8rem;
    object-fit: cover;
  }
  .productInfoContainer1 .box .left {
    padding: 0.6rem 0;
  }
  .productInfoContainer1 .box .left .position {
    left: 0.5rem;
    top: 0.4rem;
  }
  .sharpeningContaienr .box .boxLeft {
    width: 100%;
  }
  .sharpeningContaienr .position {
    display: none;
  }
  .sharpeningContaienr {
    padding: 0.8rem 0;
  }
  .sharpeningContaienr .box .boxRight {
    width: 100%;
  }
  .sharpeningContaienr .box .boxRight .content1 {
    display: none;
  }
  .sharpeningContaienr .box .boxRight .content2 {
    text-align: center;
    margin-top: 0.5rem;
  }
  .sharpeningContaienr .box .boxLeft .content2 {
    margin: 0.6rem 0;
  }
  .styleContainer .box .boxTop .boxRight {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border-left: 0;
    font-size: 0.16rem;
    line-height: 1.8;
  }
  .styleContainer .box .boxBot {
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.26rem;
    padding-bottom: 0.94rem;
  }
  .styleContainer .box .boxTop {
    padding-bottom: 0.6rem;
  }
  .steelWindow .box .boxLeft {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .steelWindow .box .boxLeft .content2 {
    margin: 0.7rem auto;
  }
  .steelWindow .box .boxRight {
    flex: 1 100%;
  }
  .targetContainer .boxTop .boxLeft {
    width: 100%;
  }
  .targetContainer .boxBot {
    padding: 0.7rem 0 0.9rem;
  }
  .targetContainer {
    padding: 0.98rem 0 0;
  }
  .targetContainer .boxTop .boxRight {
    margin-top: 0.5rem;
  }
  .newContainer .box {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.28rem;
    grid-row-gap: 0.28rem;
  }
  .newContainer .box .itemOn a .content1 .left {
    width: 70%;
  }
  .newContainer .box .itemOn a .content0 {
    height: auto;
  }
  .newContainer .box .item:nth-child(3) {
    margin-top: 0;
  }
  .newContainer .box .item a {
    padding: 0.4rem;
  }
  .p100 {
    padding: 0.7rem 0 0.9rem;
  }
  .newContainer .box .itemOn a .content1 .left .bot {
    font-size: 0.26rem;
  }
  .newsInfoContainer .box {
    padding: 0 0.48rem;
  }
  .newsInfoContainer .box .content0 {
    font-size: 0.25rem;
  }
  .newsInfoContainer .box .content2 {
    padding: 0.52rem 0 0.8rem;
  }
  .newVidoeContainer .box {
    row-gap: 0.55rem;
    column-gap: 0.35rem;
  }
  .newVidoeContainer .box .item a figcaption {
    font-size: 0.24rem;
    text-align: center;
    color: #333;
    margin-top: 0.25rem;
  }
  .minnow_effect .position {
    position: initial;
    left: 5%;
    transform: translateX(0%);
    top: 0rem;
    text-align: center;
    padding-bottom: 1rem;
  }
  .minnow_effect .box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .minnow_effect .box {
    padding: 1rem 0 0.6rem;
  }
  .minnow_effect .box1 {
    display: none;
  }
  .minnow_effect .position img {
    width: 4.76rem;
  }
  .introduceContainer .box .boxLeft {
    width: 100%;
    padding: 0.8rem 5vw;
  }
  .introduceContainer .position {
    display: none;
  }
  .introduceContainer .box .boxRight {
    width: 100%;
  }
  .introduceContainer .box .boxLeft .main .content1 {
    margin-top: 0.66rem;
  }
  .minnow_1 .box .content0 {
    font-size: 0.3rem;
  }
  .minnow_1 .box .content1 {
    font-size: 0.25rem;
    margin-top: 0.52rem;
  }
  .colorSelection .box .item .content1 {
    margin-top: 0.75rem;
    font-size: 0.17rem;
    color: #333;
    line-height: 2;
    /* height: 1.6rem; */
    padding-right: 0;
  }
  .colorSelection {
    padding: 1.3rem 0 1rem;
  }
  .colorSelection .box1 {
    margin-top: 0.7rem;
    font-size: 0.25rem;
    gap: 0.4rem;
    display: grid;
  }
  .colorSelection .box1 > div {
    width: 100%;
  }
  .colorSelection {
    background: none;
  }
  .homeAbout .positon .box .content0 {
    margin-top: 0.6rem;
    font-size: 0.57rem;
  }
  .homeHistory .box .main .left {
    width: 100%;
  }
  .homeHistory .box {
    padding: 0 5vw;
  }
  .homeHistory .box .main .right {
    padding: 0.7rem;
    margin-top: -2rem;
  }
  .homeBrand {
    height: 100%;
  }
  .homeBrand .box {
    flex-direction: column;
    height: 100%;
    padding-top: 1.7rem;
    box-sizing: border-box;
  }
  .homeBrand .box .list {
    width: 100%;
    height: 33.333%;
  }
  .homeBrand .box .list a {
    height: 100%;
  }
  .homeBrand .box .list a .main {
    padding-bottom: 0.8rem;
  }
  .homeCase .box .banner .swiper-slide a .position {
    transform: translateY(0%);
  }
  .homeSustainable .position ._position h5 {
    font-size: 0.4rem;
  }
  .homeNewsContainer .box .boxRight .listRight {
    display: none;
  }
  .homeNewsContainer .box .boxRight {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .homeNewsContainer .box .boxLeft {
    width: 100%;
  }
  .homeNewsContainer .box .boxRight .listLeft .item:nth-child(2) {
    display: none;
  }
  .homeNewsContainer .box .boxRight .listLeft {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
  }
  .homeNewsContainer .box .boxLeft a figure {
    height: 4.2rem;
  }
  .contactContainer .box div p {
    font-size: 1rem;
  }
  .contactContainer .box div {
    font-size: 0.3rem;
  }
  .contactContainer .box1 .item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
  }
  .contactContainer {
    background: #000;
    padding: 2.25rem 0 1.62rem;
  }
  .contactContainer .box1 {
    margin-top: 1.2rem;
  }
  .contactMap .box .content0 .content1 {
    display: none;
  }
  .contactMap .box .content0 .content2 {
    margin-right: -5vw;
  }
  .contactMap .box .content0 .content2 img {
    width: 100%;
  }
  .contactMap {
    margin-top: -1rem;
  }
  .contactMap .box1 {
    font-size: 0.2rem;
    text-align: right;
    padding: 0.6rem;
  }
  .CasesListCoontainer .box .list .item .boxLeft {
    width: 100%;
  }
  .CasesListCoontainer .box .list .item .boxRight {
    flex: 1 100%;
  }
  .CasesListCoontainer .box .list:nth-child(2n-1) .item {
    flex-direction: column;
  }
  .CasesListCoontainer .box .list .item {
    display: flex;
    flex-wrap: wrap;
  }
  .CasesListCoontainer .box .list .item .boxLeft .main {
    text-align: left !important;
  }
  .CasesListCoontainer .box .list .item .boxLeft,
  .CasesListCoontainer .box .list:nth-child(2n-1) .item .boxLeft {
    padding: 0.5rem 5vw;
  }
  .CasesListCoontainer .box .list .item .boxLeft .main span {
    font-size: 1.2rem;
    width: auto;
  }
  .CasesListCoontainer .box .list {
    margin-bottom: 0.68rem;
  }
  .CasesListCoontainer .box .list .item .boxLeft .main span {
    left: auto;
    right: 0;
  }
  .CaseInfoContainer_1 .content1 {
    padding: 0;
  }
  .CaseInfoContainer_1 .content0 {
    font-size: 0.3rem;
    padding-top: 1rem;
  }
  .aboutContainer .box .boxTop .boxLeft {
    width: 100%;
  }
  .aboutContainer .box .boxTop .boxRight {
    height: 100%;
    width: 100%;
    margin-top: 0.5rem;
  }
  .aboutContainer .box .boxBot .boxLeft,
  .aboutContainer .box .boxBot .boxRight {
    width: 100%;
  }
  .aboutContainer .box .boxBot .boxRight .banner .page {
    height: auto;
  }
  .aboutContainer .box .boxBot .boxLeft .content1 ul li div {
    width: 3.32rem;
  }
  .aboutService .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .aboutService .box .list {
    width: 100%;
  }
  .aboutService .box .list img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .aboutService .box .list .position {
    transform: translateY(0);
  }
  .aboutService .box .list .position .desc {
    opacity: 1;
  }
  .aboutService .box .list .position h5 {
    text-align: left;
  }
  .aboutService .box .list .img {
    height: 4rem;
    object-fit: cover;
    min-width: 100%;
  }
  .aboutService .box .list .position .desc {
    overflow: auto;
    height: 0.98rem;
  }
  .aboutDevelop .mainList {
    position: inherit;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .aboutDevelop .mainList .main {
    color: #fff;
    position: initial;
    left: 0;
    width: 100%;
    top: 1rem;
    color: #000;
    box-sizing: border-box;
    padding: 0.5rem 5vw;
    opacity: 0;
  }
  .aboutDevelop .itemList {
    position: absolute;
    right: 5vw;
    top: 19%;
    transform: translateY(0%);
    width: 90vw;
    z-index: 2;
  }
  .aboutDevelop .tit {
    left: 5vw;
  }
  .aboutDevelop .imgList .img img {
    width: 100%;
    height: 7.8rem;
    object-fit: cover;
  }
  .aboutDevelop .mainList .main {
    opacity: 1 !important;
    display: none;
  }
  .aboutDevelop .mainList .active {
    display: block;
  }
  .aboutCooperation .box p {
    height: 0.8rem;
  }
  .aboutCooperation .box {
    margin-top: 0.88rem;
  }
  .aboutCooperation .boxTop .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .technologyHardware1 .list:nth-child(2n) .item a .right {
      padding-left: 0;
      padding-bottom: 0.3rem;
  }
  .downLayer .box h5{
	  background: url(../images/620.png) no-repeat left top / 100% 100%;
  }
  .contactContainer .box1 .item {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
	.homeCase .toggle ul{
		display: grid;
		gap:10px;
	}
	.homeCase .toggle ul li{
		border: 0;
	}
	.homeCase .box .banner .swiper-slide a .img img {
	    height: 3.8rem;
	}
	.homeCase .toggle ul li a{
		font-size: 14px;
	}
	.footer_container .box .boxTop .boxRight {
	    width: 100%;
	}
	.homeCase .toggle {
	    margin-top: 0.5rem;
	}
	.footer_container .box .boxTop .boxCenter {
	  display: none;
	}
  .InnerBanner .position .box h5 {
    font-size: 0.3rem;
  }
  .InnerBread .box .boxLeft {
    margin-top: 0.3rem;
    width: 100%;
  }
  .InnerBread .box .boxRight {
    max-width: 100%;
    margin-top: 0.2rem;
  }
  .aboutTitle h5 {
    font-size: 0.3rem;
  }
  .aboutContainer .box .boxTop .boxLeft .content1 {
    font-size: 13px;
  }
  .InnerBread .box .boxRight ul li a {
    font-size: 12px;
  }
  .InnerBread .box .boxLeft div {
    font-size: 13px;
    color: #666;
  }
  .aboutContainer .box .boxTop .boxRight .list .right div {
    font-size: 0.4rem;
  }
  .aboutContainer .box .boxTop .boxRight .list .right span {
    top: -0.36rem;
  }
  .aboutContainer {
    background: url(../images/img47.png) no-repeat left top;
    background-size: 4rem auto;
  }
  .aboutContainer .box .boxBot .boxLeft {
    padding: 0.3rem;
  }
  .aboutContainer .box .boxBot .boxLeft .content1 ul li div {
    width: 3.02rem;
  }
  .aboutContainer .box .boxBot .boxLeft .content2 {
    font-size: 15px;
  }
  .aboutHistory .box .button {
    right: 0.55rem;
  }
  .aboutService .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutService .box .list .position .desc {
    height: 1.08rem;
  }
  .aboutService {
    padding: 0.8rem 0 1rem;
  }
  .aboutDevelop .imgList .img img {
    height: 7.2rem;
  }
  .aboutDevelop .mainList .main .desc {
    font-size: 14px;
    margin-top: 0.4rem;
  }
  .aboutDevelop .mainList .main h5 {
    font-size: 17px;
  }
  .footer_container .box .boxTop .boxLeft .content0 {
    display: none;
  }
  .footer_container .box .boxTop .boxLeft .conten1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .footer_container .box .boxTop {
    padding: 0.56rem 0 0.48rem;
  }
  .InnerBanner .img img {
    min-height: 4.4rem;
  }
  .InnerBanner .position .box h5 {
    position: relative;
    top: 0.3rem;
  }
  .layerNav .box .boxRight {
    padding-left: 0;
  }
  .layerNav .box .boxRight .left ul li a {
    font-size: 15px;
  }
  .layerNav .box .boxRight .right ul li a {
    font-size: 13px;
  }
  .layerNav .box .boxRight .left ul li a::before {
    display: none;
  }
  .layerNav .box .boxRight .left {
    padding-right: 0.35rem;
  }
  .layerNav .box .boxRight .right {
    padding-left: 0.35rem;
	width: 1.8rem;
  }
  .layerNav .close {
    top: 0.44rem;
    right: 5vw;
  }
  .CaseInfoContainer_3 .box .banner .swiper-slide {
    width: 70vw;
  }
  .CaseInfoContainer_3 .box .banner .button {
    left: calc(70vw - 30px);
  }
  .CasesListCoontainer .box .list .item .boxLeft .main p,
  .CasesListCoontainer .box .list .item .boxLeft .main p font {
    font-size: 0.25rem;
    line-height: 1.5;
  }
  .CasesListCoontainer .box .list .item .boxLeft .main span {
    font-size: 0.5rem;
  }
  .CasesListCoontainer {
    padding: 0.6rem 0 0.9rem;
  }
  .contactContainer .box div {
    font-size: 0.26rem;
  }
  .contactContainer .box div p {
    font-size: 0.7rem;
  }
  .contactMap .box1 {
    line-height: 1.8;
  }
  .HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main .content0 {
    font-size: 0.3rem;
    line-height: 1.6;
  }
  .homeAbout .positon .box .content0 {
    font-size: 0.37rem;
  }
  .homeHistory .box .main .left {
    display: none;
  }
  .homeHistory .box .main .right {
    padding: 0.5rem;
    margin-top: 0;
  }
  .homeHistory .box .main .right .top {
    font-size: 0.37rem;
  }
  .homeBrand .box .list a .main .content1 {
    margin-bottom: 16px;
  }
  .homeBrand .box .list a .main .content1 img {
    height: 20px;
  }
  .homeBrand .box .list a .main .content2 {
    margin: 16px 0;
    display: none;
  }
  .homeBrand .box .list a .main {
    padding-bottom: 0.6rem;
  }
  .homeCase .box .banner .swiper-slide a .position {
    padding: 0 0.32rem;
  }
  .homeSustainable .position ._position {
    width: 90vw;
  }
  .homeSustainable .position ._position h5 {
    font-size: 0.3rem;
  }
  .homeNewsContainer .box .boxLeft {
    display: none;
  }
  .homeNewsContainer .box .boxRight .listLeft .item:nth-child(2) {
    display: block;
  }
  .homeNewsContainer .box .boxRight .listLeft .item a .content1,
  .introduceContainer .box .boxLeft .main .content1,
  .colorSelection .box .item .content1,
  .colorSelection .box1 {
    font-size: 13px;
  }
  .homeNewsContainer .box .boxRight .listLeft .item a .content0 {
    font-size: 16px;
  }
  .minnow_effect .box .left h5 {
    font-size: 0.4rem;
  }
  .colorSelection .box .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .minnow_video .img img {
    object-fit: cover;
    height: 3.4rem;
  }
  .minnow_video p svg {
    transform: scale(0.6);
  }
  .colorSelection .box .item .content3 {
    font-size: 0.94rem;
    top: -0.32rem;
  }
  .colorSelection .box1 img {
    height: 0.5rem;
    /* max-width: 100%; */
    display: block;
    margin-top: 0.2rem;
  }
  .colorSelection .box1 {
    margin-top: 0;
    gap: 0.5rem;
  }
  .newVidoeContainer .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.65rem;
  }
  .newsInfoContainer .box .content2 {
    line-height: 1.8;
    text-align: justify;
  }
  .newsInfoContainer .box .content1 {
    font-size: 13px;
  }
  .newsInfoContainer .box1 .ite a {
    flex-wrap: wrap;
  }
  .newsInfoContainer .box1 .ite a .le {
    display: none;
  }
  .newsInfoContainer .box1 .ite {
    max-width: 43%;
  }
  .newContainer .box .itemOn a .content1 .right {
    display: none;
  }
  .newContainer .box .itemOn a .content1 .left {
    width: 100%;
  }
  .newContainer .box .itemOn a .content1 {
    padding: 0.2rem;
  }
  .newContainer .box .itemOn a .content1 .left .top,
  .newContainer .box .item a .content0 {
    font-size: 14px;
  }
  .newContainer .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .newContainer .box .itemOn {
    grid-area: inherit;
  }
  .fageContaoner ._box ._left {
    display: none;
  }
  .fageContaoner ._box ._right {
    width: 100%;
    justify-content: space-between;
  }
  .sharpeningContaienr .box .boxLeft .content0 {
    font-size: 0.4rem;
  }
  .sharpeningContaienr .box .boxLeft .content3,
  .styleContainer .box .boxTop .boxRight,
  .steelWindow .box .boxLeft .content1,
  .targetContainer .boxTop .boxRight,
  .productCustomizeContainerInfo .content1,
  .productInfoContainer .box .right ul li,
  .technologyHardwareInfo .box .left .bot,
  .technologyHardware1 .list .item a .left .main .content1 {
    font-size: 14px;
  }
  .productCustomizeContainerInfo .content0 {
    font-size: 0.3rem;
  }
  .productCustomizeContainer .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .productInfoContainer1 .box .left .position h5 {
    font-size: 0.3rem;
  }
  .productInfoContainer1 .box .left .position {
    left: 0.3rem;
    top: 0.4rem;
  }
  .productInfoContainer1 .box .left .img p img {
    height: 3.28rem;
  }
  .productInfoContainer .p100_ {
    padding: 0.8rem 0;
  }
  .productInfoContainer1 {
    padding-top: 0.8rem;
  }
  .productContainer .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .technologyHardwareInfo .box .left {
    padding: 0.52rem 0.34rem;
  }
  .technologyHardwareInfo .box .left .top {
    font-size: 0.3rem;
  }
  .technologyHardwareInfoImgs .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .technologyHardwareInfo {
    padding: 0.8rem 0;
  }
  .technologyHardware .box h5,
  .technologyHardware1 .list .item a .left .main .content0 {
    font-size: 0.3rem;
  }
  .technologyHardware .box {
    padding: 0.8rem 0 0;
  }
  .technologyConatainer .list .item .left .main .bot {
    margin-top: 0.35rem;
  }
}
/*# sourceMappingURL=./style.css.map */