/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/development.css ***!
  \*********************************************************************************************************************/
.bg-container {
  background: #f8f8f8;
}
.bg-white {
  background: #fff;
}
.page-banner{
  height: 388px;
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
}
.produce-container .page-banner-cons{
    padding: 0 40px;
     position: absolute;
     
     top: 50%;
     bottom:unset;
    max-width: 1360px;
    left: 50%;
    box-sizing: content-box;
    height:auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.produce-container .page-banner .page-title {
  position:unset;
  transform:none;
  font-size: 36px;
  color: #fff;
  width: 100%;
  text-align: left;
  
}
.produce-container .page-banner .page-msg{
  font-size: 20px;
  color: #fff;
}
.produce-container .page-banner {
    background-image: url(/static/dist/assets/new-banner_b63901.png);
}
.produce-box {
  padding-bottom: 70px;
}
.item-block {
    /* padding: 72px 0; */
    text-align: center;
}
.item-block .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color:#FF6A00;
    text-align: left;
    padding: 60px 0 40px;
}
.item-block .des {
    font-size: 14px;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 36px;
    max-width: 1160px;
}
.item-block .des span {
  display: block;
  margin-bottom: 26px;
}
.flex{
  display: flex;
}


  .imgbox {
    overflow: hidden;
    
  }
  
  .imgbox img {
    width: 100%;
    
    object-fit: cover;
  }
  .produce-box .swiper-container1{
    padding-bottom: 40px;
    /* height: 700px; */
    text-align: left;
    
  }
  .produce-box .swiper-container1 .data-list{
    display: flex;
    flex-wrap: wrap;
    
  }
  .produce-box .swiper-container1 .swiper-slide{
    position:relative;
    height:580px;
    width: 32%;
    text-align: left;
    cursor: pointer;
  }
  .produce-box .swiper-container1 .swiper-slide{
    margin-bottom: 20px;
  }
  .produce-box .swiper-container1 .swiper-slide:not(:nth-child(3n)){
    margin-right: 2%;
  }
  .produce-box .swiper-container1 .swiper-slide .img-box{
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .produce-box .swiper-container1 .swiper-slide img{
    width: 100%;
    height:300px ;
    object-fit: cover;
    transition: .3s;
  }
  .produce-box .swiper-container1 .swiper-slide:hover img{
      transform: scale(1.1);
  }
  .produce-box .swiper-container1 .swiper-slide:hover .s-title{

    color: #FF6A00;
}
  .produce-box .swiper-container1 .swiper-slide .s-title{
    margin: 20px 0;
    display: block;
    display: -webkit-box;
    font-size: 22px;
    font-weight: 600;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* 显示的行数 */
    line-height: 1.3em;
    text-overflow: ellipsis;
    
  }
  .produce-box .swiper-container1 .swiper-slide .content{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 18px;
    overflow: hidden;
    -webkit-line-clamp: 4; /* 显示的行数 */
    line-height: 1.3em;
    text-overflow: ellipsis;
  }

  .produce-box .swiper-container1 .swiper-slide .detail-btn{
    position:absolute;
    bottom:20px;
    
    color: #FF6A00;
    display: flex;
    align-items: center;
  }
  .produce-box .swiper-container1 .swiper-slide .detail-btn img{
    margin-left: 10px;
    margin-top: 2px;
    width: auto;
    height: 10px;
  }
  .produce-box .swiper-container1 .footer{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
    background: none;
  }
  .produce-box .swiper-container1 .footer .pagination-box{
    width: 72px;
    /* animation: .3s; */
    white-space: nowrap;
    overflow-x: hidden;
  }
  .produce-box .swiper-container1 .footer .pagination{
    animation: .3s;
  }
  .produce-box .swiper-container1 .footer .pagination-item{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #4F4F4F;
    margin: 0 2px;
    cursor: pointer;
  }
  .produce-box .swiper-container1 .footer .pagination-item.active{
    background-color: #FF6A00;
    transform: scale(1.2);
  }
  
  
  
  .arrow-pre,.arrow-next{
    margin-top: 3px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
  }
  .arrow-next.disabled,.arrow-pre.disabled{
    opacity: .3;
    cursor: not-allowed;
  }
  .arrow-pre{
    margin-right: 20px;
  }
  .pre-arrow{
    width: 1px;
    height: 1px;
    margin-right: 10px;
    display: inline-block;
    border-width: 6px 8px;
    border-style: solid;
    border-color: transparent #4F4F4F transparent transparent;
  }
  .arrow-next{
    margin-left: 20px;
  }
  .next-arrow{
    width: 1px;
    height: 1px;
    margin-left: 10px;
    display: inline-block;
    border-width: 6px 8px;
    border-style: solid;
    border-color: transparent  transparent transparent #4F4F4F;
  }
  .box2{
    width: 100%;
    /* aspect-ratio: 1360/588; */
    /* height: 890px; */
    background-color: #F8F8F8;
  }
  .box2 .left-text{
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
  }
  .box2 .left-text .item-com{
    padding: 0 30px;
    text-align: left;
  }
  .box2 .left-text .item-com .item-title{
    margin:20px 0;
    font-weight: bold;
    font-size: 16px;
  }
  .box2 .left-text .item-com .item-info{
    padding-top: 10px;
    display: flex;
    align-items: center;
  }
  .box2 .left-text .item-com .item-info .item-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .box2 .left-text .item-com .right-info{
    flex: 1;
    padding-left: 10px;
    text-align: left;
  }
  .box2 .left-text .item-com .right-info .top-info{
    text-align: left;
    color: #666;
    font-size: 14px;
  }
  .box2 .left-text .item-com .right-info .bottom-info{
    font-size: 14px;
  }
  .baogao-box{
    position: relative;
    width: 100%;
    
    cursor: pointer;
  }
  .baogao-box span{
    position: absolute;
    bottom: 40px;
    right: 30px;
    color: #fff;
    font-size:20px;
  }
  .join-box{
    width: 100%;
    aspect-ratio: 192/30;
    min-height: 100px;
    background-color: #F8F8F8;
  }
  .join-box .join-img-box{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .join-box .join-img-box img{
    height: 4.8vw;
    object-fit: cover;
    max-height: 100px;
  }
  .join-box .join-img-box img:nth-child(3){
    height:6.25vw;
    max-height: 110px;
  }
  .join-box .join-img-box img:nth-child(4){
    height: 6.77vw;
    max-height: 110px;
  }
  .join-box .join-img-box img:not(:last-child){
    /* margin-right: 20px; */
  }
  .download-box ul li{
    background-color: #F8F8F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 30px; */
    height: 80px;
    color: rgb(15, 15, 15);
    
  }
  .download-box ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .download-box ul li .left-title{
    font-weight:500;
    font-size: 18px;
    cursor: pointer;
  }
  .download-box ul li .right-box .flex{
    cursor: pointer;
    align-items:center;
    
  }
  .download-box .right-box{
    display: flex;
    font-size:18px;
    
  }
  .download-box .item-date{
    margin-right: 30px;
  }
  .download-box .item-arrow{
    margin-left: 10px;
    height: 20px;
  }
  
  
  .mt20{
  	margin-top: 20px;
  }
  .baogao-box1{
  	padding-right: 20px;
  	box-sizing: border-box;
  	width: 167.5%;
  }
  .commitment-list{
  	justify-content: space-between;
  	flex-wrap: wrap;
  }
   .commitment-list:after{
   	content: ' ';
   	width: 280px;
   }
  .commitment-list .item{
  	width: 220px;
		height: 220px;
		cursor:pointer;
		position: relative;
		box-sizing: border-box;
		background: #f7f7f7;  
		font-size: 18px;
		color: #000;
		padding: 20px;	
		text-align: left;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
  }
  .commitment-list .item:hover{
  	background: #ff6b00;
  	color: #fff;
  }
   .commitment-list .item .time{
   	position: absolute;
   	right: 20px;
   	bottom: 20px;
   	text-align: right;
   	font-size: 16px;
   	font-weight: normal;
   }
   .commitment-pop{
   	position: fixed;
   	z-index: 999;
   	width: 100%;
   	left: 0;
   	top: 0;
   	height: 100%;
   	display: none;
   }
   .commitment-bg{
   	position: absolute;
   	width: 100%;
   	height: 100%;
   	z-index: 1;
   	background: rgba(0,0,0,0.23);
   }
  
   .commitment-main .btn-close{
  	position: absolute;
  	right: 0;
  	top: 0;
  	width: 70px;
  	height: 70px;
  	cursor: pointer;
  }
  .commitment-main{
  	max-width: 45vw;
  	
  	position: absolute;
  	z-index: 3;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  } 
 
   .commitment-main img{
   	max-width: 45vw;
   	display: block;
   	margin: 0 auto;
   max-height: 90vh;
   }
   
   
   
  @media (max-width: 1440px){
    .produce-container .page-banner-cons{
      box-sizing: border-box;
    }
  }
  @media (min-width: 769px) and (max-width: 1280px) {
    .join-box{
      height: 240px;
    }
    .join-box .join-img-box img{
      height: 6vw;
      
    }
    .join-box .join-img-box img:nth-child(3){
      height: 7.25vw;
      
    }
    .join-box .join-img-box img:nth-child(4){
      height: 8vw;
     
    }
    .box2 .left-text .item-com{
      padding: 0 10px;
    }
  }
  @media (max-width: 1024px) {
  	 .commitment-list .item{
  	 	margin-bottom: 30px;
  	 }
  	 .baogao-box1{padding: 0;width: 100%;}
    .produce-container .page-banner-cons{
      padding: 0 32px;
    }
    .box2{
      display: block;
    }
    .baogao-box{
      margin-top: 20px;
      width: 100%;
      height: auto;
      
    }
    .join-box{
      padding:30px 0;
      height: auto;
      /* height: 100px; */
    }
    /* .join-box .join-img-box{
      flex-wrap: wrap;
      justify-content: flex-start;
    } */
    /* .join-box .join-img-box img{
      height: 18vw;
      margin-right: 0 !important;
      
    } */
    .join-box .join-img-box img:not(:last-child){
      /* margin-bottom: 20px; */
    }
    
  }
  @media (max-width: 750px) {
  	
  		
  	.commitment-main{
  	max-width: 95vw;
  
  } 
 
   .commitment-main img{
   	max-width: 95vw;
   max-height: 90vh;
   }
   
   
   
   
  	 .commitment-list .item{
  	  width: 41vw;
  	  height: 41vw;
  	  font-size: 17px
  	 }
  	 
  	 
    .produce-container .page-banner-cons{
      padding: 0 16px;
    }
    .produce-container .page-banner .page-title{
      font-size: 26px;
    }
    .item-block .title{
      font-size: 24px;
      padding: 30px 0 20px;
    }
    .produce-box .swiper-container1 .swiper-slide{
      height: auto;
    }
    .produce-box .swiper-container1 .swiper-slide .img-box{
      height: auto;
    }
    .produce-box .swiper-container1 .swiper-slide img{
      height: auto;
    }
    .produce-box .swiper-container1 .swiper-slide .detail-btn{
      position: unset;
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .baogao-box span{
      font-size: 16px;
      bottom: 20px;
      right: 15px;
    }
    .download-box ul li .left-title{
      text-align: left;
      width: 200px;
      font-size: 14px;
      white-space: nowrap; /* 防止换行 */
      overflow: hidden; /* 溢出部分隐藏 */
      text-overflow: ellipsis; /* 显示省略号 */
    }
    .download-box .right-box{
      font-size: 14px;
    }
    .download-box .right-box .flex{
      align-items: center;
    }
    .download-box ul li{
      /* padding: 0 10px; */
      height: 50px;
    }
    .download-box .item-date{
      /* display: none; */
      margin-right: 10px;
    }
    .download-box .item-arrow{
      height: 10px;
    }
    .produce-box .swiper-container1 .footer{
      width: 100%;
    }
    .box2 .left-text .item-com{
      padding: 0;
    }
    .join-box .join-img-box{
      flex-wrap: wrap;
      
      align-items: center;
    }
    .join-box{
      padding: 10px 0;
      aspect-ratio: 15/6;
     
    }
    .join-box .join-img-box img{
      width: calc(50% - 10px);
      height: auto !important;
      
    }
    .join-box .join-img-box img:nth-child(4){
      width: 36%;
    }
    .produce-box .swiper-container1 .swiper-slide{
      width:100%;
      margin-right:0 !important;
    }
  }
  @media (max-width: 767px) {
    
  }
