/*样式覆盖部分*/
@font-face {
    font-family: 'roboto';
    src: url('roboto-regular-webfont.eot');
    src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-regular-webfont.woff2') format('woff2'),
         url('roboto-regular-webfont.woff') format('woff'),
         url('roboto-regular-webfont.ttf') format('truetype'),
         url('roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-size:12px;
}
a{
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wapper{
	width:1200px;
}
a:hover{
	color:#DB5C00;
}
#top_box{
	height:70px;
	background:none;
	color:#fff;
	width:1200px;
	margin:0 auto;
	box-sizing:border-box;
}

#header_box{
	width:100%;
	padding:0;
	box-sizing:border-box;
	background:none;
	z-index:9999;
	position:relative;
}
#header_box .head1{
	height:55px;
	position:relative;
	background:#333;
}
#header_box .nav_list{
	float:left;
	height:55px;
}
#header_box .currency_box{
	float:left;
	height:55px;
	position:relative;
	padding:0 15px;
}
#header_box .currency_box .currency_txt{
    color: #fff;
    line-height:55px;
    text-transform: uppercase;
	cursor:pointer;
}
#header_box .currency_box .currency_txt i{
	color:#fff;
	vertical-align:top;
	height:55px;
	line-height:55px;
	background:none;
}
#header_box .drop_currency{
	display:none;
	overflow:hidden;
	background:#fff;
	position:absolute;
	left:-20px;
	top:54px;
	width:150px;
	-webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
}
#header_box .drop_currency li a{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 0 0 20px;
	color:#333;
	border-bottom:1px solid #ddd;
}
#header_box .drop_currency li a:hover,
#header_box .drop_currency li a.on{
	color:#DB5C00;
}
#header_box .nav_list > a{
	float:left;
	padding:0 15px;
	position:relative;
	height:55px;
	line-height:55px;
	color:#fff;
}
#header_box .nav_list > a:before{
	position:absolute;
	left:0;
	top:20px;
	height:15px;
	width:1px;
	background:#a6a6a6;
	content:'';
}

#header_box .search_box{
	float:right;
	background:#fff;
	margin:10px 0 0;
	padding:0;
	height:35px;
	width:400px;
	z-index:1001;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:25px;
	overflow:hidden;
}
#header_box .search{
	width:100%;
	height:100%;
	padding:0;
	background:#fff;
	transition:all 0.3s;
	box-sizing:border-box;
	z-index:999;
}
#header_box .searchform{
	width:100%;
	height:33px;
	border:0;
}
#header_box .search_input{
	width:340px;
	height:33px;
	border:0;
	font-size:14px;
	color:#666;
	padding:0;
	float:left;
	background:#fff;
	box-sizing:border-box;
	text-indent:15px;
}
#header_box .btn_search{
	float:right;
	width:55px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-size:18px;
	color:#DB5C00;
	background:#fff;
	margin:0;
	padding:0;
	border:0;
	font-weight:bold;
	z-index:9;
	border-radius:0 3px 3px 0;
}
#header_box .head2{
	border-bottom:1px solid #ddd;
	height:75px;
}
#header_box .logo{
	float:left;
	height:75px;
	width:235px;
	text-align:left;
}
#header_box .logo a{
	display:inline-block;
	height:100%;
	
}
#header_box .logo a img{
	vertical-align:middle;
	max-height:50px;
	max-width:235px;
}
#header_box .logo a span{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}


