
@font-face {
    font-family: 'open sans';
    src: url('opensans-regular-webfont-webfont.eot');
    src: url('opensans-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont-webfont.woff') format('woff'),
         url('opensans-regular-webfont-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	color:#333; 
	font-family: 'open sans';
	font-size:12px;
}
.wapper{ max-width:1200px; width:100%;}
.dropdown { position: absolute; z-index: 99999; background: #fff; border: 0; box-shadow: 0 1px 3px 0 rgba(0,0,0,.6); display: none; color: #131219 }

#header_box{
	background:#32cf9d;
	width:100%;
}
#header_box .header-wapper{
	max-width:1200px;
	width:100%;
	margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#header_box .logo{
	width:20%;
	height:100px;
}
#header_box .logo a{
	display:block;
	height:100px;
}
#header_box .logo img{
	display:inline-block;
	max-width:100%;
	max-height:70px;
	vertical-align:middle;
}
#header_box .logo span{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
#header_box .nav_box{
	width:63.33333%;
	border:0;
	height:24px;
}
#header_box .nav{
    float: none;
    margin: 0;
    width: 100%;
	text-align:center;
}
#header_box .nav > li{
	height:auto;
	padding:0;
	float:none;
	display:inline-block;
	text-align:left;
	position:relative;
	z-index:10;
}
#header_box .nav > li > a{
	border:0;
	color:#fff;
	height:24px;
	line-height:24px;
	font-size:14px;
	padding:0 15px;
}
#header_box .nav > li > a i{
	display:inline-block;
	background:none;
	vertical-align:middle;
	color:#fff;
	font-size:20px;
}
#header_box .nav > li > a:hover,
#header_box .nav > li > a:hover i{
	color:#000;
}
#header_box .sub-nav{
	position:absolute;
	top:24px;
	left:0;
	width:240px;
	padding:10px 15px;
	box-sizing:border-box;
	background:#fff;
	visibility: hidden;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -khtml-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
	box-shadow:0 0 30px 0 rgba(0,0,0,0.15);
}
#header_box .sub-nav dd{}
#header_box .sub-nav dd a{
	padding:0;
	border:0;
	color:#333;
	font-size:12px;
	line-height:26px;
}
#header_box .sub-nav dd a:hover{
	color:#32cf9d;
}

#header_box .nav > li:hover  .sub-nav{
	overflow: visible;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#header_box .header-right{
	width:16.6667%;
    display: flex;
    justify-content: flex-end;
}
#header_box .set-up{
	width:24px;
	height:24px;
	position:relative;
	text-align:center;
	z-index:999;
}
#header_box .set-up dl{}
#header_box .set-up dt a{
	display:block;
	height:24px;
	line-height:24px;
}
#header_box .set-up dt svg{
	height:24px;
	width:18px;
	fill:#fff;
}
#header_box .set-up dd{
	position:absolute;
	top:24px;
	right:0;
	min-width:120px;
	padding:10px 15px;
	box-sizing:border-box;
	background:#fff;
	visibility: hidden;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -khtml-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
	box-shadow:0 0 30px 0 rgba(0,0,0,0.15);
}

#header_box .set-up.on dd{
	overflow: visible;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#header_box .set-up dd a{
	display:block;
	font-size:12px;
	line-height:24px;
}
#header_box .currency_box{
	text-transform:uppercase; 
	position:relative; 
	z-index:1000;
	padding:0;
	margin-right:10px;
}
#header_box .currency_txt{ 
	cursor:pointer;
	line-height:24px;
	padding: 0;
	color:#f2c986;
	font-size:12px;
}
#header_box .currency_txt span{
	display:inline-block;
	height:24px;
	line-height:24px;
	vertical-align:top;
	color:#fff;
}
#header_box .currency_txt i{
	width:auto; 
	height:auto;
	vertical-align:top;
	color:#fff;
	background:none;
	font-size:12px;
	padding-left:5px;
}
#header_box .drop_currency{
	position:absolute;
	left:-15px; 
	top:24px; 
	width:86px; 
	padding:3px 0; 
	display:none;
}
#header_box .currency li a{
	color:#333; 
	display:block; 
	overflow:hidden; 
	height:22px; 
	line-height:22px; 
	padding:0 8px;
	text-align:center;
}
#header_box .currency li a:hover{
	background:#32cf9d; 
	color:#fff;
}
#header_box .currency li a b{
	font-weight:normal; 
	float:left;
}
#header_box .search_box{
	padding:0;
}
#header_box .search-icon{
	margin-right: 12px;
}
#header_box .search-icon i{
	display: inline-block;
    background: none;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
	cursor:pointer;
	cursor:pointer;
}
#header_box .search{
	z-index: 99991;
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header_box .search-on{
	right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}


