/*样式覆盖部分*/
body{
	font-family:"Open Sans";
	font-size:14px;
}
a{
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wapper{
	width:1200px;
}
a:hover{
	color:#a33b3b;
}
#header_box{
	width:100%;
	padding:0;
	box-sizing:border-box;
	background:#fff;
	z-index:9999;
}
#header_box .head1{
	height:40px;
	background:#232f3f;
	border-bottom:1px solid #808080;
	color:#fff;
}
#header_box .head1_left{
	float:left;
	height:40px;
	line-height:40px;
}
#header_box .link_list{
	float:right;
	height:40px;
}
#header_box .link_list > a{
	float:right;
	padding:0 15px;
	color:#fff;
	height:40px;
	line-height:40px;
}


#header_box .currency_box{
	position:relative; 
	z-index:1000;
	float:right;
	height:40px;
	padding:0 15px 0 0;
	border:0;
	
	float:left;
}
#header_box .currency_txt{ 
	cursor:pointer;
	color:#fff;
	line-height:40px;
	height:40px;
	margin:0;
	padding:0 10px;
	transition:all 0.3s;
}
#header_box .currency_txt i{
	width:auto; 
	height:auto; 
	background:none; 
	margin:0;
	vertical-align:top;
	font-size:12px;
	padding-left:3px;
}


#header_box .drop_currency{
	position:absolute;
	left:0; 
	top:40px; 
	width:120px; 
	padding:10px;
	border:1px solid #808080;
	box-sizing:border-box;
	opacity:0;
	visibility:hidden;
	background:#fff;
	transform:translate(0,15px);
	transition:all 0.3s;
	box-shadow:none;
}
#header_box .currency li a{
	color:#888; 
	display:block; 
	overflow:hidden; 
	height:22px; 
	line-height:22px; 
	padding:0 8px;
	font-size:13px;
}
#header_box .currency li a:hover{
	background:none; 
	color:#04d39f;
}
#header_box .currency li a span{
	float:right;
}
#header_box .currency li a b{
	font-weight:normal; 
	float:left;
}
#header_box .currency_on .drop_currency{
	opacity:1;
	visibility:visible;
	transform:translate(0);
}


#header_box .head2{
	height:60px;
	padding:15px 0;
	width:1200px;
	margin:0 auto;
}
#header_box .logo{
	height:60px;
	width:auto;
	float:left;
	margin-right:30px;
}
#header_box .logo a{
	display:block;
	height:60px;
}
#header_box .logo a img{
	vertical-align:middle;
	max-height:60px;
	max-width:300px;
}
#header_box .logo a span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}


#header_box .search_box{
	float:left;
	margin:12px 0 0 0;
	padding:0;
	height:36px;
	width:456px;
	z-index:1001;
}
#header_box .search{
	width:456px;
	height:36px;
	padding:0;
	transition:all 0.3s;
	box-sizing:border-box;
	z-index:999;
}
#header_box .searchform{
	width:456px;
	height:36px;
	border:0;
}
#header_box .search_input{
	width:370px;
	height:36px;
	border:0;
	box-sizing:border-box;
	font-size:16px;
	color:#666;
	padding:0;
	text-indent:15px;
	float:left;
	background:none;
	border:1px solid #cfcfcf;
	border-right:0;
}
#header_box .btn_search{
	float:left;
	width:86px;
	height:36px;
	line-height:36px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#ff8030;
	margin:0;
	padding:0;
	border:0;
	
}
#header_box .header_rt{
	height:40px;
	width:auto;
	padding:10px 0 0;
	float:right;
}
#header_box .my_wishlist{
	float:right;
	height:40px;
	line-height:20px;
	position:relative;
	padding:0 0 0 50px;
	width:50px;
}
#header_box .my_wishlist a{
	display:block;
	color:#333;
}
#header_box .my_wishlist i{
	position:absolute;
	left:0;
	top:0;
	height:40px;
	width:40px;
	text-align:center;
	line-height:40px;
	font-size:40px;
	background:none;
}



#header_box .cart_box{
	margin:0 30px 0 0;
	height:40px;
	float:right;
	padding:0;
	border:0;
	transition:all 0.3s;
	position:relative;
}
#header_box .cart_txt{
	line-height:20px;
	height:40px;
	font-size:13px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	padding:0 0 15px;
}

