@charset "utf-8";
/* CSS Document */
body{
	width: 100%;
	background-color: #f3f3f3;
	overflow-x: hidden;
}

/*PC端*/
@media screen and (min-width: 800px){ 

	/*主体部分*/
	.BDYG_MAIN{
		width: 100%;
	}
	
	/*易购动态*/
	.mianNEWsBox{
		width: 1024px;
		background-color: #ffffff;
		margin: 20px auto;
		box-shadow: 0px 5px 15px #888888;
		border-radius: 20px;
		-webkit-box-shadow: 0px 5px 15px #888888;
		-webkit-border-radius: 20px;
		-moz-box-shadow: 0px 5px 15px #888888;
		-moz-border-radius: 20px;
		-o-box-shadow: 0px 5px 15px #888888;
		-o-border-radius: 20px;
	}
	
	
	.mianNEWsBoxin{
		width: 924px;
		margin: 0 auto;
		padding: 50px 0px 30px 0px;
	}
	.mianNEWs_title{
		width: 924px;
		height: 30px;
		border-left: solid 4px #e13531;
		font-size: 28px;
		color: #e13531;
		text-indent: 20px;
		line-height: 30px;
		margin: 0 auto 30px auto;
	}
	.mainNEWs_list{
		width: 924px;
		margin: 0 auto;
		padding-bottom: 20px;
		border-top: solid 1px #d5ceca;
	}
	.mainNEWs_line{
		width: 924px;
		height: 60px;
		border-bottom: solid 1px #d5ceca;
		overflow: hidden;
	}
	.mainNEWs_linelink{
		width: 924px;
		height: 60px;
		overflow: hidden;
	}
	.mainNEWs_linelink>div{
		float: left;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #777777;
		margin-top: 27px;
	}
	.mainNEWs_linelink>span{
		display: block;
		float: left;
		width: 150px;
		height: 60px;
		font-size: 20px;
		color: #777777;
		line-height: 60px;
		text-indent: 20px;
	}
	.mainNEWs_linelink>p{
		float: left;
		width: 750px;
		height: 60px;
		font-size: 20px;
		color: #777777;
		line-height: 60px;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
		
	}
	.mainNEWs_linelink:hover{
		cursor: pointer;

	}
	.mainNEWs_linelink:hover p{
		color: #e13531;
		font-weight: bold;
	}
	.mainNEWsButton{
		width: 280px;
		margin: 20px auto;
		overflow: hidden;
	}
	.mainNEWsButton>span,.mainNEWsButton>p{
		float: left;
		width: 40px;
		font-size: 18px;
		color: #adacac;
		line-height: 2;
		text-align: center;
	}
	.mainNEWsButton>span:hover{
		color: #000000;
		font-weight: bold;
		cursor: pointer;
	}
	
	/*促销活动*/
	.mianSaleBox{
		width: 1024px;
		background-color: #ffffff;
		margin: 20px auto;
		box-shadow: 0px 5px 15px #888888;
		border-radius: 20px;
		-webkit-box-shadow: 0px 5px 15px #888888;
		-webkit-border-radius: 20px;
		-moz-box-shadow: 0px 5px 15px #888888;
		-moz-border-radius: 20px;
		-o-box-shadow: 0px 5px 15px #888888;
		-o-border-radius: 20px;
		padding-bottom: 20px;
	}	
	.mianSaleBoxin1{
		width: 972px;
		margin: 0 auto;
		padding: 50px 0px 0px 0px;
		overflow: hidden;
	}
	.mainSale{
		width: 466px;
		height: 300px;
		float: left;
		margin: 0 10px;
	}
	.mainSale>img{
		width: 466px;
		height: 200px;
		border-radius: 16px;
	}
	.mainSale>p{
		width: 466px;
		height: 80px;
		font-size: 24px;
		color: #888888;
		line-height: 40px;
		text-align: center;
		margin-top: 10px;
		overflow: hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
	}
	
	/*关于我们--新闻详细页*/
	.mainAboutUsBox{
		width: 1024px;
		background-color: #ffffff;
		margin: 20px auto;
		box-shadow: 0px 5px 15px #888888;
		border-radius: 20px;
		-webkit-box-shadow: 0px 5px 15px #888888;
		-webkit-border-radius: 20px;
		-moz-box-shadow: 0px 5px 15px #888888;
		-moz-border-radius: 20px;
		-o-box-shadow: 0px 5px 15px #888888;
		-o-border-radius: 20px;		
	}
	.mainAboutUsBoxin{
		width: 924px;
		margin: 0 auto;
		padding: 50px 0px 20px 0px; 
	}
	.mainAboutUs_top{
		width: 924px;
		padding-bottom: 20px;
		border-bottom: solid 1px #d5ceca;
	}
	.mainAboutUs_top>h1{
		width: 924px;
		font-size: 28px;
		line-height: 1.5;
		color: #e13531;
		text-align: center;
	}
	.mainAboutUs_msg{
		width: 340px;
		height: 50px;
		overflow: hidden;
		margin: 0 auto;
		
	}
	.mainAboutUs_msg>span{
		display: block;
		float: left;
		width: 200px;
		font-size: 20px;
		color: #696969;
		line-height: 50px;
		margin: 0 10px;
	}	
	.mainAboutUs_msg>p{
		float: left;
		font-size: 22px;
		color: #696969;
		line-height: 50px;
		width: 120px;
		text-align: center;

	}
	.mainAboutUs_mian{
		width: 924px;
		padding: 20px 0;
	}
	.mainAboutUs_mian>p{
		width: 900px;
		font-size: 20px;
		color: #696969;
		line-height: 1.5;
		margin: 10px auto;
		text-indent: 40px;
	}
	.mainAboutUs_mian>img{
		width: 800px;
		margin: 10px auto;
	}	
	.mainAboutUslink{
		width: 924px;
		margin: 30px auto;
		border-top: solid 1px #d5ceca;
		padding: 20px 0;
	}
	.mainAboutUslink1{
		width: 924px;
		height: 40px;
		overflow: hidden;
	}
	.mainAboutUslink1>p{
		width: 100px;
		font-size: 18px;
		color: #121212;
		line-height: 40px;
		float: left;
	}
	.mainAboutUslink1>a{
		width: 500px;
		font-size: 18px;
		color: #696969;
		line-height: 40px;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;	
		float: left;
		
	}
	.mainAboutUslink1>a:hover{
		cursor: pointer;
		color: #e13531;
		font-weight: bold;
	}
}

