	.publicheader{
    text-align: center;
    width: 1195px;
    margin: 0 auto;
}
.publicheader h2{
        font-size: 40px;
    color: #1E97E0;
    margin-bottom: 10px;
}
.publicheader span{
    color: #010101;
    font-size: 20px;
    border-bottom: 1px solid black;
}
	#ProductContent {
    width: 1195px;
    margin: 20px auto;
   
}
		.index-protype{    margin: 20px 0px;    display: flex;
    justify-content: center;
    flex-wrap: wrap;}
		.index-protype a{    background-color: #1e97e0;
    color: white;
    padding: 10px 20px;
    margin: 5px 10px;
    font-size: 16px;
    border-radius: 2px;
    text-decoration: none;}
    .index-protype a:hover{background-color: #fd9706}
		.index-probox{    display: flex;
   
    justify-content: space-between;
    flex-wrap: wrap;}
		.index-probox .index-probox-li{    width: 285px;margin-bottom: 15px;}
		.index-probox .index-probox-li a{display: block;    text-decoration: none;}
		.index-probox .index-probox-li a div{overflow: hidden;}
		.index-probox .index-probox-li a div img{    width: 100%;height:230px; transition: all 0.6s; object-fit: cover ;}
		.index-probox .index-probox-li a p{    text-align: center;
    background-color: #1e97e0;
    color: white;
    font-size: 17px;
    line-height: 40px;}
    .index-probox .index-probox-li:hover img{transform: scale(1.4);}
    .index-probox .index-probox-li:hover p{background-color: #fd9706}