@charset "utf-8";

section {
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

/* banner */
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide {
  transform: scale(.9);
  transition: .5s;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide-active {
  transform: scale(1);
}

/* end-banner */
/* section02 */
.section02 {
  background: #fafafa;
}

.section02 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section02 .left span {
  background-color: rgb(0, 0, 51);
  width: 60px;
  height: 8px;
  margin-bottom: 30px;
}

.section02 .left h1 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.section02 .left .text {
  font-size: 18px;
  color: #333;
  line-height: 2;
  margin-top: 60px;
  margin-bottom: 45px;
}

.section02 .left a {
  display: block;
  border-width: 1px;
  border-color: #333;
  border-style: solid;
  width: 160px;
  height: 36px;
  color: #333;
  line-height: 36px;
  text-align: center;
}

.section02 .right {display: flex;
    align-items: center;}
.section02 .right img{height: auto;}
/* end-section02 */
/* section03 */
.section03 {
  padding: 0;
  display: flex;
}

.section03>div {
  padding: 0;
}

.section03 .productCategories {
  position: relative;
}

.section03 .productCategories img {
  position: relative;
  width: 100%;
}

.section03 .productCategories .text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 10%;
  background: rgb(255 255 255 / 50%);
  opacity: 1;
  transition: 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section03 .productCategories .text h1 {
  font-size: 24px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.section03 .productCategories .text p {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 2;
  text-align: center;
  margin: 45px 0;
}

.section03 .productCategories .text a {
  display: block;
  border-width: 1px;
  border-color: rgb(51, 51, 51);
  border-style: solid;
  width: 160px;
  height: 36px;
  color: rgb(51, 51, 51);
  line-height: 36px;
  text-align: center;
}

.section03 .productCategories:hover .text {
  opacity: 0;
}

/* end-section03*/
/* section04 */
.section04 {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/65/20221019152104_ioNfliaE.jpg) no-repeat center top;
  position: relative;
}

.section04 .text {
  padding-left: calc((100% - 1600px + 30px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 30px;
}

.section04 .text h2 {
  font-size: 36px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1;
  text-align: left;
  margin: 0;
}

.section04 .text h1 {
  font-size: 36px;
  color: rgb(51, 51, 51);
  line-height: 2;
  margin: 0;
}

.section04 .text span {
  display: block;
  background-color: rgb(23, 62, 119);
  width: 80px;
  height: 10px;
  margin-top: -25px;
}

.section04 .text p {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 45px;
}

.section04 .text a {
  display: block;
  border: 2px solid rgb(23, 62, 119);
  width: 156px;
  height: 36px;
  border-radius: 50px;
  line-height: 32px;
  text-align: center;
  color: rgb(23, 62, 119);
  margin-bottom: 10%;
}

.aboutNumber {
  position: absolute;
  bottom: 160px;
  left: calc((100% - 1600px + 30px) / 2);
  background: #fff;
  width: 50%;
  padding-top: 45px;
  padding-bottom: 45px;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-around;
}

.NumberBox {
  font-size: 28px;
  font-family: 'pingfang';
  color: rgb(51, 51, 51);
}

.NumberTop {
  display: flex;
  align-items: baseline;
}

.NumberTop span {
  font-size: 60px;
  font-family: "Rajdhani";
  color: rgb(51, 51, 51);
  line-height: 1;
  font-weight: 400;
}

.NumberTop p {
  font-size: 18px;
  color: rgb(51, 51, 51);
}

.NumberBottom {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.2;
}

/* end-section04 */
/* section05 */
.section05 {
  position: relative;
  padding: 0;
}

.section05 .iconBox {
  position: absolute;
  z-index: 5;
  width: 100%;
  bottom: 120px;
}

.section05 .Bj {
  position: relative;
  display: none;
}

.section05 .Bj .BjText {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #0002;
}

.section05 .iconBox .container {
  display: flex;
  justify-content: space-around;
}

.section05 .iconBox .container .icon {
  width: 100%;
  background: rgb(255 255 255 / 20%);
}

.section05 .iconBox .container .icon {
  width: 100%;
  background: rgb(255 255 255 / 20%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  position: relative;
}

.section05 .iconBox .container .icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3%;
  background: rgb(23, 62, 119);
  transition: 1s;
  z-index: 1;
}

.section05 .iconBox .container .cur::after {
  height: 100%;
}

.section05 .iconBox .container .icon img {
  width: 100%;
  max-width: 60px;
  z-index: 2;
}

.section05 .iconBox .container .icon h1 {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  z-index: 2;
  margin: 5px 0;
}

.section05 .iconBox .container .icon p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
  margin: 0;
}

.section05 .title {
  margin-top: 120px;
}

.section05 .title h2 {
  font-size: 36px;
  color: #cccccc;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}

.section05 .title h1 {
  font-size: 36px;
  color: #fff;
  line-height: 2;
  margin: 0;
}

.section05 .title span {
  display: block;
  background-color: rgb(23, 62, 119);
  width: 80px;
  height: 10px;
  margin-top: -25px;
}

.section05 .BjText .name {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  margin: 0;
  margin-top: 90px;
}

.section05 .BjText .text {
  width: 40%;
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 45px;
}

.section05 .BjText a {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1;
}

/* end-section05 */
/* map */
.section06 {
  padding: 0;
  position: relative;
}

.section06 a {
  display: block;
  background-color: rgb(1, 81, 152);
  width: 140px;
  height: 30px;
  border-radius: 50px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: calc(50% - 70px);
  bottom: 45px;
}

/* end-map */
