﻿*{box-sizing:border-box;}
.pub_page_side_main .cnt .pub_page_main {
}
.pub_page_side_main .cnt .pub_page_main .page_product_list {
	text-align: justify;
	font-size: 0
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item {
	display: inline-block;
	width: 31.46067415730337%;
	margin: 9px 0;
	vertical-align: top;
	font-size: 14px;
	background: #fff;
	transition: all ease .3s;
	float: left;
}

@media(min-width:700px) {
	.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item {
		margin: 7px 0.9%;
	}

	.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item:nth-child(3n){
		margin-right: 0px;
	
	}
}
@media(max-width:600px) {
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item {
	width: 49%
}
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .pic.imgbox {
	display: block
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .pic.imgbox img {
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .pic.imgbox .border {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid transparent;
	transition: all ease .3s
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .pic.imgbox:before {
	padding: 68% 0 0
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .title {
	padding: 15px;
	text-align: center
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item:hover {
	color: #fff;
	border-color: #032a4d;
	background: #032a4d
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item:hover .pic.imgbox .border {
	border-color: #032a4d
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .line_holder {
	display: inline-block;
	width: 100%
}
.pub_page_side_main .cnt .pub_page_main .empty_tips {
	padding: 50px 0;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0
}
.pub_page_side_main .cnt .clear {
}
#gallery-wrap {width: 600px; margin: 15px auto 0;}
#gallery-wrap .swiper-container{ width: 600px;}
#gallery-wrap .swiper-slide{ width:100%;}

#gallery-wrap .swiper-slide img{width:100%;}
.description{ font-size: 14px; line-height: 25px;}
.description h2 { line-height: 30px; font-size: 15px; text-indent:1em; border-bottom: 1px solid #EAEAEA;}
.description p a{ color: #206ab1;}
@media(max-width:720px) {
	#gallery-wrap{width:100%;}
	#gallery-wrap .swiper-container{ width: 100%;}
	#gallery-wrap .swiper-slide{ width:100%;}
	.inner_table{ overflow:scroll; }
	.inner_table .tableHtml{overflow-x: scroll; width:180%;}
	.inner_table.w_700 .tableHtml{ width:200%;}
	.inner_table .tableHtml table{ border-collapse:collapse; }
	.inner_table .tableHtml table td{line-height:21px; padding:0px 2px;}
	p.table_title{line-height: 25px;}
	p.table_title i{ font-size:2rem; color:#171c61; line-height: 25px;}
	p.table_title i.fa-hand-o-down{color:red; padding: 0px 7px;}
	p.table_title strong{ font-size: 2rem; text-indent: 10px;line-height: 25px; margin-right: 10px;}
}

/*相关产品*/
.related_product { float: left; width: 100%;}
.related_product h2 { line-height: 30px; font-size: 15px; text-indent:1em; border-bottom: 1px solid #EAEAEA;}
.related_product_list {
	text-align: justify;
	font-size: 0
}
.related_product_item {
	display: inline-block;
	width: 23%;
	margin: 5px 2% 5px 0;
	vertical-align: top;
	font-size: 14px;
	background: #fff;
	transition: all ease .3s;
	float: left;
}
.related_product_item:nth-child(4n){
		margin-right: 0px;
	}

@media(min-width:700px) {
	.related_product_item {
		margin-right: 2.667%;
	}

	.related_product_item:nth-child(4n){
		margin-right: 0px;
	
	}
}
@media(max-width:600px) {
.related_product_item {
	width: 49%;}
.related_product_item:nth-child(2n){
	margin-right: 0px;
}
}
.related_product_item .pic.imgbox {
	display: block
}
.related_product_item .pic.imgbox img {
	border: 1px solid #EAEAEA;
}
.related_product_item .pic.imgbox .border {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid transparent;
	transition: all ease .3s
}
.related_product_item .pic.imgbox:before {
	padding: 68% 0 0
}
.related_product_item .title {
	padding: 5px;
	height: 50px;
	font-size:12px;
	line-height: 20px;
	text-align: center
}
.related_product_item:hover {
	color: #fff;
	border-color: #032a4d;
	background: #032a4d
}
.related_product_item:hover .pic.imgbox .border {
	border-color: #032a4d
}
.related_product_list .line_holder {
	display: inline-block;
	width: 100%
}