#header_box .nav_warp{
	float:left;
	width:800px;
}
#header_box .nav_box{
	height:75px;
	border:0;
	margin:0;
	padding:0 15px;
}
#header_box .nav{
	float:none;
	margin:0;
	width:100%;
	text-align:left;
	font-size:0;
}
#header_box .nav > li{
	float:none;
	display:inline-block;
	font-size:14px;
	padding:0;
	height:75px;
}
#header_box .nav > li > a{
	position:relative;
	height:75px;
	line-height:75px;
	padding:0 15px;
	border:0;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
}
#header_box .nav > li > a i{
	display:inline-block;
	background:none;
	vertical-align:top;
	font-size:13px;
	margin-left:5px;
	color:#000;
	font-weight:bold;
}
#header_box .nav > li > a:hover,
#header_box .nav > li > a:hover i,
#header_box .nav > li.on > a,
#header_box .nav > li.on > a i{
	color:#DB5C00;
}
#header_box .nav .sub_nav{
	display:block;
	position:absolute;
	top:75px;
	left:0;
	width:240px;
	padding:10px 15px;
	text-align:left;
	visibility:hidden;
	opacity:0;
	transition:all 0.3s;
	box-sizing:border-box;	
	background: #fff;
	-webkit-box-shadow: none;
    box-shadow: none;
    border:0;
	transform:translate(0,-20px);
	-moz-transform:translate(0,-20px);
	-ms-transform:translate(0,-20px);
	-o-transform:translate(0,-20px);
	-webkit-transform:translate(0,-20px);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#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:#222;
	font-size:14px;
	position:relative;
}
#header_box .nav .sub_nav li a:hover{
	color:#DB5C00;
	background:none;
}
#header_box .nav li.on .sub_nav{
	visibility:visible;
	opacity:1;
	transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	-webkit-transform:translate(0,0);
}
.posFixed .head2{
	position:fixed;
	left:0;
	top:0;
	background:#fff;
	width:100%;
}
.posFixed .head2 .head2_wapper{
	width:1200px;
	margin:0 auto;
}
#header_box .cart_box{
	margin:0;
	height:75px;
	width:auto;
	float:right;
	padding:0;
	border:0;
	transition:all 0.3s;
	position:relative;
}
#header_box .cart_txt{
	line-height:75px;
	height:75px;
	font-size:13px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header_box .cart_txt a{
	display:block;
	padding:0;
	color:#000;
	position:relative;
	text-align:center;
	font-size:14px;
}
#header_box .cart_txt a i{
	display:inline-block;
	background:none;
	margin:0;
	height:75px;
	line-height:75px;
	font-size:30px;
	color:#000;
	width:auto;
	padding:0;
	transition:all 0.3s;
	vertical-align:top;
}

#header_box .cart_txt strong{
	position:absolute;
	top:15px;
	right:-10px;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#db5c00;
	border-radius:50%;
	color:#fff;
	font-size:12px;
}

#header_box .cart{
	display:block;
	top:75px;
	right:0;
	border:0;
	visibility:hidden;
	opacity:0;
	transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    -webkit-transform: translate(0,-20px);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	
}
#header_box .cart_on .cart{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}


#body_box{
	width:1200px;
}
.index_default{
	width:100% !important;
	box-sizing:border-box;
	margin:0 !important;
}

