.mainboxs{
	width: 1920px;
	
	
	margin: auto;
}
.top1{
	height: 36px;
	background-image: url('../images/index/index2_01.jpg');
	background-repeat: no-repeat;
}

.menu{
	height: 124px;
	background-color: #1d1d1d;
}
.menu_box{
	height: 124px;
	background-image: url('../images/index/logo.png');
	background-repeat: no-repeat;
	background-position: 140px 8px;

	
}
.menu_up{
	height: 74px;
	width: 100%;
	
}
.menu_up_1{
	float: left;
	width: 240px;
	margin: 18px 0 0 848px;
}
.menu_up_2{
	float: right;
	margin-right: 140px;
	margin-top: 24px;
}
.menu_up_2 ul li{
	float: left;
	margin-right: 20px;
}
.menu_down{
	height: 50px;
	
	width: 100%;
	text-align: center;
}
.menu_down ul{
	margin-left: 410px;
}
.menu_down ul li{
	float: left;
	text-align: center;
	
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin: 0 40px 0 0px;
}
.menu_down ul li a{
	color: #fff;
}
.banner{
	height: 840px;
	
}
.adbox{
	margin: 70px 0 30px 0;
	text-align: center;
}
.adbox2,.adbox3{
	margin: 30px 0 0 0;
}
.dislaybox{
	background-color: #fff;
	text-align: center;
	padding-bottom: 30px;
}
.dislaybox_head{
	height: 74px;
	background-image: url('../images/index/index2_17.jpg');
	background-repeat: no-repeat;
}

.dislaybox_next,.sharebox_next{
	width: 100%;
	text-align: center;
}

.dislaybox_con{
	width: 1640px;
	height: 465px;
	
	margin: auto;
}
.sharebox{
	
	text-align: center;
	padding-bottom: 30px;
}
.sharebox_head{
	height: 75px;
	background-image: url('../images/index/index2_22.jpg');
	background-repeat: no-repeat;
}


.sharebox_con{
	width: 1640px;
	height: 400px;
	margin: auto;
	/* background-image: url('../images/index/index2_24.jpg');
	background-repeat: no-repeat;
	margin: auto; */
}

.best_seller{
	width: 1640px;
	background-color: #fff;
	text-align: center;
	margin: auto;
}
.best_seller_head{
	height: 74px;
	background-image: url('../images/index/index2_27.jpg');
	background-repeat: no-repeat;
}
.best_seller_show{
	
	
}
.best_seller_menu{
	height: 60px;
}
.best_seller_menu ul li{
	float: left;
	text-align: center;
	width: 16.66%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.best_seller_menu .act{
	background-color: #444444;
	color: #fff;
}

.best_seller_product{
	padding-bottom: 20px;
}
.best_seller_product ul li{
	width: 20%;
	
	float: left;
	text-align: center;
	margin-top: 20px;
}
.best_seller_product .bst_title{
	
	font-size: 16px;
	width: 328px;
	margin-bottom: 10px;
}
.best_seller_product .bst_title_txt{
	width: 284px;
	margin: 0px 0px 0px 30px;
}

.best_seller_product .bst_title span{
	display: block;
	width: 284px;
}

.best_seller_product .bst_price{
	text-align: left ;
	padding-left: 30px;
}
.best_seller_product .bst_price_real{
	
	font-size: 24px;
	font-weight: bold;
}
.best_seller_product .bst_price_kill{
	
	font-size: 16px;
	color: #b8b8b8;
	font-weight: bold;
	
	text-decoration: line-through;
	margin-left: 15px;
}
.best_seller_product .best_seller_foot{
	text-align: left ;
	padding-left: 30px;
	height: 40px;
}
.best_seller_product .bsfoot_1{
	float: left;
	background-color: #fff0f0;
	font-size: 14px;
	color: #ff0301;
	margin-top: 14px;
}
.best_seller_product .bsfoot_2{
	float: right;
	margin-top: 10px;
	margin-right: 28px;
}

.footer{
	background-color: #1d1d1d;
	height: 360px;
	margin-top: 50px;
}
.footer1{
	width: 535px;
	height: 360px;
	background-image: url('../images/index/index2_62.jpg');
	background-repeat: no-repeat;
}
.footer2{
	width: 283px;
	height: 360px;
}
.footer_ul_head{
	font-size: 20px;
	
	color: #fff;
	margin-top: 30px;
}
.footer2 ul li a,.footer3 ul li a{
	color: #fff;
}
.footer2 ul li,.footer3 ul li{
	margin-top: 10px;
}

.footer3{
	width: 279px;
	height: 360px;
}
.footer_icon{
	margin: 16px 0 10px 0;
}
.footer_icon li{
	float: left;
	margin-right: 18px;
}
#pay_title {
	margin: 60px 0 20px 0;
}
.footer_pay_icon{
	
}
.footer_pay_icon li{
	float: left;
	margin-right: 18px;
}

