

@media screen and (min-width: 768px) {
	
	.product-content .w1600{
		max-width: 1600px;
	}
	.w1200{
		max-width: 1600px;
	}
	.textTitle{
	
	}
	.product-content .product-items{
		padding-top: 50px;
		padding-bottom: 30px;
		/*height: 900px;*/
	}
	.product-content .product-items .title{
		font-size: 32px;
		color: #333;
		margin-bottom: 60px;
		text-align: center;
	}
	.product-content .product-items .product-item{
		display: -webkit-box;
		display: -ms-flexbox;
		margin: 0 auto;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}	
	.product-content .product-items .product-item .product-img{
		width: 600px;
		height: 450px;
	}
	.product-content .product-items .product-item .product-img .advantages-img{
		/*width: 600px;*/
		/*height: 600px;*/
		/*width: 123%;
		position: relative;
		left: -100px;*/
	}

	.product-content .product-items .product-item .info-item{
		/*padding-left: 50px;*/
		position: relative;
		margin-bottom: 20px;
	}
	.product-content .product-items .product-item .info-item .icon-img{
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
		height: 70px;
	}
	.product-content .product-items .product-item .info-item img{
		/* position: absolute;
		top: 0;
		left: 0; */
		width: 80px;
		height: 80px;
	}
	.product-content .product-items .product-item .subtitle{
		color: #333;
		font-size: 18px;
		line-height: 30px;
		margin: 20px 0px 0px 0px;
	}
	.product-content .product-items .product-item .desc{
		font-size: 16px;
		line-height: 30px;
		color: #333;
	}
	.leftcontent{
		flex-direction: row-reverse;
	}
	

}