.index_default .category_list{
	float:left;
	width:270px;
	height:60px;
	background:#DB5C00;
}
.index_default .category_list h3{
	display:block;
	height:60px;
	line-height:60px;
	position:relative;
	padding:0 0 0 65px;
	font-weight:normal;
	font-size:24px;
	color:#fff;
	cursor:pointer;
	position:relative;
}
.index_default .category_list h3 i{
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	font-size:22px;
	background:none;
}
.index_default .category_list .category_sub{
	background:#f5f5f5;
}
.index_default .category_list .category_sub li{
	height:60px;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
	position:relative;
}
.index_default .category_list .category_sub li.more{
	border-bottom:0;
}
.index_default .category_list .category_sub li > a{
	display:block;
	height:60px;
	line-height:60px;
	box-sizing:border-box;
	padding:0 35px 0 15px;
	position:relative;
	color:#000;
	font-size:14px;
}
.index_default .category_list .category_sub li > a i{
	position:absolute;
	right:20px;
	top:0;
	height:60px;
	line-height:60px;
	background:none;
	font-size:14px;
	width:20px;
	text-align:center;
	color:#333;
}
.index_default .category_list .category_sub li > a:hover{
	color: #DB5C00;
}
.index_default .category_list .dropdown_menu2{
	position:absolute;
	left:269px;
	top:3px;
	padding:20px 17px;
	border:0;
	background:#fff;
	opacity:0;
	visibility:hidden;
	transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	
	transition:all 0.3s ease-in;
	z-index:9;
}
.index_default .category_list .dropdown_menu2 dl{
	width:200px;
	float:left;
	margin:0 10px;
}
.index_default .category_list .dropdown_menu2 dl dt{
	height:30px;
	padding: 0;
	margin:0 0 15px;
    color: #DB5C00;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
}
.index_default .category_list .dropdown_menu2 dl dt a{
    color: #DB5C00;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
	height:30px;
}
.index_default .category_list .dropdown_menu2 dl dt:before{
	position:absolute;
	left:0;
	bottom:0;
	width:90px;
	height:1px;
	background:#ddd;
	content:'';
}
.index_default .category_list .dropdown_menu2 dl dd a{
	display:block;
	font-size:13px;
	color:#000;
	padding:0 0 12px;
	height:24px;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index_default .category_list .dropdown_menu2 dl dd a.more,
.index_default .category_list .dropdown_menu2 dl dd a:hover{
	color: #DB5C00;
}
.index_default .category_list .menu2_on{
	opacity:1;
	visibility:visible;
	transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}

.index_default .category_list .menu2_sub dl{
	margin:0;
}
.index_default .category_list .menu2_sub dl dt{
	margin:0;
}
.index_default .category_list .menu2_sub dl dt:before{
	background:none;
	height:0;
}
.index_default .category_list .menu2_sub dl dt a{
	color:#333;
	height:30px;
	line-height:30px;
	font-size:13px;
}
.index_default .category_list .menu2_sub dl dt a:hover{
	color: #DB5C00;
}

/*#banner*/
.index_default .banner_box{
	width:900px;
	height:auto;
	float:right;
	position:relative;
	box-sizing:border-box;
	padding:0;
}
.index_default .banner_box a{
	display:block;
	height:600px;
}
.index_default .banner_box .ban-con{
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	max-width:66.666%;
	padding:0 20px;
	box-sizing:border-box;
}
.index_default .banner_box .ban-title{
	line-height: 1;
    display: block;
    color: #2c2e3d;
    margin-bottom: 15px;
    text-transform: capitalize;
	font-size:50px;
	font-weight:bold;
}
.index_default .banner_box .ban-descript{
 	font-size: 18px;
    color: #2c2e3d;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom:20px;
}
.index_default .banner_box .ban-btn{
	display:inline-block;
	height:50px;
	line-height:50px;
	background:#2c2e3d;
	padding:0 30px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin:20px 0 0;
	border-radius:30px 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:50%;
	left:20px;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	font-size:26px;
	color:#fff;
	height:60px;
	line-height:60px;
	width:60px;
	text-align:center;
	z-index:9;
	cursor:pointer;
	background:rgba(51,51,51,.3);
	border-radius:50%;
	color:#fff;
	transition:all 0.5s ease;
	opacity:0;
	visibility:hidden;
}
#banner .next{
	left:auto;
	right:20px;
}
#banner:hover .prev{
	transform:translate(20px,-50%);
	opacity:1;
	visibility:visible;
}
#banner:hover .next{
	transform:translate(-20px,-50%);
	opacity:1;
	visibility:visible;
}
#banner .prev:hover,
#banner .next:hover{
	background:rgba(51,51,51,1);
}

#banner .banner-pagination{
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
	
}
#banner .swiper-pagination-bullet{
	background:#fff;
	width:12px;
	height:12px;
	opacity:1;
	transition:all 0.5s;
}
#banner .swiper-pagination-bullet-active{
	width:40px;
	border-radius:10px;
	opacity:1;
	background:#DB5C00;
}