#header_box #search-close{
	position:absolute;
	right:30px;
	top:30px;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
	transform: scale(0);
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	z-index:99999;
	cursor:pointer;
}
#header_box .search-close-on{

	-webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
	transform: scale(1) !important;
}
#header_box #search-close i{
	font-size:50px;
	font-weight:bold;
	background:none;
	
}
#header_box .searchform{
	position:fixed;
	top:50%;
	left:50%;
	width:80%;
	height:40px;
	border:0;
	border-bottom:2px solid #000;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
#header_box .search_input{
	width:100%;
	height:40px;
	padding:0;
	line-height:40px;
	color:#333;
	float:none;
	background:none;
	font-size:30px;
	border:none;
}
#header_box .btn_search{
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:40px;
	text-align:center;
	font-size:40px;
	color:#333;
	background:none;
	border:0;
	margin:0;
	padding:0;
	font-weight:bold;
}

#header_box .cart_box{
	margin:0;
	padding:0;
	height:24px;
	border:0;
	margin-right:10px;
}
#header_box .cart_txt{
	position:relative;
	line-height:normal;
}
#header_box .cart_txt a{
	display:block;
	height:24px;
}
#header_box .cart_txt i{
	display:inline-block;
	font-size:20px;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	color:#fff;
}
#header_box .cart_txt strong{
	position:absolute;
	top:-12px;
	left:2px;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	color:#000;
	font-size:12px;
	border-radius:50%;
	background:#fff;
    font-weight: normal;
}


.pop-bg{
	-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 60px;
    height: 60px;
    position: fixed;
    top: -60px;
    right: -60px;
    z-index: 9998;
}
.pop-bg:before{
	content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.9);
    zoom: 1;
    background-color: transparent\9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9999;
}
.pop-on:before{
	-webkit-transform: scale(75);
    -moz-transform: scale(75);
    -ms-transform: scale(75);
    -o-transform: scale(75);
}





