html,body{
	margin: 0;  
	background: #f4f4f4; 
}
ul,li,a,p{margin: 0; list-style: none; padding: 0;}


/* 顶部菜单样式 */
.header-menu{ 
	min-width: 1200px; 
}
.header-menu .nav-bar{
	display: flex;
	display: -webkit-flex; 
	justify-content: space-between;
	-webkit-justify-content:space-between;
	background: #3672cc; 
	color: #fff;
	
} 

.nav-menu-item .submenu{
	display: flex;
	align-items: center;
}
.nav-menu-item .submenu li{  
	font-size: 14px;
	margin-left: 20px;
	min-width: 100px;
	text-align: center;
	color: rgba(0,0,0,.4);
}
.nav-menu-item .submenu li span{
	display: block;
	cursor: pointer;
	padding: 10px;
}
.nav-menu-item .submenu li span.active{ 
	color: #353535;
}
.nav-menu-item .submenu li:hover{ 
	color: #353535;
}
/* 首页模块 */
.home-content{ 
	width: 100%;  
	background: #f5f5f5;
}
.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);
}
.publishBox{
	 min-width: 200px;
	 height: 30px; 
	 line-height: 30px;
	 display: flex; 
	 justify-content: flex-end;
} 
.publish-msg{
	margin: 0 20px;
	width: 100px;
	border: 1px solid #3672cc; 
	text-align: center;
	color: #3672cc;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.service-entry{
	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;
}
/* 网站导航 */
.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{ 
	background: #fff;
	padding:20px 20px 10px 20px; 
}
.home-hot-box{
	margin-top: 20px;
}
.nav-title-line{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid #F9874B;
}
.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;
}
.sub-tabs-tag{
	margin-top: 10px;
	display: flex;
}
.sub-tabs-name{
	background: #eee;
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #ddd;
}
.sub-tabs-name:hover , .tabs-active{
	color: #f66f42; 
}
.nav-title-line .title-right .more{
	font-size: 14px;
	color:rgba(0,0,0,0.6);
	cursor: pointer;
}


