.home-content{
	padding: 20px 0;
	background: #f9f9f9;
}
.home-nav-item .home-nav-box{
	padding: 20px;
	background: #fff;
	border-bottom: none;
}
.news-nav-box .nav-title-line{
	justify-content: center;
	padding-bottom: 20px;
}
.newsitem-ul {
	display: flex;

}
.newsitem-ul li{
	padding: 20px;
	margin: 0 20px;
	width: 100%; 
	cursor: pointer;
	border: 1px solid #fff;
}
.newsitem-ul li:hover{ 
	background: rgba(7,108,224,0.1);
}
.newsitem-ul .new-img{
	width: 300px;
	height: 200px;  
	margin: 0 auto;
}
.newsitem-ul .new-img img{
	width: 300px;
	height: 200px; 
	background-size:contain ; 
}
.news-info{ 
	color: rgba(0,0,0,0.8);
}
.news-info .newsinfo-title{
	text-align: center;
}
.news-info .newsinfo-desc{
	margin-top: 10px;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.pricebox .f-price {
	font-size: 18px;
	font-weight: bold;
	color: #f66f42;
	text-align: center;
}
.home-goods-nav-box{  
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;

}
.inline-goods{  
}

.good-titleinfo{
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	padding:10px 20px;
	width: 100%;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.nav-goods-list{
	padding: 0;
	width: 100%;  
}
.home-goods-nav-box .home-goods-list{   
	width: 50%;
	position: relative; 
}
.goods-title-line{ 
	display: flex;
	align-items: center;
}
.listtitlebg{
	position: absolute;
	width: 562px;
	height: 80px;
}
.listtitlebg img{
	background-size: cover;
	width: 100%;
	height: 80px;
	vertical-align: top;
}
.nav-goods-list ul li{
	width: 50%;
}
.nav-goods-list ul li .nav-goods-item{
	width: 100%;
	overflow: hidden;
	border:none ;
	padding: 20px 0;
	height: 240px;
}
.nav-goods-item .nav-goods-img{
	height: 120px;
	width: 200px;
	min-height: 120px; 
	margin: 0 auto;
}
.nav-goods-item .nav-goods-img img{
	width: 100%;
	height: 100%; 
	background-size:cover ; 
}

 
.nav-goods-list ul li:first-child .nav-goods-item .nav-goods-info{
	padding-bottom: 0;
}
.goods-submenu {
	display: flex;
} 
.tabs-name{ 
	border-radius: 3px;
	color: #333;
	font-size: 14px; 
	text-align: center; 
}
.home-nav-item .more{
	font-size: 12px;
	color: #333;
	cursor: pointer;
}
.tabs-name:hover, .tabs-active{
	color: #02b2b5;
}
.nav-goods-info .nav-goods-describe , .nav-goods-info .nav-goods-title{
	width: 100%;
}
.nav-goods-publishinfo .f-price{
	font-size: 18px;
    font-weight: bold;
    color: #f66f42;
    text-align: center;
}
.nav-goods-publishinfo{
	display: block;
}
.style-list-box{
	margin-top: 50px;
	display: flex;
}
.style-list-box .listtype-item{
	width: 25%;
	text-align: center;
}
.style-list-box .listtype-item img{
	width: 120px;
	height: 120px;
}
.type-title{
	font-size: 18px;
	margin: 20px 0;
}
.type-text{
	font-size: 14px; 
	height: 80px;
	color: rgb(141, 141, 141);
	width: 90%;
	margin: 0 auto;
}

.full-content{ 
	margin: 0 auto;
	padding: 50px 20px;
}
.full-content-b1{
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
}
.full-content-b1 span{
	color: #02b2b5;
}
.full-content-b2{
	width: 80%;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 16px;
	color: rgb(141, 141, 141);
}
.full-content-box{
	margin: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.full-content-info{
	margin-left: 20px;
}
.full-content-img{
	min-width: 570px;
}
.se-list-item{
	max-width: 500px;
	display: flex; 
	margin-bottom: 30px;
	align-items: center;
}
.se-list-item-img{
	margin-right: 20px;
}
.b-info-1{
	font-size: 24px;
	margin-bottom: 10px;
}
.se-list-item .b-text-1{
	font-size: 14px;
	line-height: 1.6;
	color: rgb(141, 141, 141);
}
.inline-goods{
	background: #fff;
	margin-right:20px;
	margin-bottom: 40px;
}
.home-goods-nav-box .home-goods-list:nth-child(2n) .inline-goods{
	margin-right: 0;
	margin-left: 20px;
}