#header_box .cart_txt a{
	display:block;
	padding:0 0 0 50px;
	color:#000;
	position:relative;
	text-align:left;
}
#header_box .cart_txt a i{
	position:absolute;
	left:0;
	top:0;
	height:40px;
	width:40px;
	text-align:center;
	line-height:40px;
	font-size:40px;
	background:none;
}
#header_box .cart_txt strong{
	width:auto;
	height:16px;
	line-height:16px;
	text-align:left;
	border-radius:15px;
	background:#ff8030;
	color:#fff;
	font-size:12px;
	padding:0 10px;
}

#header_box .cart{
	display:block;
	top:50px;
	border:1px solid #ccc;;
	visibility:hidden;
	opacity:0;
	transform:translate(0,15px);
	transition:all 0.3s;
	right:0;
	box-shadow:none;
}
#header_box .cart_on .cart{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}


#header_box .nav_warp{
	border-top:1px solid #e8e8e8;
}
#header_box .nav_box{
	height:40px;
	border:0;
	margin:0 auto;
	width:1200px;
}
#header_box .nav{
	float:none;
	margin:0;
	width:100%;
}
#header_box .nav > li{
	font-size:14px;
	padding:0;
	height:40px;
}
#header_box .nav > li > a{
	position:relative;
	height:40px;
	line-height:40px;
	padding:0 30px;
	border:0;
	color:#000;
	font-size:16px;	
}
#header_box .nav > li > a:hover,
#header_box .nav > li.on > a{
	color:#ff8925;
}
#header_box .nav .sub_nav{
	display:block;
	position:absolute;
	top:40px;
	left:0;
	width:260px;
	padding:0 20px 20px;
	text-align:left;
	visibility:hidden;
	opacity:0;
	box-sizing:border-box;	
	background: #f9f9f9;
    box-shadow: none;
    border:1px solid #ff8925;
	border-top:0;
}
#header_box .nav .sub_nav li{
	float:none;
	height:40px;
	width:100%;
}
#header_box .nav .sub_nav li:last-child{
	border:0;
}
#header_box .nav .sub_nav li a{
	display:block;
	height:40px;
	line-height:40px;
	color:#333;
	font-size:14px;
	padding:0;
	transition:none;
}
#header_box .nav .sub_nav li a:hover{
	color:#ff8925;
	background:#fff;
}
#header_box .nav li.on .sub_nav{
	visibility:visible;
	opacity:1;
	transform:translate(0,0);
}


#body_box{
	width:1200px;
}
.index_default{
	width:100% !important;
	box-sizing:border-box;
}
/*#banner*/
.index_default .banner_box{
	width:100%;
	height:auto;
	float:none;
	position:relative;
	box-sizing:border-box;
	padding:0;
}
#banner {	
	position: static;	
	width: 100%;	
	height: auto;	
	margin:0;
	
}
.index_default .banner_box img{
	width:100%;
}
#banner .swiper-wrapper{
	position:static;
}
#banner .prev,
#banner .next{
	position:absolute;
	top:0;
	left:0;
	font-size:20px;
	color:#fff;
	height:100%;
	width:15%;
	text-align:center;
	z-index:9;
	cursor:pointer;
}
#banner .next{
	left:auto;
	right:0;
}
#banner .prev span,
#banner .next span{
	position:absolute;
	right:30%;
	top:50%;
	margin-top:-30px;
	width:44px;
	height:60px;
	background:#969a9c;
	text-align:center;
	line-height:60px;
	font-size:40px;
	color:#fff;
}
#banner .next span{
	right:auto;
	left:30%;
}
#banner .swiper-pagination{
	bottom:30px;
}
#banner .swiper-pagination-bullet{
	width:12px;
	height:12px;
	background:#ccc;
	opacity:1;
}
#banner .swiper-pagination-bullet-active{
	background:#000;
}