.index_default .categories_pro{
	background:#f6f6f6;
	padding:100px 0;
	width:100%;
}
.index_default .categories_pro li{
	width:20%;
	float:left;
	padding:0 12px;
	margin:15px 0 ;
	box-sizing:border-box;
}
.index_default .categories_pro li a.pic{
	position: relative;
    text-align: center;
    display: block;
	border-radius: 50%;
	width:216px;
	height:216px;
	box-sizing:border-box;
	border:8px solid #fff;
	float:none;
}
.index_default .categories_pro li a.pic img{
	max-width: 200px;
	max-height: 200px;
	border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_default .categories_pro li .name{
	text-align:center;
	height:24px;
	line-height:24px;
	font-size: 18px;
    color: #000;
	margin:15px 0 0;
	display:block;
}
.index_default .categories_pro li a:hover img{
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.index_default .categories_pro li .name:hover{
	color:#DB5C00;
}
.index_default .pro_box{
	position:relative;
}
.index_default .tit{
	height:50px;
	line-height:50px;
	padding:20px 0;
	text-align:center;
	color:#333;
	font-size:34px;
	font-weight:normal;
	position:relative;
	border:0;
	margin:20px 0;
}
.index_default .tit .tit_bor{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:174px;
	height:20px;
}
.index_default .tit .tit_bor .line{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	width:100%;
	border-top:2px solid #333;
	z-index:8;
	
}
.index_default .tit .tit_bor span{
	display:inline-block;
	float:none;
	border:0;
	text-indent:0;
	width:20px;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:12px;
	position:relative;
	z-index:9;
	border-radius:50%;
	background:#333;
}
.index_default .pro_box .pro_change_title{
	height:64px;
	margin:0 0 30px;
	border-bottom:1px solid #f6f6f6;
}
.index_default .pro_box .pro_change_title a{
	float:left;
	height:64px;
	line-height:64px;
	color: #2c2e3d;
	font-size:16px;
	text-transform:uppercase;
	padding:0 25px;
	background:#f6f6f6;
	border-right:1px solid #ddd;
}
.index_default .pro_box .pro_change_title a.actived{
	background:#333;
	color:#fff;
}


.index_default .common_pro_list1 li{
	width:25%;
	border:0;
	margin:0 0 30px;
	transition:all 0.5s;
	padding:0;
	box-sizing:border-box;
	position:relative;
}
.index_default .common_pro_list1 li .product_item{
	border:1px solid #ddd;
}
.index_default .common_pro_list1 li .pic{
	width:100%;
	height:auto;
	line-height:normal;
	position:relative;
	box-sizing:border-box;
	background:#fff;
	display:block;
	text-align:center;
	position:relative;
}

.index_default .common_pro_list1 li .pic img{
	max-width:100%;
	max-height:100%;
	transition:all 0.5s;
}
.index_default .common_pro_list1 li .pic img.second_img{
	position:absolute;
	left:0;
	top:0;
	max-width:100%;
	max-height:100%;
	opacity:0;
	visibility:hidden;
	z-index:9;
	transition:all 0.5s;
	
}
.index_default .common_pro_list1 li:hover .pic img.second_img{
	visibility:visible;
	opacity:1;
}
.index_default .common_pro_list1 li .pro_img{
	position:relative;
}

.index_default .common_pro_list1 li .other-image{
	position:absolute;
	bottom:0;
	left:0;
}
.index_default .common_pro_list1 li .other-image img{
	width:45px;
	opacity:.3;
	cursor:pointer;
}
.index_default .common_pro_list1 li .other-image .on img{
	opacity:1;
}
.index_default .common_pro_list1 li .wrap-addto{
	position:absolute;
	left:0;
	bottom:10px;
	width:100%;
	height:50px;
	text-align:center;
	font-size:0;
	background:#fff;
	transition:all 0.5s;
	opacity:0;
	visibility:hidden;
}
.index_default .common_pro_list1 li .wrap-addto a{
	display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	background:#f6f6f6;
	text-align:center;
	font-size:18px;
	margin:0 2px;
	opacity:0;
	visibility:hidden;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
	transition:all 0.3s;
	overflow:hidden;
}

.index_default .common_pro_list1 li .wrap-addto a i{
	background:none;
	font-size:22px;
	color:#333;
	transition:all 0.2s ease;
	display:block;
}
.index_default .common_pro_list1 li .wrap-addto a i.cur{
	color:#ed3445;
	font-size:18px;
}
.index_default .common_pro_list1 li .wrap-addto a:hover i{
	background:#2c2e3d;
	color:#fff;
	width:100%;
	height:100%;
}
.index_default .common_pro_list1 li:hover .wrap-addto a{
	opacity:1;
	visibility:visible;
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}

.index_default .common_pro_list1 .pro_content{
	padding:10px;
	margin:0;
	text-align:center;
	position:relative;
}
.index_default .common_pro_list1 li .name{
	font-size: 14px;
    color: #2c2e3d;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
	text-align:center;
	height:20px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:0;
}
.index_default .common_pro_list1 li .name:hover{
	color:#DB5C00;
}
.index_default .common_pro_list1 li .price{
	color:#DB5C00;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	height:20px;
	line-height:20px;
	margin:0;
}
.index_default .common_pro_list1 li span.oldprice{
	color:#999;
	font-size:13px;
}
.index_default .common_pro_list1 li.other,
.index_default .common_pro_list1 li.clear10{
	width:100%;
	margin:0;
	padding:0;
	height:0;
	border:0;
}
.index_default .common_pro_list1 li .pic_box{
	position:relative;
	overflow:hidden;
}
.index_default .common_pro_list1 li .discount{
	width:auto;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#DB5C00;
	padding:0 5px;
	top:10px;
	right:10px;
	cursor:pointer;
	text-transform:uppercase;
	box-sizing:border-box;
	font-size:14px;
	background:none;
	transition:all 0.5s;
	z-index:99;
}
.index_default .common_pro_list1 li .newin{
	text-align:center;
	color:#ed3445;
	padding:5px 7px;
	height:auto;
	width:auto;
	line-height:normal;
	top:5px;
	left:5px;
	right:auto;
	cursor:pointer;
	transition:all 0.4s;
	border-radius:50%;
	font-size:14px;
	box-sizing:border-box;
	background:none;
}


.index_default .common_pro_list1 li .sold_out_box span{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0;
	background:rgba(51, 51, 51, 0.3);
	color:#fff;
	font-size:16px;
	font-weight:normal;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	z-index:99;
}

.index_default #productbox_tab{
	overflow:hidden;
}
.index_default #productbox_tab .pro-list{
	height:0;
	overflow:hidden;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease;
	position:static;
}
.index_default #productbox_tab .show{
	height:auto;
	opacity:1;
	visibility:visible;
}

