
/* 轮播图 */
.swiper-box{
  position: relative;
  min-width: 1024px;
  height: 720px;
  overflow: hidden;
}
.swiper {
  width: 100%;
  height: 720px;
  overflow: hidden;
  position: relative;
}
.swiper-wrapper{
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-slide-textarea{
  min-width: 1024px;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50.5%);
  /* background-color: rgba(0,0,0,0.3); */
  padding-top: 220px;
}
.swiper-slide-textarea p{
  width: 100%;
  padding: 0 95px;
  margin: 0;
  box-sizing: border-box;
}
.swiper-slide-textarea p:nth-of-type(1){
  font-size: 53px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.swiper-slide-textarea p:nth-of-type(2){
  font-size: 31px;
  letter-spacing: 1.5px;
  margin-bottom: 105px;
}
.swiper-slide-textarea p:nth-of-type(3){
  font-size: 19px;
  line-height: 21px;
  margin-bottom: 35px;
}
.swiper-slide-textarea p:nth-of-type(4) span{
  display: inline-block;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 10px 50px;
  background-color: rgba(181,181,181,0.7);
  border-radius: 50px;
}
.lean-more{
  width: 100%;
  height: 100%;
  color: #bfbfbf;
}

.my-bullet {
  display: inline-block;
  width: 26px;
  height: 9px;
  background: rgba(255,255,255,0.39);
  opacity: 0.48;
  border-radius: 5px;
  margin: 0 13px;
}
.my-bullet-active {
  display: inline-block;
  width: 9px;
  height: 9px;
  opacity: 1;
}
.swiper-button-prev{
  position: absolute !important;
  width:50px !important;
  height: 50px !important;
  background-image: url(../img/index/8.png) !important;
  background-size: cover !important;
  background-position: center !important;
  top: 53% !important;
  left: 16.8% !important;
  outline: none !important;
}
.swiper-button-next {
  position: absolute !important;
  width:50px !important;
  height: 50px !important;
  background-image: url(../img/index/7.png) !important;
  background-size: cover !important;
  background-position: center !important;
  top: 53% !important;
  right: 17.3% !important;
  outline: none !important;
}
@media screen and (max-width:1034px) {
  .swiper-button-prev,.swiper-button-next{
    display: none;
  }
}

/* 产品展示 */
.product-display {
  width: 100%;
  min-width: 1024px;
  min-height: 628px;
}
.product-display-box {
  width: 1266px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:1334px) {
  .product-display-box {
    width: 1024px;
    min-height: 628px;
    position: relative;
  }
}

.product-display-title{
  width: 100%;
  padding-top: 56px;
}
.product-display-title p {
  text-align: center;
  line-height: 24px;
  color: #333333;
  margin: 0 0 12px 0;
}
.product-display-title p:nth-child(1){
  font-size: 20px;
  font-weight: 500;
  font-family: PingFang SC;
}
.product-display-title p:nth-child(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.product-display-list{
  width: 100%;
  /* background-color: aquamarine; */
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 48px auto 56px auto;
}
.product-display-item {
  /* flex: 0.25; 316px */
  /* width: 25%;
   height: 295px; */
  width: 316px;
  height: 316px;
  box-sizing: border-box;
  padding: 0 7px 7px 7px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}
/* a 标签样式 */
.product-display-item a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-display-item img{
  width: 302px;
  height: 302px;
  box-sizing: border-box;
  overflow: hidden;
  object-fit: cover;
}
.product-display-item div{
  width: 100%;
  /* height: 46px; */
  height: 30px;
  background-color: #F1F1F1;
  /* padding-top: 16px; */
  padding-top: 10px;
  text-align: center;
}

.product-display-item div span{
  /* display: inline-block; */
  width: 100%;
  /* white-space: wrap; */
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
}

/* 查看全部按钮 */
.check-all-box {
  width: 100%;
}
.check-all-button {
  width: 200px;
  height: 38px;
  border: 1px solid #253383;
  margin: 0 auto;
  opacity: 1;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-all-button span {
  font-size: 16px;
  color: #253383;
  padding-right: 9px;
}
.check-all-button img {
  width: 23.5px;
  height: 7px;
}


/* 简介 */
.geme-introduce-box{
  width: 100%;
  min-width: 1024px;
  height: 434px;
  background-position: center;
  background-size: cover;
}

/* 简介 标题 */
.geme-introduce-title{
  width: 100%;
  padding-top: 56px;
}
.geme-introduce-title p {
  text-align: center;
  line-height: 24px;
  color: #fff;
  margin: 0 0 12px 0;
}
.geme-introduce-title p:nth-child(1){
  font-size: 20px;
  font-weight: 500;
  font-family: PingFang SC;
}
.geme-introduce-title p:nth-child(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}

.geme-introduce-content{
  width: 65%;
  max-width: 1920px;
  margin: 0 auto 32px auto;
  padding: 0 8px 0 8px;
  font-size: 14px;
}
.geme-introduce-content p{
  width: 100%;
}

.geme-introduce-content p{
  margin: 0;
  width: 100%;
  text-align: left;
  text-indent: 2em;
  font-size: 1em;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 36px;
  color: #FFFFFF;
}


/* 关于按钮 */
.about-us-box {
  width: 100%;
}
.about-us-button {
  width: 158px;
  height: 38px;
  border: 1px solid #fff;
  margin: 0 auto;
  opacity: 1;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-button span {
  font-size: 16px;
  padding-right: 9px;
}
.about-us-button img {
  width: 23.5px;
  height: 7px;
}