.index_default .tit{
	height:auto;
	line-height:normal;
	border:0;
	text-align:center;
	padding:0 0 20px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:10px;
}
.index_default .tit .product-tit{
	display:inline-block;
	padding:0 60px;
	position:relative;
	font-size:30px;
	text-transform:uppercase;
	color:#000;
	height:40px;
	line-height:40px;
}
.index_default .tit .pro-prev,
.index_default .tit .pro-next{
	position:absolute;
	left:0;
	top:7px;
	width:26px;
	height:26px;
	text-align:center;
	line-height:26px;
	background:#000;
	color:#fff;
	border-radius:50%;
	cursor:pointer;
}
.index_default .tit .pro-next{
	left:auto;
	right:0;
}
.index_default .tit a{
	display:inline-block;
	text-transform:uppercase;
	font-size:20px;
	float:none;
	color:#333;
	margin:20px 0 0;
}
.index_default .home_ad1{
	text-align:center;
}
.index_default .home_ad1 img{
	max-width:100%;
}
.index_default .adbox a{
	float:left;
	width:380px;
	margin-right:30px;
	margin-bottom:30px;
}
.index_default .adbox a p{
	margin:15px 0 0;
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.index_default .adbox a.home_ad4,
.index_default .adbox a.home_ad7{
	margin-right:0;
}
.index_default .common_pro_list1 li{
	border:1px solid #dedede;
	box-sizing:border-box;
	margin:20px 0 0;
	padding:0 0 20px;
}
.index_default .common_pro_list1 li:hover{
	border-color:#ff8925;
}
.index_default .common_pro_list1 li .pic{
	width:283px;
	height:375px;
	line-height:375px;
}
.index_default .common_pro_list1 li .pic img{
	max-width:283px;
	max-height:375px;
}
.index_default .common_pro_list1 li .name{
	color: #000;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    margin-top: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_default .common_pro_list1 .pro_content{
	padding:0 10px;
}
.index_default .common_pro_list1 li .review{
	text-align:center;
	margin:15px 0;
}
.index_default .common_pro_list1 li .star{
	background:none;
	margin-right:10px;
}
.index_default .common_pro_list1 li .star i{
	background:none;
	display:inline-block;
	margin:0 3px;
	color:#ff8925;
}
.index_default .common_pro_list1 li .price{
	font-size:18px;
	color:#000;
}
.index_default .common_pro_list1 li span.oldprice{
	font-size:15px;
	font-weight:bold;
}
.index_default .common_pro_list1 li .product_tag{
	position:absolute;
	right:10px;
	top:10px;
	text-align:right;
}
.index_default .common_pro_list1 li .newin,
.index_default .common_pro_list1 li .discount,
.index_default .common_pro_list1 li .free_shipping,
.index_default .common_pro_list1 li .sold_out_box span{
	position:relative;
	left:auto;
	top:auto;
	height:24px;
	line-height:24px;
	width:auto;
	background:#313a47;
	display:inline-block;
	padding:0 15px;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-transform:capitalize;
}
.index_default .common_pro_list1 li .free_shipping i{
    width: auto;
    height: auto;
    background: none;
    margin: 0 5px 0 0;
    color: #92b037;
    font-size: 15px;
    vertical-align: middle;
}



.index_default .index_ins_box{
	padding:0 30px;
}
.index_default .index_ins_box .tit{
	margin-bottom:30px;
	padding:0;
	height:auto;
	line-height:normal;
	border:0;
	text-align:center;
	position:relative;
}
.index_default .index_ins_box .tit a{
	float:none;
	display: inline-table;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 30px;
    color: #000;
    margin: 10px 0;
    text-transform: uppercase;
	position:relative;
	background:#fff;
	font-weight:bold;
}
.index_default .index_ins_box .tit:before{
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	border-top:1px solid #c6c6c6;
	height:1px;
	width:100%;
	content:'';
}

#bottom_box{
	width:100%;
	padding:0;
	margin:0;
	box-sizing:border-box;
	background:#000;
}
#bottom_box .newletter{
	padding:50px 0 60px;
}
#bottom_box .newletter_box{
	float:left;
	height:50px;
}
#bottom_box .newletter_box span{
	float:left;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:10px;
}
#bottom_box .newletter_box form{
	float:left;
	height:50px;
	background:#fff;
	border-radius:3px;
}
#bottom_box .newsletter_txt{
	float:left;
	height:50px;
	line-height:50px;
	width:330px;
	background:none;
	text-indent:10px;
	padding:0;
	border:0;
	margin:0;
}
#bottom_box .newsletter_btn{
	width:70px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	color:#000;
	font-size:30px;
	background:none;
	margin:0;
	padding:0;
}
#bottom_box .shartto_box{
	float:right;
}
#bottom_box .shartto_box span{
	float:left;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:10px;
}
#bottom_box .shartto{
	height:50px;
	line-height:50px;
	padding:15px 0 0;
	box-sizing:border-box;
}
#bottom_box .shartto li{
	width:auto;
	margin-right:10px;
	position:relative;
}
#bottom_box .shartto li a{
	display:block;
	width:43px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#6f6f6f;
	color:#fff;
	position:relative;
	z-index:9;
	font-size:20px;
	transition:all 0.5s;
}
#bottom_box .shartto li:before,
#bottom_box .shartto li:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:43px;
	height:24px;
	line-height:24px;
	background:#6f6f6f;
	transform:rotate(60deg);
	transition:all 0.5s;
}
#bottom_box .shartto li:after{
	transform:rotate(120deg);
}
#bottom_box .shartto li:hover:before,
#bottom_box .shartto li:hover:after,
#bottom_box .shartto li:hover a{
	background:#fff;
	color:#000;
}


