#bookList ul{
	overflow:hidden;
	margin: 30px 0;
}
#bookList ul li{
	position: relative;
	float:left;
	width: 30%;
	margin: 10px 1%;
}
#bookList ul li .photo{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 16%;
    border: 0px solid transparent;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    margin: 10px;
    border: 3px #fff solid;
}
#bookList ul li:hover .photo{
	border: 10px #bd001a solid;
}
#bookList ul li.product .photo,
#bookList ul li.product:hover .photo{
	border-radius: 0;
	border-color: #f7f7f7;
}
#bookList ul li .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	transition:all ease-in-out 0.2s;
}
#bookList ul li .photo a img{
	display: block;
}
#bookList ul li .info{
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 0px;
	text-shadow: 0 0 5px #fff;
}
#bookList ul li .info h3{
	text-align:center;
	font-size: 22px;
	width: 100%;
	margin: 34px auto 26px;
}
#bookList ul li .info h3 a{
	color: #3f3f3f;
}

.sub-pro-img{
	margin-top:30px;
}

.sub-pro-img{
	width: 42%;
}
.sub-pro-img,
.sub-pro-img div,
.sub-pro-img p,
.sub-pro-img a,
.sub-pro-img img{/* outline:none; */}
.sub-pro-img p{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.sub-pro-img p img{
	width: 100%;
}
.sub-pro-img .slick-prev{left: 25px;
    z-index: 5;}
.sub-pro-img .slick-next{right: 25px;
    z-index: 5;}
.sub-pro-img .slick-prev:before, 
.sub-pro-img  .slick-next:before{font-size: 30px;text-shadow: 0 0 2px #000;}
#gallery{
	margin:0 auto;
}

#content .content-main {
	padding-bottom: 0px;
	overflow: hidden;
}

#content .content-main .case-example-text{
    padding: 10px 35px;
    line-height: 160%;
}

#products-detail .pInfo h3{
	font-size: 22px;
	font-weight: normal;
}
#products-detail .pInfo article{
	margin: 15px 0;
	line-height: 170%;
}
#products-detail .pInfo .payBox{
	overflow: hidden;
	position: relative;
	padding: 20px;
	border: 1px #3496ae solid;
}
#products-detail .pInfo .payBox p{
	margin: 10px 0;
	font-size: 16px;
}
#products-detail .pInfo .payBox p.price{
	font-size: 18px;
	font-weight: bold;
	color: #de1212;
}
#products-detail .pInfo .payBox p input{
	padding: 5px;
	width: 60px;
	border: 1px #8da6ab solid;
	vertical-align: initial;
	text-align: center;
}
#products-detail .pInfo .payBox img{
	position: absolute;
	right: -50px;
	bottom: -50px;
}
#products-detail .pInfo:hover .payBox img{
	right: 0;
	bottom: 0;
}
#products-detail p.contus a,
#products-detail .pInfo p.buy a{
	padding: 10px;
	width: 144px;
	background: rgb(68, 68, 68);
	display: block;
	font-size: 14px;
	color: #fff;
}

#products-detail{
    float: right;
    width: 46%;
    /* overflow: unset; */
}

#products-detail .pInfo .payBox.priceStyle p span{
    font-size: 18px;
    color: #c82c2c;
}
#products-detail .pInfo .payBox.priceStyle p span b{
    font-size: 30px;
    margin-left: 10px;
}
#products-detail .pInfo .payBox.priceStyle p span.money-sale{
    font-size: 14px;
    color: #727272;
    text-decoration: line-through;
}
#products-detail .pInfo .payBox .aday{
}
#products-detail .pInfo .payBox .aday p{display: inline-block;margin-right: 10px;}
#products-detail .pInfo .payBox .aday p b{
}
#products-detail .pInfo .payBox .aday.add p input{background: #cb3939;color: #fff;display: inline-block;padding: 5px 10px;width: 100px;border-radius: 25px;}
#products-detail .pInfo .payBox .aday.add{margin-top: 10px;}
#products-detail .pInfo .payBox p input{
	padding: 5px;
	width: 60px;
	border: 1px #8da6ab solid;
	vertical-align: initial;
	text-align: center;
}
#products-detail .pInfo .payBox img{
	position: absolute;
	right: 0;
	bottom: 0;
}
#products-detail p.contus a,
#products-detail .pInfo p.buy a{
	padding: 10px;
	width: 144px;
	background: rgb(72, 72, 72);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4baac1', endColorstr='#b0d46b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: block;
	font-size: 14px;
	color: #fff;
}
#products-detail p.contus a i,
#products-detail .pInfo p.buy a i{
	margin-left: 50px;
}
#products-detail p.contus a:hover i,
#products-detail .pInfo p.buy a:hover i{
	animation: animatedIcon .5s;
	-webkit-animation: animatedIcon .5s;
	-moz-animation: animatedIcon .5s;
	-ms-animation: animatedIcon .5s;
	-o-animation: animatedIcon .5s;
}
@keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-o-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-webkit-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-moz-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-ms-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
.imgshow{
	margin: 20px 0;
}
.prod-art .tabs{
	text-align: center;
}
.prod-art .tabs li{
	padding: 12px 10px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	display: inline-block;
}
.prod-art .tabs li a{
	color: #666;
}
.prod-art .tabs li:hover,
.prod-art .tabs li.active{
    background: #1d9686;
	border-color: #7dbe97;
	letter-spacing: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.prod-art .tabs li:hover a,
.prod-art .tabs li.active a{
	color: #fff;
}
.prod-art .tab_container{
	padding: 20px;
}
.otherTit{
	margin: 35px 0 20px;
}
.imgshow{
	/* overflow: unset; */
	width: 47%;
	float: left;
}
.imgshow .slider-for{
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.imgshow .slider li{
	outline:none;
}
.imgshow .slider p{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: contain;
	outline:none;
	position: relative;
	background-color: #fff;
}
.imgshow .slider p img{
	width:100%;
	outline:none;
}
.imgshow .slider p img.fixedimg{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top:50%;
    left:50%;
}
.imgshow .slider-nav p{
	margin:0 5px;
}
@media screen and (min-width: 1366px) {
.imgshow {
    overflow: hidden;
    width: 38%;
}
	#products-detail {
    float: right;
    width: 56%;
}
}
@media screen and (min-width: 1281px) {
	#bookList ul li:hover .photo a{
	}
	#bookList ul li:hover .info p.more{
		display: block;
		margin-top: 30%;
	}
}
@media screen and (max-width: 980px) {
	#bookList ul li{
		width: 31%;
	}
#products-detail {
    float: right;
    width: 46%;
}
	.sub-pro-img {
    width: 100%;
}
#bookList ul li .info h3{
	font-size: 17px;
}
}
@media screen and (max-width: 768px) {
	#bookList ul li{
		width: 48%;
	}
	#products-detail .pInfo .payBox.priceStyle{
    width: 100%;
	}
	#products-detail .pInfo .payBox{
    width: calc(100% - 42px);
    margin: 10px 0 0;
	}
	#content .content-wrap{padding-top: 0;}
	.imgshow,
	#product-detail .buyside{
		width:100%;
	}
	.imgshow .slick-prev{
		left: 15px;
		z-index: 2;
		text-shadow: 0 0 2px #505050;
	}
	.imgshow .slick-next{
		right: 15px;
		z-index: 2;
		text-shadow: 0 0 2px #505050;
	}
#products-detail {
    float: none;
    width: 100%;
}
}
@media screen and (max-width: 450px) {
	#bookList ul li{
		width: 98%;
	}
}