/*移动端*/
@media screen and (max-width: 800px){ 

	/*主体部分*/
	.BDYG_MAIN{
		width: 100%;
	}
	
	/*易购动态*/
	.mianNEWsBox{
		width: 7rem;
		background-color: #ffffff;
		margin: 0.3rem auto;
		box-shadow: 0px 0.04rem 0.1rem #888888;
		border-radius: 0.2rem;
		-webkit-box-shadow: 0px 0.04rem 0.1rem #888888;
		-webkit-border-radius: 0.2rem;
		-moz-box-shadow: 0px 0.04rem 0.1rem #888888;
		-moz-border-radius: 0.2rem;
		-o-box-shadow: 0px 0.04rem 0.1rem #888888;
		-o-border-radius: 0.2rem;
	}

	.mianNEWsBoxin{
		width: 6.6rem;
		margin: 0 auto;
		padding: 0.3rem 0px;
	}
	.mianNEWs_title{
		width: 6.6rem;
		height: 0.4rem;
		border-left: solid 0.02rem #e13531;
		font-size: 0.4rem;
		color: #e13531;
		text-indent: 0.2rem;
		line-height: 0.4rem;
		margin: 0 auto 0.2rem auto;
	}
	.mainNEWs_list{
		width: 6.6rem;
		margin: 0 auto;
		border-top: solid 0.01rem #d5ceca;
	}
	.mainNEWs_line{
		width: 6.6rem;
		height: 1rem;
		border-bottom: solid 0.01rem #d5ceca;
		overflow: hidden;
	}
	.mainNEWs_linelink{
		width: 6.6rem;
		height: 1rem;
		overflow: hidden;
	}
	.mainNEWs_linelink>div{
		float: left;
		width: 0.04rem;
		height: 0.04rem;
		border-radius: 50%;
		background-color: #777777;
		margin-top: 0.48rem;
	}
	.mainNEWs_linelink>span{
		display: block;
		float: left;
		width: 1.6rem;
		height: 1rem;
		font-size: 0.26rem;
		color: #777777;
		line-height: 1rem;
		text-indent: 0.2rem;
	}
	.mainNEWs_linelink>p{
		float: left;
		width: 4.96rem;
		height: 1rem;
		font-size: 0.26rem;
		color: #777777;
		line-height: 1rem;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
		
	}
	.mainNEWs_linelink:hover{
		cursor: pointer;

	}
	.mainNEWs_linelink:hover p{
		color: #e13531;
		font-weight: bold;
	}
	.mainNEWsButton{
		width: 4.2rem;
		margin: 0.2rem auto 0 auto;
		overflow: hidden;
	}
	.mainNEWsButton>span,.mainNEWsButton>p{
		float: left;
		width: 0.6rem;
		font-size: 0.24rem;
		color: #adacac;
		line-height: 2;
		text-align: center;
	}
	.mainNEWsButton>span:hover{
		color: #000000;
		font-weight: bold;
		cursor: pointer;
	}	

	/*促销活动*/
	.mianSaleBox{
		width: 7rem;
		background-color: #ffffff;
		margin: 0.3rem auto;
		box-shadow: 0px 0.04rem 0.1rem #888888;
		border-radius: 0.2rem;
		-webkit-box-shadow: 0px 0.04rem 0.1rem #888888;
		-webkit-border-radius: 0.2rem;
		-moz-box-shadow: 0px 0.04rem 0.1rem #888888;
		-moz-border-radius: 0.2rem;
		-o-box-shadow: 0px 0.04rem 0.1rem #888888;
		-o-border-radius: 0.2rem;
		padding-bottom: 0.2rem;
	}	
	.mianSaleBoxin1{
		width: 7rem;
		margin: 0 auto;
		padding: 0.4rem 0px 0px 0px;
		overflow: hidden;
	}
	.mainSale{
		width: 7rem;
		height: 3.7rem;
		float: left;
	}
	.mainSale>img{
		width: 6.4rem;
		height: 2.74rem;
		border-radius: 0.2rem;
		margin: 0 auto;
	}
	.mainSale>p{
		width: 6.4rem;
		height: 0.8rem;
		margin: 0.1rem auto 0 auto;
		font-size: 0.26rem;
		color: #888888;
		line-height: 0.4rem;
		text-align: center;
		overflow: hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
	}
	

	/*关于我们--新闻详细页*/
	.mainAboutUsBox{
		width: 7rem;
		background-color: #ffffff;
		margin: 0.2rem auto;
		box-shadow: 0px 0.04rem 0.1rem #888888;
		border-radius: 0.2rem;
		-webkit-box-shadow: 0px 0.04rem 0.1rem #888888;
		-webkit-border-radius: 0.2rem;
		-moz-box-shadow: 0px 0.04rem 0.1rem #888888;
		-moz-border-radius: 0.2rem;
		-o-box-shadow: 0px 0.04rem 0.1rem #888888;
		-o-border-radius: 0.2rem;		
	}
	.mainAboutUsBoxin{
		width: 6.4rem;
		margin: 0 auto;
		padding: 0.4rem 0px 0.2rem 0px; 
	}
	.mainAboutUs_top{
		width: 6.4rem;
		padding-bottom: 0.2rem;
		border-bottom: solid 0.01rem #d5ceca;
	}
	.mainAboutUs_top>h1{
		width: 6.4rem;
		font-size: 0.34rem;
		line-height: 1.5;
		color: #e13531;
		text-align: center;
	}
	.mainAboutUs_msg{
		width: 4rem;
		height: 0.6rem;
		overflow: hidden;
		margin: 0 auto;
		
	}
	.mainAboutUs_msg>span{
		display: block;
		float: left;
		width: 2.2rem;
		font-size: 0.26rem;
		color: #696969;
		line-height: 0.6rem;
		margin: 0 0.1rem;
	}	
	.mainAboutUs_msg>p{
		float: left;
		font-size: 0.26rem;
		color: #696969;
		line-height: 0.6rem;
		width: 1.4rem;
		text-align: center;

	}
	.mainAboutUs_mian{
		width: 6.4rem;
		padding: 0.2rem 0;
	}
	.mainAboutUs_mian>p{
		width: 6rem;
		font-size: 0.26rem;
		color: #696969;
		line-height: 1.5;
		margin: 0.1rem auto;
		text-indent: 0.52rem;
	}
	.mainAboutUs_mian>img{
		width: 6rem;
		margin: 0.1rem auto;
	}	
	.mainAboutUslink{
		width: 6.4rem;
		margin: 0.2rem auto;
		border-top: solid 0.01rem #d5ceca;
		padding: 0.2rem 0;
	}
	.mainAboutUslink1{
		width: 6.4rem;
		height: 0.6rem;
		overflow: hidden;
	}
	.mainAboutUslink1>p{
		width: 1.2rem;
		font-size: 0.22rem;
		color: #121212;
		line-height: 0.6rem;
		float: left;
	}
	.mainAboutUslink1>a{
		width: 5rem;
		font-size: 0.22rem;
		color: #696969;
		line-height: 0.6rem;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;	
		float: left;
		
	}
	.mainAboutUslink1>a:hover{
		cursor: pointer;
		color: #e13531;
		font-weight: bold;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}






















