@charset "utf-8";
/* CSS Document */

body{
	width: 100%;
	background-color: #f3f3f3;
	overflow-x: hidden;
}

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

	/* 主导航 */
	.BDYG_NAV{
		display: none;
	}
	/*banner*/
	.BDYG_BANNER{
		width: 1920px;
		height: 500px; 
		position: relative;
	}

	.bannerimg{
		width: 5760px;/*预设3张轮播图片位置，图片宽度1920*3，可根据后期具体设置*/
		height: 500px;
		overflow: hidden;
	}
	.bannerimg a{
		float: left;
		width: 1920px;
		height: 500px;

	}
	.bannerimg a img{
		width: 1920px;
		height: 500px;
		margin: 0 auto;
	}


	.swiper-slide {
	  /* Center slide text vertically */
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
	}
	.swiper-pagination span{
		width: 20px;
		height: 20px;
		background-color: #e13531;	
	}
	.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
		bottom: -40px;
		left: 0;
		width: 100%;
	}
	
	/*主体部分*/
	.BDYG_MAIN{
		width: 100%;
	}
	.mainnews_link{
		width: 1024px;
		overflow: hidden;
		margin: 30px auto;
	}
	.news_first{
		width: 540px;
		height: 478px;
		float: left;
	}
	.news_first_title{
		width: 540px;
		height: 80px;
		border-bottom: solid 1px #d5ceca;
		font-size: 48px;
		line-height: 80px;
		color: #333333;
	}
	.news_first_link{
		width: 540px;
		height: 356px;
		border-bottom: solid 1px #d5ceca;
	}

	.news_first_linka{
		display: block;
		width: 540px;
		height: 96px;
		overflow-y: hidden;
		text-align: justify;
		margin: 12px auto;

	}
	.news_first_linka h1{
		width: 540px;
		height: 32px;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;	
		font-size: 20px;
		color: #475757;
		line-height: 32px;
		font-weight: bold;
		overflow-y: hidden;
		
	}
	.news_first_linka p{
		width: 540px;
		height: 64px;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;	
		font-size: 18px;
		color: #828282;
		line-height: 32px;
		overflow-y: hidden;
		text-indent: 36px;
	}	
	.news_first_linka:hover{
		cursor: pointer;
	}
	.news_first_linka:hover h1{
		color: #e13531;
		text-decoration: underline;
	}
	.news_first_linka:hover p{
		
	}	
	
	
	.news_more{
		width: 540px;
		height: 40px;
		text-align: right;
		font-size: 20px;
		color: #828282;
		line-height: 40px;
	}
	.news_more:hover{
		cursor: pointer;
		color: #e13531;
		text-decoration: underline;
	}
	.newslist_link{
		width: 448px;
		height: 478px;
		float: right;
		
	}
	.newslist_saleBox,.newslist_aboutUsBox{
		width: 448px;
		height: 234px;
		position: relative;
	}
	.newslist_saleBox{
		margin-bottom: 10px;
	}
	.newslist_sale,.newslist_aboutUs{
		width: 448px;
		height: 234px;
		display: block;
		
	}
	.newslist_sale{
		background-image: url(../images/salebg.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.newslist_sale_more{
		display: block;
		width: 226px;
		height: 44px;
		background-color: #ffae60;
		border-radius: 22px;
		position: absolute;
		top: 124px;
		right: 30px;
		font-size: 20px;
		color: #ffffff;
		line-height: 44px;
		text-align: center;
	}
	.newslist_sale_more:hover{
		cursor: pointer;
		text-decoration: underline;
		font-weight: bold;
	}
	.newslist_aboutUs{
		background-image: url(../images/aboutbg.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.newslist_aboutUs_more{
		display: block;
		width: 226px;
		height: 44px;
		background-color: #ff7286;
		border-radius: 22px;	
		position: absolute;
		top: 124px;
		right: 30px;
		font-size: 20px;
		color: #ffffff;
		line-height: 44px;
		text-align: center;
	}	
	.newslist_aboutUs_more:hover{
		cursor: pointer;
		text-decoration: underline;
		font-weight: bold;
	}	
	
}

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

	/* 主导航 */
	.BDYG_NAV{
		display: none;
	}
	/*banner*/
	.BDYG_BANNER{
		width: 7.5rem;
		height: 1.96rem; 
		position: relative;
	}

	.bannerimg{
		width: 22.5rem;/*预设3张图片位置7.5*3*/
		height: 1.96rem;
		overflow: hidden;
	}
	.bannerimg a{
		float: left;
		width: 7.5rem;
		height: 1.96rem;

	}
	.bannerimg a img{
		width: 7.5rem;
		height: 1.96rem;
		margin: 0 auto;
	}


	.swiper-slide {
	  /* Center slide text vertically */
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
	}
	.swiper-pagination span{
		width: 0.16rem;
		height: 0.16rem;
		background-color: #e13531;	
	}
	.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
		bottom: -0.2rem;
		left: 0;
		width: 100%;
	}
	
	/*主体部分*/
	.BDYG_MAIN{
		width: 100%;
	}
	.mainnews_link{
		width: 7rem;
		margin: 0.2rem auto;
	}
	.news_first{
		width: 7rem;
	}
	.news_first_title{
		width: 7rem;
		height: 0.8rem;
		border-bottom: solid 0.01rem #d5ceca;
		font-size: 0.4rem;
		line-height: 0.8rem;
		color: #333333;
	}
	.news_first_link{
		width: 7rem;
		border-bottom: solid 0.01rem #d5ceca;
		overflow-y: hidden;
	}
	
	.news_first_linka{
		display: block;
		width: 7rem;
		height: 1.2rem;
		overflow-y: hidden;
		text-align: justify;
		margin: 0.2rem auto;

	}
	.news_first_linka h1{
		width: 7rem;
		height: 0.4rem;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;	
		font-size: 0.3rem;
		color: #475757;
		line-height: 0.4rem;
		font-weight: bold;
		overflow-y: hidden;
		
	}
	.news_first_linka p{
		width: 7rem;
		height: 0.8rem;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;	
		font-size: 0.24rem;
		color: #828282;
		line-height: 0.4rem;
		overflow-y: hidden;
		text-indent: 0.4rem;
	}	
	.news_first_linka:hover{
		cursor: pointer;
	}
	.news_first_linka:hover h1{
		color: #e13531;
		text-decoration: underline;
	}
	.news_first_linka:hover p{
		
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	.news_more{
		width: 7rem;
		height: 0.6rem;
		text-align: right;
		font-size: 0.26rem;
		color: #828282;
		line-height: 0.6rem;
	}
	.news_more:hover{
		cursor: pointer;
		color: #e13531;
		text-decoration: underline;
	}
	
	.newslist_link{
		width: 7rem;
		
	}
	.newslist_saleBox,.newslist_aboutUsBox{
		width: 7rem;
		height: 3.66rem;
		position: relative;
	}
	.newslist_saleBox{
		margin-bottom: 0.2rem;
	}
	.newslist_sale,.newslist_aboutUs{
		width: 7rem;
		height: 3.66rem;
		display: block;
		
	}
	.newslist_sale{
		background-image: url(../images/salebg.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.newslist_sale_more{
		display: block;
		width: 3.56rem;
		height: 0.68rem;
		background-color: #ffae60;
		border-radius: 0.34rem;			
		position: absolute;
		top: 2rem;
		right: 0.5rem;
		font-size: 0.3rem;
		color: #ffffff;
		line-height: 0.68rem;
		text-align: center;
	}
	.newslist_sale_more:hover{
		cursor: pointer;
		text-decoration: underline;
		font-weight: bold;
	}
	.newslist_aboutUs{
		background-image: url(../images/aboutbg.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.newslist_aboutUs_more{
		display: block;
		width: 3.56rem;
		height: 0.68rem;
		background-color: #ff7286;
		border-radius: 0.34rem;
		position: absolute;
		top: 2rem;
		right: 0.5rem;
		font-size: 0.3rem;
		color: #ffffff;
		line-height: 0.68rem;
		text-align: center;
	}	
	.newslist_aboutUs_more:hover{
		cursor: pointer;
		text-decoration: underline;
		font-weight: bold;
	}	
	


}






