#bottom_box .link_box{
	padding:0 0 50px;
	margin:0;
	border:0;
}
#bottom_box .link_box dl{
	float:left;
	width:300px;
	box-sizing:border-box;
	font-size:14px;
	line-height:20px;
}
#bottom_box .link_box dl dt{
	height:auto;
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin-bottom:20px;
	text-transform:uppercase;
}
#bottom_box .link_box dl dd{
	color:#aaa;
	font-size:14px;
}
#bottom_box .link_box dl dd a{
	font-size:14px;
	color:#aaa;
	padding:5px 0;
}
#bottom_box .link_box dl dd a:hover{
	color:#fff;
}

#bottom_box .foot_bom{
	width:100%;
	text-align:center;
}
#bottom_box .copyright{
	font-size:12px;
	color:#aaa;
	padding:30px 0;
}

.mini_detail{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	display:none;
}
.mini_detail .mini_detail_bg{
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	z-index:-1;
}
#mini_detail{
	position:fixed;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	left:0;
	right:0;
	margin:auto;
	width:960px;
	position:relative;
}
#mini_detail .icon-iconfontclose{
	position:absolute;
	right:10px;
	top:10px;
	font-size:30px;
	background:none;
	color:#333;
	cursor:pointer;
}



.product_detail_2017 .viewfontright{
	width:555px;
}


.product_list_2017 .common_pro_list1 li{
	border:1px solid #dedede;
	box-sizing:border-box;
	margin:20px 20px 0 0;
	padding:0 0 20px;
	width:285px;
}
.product_list_2017 .common_pro_list1 li.none{
	margin-right:0;
}
.product_list_2017 .common_pro_list1 li.other{
	margin:0;
	padding:0;
	width:100%;
	height:1px;
	border:0;
	box-shadow:none;
}
.product_list_2017 .common_pro_list1 li:hover{
	border-color:#ff8925;
}
.product_list_2017 .common_pro_list1 li .pic{
	width:283px;
	height:375px;
	line-height:375px;
}
.product_list_2017 .common_pro_list1 li .pic img{
	max-width:283px;
	max-height:375px;
}
.product_list_2017 .common_pro_list1 li .name{
	color: #000;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    margin-top: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-size:14px;
}
.product_list_2017 .common_pro_list1 .pro_content{
	padding:0 10px;
}
.product_list_2017 .common_pro_list1 li .review{
	text-align:center;
	margin:15px 0;
}
.product_list_2017 .common_pro_list1 li .star{
	background:none;
	margin-right:10px;
}
.product_list_2017 .common_pro_list1 li .star i{
	background:none;
	display:inline-block;
	margin:0 3px;
	color:#ff8925;
}
.product_list_2017 .common_pro_list1 li .price{
	font-size:18px;
	color:#000;
}
.product_list_2017 .common_pro_list1 li span.oldprice{
	font-size:15px;
	font-weight:bold;
}
.product_list_2017 .common_pro_list1 li .product_tag{
	position:absolute;
	right:10px;
	top:10px;
	text-align:right;
}
.product_list_2017 .common_pro_list1 li .newin,
.product_list_2017 .common_pro_list1 li .discount,
.product_list_2017 .common_pro_list1 li .free_shipping,
.product_list_2017 .common_pro_list1 li .sold_out_box span{
	position:relative;
	left:auto;
	top:auto;
	height:24px;
	line-height:24px;
	width:auto;
	background:#313a47;
	display:inline-block;
	padding:0 15px;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-transform:capitalize;
}
.product_list_2017 .common_pro_list1 li .free_shipping i{
    width: auto;
    height: auto;
    background: none;
    margin: 0 5px 0 0;
    color: #92b037;
    font-size: 15px;
    vertical-align: middle;
}