﻿*{box-sizing:border-box;}

.pub_page_side_main .cnt .pub_page_main {

}

.pub_page_side_main .cnt .pub_page_main .page_product_title {
	display:block;
    text-align: center;
	line-height:30px;
	font-size: 20px;
}
.pub_page_side_main .cnt .pub_page_main .page_product_info {

	line-height:24px;

	font-size: 14px;

}

.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 h2{

	line-height: 30px; 

	font-size: 15px; 

	text-indent:0.5em; 

	border-bottom: 1px solid #EAEAEA;

}

.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: 60% 0 0

}

.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .title {

	padding: 2px 5px;

	height: 30px;

	line-height: 30px;
	
	overflow:hidden;
	
	text-overflow: ellipsis;
	
	white-space: nowrap;

	text-align: center

}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item:hover .title a{

	color: #fff;
	
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .contect {

	padding: 2px 5px;

	height: 40px;

	line-height: 18px;
	
	font-size: 12px;
	
	overflow:hidden;
	
	color: #777;

	text-align: left

}

.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item:hover {

	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:0.5em; 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:0.5em; 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;

	line-height: 20px;

	text-align: center;

}
.related_product_item:hover .title a{

	color: #fff;

}

.related_product_item:hover {

	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%

}

@media(max-width:768px) {

.page_product_news {

	display:none;

}

}

.page_product_news {

	margin: 0px 0;

	background: white;

	overflow: hidden;

	width: 100%;

}

.page_product_news h2{

	line-height: 30px; 

	font-size: 15px; 

	text-indent:0.5em; 

	border-bottom: 1px solid #EAEAEA;

}

.page_product_news .news_item {margin: 0 10px;padding: 15px 0;}

@media (max-width: 600px){

.page_product_news .news_item{margin: 0 10px;padding:10px 0;}

}

.page_product_news .news_item .imgbox.pic {float: left;width: 200px;height: 134px;border: 1px solid #e5e5e5;}

.page_product_news .news_item .intro {margin: 0 0 0 210px;}

.page_product_news .news_item .intro .news_title {font-size: 15px;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.page_product_news .news_item .intro .news_brief {height: 75px;margin-top: 8px;font-size: 14px;line-height: 25px;color: #666;overflow: hidden;}

.page_product_news .news_item .intro .news_status_list {margin-top: 8px;}

.page_product_news .news_item .intro .news_status_list .news_status_time {color: #ff7a4b;}

.page_product_news .news_item .intro .news_status_list .news_status_time .ico.ico_clock {

	display: inline-block;

	width: 16px;

	height: 16px;

	margin: 0 8px 0 0;

	vertical-align: middle;

	background: url("../images/page_news_ico_clock.png");

}

.page_product_news .news_item {

	border-bottom: 1px dashed #e3e3e3;

}