.productbg{
	
}
.product-list {
	padding: 100px 0;
	overflow: hidden;
}

.product-list .tab_hd {
	text-align: center;
	font-size: 0;
	float: right;
	padding-right: 15px;
}

.product-list .tab_hd .i {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	display: block;
}

.product-list .tab_hd img {
	width: 40px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
}

.product-list .tab_hd .i.active img {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.product-list .tab_hd .i.active p {
	color: #e5460a;
	font-size: 18px;
	border-bottom: 4px solid #e5460a;
}

.product-list .tab_hd p {
	font-size: 14px;
	color: #666;
	margin: 0;
	margin-top: 5px;
}

.product-list .tab_bd {
	padding-top: 0;
	float: left;
}

.product-list .tab_bd .i {
	display: none;
	overflow: hidden;
}
.product-list .tab_bd .i.active{
	display: block;
}
.product-list .tab_bd .i .fl {float: left;width: 240px;text-align: justify;}

.product-list .tab_bd .i .fl img {

	width: 100px;
}

.product-list .tab_bd .i .fl .h3 {font-size: 24px;margin-top: 30px;}

.product-list .tab_bd .i .fl .p {font-size: 16px;color: #999;margin-bottom: 30px;}

.product-list .tab_bd .i .fl .con {

	font-size: 16px;

	line-height: 1.8;
}

.product-list .tab_bd .i .fr {
    width: 660px;
    float: left;
    margin-left: 100px;
}
.product-list .tab_bd .i .fr img{
	width: 100%;
}
@media (max-width: 760px) and (min-width: 320px) {
	.product-list{
		padding:50px 0 ;
	}
	.product-list .tab_hd{
		float: inherit;
		padding-bottom: 30px;
		border-bottom: 1px solid #eee;
		margin-left: 15px;
		margin-right: 15px;
	}
	.product-list .tab_hd .i{
		display: inline-block;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-list .tab_bd{
		float: inherit;
		padding: 30px 15px;
	}
	.product-list .tab_bd .i .fl{
		float: inherit;
		text-align: center;
		width: 100%;
		padding-bottom: 30px;
	}
	.product-list .tab_bd .i .fr{
		float: inherit;
		margin: 0;
		width: 100%;
	}
	.product-list .tab_hd img{
		
width: 32px;
	}
	.product-list .tab_hd .i.active img{
		
	}
}