#header_box .header-mobile-menu{
	display:none;
	background:none;
	border:none;
	width:auto;
	padding:0;
	color:#fff;
	line-height:24px;
	font-size:18px;
}
.mobile-nav {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: 10001;
	left: 0;
	background-color: rgba(0,0,0,0);
	visibility: hidden;
	transition: all .15s linear;
}
.mobile-nav .mb-nav-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 100px);
	max-width: 440px;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all .15s linear;
}
.mobile-nav .mb-nav-box .header-mobile-nav>li {
	min-height: 50px;
	border-bottom: 1px solid rgba(153,153,153,.2);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding:0 20px;
}
.mobile-nav .mb-nav-box .close-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 45px;
    height: 45px;
	padding:10px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	right: -20px;
    top: 20px;
	box-sizing:border-box;
    z-index: 9;
}
.mobile-nav .mb-nav-box .close-menu svg {
	width: 22px;
	height: 22px;
	fill: #666;
}
.mobile-nav .mb-nav-box .header-menu{
    overflow-y: auto;
    height: 100%;
}
.mobile-nav .mb-nav-box .navigation{
	padding: 20px 20px 19px 20px !important;
	font-size:24px;
	font-weight: bold;
	text-transform:uppercase;
}
.mobile-nav .mb-nav-box .navigation svg{
	margin-right:10px;
}
.mobile-nav .mb-nav-box .header-mobile-nav>li>a {
	width: 100%;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
    font-size: 16px;
}
.mobile-nav .mb-nav-box .header-mobile-nav>li>a span{
	width:40px;
	height:40px;
	padding:14px;
	box-sizing:border-box;
	margin-right:-10px;
}
.mobile-nav .mb-nav-box .header-mobile-nav>li>a svg {
	width: 12px;
	height: 12px;
	fill: #666;
	padding: 15px;
    margin: 0 -5px 0 0;
	transition: transform .3s linear;
}
.mobile-nav .mb-nav-box .header-mobile-nav>li .header-sub-menu {
	margin-left: 16px;
	line-height: 40px;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.mobile-nav .mb-nav-box .header-mobile-nav>li .header-sub-menu li {
	height: 40px;
}
.mobile-nav .mb-nav-box .header-mobile-nav>li .header-sub-menu li a {
	display: block;
	height: 100%;
}


.index_default{
	width:100% !important;
	margin:0;
}
.banner_specs_large{
	height:100vh;
}

/* footer */
#bottom_box{
	width:100%;
}
#bottom_box .newsletter{
	position:relative;
	height:200px;
	background:url(../images/newletter-img2.jpg) no-repeat scroll center top #32cf9d;
	background-size:cover;
}
#bottom_box .newsletter:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(50,207,157,.8);
}
#bottom_box .newsletter-wapper{
	width:1200px;
	margin:0 auto;
	position:relative;
	z-index:9;
}
#bottom_box .newsletter-left{
	float:left;
	padding:60px 0 0;
}
#bottom_box .newsletter-left h3{
	font-size:40px;
	color:#fff;
	margin:0 0 15px;
	font-weight:normal;
	height:50px;
	line-height:50px;
}
#bottom_box .newsletter-left p{
	color:#fff;
	font-size:14px;
}
#bottom_box .newsletter-txt{
	float:right;
	padding:75px 0 0;
}
#bottom_box .newsletter-txt form{
	font-size:0;
}
#bottom_box .newsletter_txt{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	width:460px;
	height:50px;
	line-height:50px;
	border:1px solid #fff;
	background:none;
	padding:0;
	box-sizing:border-box;
	color:#fff;
	text-indent:15px;
	border-radius:30px 0 0 30px;
}
#bottom_box .newsletter_btn{
	display:inline-block;
	vertical-align:top;
	padding:0 30px;
	width:auto;
	height:50px;
	line-height:50px;
	background:#fff;
	border-radius:0px 30px 30px 0px;
	color:#494949;
	font-size:14px;
	margin:0 0 0 5px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#bottom_box .newsletter_btn:hover{
	background:#494949;
	color:#fff;
}
#bottom_box .link_box{
	background:#e9e9e9;
	padding:50px 0;
}
#bottom_box .link_box .row{
	display: flex;
    flex-wrap: wrap;
}
#bottom_box .link_box dl{
	width:20%;
	box-sizing:border-box;
	padding:0 20px 0 0;
}
#bottom_box .link_box dl dt{
	font-weight:normal;
	font-size:16px;
	margin:0 0 10px;
}
#bottom_box .link_box dl.foot-nav dd{}
#bottom_box .link_box dl.foot-nav dd a{
	display:block;
	color:#333;
	font-size:13px;
	height:30px;
	line-height:30px;
	padding:0;
}
#bottom_box .link_box dl.foot-nav dd a:hover{
	text-decoration:underline;
}
#bottom_box .link_box dl.contact_us dd{
	color:#333;
	line-height:24px;
	font-size:14px;
}
#bottom_box .shartto{
	height:auto;
	float:none;
}
#bottom_box .shartto li{
	display:inline-block;
	vertical-align:top;
	float:none;
	width:40px;
	margin-right:7px;
	margin-bottom:7px;
}
#bottom_box .link_box dl dd .shartto li a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #505050;
	border-radius:50%;
	color:#494949;
	padding:0;
	box-sizing:border-box;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#bottom_box .link_box dl dd .shartto li a:hover{
	background:#32cf9d;
	border-color:#32cf9d;
	color:#fff;
}
#bottom_box .copyright{
	background:#f7f7f7;
	padding:30px 0;
	font-size:14px;
	color:#333;
	line-height:24px;
	text-align:center;
}




