﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  user-select: none;
}

li {
  list-style: none;
}

@font-face {
  font-family: Century Gothic;
  src: url("../font/GOTHIC.TTF") format('truetype');
}


video {
  /*position: absolute;*/
  width: 100%;
  object-fit: cover;
  /*min-height: 220px;*/
  /*height: 100%;*/
}

.banner{
	position: relative;
}
.banner-down {
  position: absolute;
  right: 48%;
  bottom: 70px;
  width: 80px;
  height: 80px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  animation: move 2s ease-in-out forwards infinite;
}

@keyframes move {
  0 {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(30px);
  }

  0 {
    transform: translateY(-30px);
  }
}


.slide-box{
  position: absolute;
  color: #fff;
  left:50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.wzs-new {
  font-size: 56px;
  font-family: HarmonyOS_Sans_SC_Medium;
  color: #FAFAFA;
}

.wzs-c {
  font-size: 56px;
  font-family: HarmonyOS_Sans_SC_Thin;
  color: #FAFAFA;
  padding-bottom: 60px;
  text-align: center;
  font-weight: lighter;
}

.wzss {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  font-family: PingFang;
  color: #FAFAFA;
  text-align: center;
}

.num {
  position: absolute;
  top: 86%;
  z-index: 999999;
  font-size: 14px;
  font-family: Century Gothic;
  font-weight: bold;
  color: #FAFAFA;
  left: 9.6%;
}

.box1 {
  padding-top: 118px;
  background:url(../image/index_about_bg.jpg) left top repeat-x  #fbfbfb;
}
.box1 .zda img{
    max-width: 56px;
    max-height: 56px;
}
.box1-p1 {
  font-size: 22px;
  color: #666666;
  padding-bottom: 16px;
  text-align: center;
}

.box1-p2 {
	position: relative;
	z-index: 2;
  font-size: 34px;
  color: #000000;
  text-align: center;
  padding-bottom: 65px;
}

.box1-p3 {
  margin: auto;
  max-width: 1318px;
  color: #666666;
  line-height: 32px;
  padding-bottom: 120px;
  
}

.more:hover {
  color: #000000 !important;
}

.rz {
  width: 1px;
  height: 74px;
  background: #000000;
  opacity: 0.6;
  margin: auto;
  margin-bottom: 73px;
}

.counter {
  font-size: 56px;
  color: #333333;
  font-weight: 600;
}

.index-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xx {
  font-size: 14px;
  color: #666666;
}


.box2-p1 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 50px;
}

.cp {
  /*padding: 160px 0px 0px 210px;*/
  width: 750px;
  margin-top: 160px;
  float:right;
  padding-bottom: 390px;
}

.pt {
  /*padding: 160px 0px 0px 150px;*/
  width: 750px;
  margin-top:160px;
  padding-bottom: 295px;
  transform: all 4s;
  padding-left: 80px;
}
.box2{
	display: flex;
}
.box2>div{
	float: none;
}
.box1-p1{
	position: relative;
	z-index: 2;
}
.box1-p1:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "Customized";
	font-size: 100px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 600;
	color: #FFFFFF;
	opacity: 0.38;
	line-height: 1;
	text-transform: uppercase;
	z-index: -1;
}
.box1-p01:before{
    opacity: 1;
    color: rgba(250, 250, 250, 1);
    content: "brand";
    left: 50%;
    transform: translateX(-50%);
    font-size: 130px!important;
}
.box1-p02:before{
    content: "about";
}
.box2 .fl .box1-p1:before{
	content: "product";
}
.box2 .fls,
.box2 .frs{
	position: relative;
	overflow: hidden;
}
.box2 .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 8s;
	z-index: -1;
}
.box2 .fls:hover img,
.box2 .frs:hover img{
	transform: scale(1.1);
}
/* .pt:hover{
	
	background-size: 200% !important;
} */
.tscp {
  display: inline-block;
  width: 200px;
  height: 48px;
  border: 1px solid #626262;
  color: #000;
  text-align: center;
  line-height: 48px;
  transition: all 0.8s;
}

.tscp:hover {
  background-color: rgba(40, 139, 196, 1);
  border: none;
  color: #fff;
}

.box3 {
  padding-top: 30px;
}

