body{
	background-color: #f2f2f2;
}
header{
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #353535;
}
header a{
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
}
header a:last-child{
	margin-right: 0;
}
header a.sign{
	margin-right: 30px;
}
header b{
	font-size: 12px;
	margin-right: 20px;
}
.logo-search{
	height: 100px;

}
.logo-search .logo{
	margin-top: 27px;
}
.search{
	margin-left: 100px;
	margin-top: 27px;
}
.search-a a{
	width: 50px;
	height: 20px;
	display: block;
	background-color: #c8c7c7;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #505050;
	margin-left: 1px;
}
.search-a a:first-child{
	margin-left: 0;
}
.search-a a.hover{
	background-color: #f0040d;
	color: #fff;
}
.search-input .search-text{
	width: 323px;
	height: 30px;
	border: 2px solid #f0040d;
}
.search-input .search-btn{
	width: 56px;
	height: 34px;
	background-image: url('/public/front/images/index/search-btn.png');
	border: none;
}
.tel{
	margin-top: 52px;
	margin-left: 247px;
}
/* 导航start */
nav{
	height: 50px;
	background-color: #e62129;
}
.classification{
	height: 50px;
	text-align: center;
	line-height: 50px;
	width: 220px;
	position: relative;
	background: #000;
	z-index:111
}
.classification-top{
	color: #fff;
	display: block;
	font-size: 16px;
	background-image: url('/public/front/images/index/sanxian.png');
	background-repeat: no-repeat;
	background-position: 59px 20px;
}
.drop-down{
	height: 400px;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.drop-down a{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #fff;
	display: block;
	font-size: 14px;
	color: #fff;
}
.banner-box{
	margin: 0;
	margin-top: 10px;
	height: 260px;
}
.nav{
	width: 980px;
}
.nav a{
	-webkit-box-flex: 1 0 0;      
  -moz-box-flex: 1 0 0;         
  -webkit-flex: 1 0 0;         
  -ms-flex: 1 0 0;            
	flex: 1 0 0;   
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
}

.swiper-containerBanner .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-image: url('/public/front/images/index/button-prev.png');
	background-size: 100%
}
.swiper-containerBanner .swiper-button-next{
	width: 40px;
	height: 40px;
	background-image: url('/public/front/images/index/button-next.png');
	background-size: 100%
}
.swiper-containerBanner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#fff;
  opacity: 1;
  background: rgba(0,0,0,0.2);
}
.swiper-containerBanner .swiper-pagination-bullet-active {
  color:#fff;
  background: #e62129;
}
.screen-box {
	/*margin-top: 20px;*/
	border: 1px solid #dedede;
}
.screen-box>div{
	background-color: #fff;
}
.one-classify{

	line-height: 59px;
	font-size: 14px;
	-webkit-box-flex: 1 0 0;      
  -moz-box-flex: 1 0 0;         
  -webkit-flex: 1 0 0;         
  -ms-flex: 1 0 0;            
	flex: 1 0 0;
	height: 14px;
	text-indent: 1em;
}
.one-classify i{
	text-indent: 1em;
	color: #000;
	border-right: 1px solid #dedede;
	padding-right: 15px;
	letter-spacing: 15px;
}
.classify-box{
	-webkit-box-flex: 11.5 0 0;      
  -moz-box-flex: 11.5 0 0;         
  -webkit-flex: 11.5 0 0;         
  -ms-flex: 11.5 0 0;            
	flex: 11.5 0 0;
}
.product-center-box{
	margin-top: 23px;
	height: 1300px;
}
.product-center-box>div{
	width: 24.25%; 
	margin-left: 1%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	height: 432px;
}
.product-center-box>div:first-child{
	margin-left: 0;
}
.product-center-box>div>.product-center-item{
	background-color: #fff;
	padding-bottom: 18px;
}
.product-center-box>div:nth-child(4n-3){
	margin-left: 0;
}
.product-center-box>div>.product-center-item>a>img{
	width: 270px;
	height: 270px;
	display: block;
	margin-left: 8px;
	padding-top: 8px;
}
.product-center-box>div>.product-center-item p{
	margin-left: 19px;
	margin-top: 11px;
	font-size: 12px;
	color: #656565;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

} 
.product-center-box>div>.product-center-item span{
	margin-left: 19px;
	color: #e62129;
	margin-top: 12px;
	display: block;
	font-size: 12px;
}
.product-center-box>div>.product-center-item>.detail-btn{
	margin-left: 19px;
}

