#products >ul >li{
	width:31%;
	float:left;
	margin-right:3%;
	margin-bottom: 30px;
}
#products >ul >li:nth-child(3n){
	margin-right:0;
}

#products li .pbox{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	position:relative;
	overflow:hidden;
}
#products li .pbox img{
	width:100%;
}
#products li .pbox .phover{
	opacity:0;
	position:absolute;
}
#products li .pbox .phover.B2{
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.51);
	top: 100%;
	transition: all cubic-bezier(1, 0.01, 1, 1.07) 0.3s;
}
#products li:hover .pbox .phover.B2{
	top: calc(100% - 79px);
	opacity:1;
}
#products li .pbox .phover.B2 .pinfo{
	overflow:hidden;
	padding: 15px 20px;
}
#products li .pbox .phover.B2 .pinfo h2{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#products li .pbox .phover.B2 .pinfo h2 a{
	color: #fff;
    font-size: 18px;
}
#products li .pbox .phover.B2 .pinfo ul li{
	color: #a4a3a3;
	display:inline-block;
	font-size:12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#products li .pbox .phover.B2 .pinfo ul li a{
	color:#a4a3a3;
}
#products li .pbox .phover.B2 .pinfo ul li a:hover{
	color:#fff;
}
#products li .pbox .phover.B2 .pinfo .pinfo-search{
	float: left;
}

#products li .pbox .phover.B2 .pinfo .p-self-cate-search{
	float: right;
	color: #a4a3a3;
}

#products li .pbox .phover.B3{
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
	bottom: 100%;
	transition:all linear 0.3s;
}
#products li:hover .pbox .phover.B3{
	bottom: 0;
	opacity:1;
}
#products li .pbox .phover.B3 a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	position: relative;
}
#products li .pbox .phover.B3 a span{
	color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 3px 15px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 33px);
    font-size: 6pt;
}
#product-info{
	color:#fff;
}
#product-info .product-info-title{
    overflow: hidden;
    margin: 0 5px 30px;
}
#product-info .product-info-title h2,
#products.other >h2{
	float:left;
	font-weight: normal;
    font-size: 22px;
}
#product-info .product-info-title h2 img,
#products.other >h2 img{
	margin-right:10px;
	vertical-align: bottom;
}
#product-info .product-info-title h2 a{
	color:#fff;
}
#product-info .product-info-title .back{
	float:right;
}
#product-info .product-info-title .back a{
    color: #fff;
    display: inline-block;
    border: 1px solid #969696;
    border-radius: 5px;
    padding: 3px 15px;
    font-size: 12px;
}
#product-info .product-info-title .back a i{
	margin-right:5px;
}
#product-info #p-album{
}
#product-info #p-album .service-pic{
	margin:0 5px;
}
#product-info #p-album .service-txt {
	overflow: hidden;
}
#product-info #p-album .service-txt .slider-nav {
	float: left;
	width: calc(100% - 115px);
}
#product-info #p-album #shereBox .slider-nav {
	width: 100%;
}
#product-info #p-album .service-pic .ser-box,
#product-info #p-album .service-txt .ser-box{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	outline:none;
}
#product-info #p-album .service-pic img,
#product-info #p-album .service-txt img{
	width:100%;
	outline:none;
}
#product-info #p-album .service-txt .ser-box{
	margin:0 5px;
}
#product-info #p-album .service-txt .shere {
	float: left;
	width: 105px;
}
#product-info #p-album .service-txt .shere a{
	display:block;
	color:#fff;
	text-align:center;
	margin-top: 10px;
}
#product-info #p-album .service-txt .shere a b{
	display:block;
	text-align:center;
	margin-top: 10px;
}
#product-info #p-album .service-txt .shere a img{
	width: 35px;
	animation-name:tada;
	animation-iteration-count:infinite;
	animation-duration:1s;
}