.index_default .common_pro_list1 li:hover .wrap-addto{
	opacity:1;
	visibility:visible;
}
.index_default #productbox_tab .prolist-button-list{
	position:absolute;
	right:0;
	top:0;
	height:65px;
	background:#fff;
	width:100px;
	padding:15px 0 0;
	text-align:right;
	font-size:0;
	box-sizing:border-box;
}

.index_default #productbox_tab .prolist-button-prev,
.index_default #productbox_tab .prolist-button-next{
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border:1px solid #ededed;
	border-radius:3px;
	display:inline-block;
	margin-left:5px;
	background:none;
	cursor:pointer;
	transition:all 0.3s;
}
.index_default #productbox_tab .prolist-button-prev i,
.index_default #productbox_tab .prolist-button-next i{
	display:inline-block;
	background:none;
	font-size:14px;
}
.index_default #productbox_tab .prolist-button-prev:hover,
.index_default #productbox_tab .prolist-button-next:hover{
	background:#db5c00;
	border-color:#db5c00;
	color:#fff;
}
.index_default #productbox_tab .on{
	opacity:1;
	visibility:visible;
}
.index_default .home-ad{
	position:relative;
}
.index_default .home-ad .ad-con{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	text-align:center;
}
.index_default .home-ad .ad-title{
	font-size:55px;
	color:#2c2e3d;
	margin:0 0 15px;
}
.index_default .home-ad .ad-descript{
	font-size:25px;
	color:#2c2e3d;
	margin:0 0 40px;
}
.index_default .home-ad .ad-btn{
	display:inline-block;
	padding:0 30px;
	height:50px;
	line-height:50px;
	color:#2c2e3d;
	background:#efefef;
	font-size:16px;
	text-transform:uppercase;
	transition:all 0.3s;
}
.index_default .home-ad .ad-btn:hover{
	background:#DB5C00;
	color:#fff;
}




.index_default .news-box{
	padding:40px 0 0;
	position:relative;
	box-sizing:border-box;
}
.index_default .news-box .tit{
	text-align:center;
}
.index_default .news-box .tit a{
	float:none;
	color:#333;
}

.index_default .news-box .news-container{
	overflow:hidden;
	position:static;
}