.box3-div {
  background: #FFFFFF;
  margin-bottom: 60px;
}
.box3-div .content1500{
	/* overflow: hidden; */
}
.box3-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mySwiper3{
	overflow: visible;
}
.pps {
  /* position: relative;
  top: 58px; */
}
.mySwiper3 .swiper-slide{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mySwiper3 .swiper-slide img{
	max-width: 100%;
}
.mySwiper3 .swiper-slide::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	z-index: -1;
	opacity: 0;
}
.mySwiper3 .swiper-slide::after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-color: #00a0e4 transparent transparent;
	border-style: solid;
	border-width: 9px 10px 8px;
	transform: translateX(-50%);
	bottom: -17px;
	opacity: 0;
}
.mySwiper3 .swiper-slide:nth-child(1)::before{
	background-color: rgba(0, 160, 228, 62);
}
.mySwiper3 .swiper-slide:nth-child(1)::after{
	border-top-color: rgba(0, 160, 228, 62);
}


.mySwiper3 .swiper-slide:nth-child(2)::before{
	background-color: rgba(0, 160, 228, 62);
}
.mySwiper3 .swiper-slide:nth-child(2)::after{
	border-top-color: rgba(0, 160, 228, 62);
}
.mySwiper3 .swiper-slide:nth-child(3)::before{
	background-color: rgba(0, 160, 228, 62);
}
.mySwiper3 .swiper-slide:nth-child(3)::after{
	border-top-color: rgba(0, 160, 228, 62);
}
.mySwiper3 .swiper-slide:nth-child(4)::before{
	background-color: rgba(0, 160, 228, 62);
}
.mySwiper3 .swiper-slide:nth-child(4)::after{
	border-top-color: rgba(0, 160, 228, 62);
}
.mySwiper3 .swiper-slide:nth-child(5)::before{
	background-color: rgba(0, 160, 228, 62);
}
.mySwiper3 .swiper-slide:nth-child(5)::after{
	border-top-color: rgba(0, 160, 228, 62);
}
.mySwiper3 .swiper-slide-thumb-active::before,
.mySwiper3 .swiper-slide:hover:before,
.mySwiper3 .swiper-slide-thumb-active::after,
.mySwiper3 .swiper-slide:hover::after{
	opacity: 1;
}
.mySwiper3 .swiper-slide .bg{
	display: none;
}
.mySwiper3 .swiper-slide-thumb-active img,
.mySwiper3 .swiper-slide:hover img{
	display: none;
}
.mySwiper3 .swiper-slide-thumb-active .bg,
.mySwiper3 .swiper-slide:hover .bg{
	display: block;
}
.box3-d2 {
  padding-top: 40px;
  flex: 1;
  margin-right: 20px;
}

.d2-p1 {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}

.d2-p2 {
  max-width: 594px;
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  padding-bottom: 45px;
}

.d2-p3 {
  max-width: 92%;
  height: 80px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-bottom: 60px;
}

.box3-img {
  transition: all 8s;
  width: 100%;
  display: block;
  /*height: 100%;*/
  object-fit: cover;
}

.box3-d {
  overflow: hidden;
  width: 50%;
}

.box3-d:hover img {
  transform: scale(1.1);
}

.box4 {
  background: #F8F8F8;
}

.box4-d {
  padding-top: 70px;
  border-bottom: 1px solid #EBEBEB;
}

.box4-d2 {
  padding-top: 60px;
  padding-bottom: 130px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box4-d2>div,
.box4-d2>i{
	width: 22%;
}
.box4-p1 {
  font-size: 38px;
  font-family: Microsoft YaHei;
  color: #000000;
}

.shuxian {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
}

.box4-p2:hover {
  border-bottom: 2px solid #000;
}

.box4-p2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  padding-bottom: 38px;

}

.box4-p2-a {
  border-bottom: 2px solid #000;
}

.xw-b {
  float: left;
  overflow: hidden;
}

.xw-b img {
  transition: all .4s;
  width: 100%;
}

.xw-b:hover img {
  transform: scale(1.01);
}

