.product-content{margin-bottom:30px;}
#banner img{width:100%;}
.itemPro{overflow: hidden;}
.item-thumb img{width:100%;}
#product{width:100%;overflow: hidden;box-sizing: border-box;padding:30px 30px 20px;}

.thumb-group img{max-width: 100%;box-sizing: border-box;transition: all .3s ease 0s;}
.thumb-group img:hover{transform: scale(1.1);transition: all .3s ease 0s;}
.thumb-group{width:100%; overflow: hidden}
.p-title-main h5{line-height: 50px;font-size: 13px;}


/*contact*/
#contact{padding:30px 0;}
.contact-body{padding:30px 100px; line-height: 2.3}


/*show*/
#show{padding-top: 80px;}
.show-content{}
h1{font-size: 22px;color:rgba(53,53,53,1); text-align: center;margin-bottom: 20px;}
.show-header{border-bottom: 1px solid #eee;padding-bottom: 20px;}
.show-time{color:#999}
.show-body{padding:20px; line-height: 1.8;color:#666;word-wrap: break-word; text-align: justify}
.show-body img{max-width:100%; display: block;margin: 0 auto;padding:15px 0;}




@media (max-width:996px){
    #show{padding-top: 30px;}
}