
.aboutNav h5{
	height: 38px;
	/*font-family: ﻿ArialMT;*/
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: rgba(44, 153, 222, 1);
	text-align: center;
	margin-bottom: 30px;
}
.aboutNav h5 a{
    color: #ffffff;
} 
.aboutNav p {
    margin-bottom: 20px;
}

.aboutNav p a{
	/*font-family:Arial-BoldMT;*/
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	color: #b3b3b3;
}

.aboutNav .active a{
	color: #2c99de;
}

.hz-products-showbox {
	float: left;
	max-width: 285px;
    margin:0 auto;
    margin-left:10px;
    margin-right:10px;
	padding: 15px;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.hz-products-showimg {
	width: 100%;
    width:250px;
    height:250px;
	border: 1px solid #CCCCCC;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hz-products-showimg img {
	width: 100%;
    height: auto;
    height:100%;
}

.hz-products-showbox p {
    text-align: center;
    margin-top: 20px;
    /*font-family: ArialMT;*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: #262626;
    /*text-transform: uppercase;*/
    /*一行表示**/
    overflow: hidden;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
}

.hz-products-showbox:hover {
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-moz-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-ms-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-o-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);

}

.hz-products-showbox:hover .hz-products-showimg {
	border: 1px solid rgba(44, 153, 222, 1);
}
.page-nav{
	margin: 0 auto;
	height: 32px;
	margin-top: 60px;
	margin-bottom: 80px;
	position: relative;
}
.page-nav-wrap{
	display: inline-block !important; 
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.page-nav-wrap li{
	float: left;
	width: 32px;
	height: 32px;
	margin: 5px;
	text-align:center;
	line-height: 32px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 1px 1px 1px 1px;
	border: solid 1px rgba(217, 217, 217, 1);
}
.page-nav-wrap li a{
	color: #999999;
	font-size: 20px;
}
.page-nav .page-nav-wrap li:first-child,.page-nav .page-nav-wrap li:last-child{
	border: solid 1px rgba(217, 217, 217, 0);
}
.page-nav-wrap li:hover{
	border-color:rgba(44, 152, 221, 1);
}
.page-nav-wrap li:hover a{
	color:rgba(44, 152, 221, 1);
}
.page-nav-wrap .active{
	background:rgba(44, 152, 221, 1);
}
.page-nav-wrap .active a{
	color: white;
}
@media (max-width:414px){
    .hz-products-showbox {
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}


