@charset "utf-8";
.inc02 {
	background: #f0f2f5 ;   /* url(../images/probgs.jpg) repeat center center */
    background-size: cover;
	padding: 100px 0px 60px 0px;
}
.inc02 .honor {
	margin-top: 35px;
}
.inc02 .honor li {
	float: left;
	background-color: #e6f1f8;
	text-align: center;
	margin-right: 10px;
	width: 19%;
}
.inc02 .honor li img {
	width: 100%;
	display: block;
	height: 320px;
}
.inc02 .honor li:last-child {
	margin-right: 0;
}
.inc02 .hometitle {
	color: #fff;
}
.inc02 .hometext {
	color: #fff;
}


.inc02 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inc02 .protit{
    font-size: 70px; 
    line-height: 0.7; 
    color: #222; 
    text-align: center;
    font-family: var(--k-font);
    font-weight: 900;
}



.inc02 .procolumn{
    display:inline-block; 
    padding:6px 20px; 
    color: #444;
    font-weight: 600;
    font-size: 15px;
}


.inc02 .promblock{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap:20px;
}








.inc02 .item {
    float: left;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    
/*    background: linear-gradient(to bottom,#fff,#f9fafb);
    backdrop-filter: blur(50px);*/
}



.inc02 .item .imgitem img {
    width: 82%;
}



.inc02 .item .imgitem .arrow {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    color: #666;
/*    background: rgba(255, 255, 255, 0.2);*/
    background: #f0f2f5;
    /*border-right: rgba(0, 0, 0, 0.15) 1px solid;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.inc02 .item .imgitem .arrow svg{
width: 20px;
    height: 20px;
        transition: all .3s;
}








.inc02 .item .imgitem {
    width: 100%;
        display: flex;
    justify-content: center;
    align-items: center;
}



.inc02 .item .itemblock {
    padding: 40px 40px ;
    /*background: rgba(255,255,255,1);*/
    text-align: left;
}


.inc02 .item .tim {
    line-height: 20px;
    font-size: 14px;
    color: #333;
	margin-bottom:8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.inc02  .item .nam {
    font-size: 18px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 15px;
}

.inc02  .item .nam a {
    font-size: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
	font-weight:600;
    color: #444;
}

.inc02  .item .dot {
    margin-bottom: 3px;
    font-size: 14px;
    color: #000;
}

.inc02  .item .txt {
    line-height: 24px;
    margin-bottom: 0px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
	text-align: left;
}


.inc02  .item .order {
    padding-top: 10px;
    margin-top: 30px;
    border-top: rgba(0,0,0,0.2) 1px solid;
}

.inc02  .item .txt .rightbox{
    float: right;
}

.inc02 .item .btn {
    line-height: 24px;
    padding: 5px 20px;
    margin: auto;
    margin-top: 12px;
    text-align: center;
    display: inline-block;
    height: auto;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.05);
}


.inc02 .item .btn i{
    color: var(--primary);
}



.inc02  .item:nth-child(5n) {
    margin-right: 0;
}

.inc02 .swiper-slide:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
    /* background: #0a63f9; */
    -webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
}


.inc02 .swiper-slide:hover .item .imgitem .arrow {
    border: #fff;
}


.inc02 .swiper-slide:hover .item .imgitem .arrow svg{
    transform: rotate(180deg);
    color: #000;

}


.inc02 .swiper-slide:hover .item .imgitem .arrow {
    background: var(--primary);
}




 .inc02 .procontent {
/*	max-width:1400px;
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
	  padding:0 40px;
	  box-sizing:border-box;*/
/*        width: 1600px;
     max-width: 1600px;*/
    margin: 0 auto;
    }

