.productInfo h3{
	text-transform: uppercase;
	text-align: center;
}

.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:white;
}
.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: 275px;
	margin: 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%;
	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;
}

.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;
}

.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);
}
.productInfo .article{
	padding-top: 20px;
}
.productInfo .article p{
	/*font-family:ArialMT;*/
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0.1px;
	color: #262626;
}
.productmessage{
	margin-top: 35px;
}
.productmessage p{
	margin-bottom: 10px;
}
.details{
	background-color: rgba(44, 153, 222, 1);
	box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	margin-top: 40px;
    margin-bottom:40px;
	/*font-family:ArialMT;*/
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0.1px;
	color: #ffffff;
	text-indent: 1em;
}
.hz-form{
	margin-top: 40px;
}
.formcontrol {
	border: 1px solid rgba(44, 153, 222, 1);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px 5px 5px 5px;
    padding:5px;
}
.em-tel{
	width: 100%;

}
.em-tel input{
	height:40px;
	width: 49%;
	
}
.email{
	float: left;
}
.telphone{
	float: right;
}
.textarea{
	width: 100%;
	height: 200px;
	resize: none;
	
}
.verification{
	float: left;
	width: 50%;
	max-width: 220px;
	line-height: 40px;
	margin-right: 22px;
	
	
}
.VerificationCode{
	width: 81px;
	height: 36px;
	float: left;
	line-height: 40px;
}
.submit{
	float: right;
	width: 100px;
	height: 40px;
}





.cutpage{
	margin-top: 64px;
}
.cutpage li a{
	/*font-family:"微软雅黑";*/
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 2.2px;
	color: #666666;
}
.cutpage .prev{
	float: left;
}
.cutpage .next{
	float: right;
}
