.g-index{
	overflow: hidden;
}

/*产品介绍开始*/
.g-index .m-product{
	width:100%;
	margin-top:20px;
	position: relative;
	height: 600px;
}
.g-index .m-product .describe-box{
    background: rgba(255,255,255,0.9);
    position: absolute;
    top:40%;
    left: 12.5%;
    box-sizing: border-box;
    padding: 8% 5% 10% 5%;
    color: #114A76;
}
.g-index .m-product .describe-box .u-title{
	font-size: 24px;
	line-height: 24px;
}
.g-index .m-product .describe-box .u-tp,.g-index .m-product .describe-box .u-tp-pc{
	font-size: 14px;
	margin-top:20px;
	height:160px;
}
.g-index .m-product .describe-box .u-tp-pc{
	display: none;
}
.g-index .m-redTrepang{
	/* background: url(../images/goods-redTrepang.png) no-repeat center; */
	background-size: cover;
	background-position: 35% 0;
}
.g-index .m-NorthTrepang{
	/* background: url(../images/goods-NorthTrepang.png) no-repeat center; */
	background-size: cover;
	background-position: 100% 0;
}
.g-index .m-peonyShrimp{
	/* background: url(../images/goods-peonyShrimp.png) no-repeat center; */
	background-size: cover;
	background-position: 30% 0;
}
.g-index .m-wetWipes{
	/* background: url(../images/goods-wetWipes.png) no-repeat center; */
	background-size: cover;
	background-position: 90% 0;
}
/*产品介绍结束*/



@media (min-width: 530px){
	.g-index .m-product .describe-box{
		left:initial;
		right:10%;
		height: 350px;
		width:350px;
		padding:50px 30px;
		top:145px;
	}
	.g-index .m-product .describe-box-fl{
		right: initial;
		left:10%;
	}
}
@media (min-width: 768px){
	.g-index .m-header{
		background-position: center 0;
		height: 600px;
	}
	.g-index .m-product{
		margin-top: 0;
		height: 600px;
		background-position:center;
	}
	.g-index .m-product .describe-box .u-tp{
		display: none;
	}
	.g-index .m-product .describe-box .u-tp-pc{
		margin-top:30px;
		display: block;
	}
}
@media (min-width: 1200px){
	.g-index .m-product{
		margin-top: 0;
	}
	.g-index .m-product .describe-box{
		height: 438px;
		width:438px;
		top:101px;
		right:10%;
	}
	.g-index .m-product .describe-box-fl{
		right: initial;
		left:10%;
	}
	.g-index .m-product .describe-box .u-tp-pc{
		margin:17% 0;
	}
}
@media (min-width: 1300px){
	.g-index .m-product .describe-box{
		right:14%;
	}
	.g-index .m-product .describe-box-fl{
		right: initial;
		left:14%;
	}
}
@media (min-width: 1500px){
	.g-index .m-product .describe-box{
		right:18%;
	}
	.g-index .m-product .describe-box-fl{
		right: initial;
		left:18%;
	}
}
@media (min-width: 1600px){
	.g-index .m-product .describe-box{
		right:20%;
	}
	.g-index .m-product .describe-box-fl{
		right: initial;
		left:20%;
	}
}
@media (min-width: 1700px){
	.g-index .m-product .describe-box{
		right:22%;
	}
	.g-index .m-product .describe-box-fl{
		right: initial;
		left:22%;
	}
}