#product-info #p-info{
	overflow:hidden;
	position:relative;
}
#product-info #p-info .p-detail-part{
	float:left;
	width:60%;
}
#product-info #p-info .p-other-des-part{
	float:right;
	width:35%;
}
#product-info #p-info .p-detail{
}
#product-info #p-info .p-detail li{
	border-bottom:1px solid #2d313e;
	overflow:hidden;
	padding: 15px 0;
	font-size: 15px;
}
#product-info #p-info .p-detail li p{
	float:left;
	color: #838384;
	width: calc(100% - 120px);
}
#product-info #p-info .p-detail li p.p-detail-item{
	width:120px;
	color:#fff;
}
.p-other-des-key{
	margin-bottom:25px;
}
.p-other-des-key li{
	display:inline-block;
	margin-right: 10px;
}
.p-other-des-key li a{
    display: block;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    padding: 5px 15px;
}
.p-other-des-key li a:hover,
.p-other-des-contact a:hover{
    border: 2px solid #fdbe60;
	color: #fdbe60;	
}
.p-other-des-share a{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
    line-height: 0;
    vertical-align: inherit;
}
.p-other-des-share a:hover{
	color: #fdbe60;	
}
.p-other-des-contact{
	position: absolute;
    bottom: 0;
    right: 0;
}
.p-other-des-contact a{
	color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 10px;
    width: 250px;
    text-align: center;
    line-height: 0;
}
.p-other-des-contact a i{
    margin-left: 5px;
    font-size: 19px;
    vertical-align: middle;
}
#p-page{
	margin-top: 25px;
}
#p-page >ul >li{
    float: left;
    width: calc(48% - 50px);
    background: #233a64;
    color: #fff;
    overflow: hidden;
    padding: 15px 25px;
}
#p-page >ul >li:hover{
    background: #1648a3;
}
#p-page >ul >li:last-child{
	float:right;
	text-align:right;
}
#p-page >ul >li >p{
	display:inline-block;
	margin-right:-4px;
	vertical-align: top;
}
#p-page >ul >li .prenext-p{
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 34px);
}
#p-page >ul >li:last-child .prenext-p{
    margin-left: 0;
    margin-right: 20px;
}
#p-page >ul >li .prenext-p h2 a{
	color:#fff;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#p-page >ul >li .prenext-p h2 a:hover{
	text-decoration:underline;
}
#p-page li .prenext-p .p-page-search li{
	display:inline-block;
	color:#c6c6c6;
	font-size: 12px;
}
#p-page >ul >li:last-child .prenext-p h2,
#p-page >ul >li:last-child ul{
	text-align:right;
}
#products.other{
	margin-top:50px;
	border-top:1px solid #384458;
	padding-top:35px;
	overflow:hidden;
}
#products.other >h2{
	float:none;
	color:#fff;
	margin-bottom: 20px;
}
#products.other li .pbox{
	margin:0 5px;
	outline:none;
}
#products.other li,
#products.other li .pbox a{
	outline:none;
}
#products.other .slick-slider{
	margin:0;
	padding-bottom:30px;
}
#products.other .slick-slider .slick-dots{
	bottom: 0;
}
#products.other .slick-dots li button:before{
	color:#fff;
}
#p-album .slick-next{
	right: 25px;
	transform: scale(1.5,1.5);
	z-index: 5;
}
#p-album .slick-prev{
	left: 25px;
	transform: scale(1.5,1.5);
	z-index: 5;
}
.orderfunction{
	overflow:hidden;
	width: 35%;
}
.orderfunction .aday{
	float: left;
    width: 50%;
    background: #284966;
    height: 60px;
	text-align:center;
}
.orderfunction .aday.add{
	float:right;
	width: 50%;
    background: #1e3d59;
}
.orderstyleSet .ask{
    background: #fff;
	text-align:center;
}
.orderstyleSet .ask a{
	display: block;
    text-align: center;
    color: #b31e1e;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
	position:relative;
}
.orderstyleSet .ask a b{
	position: absolute;
    width: 30px;
    height: 30px;
    background: #ff992c;
    border-radius: 50%;
    line-height: 30px;
    top: 15px;
    text-align: center;
    font-size: 12px;
    right: 20px;
	transition:all linear 0.3s;
	color:#fff;
}
.orderstyleSet .ask a:hover b{
	transform: scaleX(-1);
	background: #d41e1e;
}
.aday p{
	color: #fff;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    vertical-align: text-bottom;
}
.aday p.bi{
	color:#706e69;
	font-size:12px;
	width: auto;
}
.aday p.bi b{
	color:#00aebb;
	font-size:14px;
	margin-left: 5px;
}
.aday p.bi b input[type="number"]{
	border: 1px solid #1c69ad;
    width: 80px;
    text-align: center;
    background: #5b99d0;
    color: #fff;
    border-radius: 10px;
    padding: 3px 0;
	outline: none;
}
.aday p input[type="button"]{
	background: #1e3d59;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: unset;
	cursor:pointer;
}
#pro-detail{
	margin-top:50px;
}
#pro-article{
    margin-bottom: 30px;	
}
#pro-article .tabs{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #131a2c;
}
#pro-article .tabs li{
	display: inline-block;
	
}
#pro-article .tabs li a{
	color: #f6f6f6;
    display: block;
    padding: 15px 25px;
	position:relative;
}
#pro-article .tabs li a:hover{
    color: #ffa13e;	
}
#pro-article .tabs li a:after{
    position: absolute;
    top: 15px;
    right: 0;
    content: '|';
    color: #e6e6e6;
}
#pro-article .tabs li:last-child a:after{
	display:none;
}
#tabs_container .tab_content{
    padding: 30px 0;	
}

