#content .framework {
    margin: 0 auto;
    width: 1366px;
}

#content section {
    overflow: hidden;
    margin: 24px auto 44px;
    width: 1366px;
}
.content-title{
    margin-bottom: 70px;
}
.content-title ul{
    text-align: center;
    overflow: visible;
}
.content-title ul li{
	position:relative;
	display:inline-block;
	margin:0 15px 10px;
}
.content-title ul li a{
    color: #000;
    font-size: 19px;
    font-weight: 700;
}
.content-title ul li a:hover{
	color:#aa8a3a;
}
.content-title ul li.action:after{
	position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    top: 100%;
    left: 0;
    margin-top: 3px;
}
#products >ul >li{
    width: 32.5%;
    float: left;
    margin: 5px;
}
#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: 15px;
}
#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:#696969;
}
#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:#696969;
}
#product-info .product-info-title .back{
	float:right;
}
#product-info .product-info-title .back a{
    color: #696969;
    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-pic ul.slider-for{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#product-info #p-album .service-pic ul.slider-for li{
	margin:5px;
}
#product-info #p-album .service-txt {
	overflow: hidden;
}
#product-info #p-album .service-txt .slider-nav {
	float: left;
	width: calc(100% - 115px);
    margin-top: 20px;
}
#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:#616161;
	text-align:center;
	margin-top: 35px;
}
#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;
	margin: 78px;
}
#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 #e0e0e0;
	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:#616161;
}
.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: #616161;
    border: 2px solid #d2d2d2;
    font-size: 16px;
    padding: 5px 15px;
}
.p-other-des-key li a:hover,
.p-other-des-contact a:hover{
    border: 2px solid #aa8a3a;
	color: #aa8a3a;	
}
.p-other-des-share a{
	display: inline-block;
    color: #616161;
    font-size: 17px;
    margin-right: 10px;
}
.p-other-des-share a:hover{
	color: #aa8a3a;	
}
.p-other-des-contact{
	position: absolute;
    bottom: 0;
    right: 0;
}
.p-other-des-contact a{
	color: #616161;
    border: 2px solid #d2d2d2;
    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: #fff;
    color: #fff;
    overflow: hidden;
    padding: 15px 25px;
}
#p-page >ul >li:hover{
    background: #f3f3f3;
}
#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 >p >i{
	color: #949494;
}
#p-page >ul >li .prenext-p{
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 50px);
}
#p-page >ul >li:last-child .prenext-p{
    margin-left: 0;
    margin-right: 20px;
}
#p-page >ul >li .prenext-p h2 a{
	color:#6d6d6d;
	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 #e0e0e0;
	padding-top:35px;
	overflow:hidden;
}
#products.other >h2{
	float:none;
	color:#616161;
	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:#616161;
}
#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;
}
@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;
	}
	#content .framework{
		width: 90%;
	}
	#product-info #p-info {
		margin: 10px;
	}
#content section {
    overflow: hidden;
    margin: 24px auto 44px;
    width: 98%;
}
}
@media screen and (max-width: 1024px) {
	#products >ul >li,
	#products >ul >li:nth-child(3n){
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin: 3px;
	}
	#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;
	}
	#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:24px;
	}
	.content-title ul li {
        float: left;
    width: 33%;
    margin: 10px auto;}
	#pagenav {
		overflow: hidden;
		margin-top: 54px;
		text-align: center;
		float: left;
		width: 100%;
	}
.content-title {
    margin-bottom: 0px;
}
}
@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;
    	margin: 0px;
	}
	#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:36px;
	}
	#content {
    font-size: 16px;
    color: #0a0a0b;
    padding: 28px 0;
}
}
@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;
	}
}