.index_default .news-box .news-list {
	width:33.3333%;
	height:auto;
	padding:0;
	position:relative;
	border:1px solid #ddd;
	background:#f6f6f6;
	box-sizing:border-box;
}
.index_default .news-box .news-img{
	display:block;
	width:100%;
	overflow:hidden;
	position:relative;
}
.index_default .news-box .news-img:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background: rgba(0, 0, 0, 0.3);
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.index_default .news-box .news-img:hover:before{
	opacity:1;
	visibility:visible;
	width:100%;
	height:100%;
	
}
.index_default .news-box .news-img img{
	max-width:100%;
	max-height:100%;
}
.index_default .news-box .news-time{
	position:absolute;
	right:4px;
	bottom:0;
	height:60px;
	width:60px;
	font-size:14px;
	margin:0;
	border-radius:5px;
	background:#db5c00;
	padding:10px 0;
	box-sizing:border-box;
	color:#fff;
	text-align:center;
	line-height:normal;
}
.index_default .news-box .news-time p{
	line-height:normal;
	font-size:18px;
	height:20px;
}
.index_default .news-box .news-con{
	position:relative;
	padding:20px;
}


.index_default .news-box .news-title{
	display:block;
	font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #2c2e3d;
	margin:0 0 10px;
	line-height:normal;
	text-align:left;
	height:auto; 
}
.index_default .news-box .news-text{
    font-size: 14px;
    color: #2c2e3d;
	line-height:20px;
}
.index_default .news-box .news-more{
	display:inline-block;
	margin:15px 0 0;
	font-size:16px;
	text-transform: capitalize;
    font-weight: 500;
    color: #2c2e3d;
}
.index_default .news-box .news-tab__list{
	height:64px;
	border-bottom:1px solid #f6f6f6;
	margin-bottom:30px
}

.index_default .news-box .newslist-button-list{
	float:right;
	height:64px;
	background:#fff;
	width:100px;
	padding:15px 0 0;
	text-align:right;
	font-size:0;
	box-sizing:border-box;
}

.index_default .news-box .newslist-button-prev,
.index_default .news-box .newslist-button-next{
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border:1px solid #ededed;
	border-radius:3px;
	display:inline-block;
	margin-left:5px;
	background:none;
	cursor:pointer;
	transition:all 0.3s;
}
.index_default .news-box .newslist-button-prev i,
.index_default .news-box .newslist-button-next i{
	display:inline-block;
	background:none;
	font-size:14px;
}
.index_default .news-box .newslist-button-prev:hover,
.index_default .news-box .newslist-button-next:hover{
	background:#db5c00;
	border-color:#db5c00;
	color:#fff;
}

#bottom_box{
	width:100%;
	padding:0;
	margin:0;
	box-sizing:border-box;
}
#bottom_box .newletterform{
	float:none;
	background:#f6f6f6;
	padding:100px 0;
	text-align:center;
}
#bottom_box .newletterform p{
	padding-bottom: 30px;
    font-weight: normal;
    font-size: 30px;
}
#bottom_box .newletterform form{
	font-size:0;
	width:66.66666%;
	margin:0 auto;
	position:relative;
}
#bottom_box .newsletter_txt{
	width:100%;
	height:56px;
	background:#fff;
	border:0;
	padding:0;
	border-radius:3px;
	text-indent:15px;
	font-size:16px;
}
#bottom_box .newsletter_btn{
	width:130px;
	height:56px;
	background:#ff6a00;
	text-align:center;
	line-height:54px;
	font-size:20px;
	position:absolute;
	right:0;
	top:0;
	border-radius:0 3px 3px 0;
}


#bottom_box .link_box{
	padding:100px 0 ;
	margin:0;
	border:0;
	border-bottom:1px solid #ddd;
}

#bottom_box .link_box dl{
	float:left;
	width:25%;
	box-sizing:border-box;
	font-size:14px;
	line-height:20px;
	padding:0 30px 0 0;
}

#bottom_box .link_box dl dt{
	margin-bottom: 20px;
    color: #2c2e3d;
    font-size: 18px;
	font-weight:normal;
}
#bottom_box .link_box dl.navlist dd a{
    font-size: 14px;
    color: #2c2e3d;
    text-decoration: none;
    position: relative;
    overflow: hidden;
	height:32px;
	line-height:32px;
	transition:all 0.5s;
}
#bottom_box .link_box dl.navlist dd a:hover{
	color: #DB5C00;
}