@media screen and (max-width: 1280px) {
	#products li:hover .pbox .phover.B3{
		opacity:0;
	}
	#products li .pbox .phover.B2{
		top: calc(100% - 79px);
		opacity:1;
	}
}
@media screen and (max-width: 1024px) {
	#products >ul >li,
	#products >ul >li:nth-child(3n){
		width:49%;
		margin-right:2%;
		margin-bottom: 20px;
	}
	#products >ul >li:nth-child(2n){
		margin-right:0;
	}
	.p-other-des-contact a{
		width:200px;
	}
}
@media screen and (max-width: 768px) {
	#product-info #p-info .p-detail-part,
	#product-info #p-info .p-other-des-part{
		width:100%;
	}
	#product-info #p-info .p-other-des-part{
		margin:25px 0;
	}
	.p-other-des-contact{
		position:inherit;
		text-align:right;
		margin-top:20px;
	}
	#p-page >ul >li{
		width: calc(100% - 50px);    
		margin-bottom: 2px;	
	}
	#product-info .product-info-title h2{
		float:none;
	}
	#product-info .product-info-title h2 img, #products.other >h2 img{
	    vertical-align: baseline;
		width: 15px;	
	}
	#product-info #p-album .service-txt .shere a img{
	    width: 25px;	
	}
	#product-info #p-album .service-txt .shere a{
		margin-top:5px;
	}
	.orderfunction{
		width:100%;
	}
}
@media screen and (max-width: 480px) {
	#products >ul >li,
	#products >ul >li:nth-child(3n),
	#products >ul >li:nth-child(2n){
		width:100%;
		margin-right:0;
		margin-bottom: 10px;
	}
	#products li .pbox .phover.B2 .pinfo h2 a{
		font-size:12pt;
	}
	#products li .pbox .phover.B2 .pinfo{
		padding: 10px 15px;	
	}
	#products li .pbox .phover.B2,
	#products li:hover .pbox .phover.B2{
		top: calc(100% - 69px);
	}
	#product-info #p-info .p-detail li p{
		width: calc(100% - 100px);
	}
	#product-info #p-info .p-detail li p.p-detail-item{
		width: 100px;
	}
	.p-other-des-contact{
		text-align:left;
		margin-top:20px;
	}
	.p-other-des-key li a{
		font-size: 14px;
		padding: 3px 15px;		
	}
	#p-page >ul >li .prenext-p h2 a,
	#products.other >h2{
		font-size: 12pt;	
		line-height: 110%;
	}
	#p-page li .prenext-p .p-page-search li{
	    font-size: 7pt;	
		line-height: 110%;
	}
	#p-page >ul >li .prenext-p{
	    width: calc(100% - 44px);	
	}
	#product-info .product-info-title .back a{
		padding: 1px 15px;
		font-size: 9pt;		
	}
	#p-album .slick-next,
	#p-album .slick-prev{
		transform: scale(1,1);
	}
	#product-info #p-album .service-txt .shere a{
		margin-top:15px;
	}
}
@media screen and (max-width: 350px) {
	#product-info #p-album .service-txt .shere a{
		margin-top:5px;
	}
	#product-info #p-album .service-txt .shere a b{
		margin-top:2px;
		font-size:6pt;
	}
}