.d3-p1 {
  font-size: 34px;
  font-family: RanyRegular;
  color: #333333;
  padding-bottom: 30px;
}
.d3-p1 + .pic{
	overflow: hidden;
}
.d3-p1 + .pic img{
	display: block;
	width: 100%;
}
.xw-d3 {
  position: relative;
  float: left;
  /* padding-left: 60px; */
  opacity: 1;
  transition: all 2s;
}
.xw-d3:hover .d3-p2{
	color: rgba(40, 139, 196, 1);
}
.xw-d3:hover .new-more{
	transform: translateX(10px);
	color: rgba(40, 139, 196, 1);
}
 
.xw-d3:hover .xs {
  opacity: 1;
}

.dis {
  transition: all 1s;
}

.xw-d3:hover .dis {
  /* opacity: 0; */
}

.xs {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 4s;
}

.d3-p1-s {
  font-size: 16px;
  font-family: RanyRegular;
  color: #666666;
}

.xw-b-s {
  display: inline-block;
  position: relative;
  right: 20%;
  top: -26px;
  max-width: 274px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}

.d3-p2 {
 margin-top: 20px;
  margin-bottom: 20px;
  max-width: 329px;
  font-size: 20px;
  color: #111111;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
 text-overflow: ellipsis;
}

.d3-p3 {
  margin-bottom: 22px;
  max-width: 330px;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
   display: -webkit-box;
  -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 text-overflow: ellipsis;
}