#bottom_box .foot_bom{
	width:100%;
	height:36px;
	text-align:center;
	background:#fff;
	padding:35px 0;
}
#bottom_box .sns-bx{
	text-align:center;
	width:1200px;
	margin:0 auto;
	float:left;
	min-height:36px;
	overflow:hidden;
	max-width:50%;
}
#bottom_box .shartto{
	text-align:left;
	height:auto;
	line-height:normal;
	float:none;
}
#bottom_box .shartto li{
	display:inline-block;
	float:none;
	width:50px;
	padding:0 5px;
}
#bottom_box .shartto li a{
	display:inline-block;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	background:none;
	color:#838383;
	font-size:24px;
	transition:all 0.5s;
	border:1px solid #b6becb;
}
#bottom_box .shartto li a.icon-facebook:hover{
	color:#3c5a99;
	border-color:#3c5a99;
}
#bottom_box .shartto li a.icon-google:hover{
	color:#df4b38;
	border-color:#df4b38;
}
#bottom_box .shartto li a.icon-youtube:hover{
	color:#d54029;
	border-color:#d54029;
}
#bottom_box .shartto li a.icon-linkedin:hover{
	color:#007ab6;
	border-color:#007ab6;
}
#bottom_box .shartto li a.icon-msn:hover{
	color:#3f3f87;
	border-color:#3f3f87;
}
#bottom_box .shartto li a.icon-pinterest:hover{
	color:#ca242d;
	border-color:#ca242d;
}
#bottom_box .shartto li a.icon-skype:hover{
	color:#29bbf5;
	border-color:#29bbf5;
}
#bottom_box .shartto li a.icon-blog:hover{
	color:#e86733;
	border-color:#e86733;
}
#bottom_box .shartto li a.icon-yahoo:hover{
	color:#5f2c80;
	border-color:#5f2c80;
}
#bottom_box .shartto li a.icon-vimeo:hover{
	color:#1ab7ea;
	border-color:#1ab7ea;
}
#bottom_box .shartto li a.icon-tumblr:hover{
	color:#36465f;
	border-color:#36465f;
}
#bottom_box .shartto li a.icon-digg:hover{
	color:#4676a4;
	border-color:#4676a4;
}
#bottom_box .shartto li a.icon-dribbble:hover{
	color:#ea4c89;
	border-color:#ea4c89;
}
#bottom_box .shartto li a.icon-forrst:hover{
	color:#f57070;
	border-color:#f57070;
}
#bottom_box .shartto li a.icon-friendfeed:hover{
	color:#7aa3db;
	border-color:#7aa3db;
}
#bottom_box .shartto li a.icon-instagram:hover{
	color:#000;
	border-color:#000;
}
#bottom_box .shartto li a.icon-Twitter:hover{
	color:#55acee;
	border-color:#55acee;
}
#bottom_box .shartto li a.icon-vk:hover{
	color:#2d588b;
	border-color:#2d588b;
}
#bottom_box .shartto li a.icon-weibo:hover{
	color:#da251c;
	border-color:#da251c;
}



#bottom_box .copyright{
	float:right;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#333;
	padding:0;
	text-align:right;
}


.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{
	width:calc(100% + 30px);
	margin:0 0 0 -15px;
}
.product_list_2017 .common_pro_list1 li{
	width:25%;
	border:0;
	margin:30px 0 0 ;
	transition:all 0.5s;
	padding:0 15px;
	box-sizing:border-box;
	position:relative;
}
.product_list_2017 .common_pro_list1 li .product_item{
	border:1px solid #ddd;
}
.product_list_2017 .common_pro_list1 li .pic{
	width:100%;
	height:auto;
	line-height:normal;
	position:relative;
	box-sizing:border-box;
	background:#fff;
	display:block;
	text-align:center;
	position:relative;
}