.index_other {
    position: fixed;
    right: 0px;
    bottom: 360px;
    width: 73px;
    height: 219px;
    
    list-style: none;
    margin: 0;
    padding-left: 0;
    
}


.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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;
	  transition: 300ms;
	  transform: scale(0.8);
    }
	.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
	
	/* kind of product */
	.kind_banner{
		.background-color: #f00;
		margin-top: 10px;
	}
	
	.kind_main{
		margin-top: 18px;
	}
	.tempbox{
		width: 1640px;
		
		text-align: center;
		margin: auto;
	}
	.kind_left_bar{
		width: 621px;
		background-color: #fff;
		padding-bottom: 30px;
		border-radius: 5px
	}
	.kind_head{
		height: 79px;
	}
	.kind_head_l{
		margin-top: 28px;
		margin-left: 30px;
	}
	
	.kind_head_m{
		margin-left: 10px;
		margin-top: 24px;
		font-size: 28px;
		font-weight: bold;
	}
	
	.kind_head_r{
		float: right;
		width: 14px;
		height: 14px;
		margin-top: 38px;
		margin-right: 30px;
	}
	.kind_con{
		padding: 0 30px;
	}
	.kind_con ul{
		background-color: #f8f8f8;
		padding-bottom: 20px;
		/* margin: 0 30px; */
	}
	.kind_con ul li{
		text-align: left;
		margin-top: 20px;
		font-size: 22px;
		margin-left: 20px;
	}
	.kind_close{
		background-image: url('../images/kind/kind_close.png');
		background-repeat: no-repeat;
	}
	.kind_open{
		background-image: url('../images/kind/kind_open.png');
		background-repeat: no-repeat;
	}
	.kind_right_bar{
		width: 1000px;
		/* background-color: aqua; */
	}
	.search_bar{
		width: 100%;
		height: 56px;
		line-height: 56px;
		background-color: #fff;
		border-radius:5px;
	}
	.search_bar_des{
		font-size: 16px;
		margin-left: 20px;
	}
	.priceinput{
		height: 28px;
		width: 92px;
		border-color: #d6d6d6;
		border-radius: 5px;
		border-width: 1px;
		box-shadow: none;
		background-image: url('../images/kind/icon_21.png');
		background-repeat: no-repeat;
		background-position: 6px 8px;
		padding-left: 18px;
		color: #999999;
		font-size: 14px;
	}
	.search_font{
		font-size: 14px;
		color: #000;
	}
	.sprice1{
		margin: 0 8px 0 15px;
	}
	.sprice2{
		margin: 0 8px 0 8px;
	}
	.searchbtn{
		margin-right: 10px;
	}
	
	.kind_product_box ul{
		
	}
	.kind_product_box ul li{
		padding-top: 8px;
		width: 25%;
		background-color: #fff;
		float: left;
		text-align: center;
		margin-top: 20px;
		border-radius: 5px
	}
	.kind_product_box .bst_title{
		
		font-size: 16px;
		width: 328px;
		margin-bottom: 10px;
	}
	.kind_product_box .bst_title_txt{
		width: 284px;
		margin: 0px 0px 0px 12px;
	}
	
	.kind_product_box .bst_title span{
		display: block;
		width: 284px;
	}
	
	.kind_product_box .bst_price{
		text-align: left ;
		padding-left: 12px;
	}
	.kind_product_box .bst_price_real{
		
		font-size: 24px;
		font-weight: bold;
	}
	.kind_product_box .bst_price_kill{
		
		font-size: 16px;
		color: #b8b8b8;
		font-weight: bold;
		
		text-decoration: line-through;
		margin-left: 15px;
	}
	.kind_product_box .best_seller_foot{
		text-align: left ;
		padding-left: 12px;
		height: 40px;
	}
	.kind_product_box .bsfoot_1{
		float: left;
		background-color: #fff0f0;
		font-size: 14px;
		color: #ff0301;
		margin-top: 14px;
	}
	.kind_product_box .bsfoot_2{
		float: right;
		margin-top: 10px;
		margin-right: 28px;
	}
	
	/* new_page */
	.brand_main{
		margin-top: 30px;
	}
	.brandbox{
		width: 2200px;
	}
	.brandbox ul li{
		float: left;
		width: 268px;
		height:130px;
		border-radius: 65px;
		background-color: #fff;
		margin-right: 20px;
	}
	
	.brandbox_l{
		float: left;
		
		margin: 8.5px 0 0 8.5px;
		/* text-align: left; */
	}
	.brandbox_r{
		float: left;
		margin-left: 15px;
		height: 130px;
		line-height: 130px;
		font-size: 30px;
		/* font-weight: bold; */
	}
	
	.brandcs_2 .brandbox_r{
		margin-left: 35px;
	}
	.brandcs_3{
		width: 350px !important;
	}
	.brandcs_3 .brandbox_r{
		margin-left: 10px;
	}
	.brandcs_5{
		width: 278px !important;
	}
	.brandcs_5 .brandbox_r{
		margin-left: 10px;
	}
	.brandcs_6{
		width: 350px !important;
	}
	.brandcs_6 .brandbox_r{
		margin-left: 15px;
	}
	
	.brandcs_7 .brandbox_r{
		margin-left: 25px;
	}
	.gundonglan{
		overflow: hidden; /* 隐藏溢出的内容 */
	}
	
	.brandbox .xact{
		background-color: #1d1d1d;
		color: #fff;
	}
	
	
	/* new_page */
	.keyword_main{
		margin-top: 30px;
	}
	.keywordbox{
		width: 2200px;
	}
	.keywordbox ul li{
		float: left;
		height:68px;
		line-height: 68px;
		border-radius: 34px;
		background-color: #fff;
		text-align: center;
		
		margin-right: 20px;
		padding: 0 40px;
		font-size: 18px;
	}
	.keywordbox .xact{
		background-color: #1d1d1d;
		color: #fff;
	}
	
	.new_product_main{
		
		margin-top: 40px;
	}
	.new_product_head_l{
		float: left;
		font-size: 28px;
		font-weight: bold;
	}
	.new_product_head_r{
		float: right;
		font-size: 14px;
		
	}
	
	/* new product */
	.new_product_box ul{
			
	}
	.new_product_box ul li{
		padding-top: 8px;
		width: 20%;
		background-color: #fff;
		float: left;
		text-align: center;
		margin-top: 20px;
		border-radius: 5px
	}
	.new_product_box .bst_title{
		
		font-size: 16px;
		width: 328px;
		margin-bottom: 10px;
	}
	.new_product_box .bst_title_txt{
		width: 284px;
		margin: 0px 0px 0px 12px;
	}
	
	.new_product_box .bst_title span{
		display: block;
		width: 284px;
	}
	
	.new_product_box .bst_price{
		text-align: left ;
		padding-left: 12px;
	}
	.new_product_box .bst_price_real{
		
		font-size: 24px;
		font-weight: bold;
	}
	.new_product_box .bst_price_kill{
		
		font-size: 16px;
		color: #b8b8b8;
		font-weight: bold;
		
		text-decoration: line-through;
		margin-left: 15px;
	}
	.new_product_box .best_seller_foot{
		text-align: left ;
		padding-left: 12px;
		height: 40px;
	}
	.new_product_box .bsfoot_1{
		float: left;
		background-color: #fff0f0;
		font-size: 14px;
		color: #ff0301;
		margin-top: 14px;
	}
	.new_product_box .bsfoot_2{
		float: right;
		margin-top: 10px;
		margin-right: 28px;
	}