.product-center-box>div>.product-center-item>.detail-btn>a{
	color: #fff;
	font-size: 12px;
	padding: 8px 13px;
	background-color: #c29201;
	margin-top: 20px;
	display: block;
	border-radius: 3px;
	margin-left: 3px;
}
.product-center-box>div>.product-center-item>.detail-btn>a:first-child{
	margin-left: 0;
}
.product-center-box>div>.product-center-item>.detail-btn>a:nth-child(2){
	background-color: #e62129;
}
.product-center-box>div>.product-center-item>.detail-btn>a:nth-child(3){
	background-color: #002342;
}
.gongyi{
	margin-left: 30px;
}
.sx_box{
	border-bottom: 1px solid #dedede
}
.classify-box {
	/* height: 41px; */
	/* overflow: hidden; */
	width: 1000px;

}
.classify-box label{

	width: 123px;
	height: 47px;
	margin: 7px;
	/*display: block;*/
	/*line-height: 41px;*/
	/*text-indent: -1em;*/
}
.classify-box label div{
	position: relative;
	top: 16px;
}
.classify-box label div p{
	position: absolute;
	width: 13px;
	height: 13px;
	z-index: 11;
	background-color: #fff;
	border: #e0e0e0 1px solid;
	left: -16px;	
	top: -3px;
}
.classify-box label div input{
	/*position: absolute;*/
}
.classify-showOrhide{
	-webkit-box-flex: 1 0 0;      
  -moz-box-flex: 1 0 0;         
  -webkit-flex: 1 0 0;         
  -ms-flex: 1 0 0;            
	flex: 1 0 0;
}
.classify-showOrhide span{
	width: 55px;
	height: 22px;
	line-height: 22px;
	font-size: 12px; 
	border: 1px solid #dedede;
	margin-top: 10px;
	cursor: pointer;
}   
.classify-showOrhide span img{
	width: 8px;
	height: 4px;
	margin-left: 3px;
}

.Choice{
	height: 39px;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 11px;
	border: 1px solid #dfdfdf;
	line-height: 39px
}
.Choice span{
	display: block;
	width: 88px;
	border-right: 1px solid #dedede;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 14px;
}
.Choice-box{
	width: 975px;
	height: 39px;
}
.Choice-box a{
	font-size: 14px;
	color: #000;
	margin-left:5px;
}
.Choice-box a:first-child{
	margin-left: 15px;
}
.Choice-box b{
	margin-left: 5px;
}
.Choice-search input{
	width: 54px;
	height: 22px;
	border: none;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
}
.Choice-search input:hover{
	background-color: #e62129;
	color: #fff
}



.paging{
	margin: 59px 249px 30px;
	font-size: 14px;
	
}
.paging a{
	color: #000;
	padding-top: 5px;
}
.paging span{
	padding: 5px 15px;
	background-color: #dedede;
	border-radius: 15px;
	margin:0 5px;
}
footer{
	height: 442px;
	background-color: #dedede;
	margin-top: 20px;
}
.footer-friendship{
	padding-top: 20px;
}
.footer-friendship p{
	line-height: 29px;
	font-size: 16px;
	color: #666666;
}
.footer-friendship p a{
	margin-left: 10px;
}
.footer-friendship p span{
	font-weight: bold;
	margin-right: 33px;
}
.footer-img{
	background-color: #fff;
	margin-top: 25px;
}
.footer-img>div{
	height: 58px;
	border-bottom: 1px solid #e6e6e6;
}
.footer-img>div:last-child{
	border: none;
}
.footer-img>div a{
	-webkit-box-flex: 1 0 0;      
  -moz-box-flex: 1 0 0;         
  -webkit-flex: 1 0 0;         
  -ms-flex: 1 0 0;            
	flex: 1 0 0;
	display: block;
	margin-top: 14px;
	height: 29px;
	border-right: 1px solid #e6e6e6
}
.footer-img>div a:last-child{
	border: none;
}
.footer-qy>div{
	margin-left: 75px;
}
.footer-qy>div:first-child{
	margin-left: 0;
}
.footer-img>div a img{
	width: 100%;
}
.footer-qy{
	margin-top: 50px;
}
.footer-qy>div span{
	margin-right: 10px;
}
.footer-qy>div>div a{
	display: block;
	color: #000;
	margin-top: 20px;
}
.footer-qy>div>div a:first-child{
	margin-top: 0;
}