.homesubbanner{
	width:100%;
	margin: 8% 0 6%;
}

.subprotitle{
	font-size:25px; 
	width:75%;
	text-align:center;
	margin:auto;
}
.subdescript{
	font-size:13px;
	color:#495770;
	text-align:center;
	margin: 2% auto 5%;
}
.subdescript a{color:#0056e4;}

.pronavbc{width:22%;}
.pronav{
	width:100%;
	margin:auto auto;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	margin-bottom: 20px;
}
.pnavhead{
    width: 100%;
    background: linear-gradient(120deg, rgb(248, 248, 248) 0%, rgb(212, 212, 212) 100%);
    height:80px;
    line-height: 80px;
    font-size:16px;
    font-weight: bold;
    text-align: center;
}
.pnavitem{
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#f5f5f5;
	cursor: pointer;
    font-size:14px;
    padding-left:15px;
    border-bottom:solid 1px #888; 
    width:100%;
    background:#666;
    transition: all .3s;
}
.pnavitem:hover,.pnavitemactive{
	background:#0f1f39;
}

.subbannercenter{
	width:95%;
	margin: auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.subpronavcenter{
	width:76%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.subpronavcenter:after {content:"";flex:auto;}
.proitem1{
	width: 23%;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 6px 14px 0px #E4E5E8;
	/*margin-bottom: 25px;*/
	margin: 0 1% 3%;
}
.subpname{
	font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 25px auto 15px;
    color:#16181a;
}
.subpbrand{
	position: relative;
}
.subbrandesc{
	font-size: 14px;
    width: 100%;
    height: 101px;
    margin: auto auto;
    padding: 2% 4%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    color: white;
    text-align: left;
    background: #3379b7e2;
	transition:all 0.3s;
}
.proitem1:hover .subbrandesc{
	top: -100px;
}
.bannerimg{
	width: 100%;
    margin: auto auto;
    text-align: center;
    padding: 10% 0;
}
.bannerimg img{width: 80%;}

.pscale {
  width: 100%;
  transition: all 0.3s;
}
.pscale:hover {
  transform: scale(1.1);
}

@media screen and (max-width:600px){
	.proitem1{width: 48%;margin-bottom: 2%;}
}
@media screen and (max-width:900px){
	.pronavbc{display: none;}
	.subpronavcenter{width:100%;}
}
@media screen and (min-width:601px) and (max-width:1000px){
	.proitem1{width: 31%;}
}
@media screen and (min-width:1001px) and (max-width:1380px){
	.proitem1{width: 23%;}
}
@media screen and (min-width:1381px){
	.proitem1{width: 19%;}
}