.new-more {
  font-weight: 400;
  color: #333333;
  transition: all .6s;
  display: inline-flex;
}
.new-more .iconfont{
	font-size: 20px;
	margin-left: 10px;
	align-items: center;
}
@media (max-height:1700px){
	.box1-p1:before{
		font-size: 75px;
	}
}
@media (max-width:1440px) {
	.wzs-new,.wzs-c,.counter{
		font-size: 42px;
	}
	.cp,.pt{
		/*padding: 100px 0px 200px 60px;*/
		height: 600px;
		width: 94%;
	}
	.box1-p1:before{
		font-size: 50px;
	}
	
}
@media(max-width:1360px){
	.wzs-new, .wzs-c{
		font-size: 36px;
	}
	.box2 .box1-p2{
		font-size: 30px;
	}
	.d3-p1{
		font-size: 26px;
	}
	.d3-p2{
		font-size: 17px;
	}
}
@media(max-width:1199px){
	.wzs-new, .wzs-c,.counter{
		font-size: 30px;
	}
	.index-flex img{
		max-width: 40px;
		max-height: 45px;
	}
}
@media(max-width:1024px){
	.box1-p3{
		padding-bottom: 60px;
	}
	.index-flex.zda{
		padding-bottom: 120px !important;
	}
	.box1-p2{
		padding-bottom: 40px;
	}
	.rz{
		height: 40px;
		margin-bottom: 40px;
	}
	.box1{
		padding-top: 80px;
	}
	.box2-p1{
		font-size: 18px;
	}
	.box1-p2,.box4-p1{
		font-size: 28px;
	}
	.d3-p1{
		font-size: 24px;
	}
	.box4-d2>div, .box4-d2>i{
		width: 48%;
	}
	.box4-d2>div{
		margin-bottom: 30px;
	}
	.box1-p01:before{
    
    font-size: 80px!important;
}
}
@media(max-width:768px) {
	.box2{
		flex-direction: column;
	}
	.index-flex.zda{
		flex-wrap: wrap;
	}
	.index-flex.zda>.index-flex{
		width: 48%;
	}
	.mySwiper3{
		overflow: hidden;
	}
    .box3-div{
        margin-top: 20px !important;
    }
  .banner-down {
    display: none;
  }

  .box3-flex {
    justify-content: space-around;
  }

  .pp-an {
    display: none;
  }

  
  .box4-d2 {
    padding-bottom: 40px !important;
  }

  .box4-d {
    padding-top: 20px !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tsgd {
    margin-bottom: 20px !important;
  }

  .box3-d2 {
    padding-top: 0px !important;
    padding-left: 12px;
    padding-right: 12px;
	margin-right: 0;
  }
	.box3-d{
		width: 100%;
		margin-top: 40px;
	}
	.box4{
		margin-top: 40px;
	}
  .amns {
    flex-direction: column;
  }

  .box3 {
    padding-top: 60px !important;
  }

  .box2-p1 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
	.box2-p1{
		padding-bottom: 30px;
	}
	.box1-p1:before{
		font-size: 36px;
	}
  .cp {
    /*padding: 55px 0px 0px 20px !important;*/
    padding-bottom: 30px !important;
    width: 100%!important;
    margin-top: 55px!important;
    padding-left: 50px;
  }
	.mySwiper2{
		margin-top: 50px !important;
	}
  .pt {
    /*padding: 55px 0px 0px 20px !important;*/
    padding-bottom: 30px !important;
    width: 100%!important;
    margin-top: 55px!important;
  }
	.d2-p2{
		padding-bottom: 20px;
		max-width: 100%;
		font-size: 20px;
		margin-top: 10px;
	}
	.d2-p3{
		max-width: 100%;
		margin-bottom: 20px;
		height: auto;
	}
  .fls {
    width: 100% !important;
    float: none !important;
  }
	.box2 .fls{
		margin-bottom: 20px;
	}
  .frs {
    width: 100% !important;
    float: none !important;
  }
	.cp, .pt{
		height: auto;
	}
  .zda {
    padding-bottom: 20px !important;
    /* flex-direction: column; */
  }
	.index-flex.zda>.index-flex{
		justify-content: left;
	}
  .box1 {
    padding-top: 60px !important;
  }
	.index-flex.zda{
		padding-bottom: 70px !important;
		margin-top: 30px;
	}
  .box1-p1 {
    padding-bottom: 6px !important;
  }

  .box1-p3 {
    /* padding-left: 12px; */
    /* padding-right: 12px; */
  }

  .box1-p2 {
    padding-bottom: 15px !important;
  }

  .rz {
    margin-bottom: 15px !important;
  }

  .box1-p3 {
    padding-bottom: 15px !important;
  }

  .banner-down {
    bottom: 42% !important;
  }

  .wzs {
    left: 18% !important;
  }

  .wzs-new {
    font-size: 20px !important;
  }

  .wzs-c {
    font-size: 20px !important;
    padding-bottom: 10px !important;
  }

  .wzss {
    font-size: 12px !important;
  }
  	.box1-p01:before{
    
    font-size: 30px!important;
}
  .box1-p2, .box4-p1{
  	font-size: 26px;
  }
  .counter{
	  font-size: 26px;
  }
  .xw-b{
	  display: none;
  }
  .box4-d2>div, .box4-d2>i{
	  width: 100%;
  }
  .d3-p2{
	  max-width: 100%;
  }
  .d3-p3{
	  max-width: 100%;
  }
  .d3-p1{
	  padding-bottom: 10px;
  }
  .box4-d2{
	  padding-top: 30px;
  }
}

@media(max-width:500px) {
	.mySwiper3{
		height: 80px !important;
	}
	.box1{
		padding-top: 40px !important;
	}
	.index-flex.zda>.index-flex{
		margin-bottom: 15px;
	}
	.index-flex.zda{
		padding-bottom: 30px !important;
		margin-top: 17px;
	}
	.index-flex img{
		max-width: 30px;
		max-height: 35px;
	}
	.counter{
		  font-size: 22px;
	}
    .ppl{
        padding-bottom: 0px !important;
    }
  .wzs {
    left: 13% !important;
    top: 34% !important;
  }

  .banner-down {
    bottom: 64% !important;
    right: 46%;
  }
  .box1-p2, .box4-p1{
	  font-size: 24px;
  }
  .box3-d{
	  margin-top: 20px;
  }
  .box4-p2{
	  font-size: 14px;
	  padding-bottom: 20px;
  }
  .box4-d2{
	  padding-bottom: 0 !important;
  }
}

@media(max-width:450px) {
  .xw-b {
    padding-left: 22px !important;
  }

  .d3-p1 {
    padding-bottom: 10px !important;
  }

  .xw-d3 {
    /* padding-left: 22px !important; */
    padding-bottom: 20px;
  }

  .banner-index {
    height: 200px;
  }

  .banner-down {
    bottom: 77% !important;
    right: 39% !important;
  }

  .banner-down span {
    font-size: 30px !important;
  }

  .wzs {
    left: 10% !important;
    top: 34% !important;
  }

  .wzs-c {
    font-size: 16px !important;
  }

  .wzs-new {
    font-size: 16px !important;
  }

  .wzss {
    font-size: 12px !important;
  }

  .num {
    left: 8% !important;
  }
}