.nav-goods-list{
	margin-top: 0;
	padding-top: 10px;
	min-height: 270px;
}
.nav-goods-list ul {
	display: flex;
	display: -webkit-flex;	
	flex-wrap: wrap;
}
.nav-goods-list ul li{
	width:25%; 
	margin-top: 10px;
}
.nav-goods-list ul li .nav-goods-item{
	height: 260px;
	margin: 0 5px;
	border: 1px solid #ccc;
	cursor: pointer; 
	overflow: hidden;
} 
.nav-goods-item .nav-goods-img{
	height: 150px;
	width: 100%;
	background: #fefefe; 
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.nav-goods-item .nav-goods-img img{
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	height: 150px;
	position: relative;
	z-index: 1;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    -moz-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    -ms-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
	-o-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
}

.nav-goods-item:hover .nav-goods-img img{	
    transform: translateZ(0) scale(1.1);
    -webkit-transform: translateZ(0) scale(1.1);
    -moz-transform: translateZ(0) scale(1.1);
    -ms-transform: translateZ(0) scale(1.1);
    -o-transform: translateZ(0) scale(1.1);
}
.nav-goods-item .nav-goods-info{
	padding: 10px;
}
.nav-goods-item .nav-goods-info>div{
	width: 100%;
}
.nav-goods-list ul li .nav-goods-item:hover{
	background: #f9f9f9;
	border-color: #f00;
}
.nav-goods-list ul li .nav-goods-item:hover .nav-goods-title{
	color: #f00;
}


.nav-goods-info .nav-goods-title{
	font-size: 14px;
	color: #353535;
	text-align: center;
	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: 12px;
	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:center;
	color: #000; 
	font-size: 10px;
}
.f-name{
	opacity: 1;
	font-size: 16px;
	color: #f66f42;
	font-weight: bold;
}
.publish-time{ 
	min-width: 100px;
	text-align: right;
	color: #f66f42;
	font-size: 12px;
}
.nav-goods-info .publish-time{ 
	color: rgba(0,0,0,0.6);
}
.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: 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 .li-icon-img{
	width: 90px;
	height: 65px; 
	margin-right: 10px;
	background: #e7e7e7;
	display: inline-block;
	
}
.li-new-info{
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-text-left{
	display: flex;
	align-items: center; 
	overflow: hidden;
}
.news-text-right{
	min-width: 100px;
}
.news-text-left .news-text-title{
	font-size: 16px;
	color: #666;
}
.news-text-left .news-text-desc{	
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.news-list-ul li:hover .news-text-left .news-text-title{
	color: #f00;
}

/* 全局遮盖 */
.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: #353535;
	height: 50px;
	line-height: 50px;
	width: 100%;  
	font-size: 12px;
	margin: 0 auto;
}
.warp1200{
	width: 1200px;
	margin: 0 auto; 
}
.top-bar-item{
	width: 1200px;
	margin: 0 auto; 
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gologin{
	color: #fff;
}
.gologin>span{
	margin-right:20px ;
	cursor: pointer;
}
.top-bar-item .top-right{
	display: flex;
	align-items: center;
}

.top-bar-item .top-right .searchbox{
	display: flex;
	align-items: center;
   }
   
   .top-bar-item .top-right .searchbox .inputbox{
	height:30px;
	line-height: 30px; 
	width: 200px;
	padding: 0 10px;
	background: #fff;
}

.top-bar-item .top-right .searchbox .inputbox input{
	height: 23px;
	line-height: 23px;
	width: 100%;
	border: none;
	outline: none;
	background: none;
}
.top-bar-item .top-right .searchbox  .searchbtn{
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	text-align: center; 
	color: #fff;
	width: 60px;
	background:#2a65bd ;
	border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-ms-border-radius:0 2px 2px 0;
	-o-border-radius:0 2px 2px 0;
}


.home-menu-content{ 
	width: 100%;   
	margin-bottom: 20px;
} 
.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;
}
.bodyspace{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.bodyspace  .home-com-logo{
	font-size: 24px;
	font-weight: bold;
	color: #3ac8eb;
}
.bodyspace  .home-com-logo img{
	max-height: 80px;
}
.hot-box{
	margin-top: 20px;
	padding: 20px;
	min-height: 200px;
	background: #fff;
	margin-bottom: 20px;
}
.hot-box-title{
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #F9874B;
}
.hot-box-list{
	padding-top: 20px;
}
.hot-box-list-ul{
	display: flex;
	flex-wrap: wrap;
}
.hot-box-list-ul li{
	width:16.66666% ;
	margin-bottom: 20px;
	cursor: pointer;
	padding: 10px 0;
}
.hot-box-list-ul li:hover{
	background: rgba(0,0,0,0.1);
}
.hot-box-list-ul li:hover .hot-new-title{
	color: #f00;
}
.hot-box-list-ul li .hot-new-itemline{
	padding: 0 10px;
}
.hot-new-img{
	width: 130px;
	height: 100px;
	border: 1px solid #eee;
	margin: 0 auto;
	overflow: hidden;
}
.hot-new-img img{
	width: 100%;
	vertical-align: top;
}
.hot-new-title{
	margin: 10px 0;
	width: 100%;	
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: rgba(0,0,0,.8);
	text-align: center;
}
.hot-new-price{
	color: #f66f42;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.category-bar{
	background: #fff;
	padding: 20px;
}
.category-bar .category-list{
	margin-top: 10px;
	color: rgba(0,0,0,.4);
	font-size: 14px;
}
.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: #75a7f1;
}

.index-flex-bar{
	 display: flex;
}
.index-flex-bar .index-flex-left{
	width: 75%;
}
.index-flex-bar .index-flex-right{
	width: 25%;
}
.index-flex-bar .index-flex-right .line-item{ 
	margin-left: 20px;
}
.line-item .nav-goods-list ul{
	display: block;
}
.line-item .nav-goods-list ul li{
	width: 100%;
}