﻿

.hz-products-showbox {
	padding: 10px;
    width:283px;
    height:230px;
    margin:0 auto;
	-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%;
    max-width:260px;
    height:170px;
    margin: 0 auto;
	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:100%;
}

.hz-products-showbox p {
    text-align: center;
    margin-top: 10px;
    /*font-family: ArialMT;*/
    line-height: 30px;
    letter-spacing: 0.1px;
    /*color: #262626;*/
    /*text-transform: uppercase;*/
    font-size: 16px;
    color: #1a1a1a;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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;
}

.myCarousel-left,.myCarousel-right{
	position: absolute;
	width: 60px;
	height: 80px;
	top: 40%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 1);
	opacity: 0.6;
	line-height: 80px;
	text-align: center;
}
.myCarousel-left{
	left: 0;	
}
.myCarousel-right{
	right: 0;
}
.myCarousel-left span,.myCarousel-right span{
	line-height: 80px;
	font-size: 48px;
	color: white;
}
.modal{
	top: 100px;
}
.modal-dialog{
	width: 780px;
}
.item>div{
    height:500px;
} 
.item h3 {
    /*font-family: simsun;*/
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: #1a1a1a;
    text-align: center;
    /*text-transform: uppercase;*/
}
.item p {
    /*font-family: ﻿ArialMT;*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #1a1a1a;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
@media(max-width:768px){
    .modal {
        top: 50px;
    }

    .modal-dialog {
        width: 100%;
        margin:0;
    }
    .item > div {
        height: auto;
    } 
}
