html,body{
	margin: 0;  
	background: #e9e9e9; 
}
ul,li,a,p{margin: 0; list-style: none; padding: 0;}


/* 顶部菜单样式 */
.header-menu{ 
	min-width: 1200px; 
}

.nav-menu-item{
	margin: 0 20px;
}
.nav-menu-item .submenu{
	display: flex;
	align-items: center;
}
.nav-menu-item .submenu>li{   
	font-size: 16px;
	margin: 0 20px;
	position: relative;
}
.child-menu{
	display: none;
	position: absolute;
	background: #fff;
	padding: 10px;
	font-size: 14px;
	min-width: 120px;
	top: 30px;
	z-index: 999;
}
.nav-menu-item .submenu>li:hover .child-menu{
	display: block;
}
.child-menu>li{
	padding: 10px 0;
	cursor: pointer;
	color: rgba(0,0, 0,0.6);
}
.child-menu>li:hover{
	color: #F9874B;
}
.nav-menu-item .submenu>li span{
	display: block;
	width: 100%;
	cursor: pointer;
	color: #999;
	height: 40px;
	line-height: 40px;
}
.nav-menu-item .submenu>li span.active{
	color: #F9874B;
}
.nav-menu-item .submenu>li:hover span{
	color: #F9874B;
}
/* 首页模块 */
.home-content{
	padding: 20px 0;
	width: 100%;  
	background: #e9e9e9;
}
.content-body{
	width: 1200px;
	margin: 0 auto;
}
.home-search{
	width: 100%;
	height: 200px;
	background: url('../img/indexsearchbg.jpg') center center;
}
.home-search .searchbox{
	width: 9600px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.searchArea{ 
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.searchArea>div{
	display: inline-block;
}
.searchArea .inputbox{
	background: #fff;
	width: 500px; 
	height: 50px;
	border-radius: 5px 0 0 5px;
	line-height: 50px;
	padding: 0 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.searchArea .inputbox .serachIcon{
	background:url(../img/search.png);
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	margin-right: 10px;
}
.searchArea .inputbox input{
	width: 100%;
	background: none;
	border: none;
	outline: none;
}
.searchArea .searchbtn{
	background: #3ac8eb;
	height: 50px;
	line-height: 50px;
	width: 120px;
	text-align: center; 
	cursor: pointer;
	color: #fff;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	letter-spacing: 5px;
}
.searchArea .searchbtn:hover{
	background: #38cef3;
}
.searchArea  .recommendBox{
	position: absolute;
	bottom: -28px;
	font-size: 12px;
}
.searchArea  .recommendBox>span{
	cursor: pointer;
	margin-right: 10px;
	color: rgba(0,0,0,0.3);
}

.publish-msg{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	width: 100px;
	border:1px solid #F9874B;
	text-align: center;
	color: #F9874B;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.service-entry{
	margin-left: 20px;
	width: 100px;
	background: #F9874B;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
/* 网站导航 */
.web-nav{	
	font-size: 16px;
	color: rgba(0,0,0,.4);
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
}

/* 分页 */
.pagenation{
	margin: 50px auto; 
	text-align: center;
	display: flex;
	display: -webkit-flex;
	width: 154px;
	
}
.prepage , .nextpage , .loaclpage{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 3px;
	font-size: 16px;
	color: #999;
	cursor: pointer;
}
.loaclpage{
	background: #F9874B;
	color: #fff;
}


/* 首页中间区域 */
.home-nav-item{
	width: 1200px;
	margin: 0 auto; 
	font-family: "PingFangSC-Regular","PingFang SC";
	padding-top:0 ;
}
.home-nav-box{  
	margin-bottom: 20px;
}
.nav-title-line{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 10px 0; 
}
.nav-title-line .title-left{
	display: flex;
	align-items: flex-end;
}
.home-nav-box .nav-item-name{
	font-size: 18px;  
	color: #666;
	margin-right: 20px;
}
.home-nav-box .nav-item-tabs{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.tabs-name{ 
	margin-right: 10px; 
    color: rgba(0,0,0,.4);
    font-size: 14px;
    cursor: pointer;
	text-align: center;
}
.tabs-name:hover , .tabs-active{
	color: #3ac8eb;
}
.nav-title-line .title-right .more{
	font-size: 14px;
	color:rgba(0,0,0,0.6);
	cursor: pointer;
}

.nav-goods-tabs{
	margin: 20px 0;
	font-size: 13px;
	color: rgba(0,0,0,.6);
}
.nav-goods-list{  
	background: #f4f4f4;
	padding: 10px;
}
.nav-goods-list ul {
	display: flex;
	display: -webkit-flex;	
	flex-wrap: wrap;
}
.nav-goods-list ul li{
	width:25%;  
}
.nav-goods-list ul li .nav-goods-item{
	min-height: 200px;
	margin: 0 10px;
	padding: 20px;
	cursor: pointer; 
	margin-right: 0;
	background: #fff;
	border: 1px solid transparent;
} 
.nav-goods-list ul li:hover .nav-goods-item{
	border: 1px solid #f00;
}
.nav-goods-list ul li:first-child .nav-goods-item{
	margin-left:0;
}
.nav-goods-item .nav-goods-img{
	height: 150px;
	width: 100%;
	background: #f9f9f9; 
}
.nav-goods-item .nav-goods-img img{
	width: 100%;
	vertical-align: top;
	height: 150px;
}

.nav-goods-item .nav-goods-img:hover img{
    opacity: .8;
}
.nav-goods-item .nav-goods-info{
	padding: 10px 0;
}
.nav-goods-item .nav-goods-info>div{
	width: 100%;
}
.nav-goods-item:hover{
	background: #f9f9f9;
}

.nav-goods-info .nav-goods-title{
	font-size: 16px;
	color: #333; 
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}
.nav-goods-info .nav-goods-describe{
	width: 240px;
	margin-top: 6px;
	text-align: left;
	font-size: 14px;
	color: #000;
	opacity: .6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav-goods-publishinfo{
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	justify-content:space-between;
	align-items: center;
	color: #000;  
}
.f-price{	
	color: #f00;
}
.f-name{
	opacity: 1;
	font-size: 16px;
	color: #f66f42;
	font-weight: bold;
} 
.nav-goods-info .publish-time{
	font-size: 12px;
	max-width: 50px;
	padding: 3px 10px;
	text-align: center;
	background: #ffc001;
	color:#fff ;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.nav-goods-more{
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.nav-goods-more span{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	opacity: .4;
	display: inline-block;
	margin-right: 5px;
}

/* 网站底部信息 */
.footbar{
	padding: 20px 0;
	width: 100%; 
	background: #303335;
	color: #999;
}
.aboutinfo{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
} 
.contentus li , .helpbar li{
    font-size: 14px; 
    line-height: 17px;
	margin-bottom: 5px;
	text-align: left;
}
.contentus li:first-child , .helpbar li:first-child{	
	margin-bottom: 10px; 
	line-height: 22px;
} 
.helpbar li.agreement{
	cursor: pointer;
}
.helpbar li.agreement:hover{
	color: #f9f9f9;
}
.linkbeian{
	cursor: pointer;
	margin-left: 5px;
}
.linkbeian:hover{
	color: #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
}



.color-sys{
	color: #f80;
}




.head-search-form{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.head-searchbox{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.head-searchbox .search-inpt{
	height: 38px;
	background: #fff;
	border: 1px solid #ccc;
	padding:0 10px;
	width: 150px;
	display: flex;
	align-items: center;
	border-radius: 4px 0 0 4px;
}
.head-searchbox .search-inpt input{
	border: none;
	outline: none;
	height: 20px;
	line-height: 20px;
	width: 100%; 
}
.head-searchbox .search-img{
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	width: 50px;
	height: 40px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #3ac8eb;
}
.search-img .search-icon{
	display: inline-block;
	background: url('../img/search.png');
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
.head-search-form .publishfree{
	margin-left: 10px;
}
.head-search-form .publishfree>span{
	cursor: pointer;
	display: inline-block;
	width: 100px;
	min-width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #f66f42;
	border-radius: 4px;
}
.head-search-form .publishfree>span:hover{
	background-color: #dc633b;
}

.news-list{
	padding: 0;
	background: #f4f4f4;
}
.news-list-ul{
	padding: 10px 20px;
}
.news-list-ul li{
	display: flex;
	align-items: center; 
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	color: rgba(0,0,0,0.6);
	font-size: 14px;
	cursor:pointer;
}
.news-list-ul li:hover{
	color: #F9874B;
}
.news-list-ul li .li-icon{
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin-right: 10px;
	background: #F9874B;
	display: inline-block;
	
}
.news-text-left{
	display: flex;
	align-items: center; 
	overflow: hidden;
}
.news-text-right{
	min-width: 100px;
}
.news-text-left .news-text-desc{	
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/* 全局遮盖 */
.marsk{
	width: 300px;
	height: 50px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -150px;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.marsk-text{
	position: relative;
	color: #3ac8eb;
}
.top-bar{
	background: #F9874B;
	height: 40px;
	line-height: 40px;
	width: 100%; 
    color: #fff;
	font-size: 14px;
	margin: 0 auto;
}
.warp1200{
	width: 1200px;
	margin: 0 auto; 
}
.warp1200 .gologin{
	text-align: right;
}
.warp1200 .gologin>span{
	cursor: pointer;
}

.home-menu-content{ 
	width: 100%;   
} 
.swiper-box{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%; 
	height: 400px;
}
.swiper-box .swiper-container{
	border: 1px solid #eee;
	height: 100%;
	cursor: pointer;
}
.swiper-box img{
	width: 100%;
	background-size: cover;
} 
.rightjiao {
    font-family: '宋体';
    color: #666;
    font-size: 14px;
    float: right;
    margin-right: 10px;
    font-style: normal;
}
.itemonpen .rightjiao{
	color: #3ac8eb;
}
.nav-centerbar{
	background: #fff;
	border-bottom: 2px solid #F9874B;
}
.bodyspace{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.bodyspace .searchbox{
 display: flex;
 align-items: center;
 border: 1px solid #ddd;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 -o-border-radius: 5px;
 padding: 0 10px;
}

.bodyspace .searchbox .inputbox{
	height:32px;
	line-height: 32px; 
	width: 100px; 
	background: #fff;
}

.bodyspace .searchbox .inputbox input{
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	width: 100%;
	border: none;
	outline: none;
	background: none;
}
.bodyspace .searchbox  .searchbtn{
	height: 36px;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 80px;
	background:#5dc6f2 ;
}
.bodyspace  .home-com-logo{
	font-size: 24px;
	font-weight: bold;
	color: #3ac8eb;
}
.bodyspace  .home-com-logo img{
	max-height: 60px;
}
.hot-box{
	padding: 20px 0;
	min-height: 200px; 
	margin-bottom: 20px;
}
.hot-box-title{
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center; 
}
.hot-box-list{
	padding: 10px;
	background: #f4f4f4;
}
.hot-box-list-ul{
	display: flex;
	flex-wrap: wrap;
}
.hot-box-list-ul li {
	width:16.66666% ; 
	cursor: pointer; 
}
.hot-box-list-ul li .hot-new-itemline{
	margin:5px;
	border: 1px solid transparent;
	background: #fff;
}
.hot-box-list-ul li:hover .hot-new-itemline{ 
	border: 1px solid #f00;
}
.hot-new-img{
	width: 100%;
	height: 100px; 
	margin: 0 auto;
	overflow: hidden;
}
.hot-new-img img{
	width: 100%;
	vertical-align: top;
}
.hot-new-title{
	background: rgba(0,0,0,.4);
	padding: 5px 0;
	width: 100%;	
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.hot-new-price{
	color: #f66f42;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.category-bar{
	background: #fff;
	padding: 20px;
}
.category-bar .category-list{
margin-top: 10px;
font-size: 14px;
color: rgba(0,0,0,.4);
}
.category-bar .category-list .categoryItem{
	margin-right: 10px;
	cursor: pointer;
	padding: 2px 10px;
	border-radius: 3px;
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.category-bar .category-list .categoryActive ,.category-bar .category-list .categoryItem:hover{
	color: #fff;
	background: #F9874B;
}
 .record-container {
            display: flex;
            align-items: center;
        }
        .record-container img {
            width: 20px; /* 调整图片宽度 */
            height: auto;
            margin-right: 5px; /* 调整图片和文本之间的间距 */
        }
        .record-container a {
            text-decoration: none;
            color:#999 ; /* 可根据需要调整颜色 */
            font-size: 14px; /* 调整文本大小 */
        }