.inc02 .procontent .swiper-slide {
      text-align: center;
      /*background: #fff;*/
      height: calc((100% - 30px) / 2);

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
.inc02 .procontent .probox2 .item .pic {
    	display: block;
		overflow:hidden;
		cursor: pointer;
		
	}

.inc02 .procontent .probox2 .item .pic img {
		display: block;
		width: 100%;
		-webkit-transition: all 2s;
	}
	
.inc02 .procontent .probox2 .item .pic:hover img {
		display: block;
		width: 100%;
		transform: scale(1.1);
	}
	
	
	
.inc02 .procontent .probox2 .item .info {
    padding: 10px 40px 40px 40px;
    text-align: center;
	}
	
.inc02 .procontent .probox2 .item .info .name {
    font-size: 16px;
    color: #333;
    letter-spacing: 2px;
	text-align:center;
	font-weight:600;
	margin-bottom:10px;
	}
	
.inc02 .procontent .probox2 .item .info .text {
    font-size: 14px;
    color: #777;
	display: -webkit-box; 
	overflow: hidden; 
	-webkit-box-orient: vertical; 
	word-break: break-all; 
	-webkit-line-clamp: 2;

	text-align:center;
	margin-bottom: 20px;
	}
	
	
	
	
.inc02 .procontent .probox2 .item .info .model {
    font-size: 14px;
    color: #777;
	display: -webkit-box; 
	overflow: hidden; 
	-webkit-box-orient: vertical; 
	word-break: break-all; 
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align:center;
	}




.inc02 .procontent {
    padding-top: 50px;
}

.inc02	.procontent .probox21  {
    	width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
	}

.inc02	.procontent .probox21  .swiper-wrapper{
        display: flex;
        flex-wrap: wrap; /* 使得子元素在一行排不下时自动换行 */  
        justify-content: space-between; /* 子元素之间均匀分布 */  
        /*gap: 20px;*/ /* 子元素之间的间距 */  
	}

.inc02	.procontent .probox21 .swiper-slide {
        text-align: center;
        font-size: 16px;
        height: auto;
        width: 25%;/*calc(25% - 15px)*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    /*border-radius: 10px;*/
    overflow: hidden;
    transition: all .3s;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    /*background: #fff;*/
        /*background: rgba(255, 255, 255, 0.5); 
        backdrop-filter: blur(50px);*/
    }


.inc02	.procontent .probox21 .swiper-slide:nth-child(4) {
    border-right: #000 0px solid;
    }
	






	

.inc02	.procontent .probox21 .item .pic {
    	display: block;
		overflow:hidden;
		cursor: pointer;
		
	}

.inc02	.procontent .probox21 .item .pic img {
		display: block;
		width: 100%;
		-webkit-transition: all 2s;
	}
	
.inc02	.procontent .probox21 .item .pic:hover img {
		display: block;
		width: 100%;
		transform: scale(1.1);
	}
	
	
	
.inc02	.procontent .probox21 .item .info {
    background: #fff;
    padding: 15px 40px;
    text-align: center;
	}
	
	
.inc02	.procontent .probox21 .item .info .series {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
	text-align:left;
	font-weight:700;
	}
	
.inc02	.procontent .probox21 .item .info .name {
    font-size: 19px;
    color: #333;
    line-height: 30px;
    margin-top: 10px;
	margin-bottom: 20px;
	text-align:left;
	font-weight:700;
	line-height:120%;
	display: -webkit-box; 
	overflow: hidden; 
	-webkit-box-orient: vertical; 
	word-break: break-all; 
	-webkit-line-clamp: 2;
	}
	
.inc02	.procontent .probox21 .item .info .text {
	line-height:140%;
    color: #777;
	font-weight:500;
	display: -webkit-box; 
	overflow: hidden; 
	-webkit-box-orient: vertical; 
	word-break: break-all; 
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 10px auto;
	text-align: left;
	margin-bottom: 20px;
	}

.inc02	.procontent .probox21 .item .info .btns {
    font-size: 13px;
	line-height:120%;
    color: #fff;
	font-weight:500;
	background:#3d464b;
	padding:10px 20px;
	width:80px;
	text-align:center;
	margin:40px 0 20px 0;
	}