@media screen and (max-width: 1200px) {
	#header_box .header-wapper{
	    padding:0 20px;
		box-sizing:border-box;
	}
	
	#bottom_box .link_box{
		padding:40px 20px;
	}
	.banner_specs_large{
		height:500px;
	}
}
@media screen and (max-width: 1024px) {
	#bottom_box .link_box{
		padding:30px 0;
	}
	#bottom_box .link_box dl{
		width:33.3333%;
		padding:0 20px 20px;
	}
	.banner_specs_large{
		height:400px;
	}
	
}
@media screen and (max-width: 1000px) {
	#header_box .nav_box{
		display:none;
	}
	#header_box .header-wapper{
	    justify-content: space-between;
	}
	#header_box .header-right{
		width:50%;
	}
	#header_box .header-mobile-menu{
		display:block;
	}
	
}
@media screen and (max-width: 768px) {
	#header_box .set-up,
	#header_box .cart_box,
	#header_box .search-icon,
	#header_box .currency_box,
	#header_box .header-mobile-menu{
		padding:0 10px;
		margin:0;
	}
	#header_box .search_input{
		font-size:24px;
	}
	.banner_specs_large{
		height:auto;
	}
	#bottom_box .link_box dl{
		width:50%;
		padding:0 15px 20px;
	}
}
@media screen and (max-width: 600px) {
	#header_box .logo,
	#header_box .header-right{
		width:100%;
		display: flex;
		justify-content: center;
	}
	#header_box .header-right{
		margin:0;
	    justify-content: space-between;
	}
	#header_box .logo,
	#header_box .logo a{
		height:80px;
	}
	#header_box .set-up,
	#header_box .cart_box,
	#header_box .search-icon,
	#header_box .currency_box,
	#header_box .header-mobile-menu{
		padding:10px;	
	}
	#header_box .drop_currency{
		left: -20px;
    	top: 43px;
	}
	#header_box .set-up dd{
		top:44px;
	}
	
	#bottom_box .link_box dl{
		width:100%;
	}
	#bottom_box .copyright{
		padding:30px 15px;
	}

}


/*手机端左侧菜单*/
.main{
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.main_show{
	overflow:hidden !important;
	height:100%;
	box-sizing:border-box;
}

.main_show .main_bg{
	display:block;
}




.main_bg{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:99999;
}
.product_detail_2017 .viewfontright{
	width:555px;
}

.block_items_products_rec .block_rec_ul li .name{
	font-size:16px;
}
.block_items_products_rec .block_rec_ul li .name:hover{
	text-decoration:none;
	color:#73b7cc;
}
.block_items_products_rec .block_rec_ul li .price{
	color:#484b4f;
	font-size:14px;
}



.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;}


/* 首页 */

.index_default .swiper-pagination-bullet{background:none;width:6px;height:6px;border:2px solid #fff;outline:none;}
.index_default .swiper-pagination-bullet-active{background:#fff;}
.index_default .swiper-button-next,
.index_default .swiper-button-prev{background:#fff;border-radius:50%;box-shadow:0 2px 10px rgba(54,54,54,0.15);text-align:center;}
.index_default .swiper-button-next .icon,
.index_default .swiper-button-prev .icon{width:20px;height:20px;padding:15px 0;fill:#1c1b1b;}
.block_single_products .single_product_shop_now{padding:0 20px;width:auto;display: inline-block;    background: transparent;
    border: 1px solid #1c1b1b;transition:color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);position:relative;}
.block_single_products .single_product_shop_now:before{    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transform-origin: left center;
    background-color: #1c1b1b;
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;}
.block_single_products .single_product_shop_now:hover:before {
    transform-origin: right center;
    transform: scale(0, 1);
}
.block_single_products .single_product_shop_now:hover {
    color: #1c1b1b;
    background-color: transparent;
}