.product_list_2017 .common_pro_list1 li .pic img{
	max-width:100%;
	max-height:100%;
	transition:all 0.5s;
}
.product_list_2017 .common_pro_list1 li .pic img.second_img{
	position:absolute;
	left:0;
	top:0;
	max-width:100%;
	max-height:100%;
	opacity:0;
	visibility:hidden;
	z-index:9;
	transition:all 0.5s;
	
}
.product_list_2017 .common_pro_list1 li:hover .pic img.second_img{
	visibility:visible;
	opacity:1;
}
.product_list_2017 .common_pro_list1 li .pro_img{
	position:relative;
}

.product_list_2017 .common_pro_list1 li .other-image{
	position:absolute;
	bottom:0;
	left:0;
}
.product_list_2017 .common_pro_list1 li .other-image img{
	width:45px;
	opacity:.3;
	cursor:pointer;
}
.product_list_2017 .common_pro_list1 li .other-image .on img{
	opacity:1;
}
.product_list_2017 .common_pro_list1 li .wrap-addto{
	position:absolute;
	left:0;
	bottom:10px;
	width:100%;
	height:50px;
	text-align:center;
	font-size:0;
	background:#fff;
	transition:all 0.5s;
	opacity:0;
	visibility:hidden;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a{
	display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	background:#f6f6f6;
	text-align:center;
	font-size:18px;
	margin:0 2px;
	opacity:0;
	visibility:hidden;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
	transition:all 0.3s;
	overflow:hidden;
}

.product_list_2017 .common_pro_list1 li .wrap-addto a i{
	background:none;
	font-size:22px;
	color:#333;
	transition:all 0.2s ease;
	display:block;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a i.cur{
	color:#ed3445;
	font-size:18px;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a:hover i{
	background:#2c2e3d;
	color:#fff;
	width:100%;
	height:100%;
}
.product_list_2017 .common_pro_list1 li:hover .wrap-addto a{
	opacity:1;
	visibility:visible;
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}

.product_list_2017 .common_pro_list1 .pro_content{
	padding:10px;
	margin:0;
	text-align:center;
	position:relative;
}
.product_list_2017 .common_pro_list1 li .name{
	font-size: 14px;
    color: #2c2e3d;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
	text-align:center;
	height:20px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:0;
}
.product_list_2017 .common_pro_list1 li .name:hover{
	color:#DB5C00;
}
.product_list_2017 .common_pro_list1 li .price{
	color:#DB5C00;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	height:20px;
	line-height:20px;
	margin:0;
}
.product_list_2017 .common_pro_list1 li span.oldprice{
	color:#999;
	font-size:13px;
}
.product_list_2017 .common_pro_list1 li.other,
.product_list_2017 .common_pro_list1 li.clear10{
	width:100%;
	margin:0;
	padding:0;
	height:0;
	border:0;
}
.product_list_2017 .common_pro_list1 li .pic_box{
	position:relative;
	overflow:hidden;
}
.product_list_2017 .common_pro_list1 li .discount{
	width:auto;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#DB5C00;
	padding:0 5px;
	top:10px;
	right:10px;
	cursor:pointer;
	text-transform:uppercase;
	box-sizing:border-box;
	font-size:14px;
	background:none;
	transition:all 0.5s;
	z-index:99;
}
.product_list_2017 .common_pro_list1 li .newin{
	text-align:center;
	color:#ed3445;
	padding:5px 7px;
	height:auto;
	width:auto;
	line-height:normal;
	top:5px;
	left:5px;
	right:auto;
	cursor:pointer;
	transition:all 0.4s;
	border-radius:50%;

	font-size:14px;
	box-sizing:border-box;
	background:none;
}


.product_list_2017 .common_pro_list1 li .sold_out_box span{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0;
	background:rgba(51, 51, 51, 0.3);
	color:#fff;
	font-size:16px;
	font-weight:normal;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	z-index:99;
}

.product_list_2017 #productbox_tab{
	overflow:hidden;
}
.product_list_2017 #productbox_tab .pro-list{
	height:0;
	overflow:hidden;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease;
	position:static;
}
.product_list_2017 #productbox_tab .show{
	height:auto;
	opacity:1;
	visibility:visible;
}

.product_list_2017 .common_pro_list1 li:hover .wrap-addto{
	opacity:1;
	visibility:visible;
}
