@charset "UTF-8";

/*布局样式*/
/*左右布局*/


/*布局样式2*/
/*上下布局*/
img{
	width:400px;
	height:300px;
	object-fit:cover;
}
.showcase_intro{
	width:100%;
	height:auto;
	top:462px;/*390+72*/
	margin:0;
}
.showcase_intro img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.showcase-contect_intro{
	padding-top:30px;
	padding-bottom:30px;
	margin-left:5%;
	margin-right:5%;
	width:90%;/*父元素宽度减去左右外边距*/
	height:auto;/*父元素高度减去上下外边距*/

}
.showcase-contect-top{
	width:100%;
	height:auto;
	
}

.showcase-contect-top p{
	text-align:center;
	margin:0;
	width:100%;
	
	font-size:20px;
}
.showcase-contect-top,.copett-contect h3{
	text-align:center;
	font-size:36px;
	margin-top:0;

}
.showcase-contect-bottom{
	padding-top:24px;
	height:300px;
	width:100%;
	margin:auto;
	Overflow:hidden;
	
	display:flex;
	align-items: flex-end;
	justify-content:center;
/* 	justify-content:space-around;   */
	flex-wrap: wrap;
	
}
.showcase-contect-bottom img{
	width:400px;
	height:300x;
	
}
.showcase-contect-bottom img:hover {
            animation: move 500ms linear forwards;
        }
 
        @keyframes move {
            0% {
                transform: scale(1);               
            }
 
            100% {
                transform: scale(1.1);
                box-shadow:0px 0px 5px 5px #CDC9C9;
                
            }
        }
/* 板块-核心竞争力Core competitiveness==copett;产品优势、同行对比 advantage==advt */
.showcase_copett{
	width:100%;
	height:auto;
	margin:0;
}
.copett-contect{
	width:90%;
	height:auto;
	margin:auto;
	padding:30px 0;
}
.copett-contect p{
	text-align:center;
	width:100%;
	font-size:20px;
	margin-top:0;
	
}
.copett-contect-box{
	width:100%;
	height:auto;
	
	display:flex;
	align-items:flex;
	justify-content:center;
	
}
.copett-contect-box-text{
	font-size:16px;
	width:25%;
	height:auto;
	margin:0 15px;
	text-shadow:1px 1px 2px #C0C0C0;
}
.copett-contect-box-text h4{
	text-align:center;
	margin:0;
}

 
 


