@charset "utf-8";


body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select{
	margin:0; 
	padding:0;
}

ol,ul {
	list-style:none;
}

*{	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}



a {
	text-decoration:none;
	outline:none;
	color: #666;
}
img {	
	border: 0;
	width: 100%;
	vertical-align: bottom;
}
a:focus {
	outline: none;
}

html {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
body {
	-webkit-font-smoothing: antialiased;
	font-family: BlueSkyStandard , arial;
	background: #2f2f2f;
	font-size: 14px;
	color: #666;
	min-width: 1280px;
  	margin-left: auto;
 	margin-right: auto;
	overflow-x: hidden;
}
	
	
table {
	border-collapse: collapse;
	width: 100%;
}
	
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {	
	cursor: pointer; 
	border: 0;
	outline: none;	 
	-webkit-appearance: none;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] 	{	
	padding: 0px;
	color: #666;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
}

img,a,div,b,em,i,li,p,h3,span,h1,h2,h4,h5,h6{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@font-face {
	font-family: 'gothambold';
	src: url(font/gothambold.eot);
	/* IE9*/
	src: url(font/gothambold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothambold.woff) format('woff'), /* chrome、firefox */
	url(font/gothambold.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothambold.svg#gothambold) format('svg');
	/* iOS 4.1- */
}
@font-face {
	font-family: 'BlueSkyStandard';
	src: url(font/BlueSkyStandard.eot);
	/* IE9*/
	src: url(font/BlueSkyStandard.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/BlueSkyStandard.woff) format('woff'), /* chrome、firefox */
	url(font/BlueSkyStandard.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/BlueSkyStandard.svg#BlueSkyStandard) format('svg');
	/* iOS 4.1- */
}
@font-face {
	font-family: 'BlueSkyStandard-Bold';
	src: url(font/BlueSkyStandard-Bold.eot);
	/* IE9*/
	src: url(font/BlueSkyStandard-Bold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/BlueSkyStandard-Bold.woff) format('woff'), /* chrome、firefox */
	url(font/BlueSkyStandard-Bold.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/BlueSkyStandard-Bold.svg#BlueSkyStandard-Bold) format('svg');
	/* iOS 4.1- */
}


.gray_bg{
	background-color: #f8f8f8;
}	
.white_bg{
	background-color: #fff;
}	
.white{
	color: #fff;
}
.black{
	color: #000;
}
.fl {	
	float: left;
}
.fr {	
	float: right;
}
.clearfix {
	clear: both;
}
.clearfix:after {	
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}
.clear {
    clear: both;
}
.text-center{
	text-align: center;
}

.radius{
	border-radius: 8px;
	overflow: hidden;
}

.rel{
	position: relative;
}


.overflow-text{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.overflow-text2{

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}

.theme-container{
	width: 81.45%;
	margin: 0 auto;
}


.theme-banner{
	background: url(load.gif) center no-repeat;
}
.theme-banner{
	display: block;
	width: 100%;
	height: 49.80vw;
	
}
.theme-banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* .theme-banner .swiper-slide.swiper-slide-active a {
    transform: scale(1);
    transition: -webkit-transform 8s linear;
    -webkit-transform: scale(1);
    -webkit-transition: -webkit-transform 8s linear;
} */
.theme-banner .swiper-pagination{
	position: absolute;
	top: 50%;
	left: 93%;
	width: fit-content;
	height: fit-content;
	transform: translateY(-50%);
}
.theme-banner .swiper-pagination div{
	position: relative;
	display: block;
	width: 25px;
	height: 35px;
	margin: 8px 0;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background: none;
	font-family: 'gothambold';
}
.theme-banner .swiper-pagination div::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet{
	opacity: 1;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet b{
	opacity: 0;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet::after{
	opacity: 1;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet-active b{
	opacity: 1;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet-active::after{
	opacity: 0;
}

.theme-banner .swiper-wrapper .slide-video{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;

}
.theme-banner .swiper-wrapper .slide-video video{
	object-fit: fill;
	height: 100%;
	width: 100%;
	position: relative;

}

.play-btn {
    margin: auto;
    display: none;
    cursor: pointer;
    z-index: 99;
    position: absolute;
	width: 90px;
	height: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    top: 0;
}



.header-box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	min-width: 1280px;
	width: 100%;
	transition: none;
	background: rgba(27,27,27,.9);
}
.header-bg{
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.35);
}

.header-box .theme-container{

}
.logo{
	display: block;
	width: 315px;
	height: 90px;
	background: url(logo.png) center center/cover no-repeat;
	transition: all 0.5s;
	position: absolute;
	z-index: 99;
}
.header-color .logo,
.header-bg .logo{
	background-image: url(logo02.png);
}

.head-right{
	display: flex;
	float: right;
	justify-content: space-between;
}

.head-right nav {
    width: auto;
    float: right;
    height: 40px;
}

nav ul{
	display: flex;
}
nav ul li{
	margin: 0 10px 0 0;
}
nav > ul > li{
padding:  22px 0;
	
}
nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	transition: all 0.4s;
	padding: 0 20px;
	
}
nav > ul > li > a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: 0 auto;
	width: 100%;
	height: 0;
	background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
	z-index: -1;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}




.header-color nav > ul > li > a::after,
.header-bg nav > ul > li > a::after{
	background-color: #ed7020;
}
nav > ul > li > a:hover::after,
nav > ul > li > a.active::after{
	height: 100%;
	opacity: 1;
}


.header-color nav > ul > li > a,
.header-bg nav > ul > li > a{
	color: #000;
}


.header-search{
	width: 122px;
	margin-left: 45px;
	margin-right: 45px;
}
.header-search form{
	width: 100%;
	overflow: hidden;
	border-radius: 50px;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}
.header-search form input[type="text"]{
	width: 100%;
	font-size: 14px;
	padding: 0 0 0 40px;
	line-height: 44px;
	background-color: #3d3c3b;
	border: 0;
	box-sizing: border-box;
}
.header-search form [type="submit"]{
	position: absolute;
	right: 6px;
	width: 44px;
	height: 44px;
	background: url(search_icon.png) center no-repeat;
	background-size: 28px;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	z-index: 999;
	top: 0;
	left: 0;
}
.header-search:hover{
	width: 200px;
}

.header-sprache {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 15px;
	position: relative;
}
.header-sprache > a {
    display: block;
    font-size: 12px;
    color: #fff;
	border: 1px solid #666;
	border-radius: 50px;
	padding: 8px 18px;
}
.header-sprache > a i{
	margin-right: 10px;
	border-right: 1px solid #666;
	padding-right: 10px;
}
.header-sprache > a img{
	width: 18px;
	vertical-align: baseline;
}


.header-sprache .nav-item {
    width: auto;
    top: 64px;
	background: rgba(27,27,27,.9);
    padding: 24px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 9px 0px #1f354e33;
    left: 50%;
	position: absolute;
    white-space: nowrap;
   visibility: hidden;
	opacity: 0;
    transform: translate(-50%, -20px);
    transition: all .4s;
}
.header-sprache .nav-item a{
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 12px;
}
.header-sprache .nav-item a:hover{
	background: #333;
	border-radius: 10px;
}
.header-sprache .nav-item i{
	margin-right: 10px;
}
.header-sprache .nav-item img{
	width: 20px;
	vertical-align: baseline;
}
.header-sprache:hover .nav-item {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.header-box.active {
    position: fixed;
    top: 0;
    transform: translateY(-101%);
}
.header-box.active.slideDown, .header-box.active.slideUp {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header-box.active.slidedowm {
    transform: translateY(0);
}

/* 下拉菜单 */

.menu-list{
	position: absolute;
	top: 85px;
	width: 1200px;
	padding: 50px;
	left: 0;
	right: 0;
	z-index: 40;
	margin: 0 auto;
	text-align: left;
	background-color: #373737;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
	display: flex;
	justify-content: flex-start;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	pointer-events: none;
	opacity: 0;
	border-radius: 20px;
	cursor: auto;

}

.menu-list-left{
	float: left;
	width: 280px;
	border-right: 1px solid #313131;
}
.menu-list-left ol{
	width: 100%;
	overflow-y: auto;
}
.menu-list-left ol li{
	margin: 0;
}
.menu-list-left ol li a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;

}
.menu-list-left ol li a.on{
	color: #d9bd9b;
	font-weight: bold;
}
.menu-list-right{
	float: right;
	padding: 0 0 25px 0;
	box-sizing: border-box;
    width: 100%;
}
.menu-list-right dl{
	color: #fff;
}


.menu-list-right dl dt{
	font-size: 14px;
	margin-bottom: 15px;
}
.menu-list-right dl dd{
	color: #fff;
	padding: 10px;
	width:calc((100% - 50px )/5);
	line-height: 40px;
	display: flex;
	float: left;
	text-align: center;
	flex-direction: column;
	background: #fff;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.menu-list-right dl dd a{
	font-size: 14px;
	padding: 20px 0;
}
.menu-list-right dl dd img{
	width: 90px;
	margin: 0 auto;
	display: block;
}




.menu-list-right dl dd a:hover{
	color: #d9bd9b;
}
.menu-pro-img{
	float: right;
	width: 253px;
	height: 478px;
	overflow: hidden;
}
.menu-pro-img a:hover img{
	transform: scale(1.05,1.05);
}
.header-menu:hover .menu-list{
	pointer-events: auto;
	opacity: 1;
	
}

.mask-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
	z-index: 9;
}


/* 下拉菜单 end*/





.p-top{
	padding-top: 90px;
}
.head-user i{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 22px;
	height: 22px;
	background: url(user_icon.png) center no-repeat;
	cursor: pointer;
	background-size: cover;
}
.head-user a {
}

.head-user{
	position: relative;
	display: block;
	height: 90px;
	width: 40px;
}
.head-cart{
	position: relative;
	display: block;
	height: 90px;
	width: 40px;
}

.head-cart i{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 22px;
	height: 22px;
	background: url(cart_icon.png) center no-repeat;
	cursor: pointer;
	background-size: cover;
}

.head-cart.head-like i{
	background-image: url(like_icon.png);
}

.headcart{
	position: absolute;
	right: -18px;
	top: 80px;
	width: 550px;
	padding: 25px;
	background-color: #414141;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
	border-radius: 18px;
	display: none;
	  transition:all ease-in-out 0.3s;
	  -moz-transition:all ease-in-out 0.3s;
	  -ms-transition:all ease-in-out 0.3s;
	  -o-transition:all ease-in-out 0.3s;
	  -webkit-transition:all ease-in-out 0.3s;
}


.head-cart:hover .headcart{
	display: block;
}
/* .headcart::after{
	content: "";
	position: absolute;
	right: 29px;
	top: -20px;
	display: block;
	border-bottom: 10px solid #414141;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
} */
.headcart h3{
	color: #fff;
	font-size: 18px;
	font-family: 'BlueSkyStandard-Bold';
	margin-bottom: 20px;
}
.headcart-order{
	display: block;
	width: 95%;
	line-height: 50px;
	margin: 5% auto 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
	cursor: pointer;
}
.headcart-like{
	display: block;
	width: 95%;
	line-height: 50px;
	margin: 5% auto 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
	cursor: pointer;
}

.headcart ul{
	height: 330px;
	overflow-y: auto;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
}
.headcart .node{
	padding: 90px 0;
}
.headcart ul li{
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #505050;
}
.headcart ul li:last-child{
	border-bottom: 0;
}
.head-pro{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-pro-img{
	width: 24%;
	border-radius: 20px;
	overflow: hidden;
}
.head-pro-text{
	width: 50%;
	margin-right: 15%;
}
.head-pro-text h4{
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
}
.head-pro-text p{
	font-size: 14px;
	color: #b1b1b1;
	padding-bottom: 5px;
}

.headcart ul li strong{
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(del.png) center no-repeat;
	cursor: pointer;
}
.head-like .headcart ul li strong{
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(likes_icon.png) center no-repeat;
	cursor: pointer;
}

@media screen and (max-width:1680px) {

	nav > ul > li > a{
		font-size: 0.9375rem;
	}
	.head-search {
		height: 85px;
	}
	.head-search form {
		top: 85px;
	}
	.p-top{
		padding-top: 85px;
	}
	.head-cart,.head-user{
		height: 85px;
	}
	.logo {
	    width: 298px;
	    height: 85px;
	}

}
@media screen and (max-width:1440px) {

	nav > ul > li > a{
		font-size: 0.875rem;
	}
	.head-search {
		height: 80px;
	}
	.head-search form {
		top: 80px;
	}
	.p-top{
		padding-top: 80px;
	}
	.head-cart,.head-user{
		height: 80px;
	}
	
}


.theme-title{
	padding-bottom: 3.5%;
}
.theme-title h2{
	font-size: 2.5rem;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.1;
	background: radial-gradient(circle farthest-corner at center center, #e0b16f, #e0d8c1,#eed2a4,#e0b16f ) no-repeat;
	
	

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.theme-title p{
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.4;
}



.theme-title h2.white{
	color: #fff;
	background: inherit;
	-webkit-text-fill-color: currentColor;
}

.theme-inabout{
	padding: 2% 0 5% 0;
	background-size: cover;
	position: relative;
}

.theme-introduce{
	padding: 5% 0 10% 0;
	background: url(../images/introduce.jpg) no-repeat  top center;
	background-size: cover;
	position: relative;
}
.theme-introduce-t{
	display: flex;
	justify-content: center;
	
}
.theme-introduce-t ul{
	width: 100%;
	padding:6% 5%;
	background: #fff;
	position: relative;
	border-radius: 20px;
}

.theme-introduce-t ul li{
	width: 25%;
	float: left;
	display: flex;
    flex-direction: column;
    padding: 25px 30px;
}
.theme-introduce i{
	position: absolute;
	width: 25%;
	padding-bottom: 18.5vw ;
	background: url(../images/introduce_img.png) no-repeat;
	background-size: cover;
	right: 0;
	bottom: 5%;
	z-index: 9;
}



.theme-introduce-text{
	height: 21.2vw;
	width: 65%;
	min-height: 275px;
	padding: 8% 0% 0% 0%;
}
.theme-introduce-text h3{
	font-size: 40px;
	line-height: 1.6;
	font-family: 'BlueSkyStandard-Bold';
	color: #fff;
}
.theme-introduce-text p{
	font-size: 18px;
	line-height: 1.5;
	color: #b7b7b7;
}


.theme-video{
	padding: 5% 0;
	background: #474747;
	position: relative;
	border-radius:0 80px 0 0 ;
}
.theme-video-img{
	position: absolute;
	width: 25%;
	padding-bottom: 18.5vw;
	background: url(../images/index_img01.png) no-repeat;
	background-size: 174px;
	left: 0;
	top: -145px;
	z-index: 9;
}


.theme-video .swiper-slide {
    width: 30.625%;
    margin-right: 3%;
    overflow: hidden;
    transition: .36s ease;
	overflow: hidden;
	border-radius: 20px;
    position: relative;
}
.swiper-product {
    padding: 0 9.3333333335%;
}


.theme-video .swiper-slide .theme-pro-img{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	transition: .36s ease;
	
	transform-origin: center;
}

.theme-video .swiper-slide i{

    line-height: 1;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 100px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 41%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}
/* .theme-video .swiper-slide::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    pointer-events: none;
}
.theme-video .swiper-slide:hover::after {
    width: 340px;
    height: 340px;
    opacity: 0;
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 */

.theme-video .swiper-slide .item_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.theme-video .swiper-slide:hover .item_mask {
    opacity: 1;
}

.theme-pro-text{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding-top: 115px;
	z-index: 9;
}
.theme-pro-text h3{
	font-size: 1.5rem;
	line-height: 1.8;
	color: #fff;
	opacity: 0;
	transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.theme-pro-text p{
	font-size: 1.125rem;
	color: #fff;
}

.theme-video .swiper-slide:hover .theme-pro-text h3{
	  opacity: 1;
}


.swiper-product{
	margin-bottom: 1.5%;
	width: 100%;
}

.theme-video .theme-title {
	float: left;
}

.theme-video .theme-video-pn{
	position: relative;
    top: 0;
    right: 42px;
    width: 200px;
    float: right;
	display: flex;
	justify-content: space-between;
}
.theme-video .theme-video-pn .webpro-prev{
	right: 5vw;
	left: auto;
}

.webpro-prev,
.webpro-next{
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	width: 4vw;
	height: 4vw;
	max-width: 78px;
	max-height: 78px;
	min-width: 55px;
	min-height: 55px;
	cursor: pointer;
	border-radius: 50%;
}
.webpro-prev{
	left: 3%;
	background: url(../images/pro_prev.png) top center/100% auto no-repeat #4f4f4f;
}
.webpro-next{
	right: 3%;
	background: url(../images/pro_next.png) top center/100% auto no-repeat #4f4f4f;
}
.swiper-product:hover .webpro-prev,
.swiper-product:hover .webpro-next{
	opacity: 1;
}
.webpro-prev:hover,
.webpro-next:hover{
	background-color: #d9bd9b;
	background-position: 0 100%;
}
.webpro-prev.swiper-button-disabled,
.webpro-next.swiper-button-disabled{
	cursor: no-drop;
}
/* .swiper-product:hover .webpro-prev.swiper-button-disabled,
.swiper-product:hover .webpro-next.swiper-button-disabled{
	opacity: 0;
} */


.context{
	position: absolute;
	left: 10%;
	top: 50%;
	max-width: 40em;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

picture {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
picture img {
    max-width: 100%;
    width: 100%;
}

.context a.btn-more {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFF;
    position: relative;
    padding: 18px 32px;
    border-radius: 30px;
    overflow: hidden;
    opacity: 1;
	margin-top: 30px;
}

.context a.btn-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
    opacity:1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: -1;
}
.context a.btn-more:hover {
	padding: 18px 50px;
}


.theme-preparation .context{
	top: 36%;
}
.theme-preparation-list{
	padding: 5% 0 15% 0;
	background: #333333;
	position: relative;
	border-radius: 80px 80px 0 0;
	margin-top: -0;
}
.theme-preparation-list .preparation-list-img{
	border-radius: 20px;
	overflow: hidden;
}
.theme-preparation-list .preparation-list-img:hover img{
transform: scale(1.04,1.04);
}

.theme-preparation-list .preparation-list-text{
	padding: 20px 0;
	color: #fff;
}
.preparation-list-text h3{
	font-size: 22px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.6;
	margin-bottom: 10px;
}
.preparation-list-text p{
	font-size: 16px;
	line-height: 1.6;
	color: #b7b7b7;
}

.preparation-pn{
	position: relative;
    right: 0;
	bottom: -100px;
    width: 200px;
	margin: 0 auto;
	display: block;
}
.preparation-pn .webpro-prev{
	right: 5vw;
	left: auto;
}

.theme-cooking{
	margin-top: -0;
}
.theme-cooking .context{
	max-width: 26em;
	top: 52%;
}

.theme-cooking-list {
    padding: 5% 0 0% 0;
    background: #333333;
    position: relative;
}
.swiper-cooking{
	width: 100%;
	padding: 0 9.3333333335%;
}

.swiper-cooking .swiper-slide {
    width: 35.625%;
    margin-right: 3%;
    overflow: hidden;
    transition: .36s ease;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}


.theme-cooking-list .cooking-list-img{
	border-radius: 20px;
	overflow: hidden;
}
.theme-cooking-list .cooking-list-img:hover img{
transform: scale(1.04,1.04);
}

.theme-cooking-list .cooking-list-text{
	padding: 20px 0;
	color: #fff;
}
.cooking-list-text h3{
	font-size: 22px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.6;
	margin-bottom: 10px;
}
.cooking-list-text p{
	font-size: 16px;
	line-height: 1.6;
	color: #b7b7b7;
}



.theme-productshow {
    padding: 5% 0 5% 0;
    background: #333333;
    position: relative;
}
.pro-scrollbar {
    margin: 75px auto 0;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #494949;
	border-radius: 10px;
}
.pro-scrollbar .swiper-scrollbar-drag {
    background: #ffffff;
	border-radius: 10px;
}

.pro-pagination{
	padding-top: 3%;
}
.pro-pagination span.swiper-pagination-bullet-active{
	background-color: #fff;
}

.pro-pagination .swiper-pagination-bullet{
	background: #fff;
}


.productshow-img{
	border-radius: 20px;
	overflow: hidden;
}
.productshow-img:hover img{
	transform: scale(1.04,1.04);
}

.productshow-text{
	padding: 20px 0;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.productshow-text h3{
	font-size: 18px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.6;
	margin-bottom: 10px;
}
.productshow-text p{
	font-size: 16px;
	line-height: 1.6;
	color: #b7b7b7;
}

.productshow-text a.btn-more {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    padding: 18px 32px;
    border-radius: 30px;
    overflow: hidden;
    opacity: 0;
	margin-top: 0;
}

.productshow-text a.btn-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
    opacity:1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: -1;
}

.theme-productshow .swiper-slide:hover .productshow-text a.btn-more{
	opacity: 1;
	margin-top: 45px;
}

.theme-productshow .swiper-slide:hover  .productshow-text p{
	opacity: 0;
}





.theme-foods{
	padding: 5% 0;
	background: #242424;
	position: relative;
}

.theme-foods .swiper-slide {
    width: 55.625%;
	max-width: 793px;
    margin-right: 3%;
    overflow: hidden;
    transition: .36s ease;
	overflow: hidden;
	border-radius: 20px;
    position: relative;
}
.swiper-food {
    padding: 0 9.3333333335%;
}

.theme-foods .swiper-slide .theme-foods-img{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	transition: .36s ease;
	transform-origin: center;
}

.theme-foods-text{
	width: 40%;
	right: 4%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.theme-foods-text h3{	
	font-size: 1.5rem;
	line-height: 1.8;
	color: #fff;
	transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.theme-foods-text p{
	font-size: 16px;
	line-height: 1.5;
	color: #d0d0d0;
}
.food-pagination {
    padding-top: 3%;
	text-align: center;
}
.food-pagination span.swiper-pagination-bullet-active{
	background-color: #fff;
	
}

.food-pagination .swiper-pagination-bullet{
	background: #fff;
}
.theme-foods-text a.btn-more {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFF;
    position: relative;
    padding: 18px 32px;
    border-radius: 30px;
    overflow: hidden;
    opacity: 0;
	margin-top: -30px;
}

.theme-foods-text a.btn-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
    opacity:1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: -1;
}

.theme-foods .swiper-slide:hover .theme-foods-text a.btn-more{
	opacity: 1;
	margin-top: 30px;
}

.theme-cutlery{
}
.theme-cutlery .context{
	max-width: 26em;
	top: 30%;
}

.theme-cutlery-list{
	padding: 5% 0;
}

.theme-cutlery-list ul {
    display: flex;
    justify-content: space-between;
}

.theme-cutlery-list ul li {
    width: 18.4vw;
    border-radius: 15px;
	overflow: hidden;
}

.theme-furniture{
	padding: 5% 0;
	background: #252525;
}

.theme-furniture ul {
	display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 45px;
    grid-template-columns: repeat(3,1fr);
	grid-template-rows:40.5% 40.5%;

}

.theme-furniture ul li {
    pointer-events: auto;
}
.theme-furniture ul li p{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 10px;
}
/* .theme-furniture ul li img{
	vertical-align: bottom;
	border-radius: 8px;
} */
.theme-furniture ul li div{
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.theme-furniture ul li div img{
	object-fit: cover;
	height: 100%;
}

.furniture-01 {
    grid-area: 1/1/span 2/span 1;
}


.theme-outdoors-list{
	background: #333333;
	position: relative;
}
.theme-outdoors-list::after{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 150px;
	background: #252525;
}
.theme-outdoors-list .context{
    max-width: 60em;
	top: 36%;
	left: 6%;
}
.theme-outdoors-list .context p{
	width: 70%;
}

@media screen and (max-width:1580px) {

	.theme-outdoors-list .context {
		max-width: 45em;
		top: 40%;
		left: 6%;
	}

}
@media screen and (max-width:1440px) {
	.theme-outdoors-list .context{
	    max-width: 42em;
		top: 40%;
		left: 6%;
	}
	.theme-outdoors-list .context p{
		width: 78%;
	}
	
	
}

.theme-outdoors-list .swiper-container{
	border-radius: 20px;
	overflow: hidden;
}
.outdoors-pagination{
	padding-bottom: 2%;
	padding-left: 3%;
	position: absolute;
	z-index: 99;
	text-align: left;
}
.outdoors-pagination span.swiper-pagination-bullet-active{
	background-color: #fff;
}

.outdoors-pagination .swiper-pagination-bullet{
	background: #fff;
}

.index_msg{
	background: url(../images/index_msg.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 0 12%;
	height: 56.677vw;
	color: #fff;
}
.footer_con {
    position: relative;
	background: #252525;
	overflow: hidden;
	width: 100%;
	
}
.footer_con::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 110px;
    background: #2f2f2f;
	z-index: 0;
}
.footer_con ul {
    display: flex;
    justify-content: space-between;
	padding: 4% 16%;
	background: #414141;
	border-radius: 40px;
	z-index:9;
	position: relative;
}
.footer_con ul li{
	text-align: center;
	justify-content: center;
}
.footer_con ul li p{
	padding-bottom: 20px;
	color: #fff;
	font-size: 18px;
}
.footer_con ul li img{
	text-align: center;
	max-width: fit-content;
	border-radius: 5px;
}
.footer_con ul li a {
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
	margin: 0 5px ;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}











.theme-about-content{
	width: 100vw;
	padding-top: 8.3%;
	min-width: 1280px;
	text-align: center;
	height: 51.30vw;
	min-height: 657px;
	overflow: hidden;
}
.theme-about-img{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	width: 65%;
	height: 100%;
	background: url(../images/index_about.jpg) center center/cover no-repeat;
	/* transform: scale(1); */
	transform: translate(-50%,-50%);
	overflow: hidden;
	transition: all 1.3s;
}
.theme-about-img.change{
	width: 100%;
}
.theme-about-text{
	position: relative;
	z-index: 1;
}
.theme-about-content h4{
	font-family: "BlueSkyStandard-Bold";
	font-size: 1.875rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 0.6%;
}
.theme-about-content p{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 5%;
}
.theme-about-link a{
	display: inline-block;
	width: 310px;
	font-size: 1.125rem;
	line-height: 68px;
	color: #fff;
	height: 70px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 40px;
	margin: 0 1%;
	cursor: pointer;
}
.theme-about-link a img{
	width: 35px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 6px;
}
.theme-about-link a:hover{
	background-color: #ed7020;
	border-color: #ed7020;
}

.theme-about-info{
	margin-top: -3%;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.theme-about-info ol{
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: space-between;
	padding: 4% 4%;
}
.theme-about-info ol li h4{
	font-size: 3.125rem;
	line-height: 1.5;
	color: #ed7020;
}
.theme-about-info ol li h4 em{
	font-style: normal;
	font-size: 1rem;
	vertical-align: text-top;
}
.theme-about-info ol li p{
	font-size: 0.875rem;
	line-height: 1.8;
	color: #5a5a5a;
}

.theme-depa{
	padding: 5% 0;
}
.theme-depa .theme-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.theme-depa-left{
	position: relative;
	width: 51.4375%;
	border-radius: 14px;
	overflow: hidden;
	cursor: pointer;
}
.theme-depa-left img{
	width: 100%;
}
.theme-depa-left:hover img{
	transform: scale(1.04,1.04);
}
.theme-depa-right{
	width: 36%;
	margin-right: 5%;
}
.theme-depa-text{
	font-size: 1.25rem;
	line-height: 1.6;
	color: #5a5a5a;
	margin: 2% 0 8%;
}
.theme-posi{
	width: 100vw;
	height: 38.54vw;
	min-width: 1280px;
	min-height: 506px;
	padding-top: 9%;
	background: url(../images/index_posi.jpg) center center/cover no-repeat;
}
.theme-posi-text{
	width: 32.258%;
}
.theme-posi-desc{
	font-size: 20px;
	line-height: 1.8;
	color: #fff;
}
.theme-faq .theme-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.theme-faq-right{
	width: 29.58333vw;
	height: 41.66666vw;
	min-height: 586px;
	min-width: 415px;
	max-width: 568px;
	max-height: 800px;
	background: url(../images/index_faq.jpg) center bottom/100% auto no-repeat;
}
.theme-faq-right h2 span{
	color: #ed7020;
}
.theme-faq-text{
	padding: 25%  0 10% 20% ;
}
.theme-faq-text p{
	font-size: 16px;
	line-height: 1.8;
	color: #5a5a5a;
}
.theme-faq-left{
	width: 58%;
	height: 100%;
}
.theme-faq-left ul{
	border-top: 2px solid #f2f2f2;
}
.theme-faq-left ul li{
	padding: 20px 40px;
	border-bottom: 2px solid #f2f2f2;
}
.theme-faq-left ul li p{
	display: none;
	font-size: 16px;
	line-height: 1.4;
	color: #a7abad;
}
.theme-faq-left ul li h4{
	position: relative;
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	color: #343434;
}
.theme-faq-left ul li.on p{
	padding-top: 12px;
	display: block;
}
.theme-faq-left ul li i{
	position: absolute;
	left: -40px;
	top: 8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.theme-faq-left ul li i::after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	background-color: #cecece;
}
.theme-faq-left ul li i::before{
	content: "";
	position: absolute;
	width: 2px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	background-color: #cecece;
}
.theme-faq-left ul li.on i::before{
	width: 0;
}
.theme-faq-left ul li.on i::after{
	background-color: #ed7020;
}

.theme-contact{
	padding: 50px 0;
	background-color: #fff6e8;
}
.theme-contact ul{
	display: flex;
	justify-content: space-between;
}
.theme-contact ul li:nth-child(1){
	width: 35%;
}
.theme-contact ul li p{
	font-size: 18px;
	line-height: 1.6;
	color: #656565;
}
.theme-add{
	display: block;
	width: 24px;
	height: 34px;
	margin-bottom: 8px;
	background: url(../images/index_add.png) center no-repeat;
}
.theme-tel{
	display: block;
	width: 29px;
	height: 34px;
	margin-bottom: 8px;
	background: url(../images/index_tel.png) center no-repeat;
}
.theme-email{
	display: block;
	width: 28px;
	height: 34px;
	margin-bottom: 8px;
	background: url(../images/index_email.png) center no-repeat;
}
.theme-web{
	display: block;
	width: 24px;
	height: 34px;
	margin-bottom: 8px;
	background: url(../images/index_web.png) center no-repeat;
}

.theme-certificate{
	padding: 5% 0;
	background-color: #f8f8f8;
}

.cer-pagination{
	padding-top: 3%;
	text-align: center;
}
.cer-pagination span.swiper-pagination-bullet-active{
	background-color: #ed7020;
}
.theme-hotpro{
	padding: 4% 0 2%;
}
.theme-hotpro .theme-container{
	display: flex;
	justify-content: space-between;
}
.swiper-hot{
	width: 72%;
	margin: 0;
}
.swiper-hot .swiper-slide{
	padding: 15px;
}
.swiper-hot .swiper-slide a{
	display: block;
	text-align: center;
	border-radius: 12px;
	padding-bottom: 5%;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.08);
}
.swiper-hot .swiper-slide img{
	margin-bottom: 5%;
}
.swiper-hot .swiper-slide h3{
	font-size: 22px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.6;
	color: #000;
}
.swiper-hot .swiper-slide p{
	font-size: 16px;
	line-height: 1.6;
}
.theme-hotpro-left{
	padding-top: 25px;
}
.theme-hotpro-left .theme-title{
	margin-bottom: 15%;
}
.hot-prev,.hot-next{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.4s;
}
.hot-prev{
	margin-right: 15px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}
.hot-next{
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}
.hot-prev:hover,
.hot-next:hover{
	background-color: #ed7020;
	background-position: 0 100%;
}

.theme-info{
	position: relative;
}
.theme-info::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #fff6e8;
}
.theme-info .theme-container{
	position: relative;
	z-index: 10;
}
.theme-info-box{
	padding: 4%;
	display: flex;
	justify-content: space-between;
	border-radius: 40px;
	background-color: #ed7020;
}
.theme-info-box em{
	display: block;
	width: 1px;
	height: 5vw;
	min-height: 50px;
	background-color: #f18d4d;
}
.theme-info-text{
	padding-left: 60px;
	cursor: pointer;
}
.theme-info-01{
	background: url(../images/theme_info_01.png) left top no-repeat;
}
.theme-info-02{
	background: url(../images/theme_info_02.png) left top no-repeat;
}
.theme-info-03{
	background: url(../images/theme_info_03.png) left top no-repeat;
}
.theme-info-04{
	background: url(../images/theme_info_04.png) left top no-repeat;
}
.theme-info-text h3{
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}
.theme-info-text h3 i{
	display: inline-block;
	margin-left: 14px;
	width: 8px;
	height: 16px;
	background: url(../images/theme_icon.png) center center/cover no-repeat;
}
.theme-info-text dl dd{
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	padding-left: 10px;
}
.theme-info-text dl dd::before{
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}


.footer{
	padding: 4% 0 8% 0;
	background-color: #1f1f1f;
}
.footer .theme-container{
	display: flex;
	justify-content: space-between;
}
.foot-left{
	width: 25%;
	max-width: 380px;
	margin-right: 10%;
}
.foot-left h3{
	font-family: 'BlueSkyStandard-Bold';
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 30px;
}
.foot-left form{
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.7);
}
.foot-left input[type="text"]{
	float: left;
	width: calc(100% - 80px);
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	line-height: 45px;
	border: 0;
	background: none;
}
.foot-left input[type="text"]::placeholder{
	color: rgba(255,255,255,.7);
}
.foot-left input[type="submit"]{
	float: right;
	width: 80px;
	height: 45px;
	border: 0;
	background: url(search_icon.png) center center/40% auto no-repeat;
}
.links{
	padding-top: 30px;
}
.links a{
	display: inline-block;
	font-size: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
}
.links a:hover{
	background-color: rgba(255,255,255,.3);
}


.footer dl dt{
	font-size: 22px;
	font-family: 'BlueSkyStandard-Bold';
	font-weight: bold;
	margin-bottom: 18px;
	background: radial-gradient(circle farthest-corner at center center, #e0b16f,#e0d8c1,#eed2a4 ) no-repeat;
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	
}
.footer dl dt i{
	padding-right: 10px;
}
.footer dl dd {
	font-size: 16px;
	color: #fff;
	padding-left: 22px;
	line-height: 2;
}

.copy-box{
	color: #fff;
	font-size: 16px;
	background-color: #1e1e1e;
	padding-bottom: 3%;

}
.copy-box-c{
	display: flex;
	justify-content: space-between;
	text-align: center;
	overflow: hidden;
}

.copy-box-c .policies a{
	margin-left: 20px;
}

.copy-box-c p,.copy-box-c a{
	width: 36%;
	line-height: 54px;
	
}
.copy-box p{
	text-align: left;
	font-size: 14px;
}
.copy-box a{
	text-align: right;
	color: #fff;
}
.copy-box img{
	max-width: 216px;
	margin: 0 auto;
	text-align: center;
}

.theme-msg{
	display: none;
	width: 644px;
	height: 500px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10001;
	background-color: #fff;
	margin: -250px 0 0 -322px;
	border-radius: 10px;
	opacity: 0;
	animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}
.theme-msg h3{
	line-height: 65px;
	font-size: 20px;
	padding: 0 30px;
	color: #000;
	border-bottom: 1px solid #e0e0e0;
}
.theme-msg h3 i{
	float: right;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-top: 13px;
	background: url(closed.jpg) center center/cover no-repeat;
}
.theme-msg-box{
	padding: 30px 40px 0;
}
.theme-msg-box p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}
.theme-msg-box input[type="text"]{
	width: 427px;
	line-height: 50px;
	border:0;
	padding: 0 20px;
	font-size: 16px;
}
.theme-msg-item{
	position: relative;
	border-bottom: 1px solid #737373;
	margin-bottom: 15px;
}
.theme-msg-item em{
	position: absolute;
	line-height: 50px;
	font-size: 16px;
	font-style: normal;
	right: 0;
	top: 0;
}
.theme-submit{
	padding-top: 15px;
}
.theme-msg-box input[type="submit"]{
	width: 100%;
	line-height: 58px;
	font-size: 16px;
	color: #fff;
	background-color: #ed7121;
	border-radius: 30px;
}
.mais_bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@media screen and (max-width:1680px) {
	.theme-title h2{
		font-size: 2.1875rem;
	}
	
	.theme-video-img{
		background-size: 144px;
	}
	
	.footer dl dt{
		font-size: 18px;
		margin-bottom: 14px;
	}
	.footer dl dd {
		font-size: 14.5px;
	}
	.foot-left h3{
		font-size: 21px;
		margin-bottom: 25px;
	}
	.foot-left input[type="text"]{
		width: calc(100% - 75px);
		font-size: 13px;
		padding: 0 18px;
		line-height: 42px;
	}
	.foot-left input[type="submit"]{
		width: 75px;
		height: 42px;
	}
	.links{
		padding-top: 25px;
	}
	.links a{
		font-size: 18px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	
	.copy-box{
		font-size: 15px;
		line-height: 55px;
	}
}
@media screen and (max-width:1580px) {
	.theme-video-img {
	    background-size: 134px;
	}
	
}
@media screen and (max-width:1440px) {
	.theme-title h2{
		font-size:1.875rem;
	}
	.theme-title p {
		font-size:1rem;
	}
	
	.menu-list {
	    width: 780px;
	}

	.theme-video-img {
	    background-size: 115px;
		top: -108px;
	}
	.theme-introduce-text {
	    height: 26.2vw;
	}
	.theme-introduce-text h3{
		font-size: 31px;
		line-height: 1.4;
	}
	.footer dl dt{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.footer dl dd{
		font-size: 13px;
	}
	.foot-left h3{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.foot-left input[type="text"]{
		width: calc(100% - 70px);
		font-size: 12px;
		padding: 0 16px;
		line-height: 40px;
	}
	.foot-left input[type="submit"]{
		width: 70px;
		height: 40px;
	}
	
	
	.links{
		padding-top: 20px;
	}
	.links a{
		font-size: 16px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.copy-box{
		font-size: 14px;
		line-height: 60px;
	}
	.copy-box p {
	    text-align: left;
	    font-size: 12px;
	}
}

.con-ban{
    position: relative;
    width: 100%;
    min-width: 1280px;
	height: 38.2vw;
	min-height: 523px;
    overflow: hidden;
}
.con-ban div.banitem,
.about-ban div.banitem{
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 0;
    width: 110vw;
	min-width: 1430px;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: translateX(-5%);
}

@-webkit-keyframes subs {
	0% {
		-webkit-transform:translateX(-5%)
	}
	100% {
		-webkit-transform:translateX(0)
	}
}

.tact-center{
	position: absolute;
	left:0;
	top: 30%;
	transform: translateY(-50%);
}
.tact-center h2{
	font-size: 3.2rem;
	line-height: 2;
	color: #fff;
	text-transform: uppercase;
}
.tact-center p{
	font-size: 1.4em;
	line-height: 20px;
	color: #fff;
}

.about-ban{
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 42.25vw;
	min-width: 1280px;
	min-height: 552px;
	background: url(../images/about.jpg) center center/cover no-repeat;
}


.about-01{
	background-color: #1b1b1b;
}
.about-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.5%;
}

.about-num{
	position: relative;
	z-index: 1;
	margin-top: -4%;
	padding-top: 4%;
	border-radius: 14px;
	background-color: #252525;
	overflow: hidden;
}
.about-num ul{
	padding: 0% 6% 6%;
	overflow: hidden;

}
.about-num ul li{
	width:calc((100% / 2) - 20px);
	display: flex;
	float: left;
	flex-direction: column;
	margin-right: 20px;	
	margin-bottom: 20px;
	padding:50px 40px;
	border-radius: 20px;
	background: #414141;
	position: relative;
	overflow: hidden;
}
.about-num ul li:nth-child(2n) {
    margin-right: 0;
}


.about-num ul li h4{
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1.2;
	    background: radial-gradient(circle farthest-corner at center center, #e0b16f,#e0d8c1,#eed2a4 ) no-repeat;
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	
}
.about-num ul li h4 em{
	font-weight: normal;
	font-style: normal;
	font-size: 1.25rem;
	vertical-align: text-top;
	margin-left: 3px;
}
.about-num ul li h4 b{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 110px;
}


.about-num ul li p{
	font-size: 1rem;
	line-height: 1.5;
	color: #ffffff;
}



.about-02{
	background-color: #f6f6f6;
}
.about-02 ul{
	display: flex;
	justify-content: space-between;
}
.about-02 ul li{
	width: 31.35%;
}
.about-02 ul li div{
	border-radius: 10px;
	overflow: hidden;
}
.about-02 ul li div img{
	width: 100%;
}


.about-02 ul li h4{
	font-family: 'BlueSkyStandard-Bold';
	font-size: 1.125rem;
	line-height: 1.3;
	color: #000;
	margin: 5% 0 3%;
}
.about-02 ul li p{
	font-size: 0.875rem;
	color: #6f6f6f;
	line-height: 1.6;
}
.about-03{
	position: relative;
	width: 100vw;
	height: 41.4vw;
	/* pointer-events: none; */
	background:#000000 url(../images/about-03.jpg) no-repeat center;
	background-size:cover;
	
}


@media screen and (max-width:1680px) {
	.about-num ul li{
		padding: 42px 40px;
	}
	
	.about-num ul li h4{
		font-size: 24px;
	}
	.about-num ul li h4 em{
		font-size: 1.125rem;
	}
	.about-num ul li p{
		font-size: 0.875rem;
	}
	.about-02 ul li h4{
		font-size: 1rem;
	}
	.about-02 ul li p{
		font-size: 0.8125rem;
	}
	.about-factory p{
		font-size: 1rem;
	}
	.about-04 ul li h3{
		font-size: 1.375rem;
	}
	.about-04 ul li p{
		font-size: 0.875rem;
	}
	.about-05 .swiper-slide h3{
		font-size: 1rem;
	}
	.tact-center h2{
		font-size: 2.7rem;
	}
	.tact-center p{
		font-size: 1.1em;
	}
}
@media screen and (max-width:1440px) {
	.about-num ul li {
	    padding: 32px 30px;
	}
	.about-num ul li h4 b {
	    width: 79px;
	}
	.about-desc h3{
		font-size: 1.25rem;
	}
	.about-desc p{
		font-size: 0.75rem;
	}
	.about-num ul li h4{
		font-size: 22px;
	}
	.about-num ul li h4 em{
		font-size: 1rem;
	}
	.about-num ul li p{
		font-size: 0.875rem;
	}
	.about-02 ul li h4{
		font-size: 0.875rem;
	}
	.about-02 ul li p{
		font-size: 0.75rem;
	}
	.about-factory p{
		font-size: 0.875rem;
	}
	.about-04 ul li h3{
		font-size: 1.125rem;
	}
	.about-04 ul li p{
		font-size: 0.75rem;
	}
	.about-05 .swiper-slide h3{
		font-size: 0.875rem;
	}
	.tact-center h2{
		font-size: 2.3rem;
	}
	.tact-center p{
		font-size: 1em;
	}
}



.projects-container{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.projects-container h3{
	font-family: 'BlueSkyStandard-Bold';
	font-size: 6.875rem;
	text-transform: uppercase;
	color: #fff;
}
.projects-01{
	padding: 5% 0;
}
.projects-01 .theme-title{
	padding-bottom: 2%;
}
.projects-text{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	height: 28.645vw;
	min-height: 377px;
	border-radius: 22px;
	margin: 4% 0;
	background-color: #f19147;
}
.project-img{
	position: absolute;
	width: 61.54%;
	min-width: 648px;
	right: -2%;
	top: -10%;
	pointer-events: none;
}
.projects-desc{
	width: 440px;
	margin-left: 4.5%;
}
.projects-desc ul li{
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
}
.projects-desc ul li:last-child{
	margin-bottom: 0;
}
.projects-desc ul li i{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 80px;
}
.projects-desc ul li:nth-child(1) i{
	background: url(../images/projects_01.png) center center/cover no-repeat;
}
.projects-desc ul li:nth-child(2) i{
	background: url(../images/projects_02.png) center center/cover no-repeat;
}
.projects-desc ul li:nth-child(3) i{
	background: url(../images/projects_03.png) center center/cover no-repeat;
}
.projects-desc ul li h3{
	font-family: 'BlueSkyStandard-Bold';
	font-size: 1.875rem;
	line-height: 2;
	color: #fff;
}
.projects-desc ul li p{
	font-family: "arial";
	font-size: 1.125rem;
	line-height: 1.5;
	opacity: .7;
	color: #fff;
}
.projects-02{
	pointer-events: none;
	padding: 5% 0;
	background-color: #f4f4f4;
}
.projects-03{
	padding-bottom: 5%;
}
.projects-msg{
	margin-top: -3%;
	padding: 4%;
	border-radius: 20px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
	background-color: #fff;
}
.projects-font{
	font-size: 1.125rem;
	color: #7f7f7f;
	margin-top: 1%;
}
.con-name,
.con-email,
.con-tel{
	position: relative;
	float: left;
	width: calc(94%/3);
	margin-bottom: 2%;
}
.con-name,
.con-email{
	margin-right: 3%;
}
.con-msg input[type="text"]{
	width: 100%;
	padding: 0 14px;
	font-size: 16px;
	font-family: BlueSkyStandard;
	line-height: 60px;
	border: 0;
}
.con-msg input[type="text"]::input-placeholder{
	color: #999;
}
.con-msg textarea{
	width: 100%;
	height: 150px;
	font-size: 16px;
	padding: 0 14px;
	font-family: BlueSkyStandard;
	line-height: 25px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
.con-submit{
	padding-top: 2.5%;
}
.con-submit input[type="submit"]{
	display: block;
	width: 385px;
	line-height: 64px;
	font-size: 18px;
	color: #fff;
	border: 0;
	margin: 0 auto;
	border-radius: 30px;
	text-transform: uppercase;
	font-family: BlueSkyStandard;
	background-color: #ed7121;
}

.con-msg em{
	font-size: 16px;
	line-height: 65px;
	position: absolute;
	right: 14px;
	top: 0;
	font-style: normal;
}
.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}
.con-choice{
	width: 62%;
    float: left;
	position: relative;
	margin-bottom: 12px;
}
.con-choice-t {
	font-size: 20px;
	margin-bottom: 20px;
}

.con-choice button {
    width: 45%;
    padding: 0 20px;
    line-height: 50px;
    text-align: left;
    box-sizing: border-box;
    background-color: #414141;
    border-radius: 6px;
	border: 1px solid #676767;
	cursor: pointer;
	color: #fff;
}
.con-choice button::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 20px;
    display: block;
    width: 14px;
    height: 10px;
    background: url(sub.png) center center/cover no-repeat;
}
.user-btn-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 20;
    width: 45%;
	height: 200px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    background-color: #fff;
	overflow-y: auto;
    border-radius: 4px;
}
.user-btn-menu a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
    line-height: 40px;
    box-sizing: border-box;
}
.user-btn-menu a:hover {
    background-color: #ccc;
}

@media screen and (max-width:1680px) {
	.projects-container h3{
		font-size: 5.625rem;
	}
	.projects-desc ul li{
		width: 400px;
		padding-left: 90px;
		margin-bottom: 25px;
	}
	.projects-desc ul li i{
		width: 70px;
		height: 70px;
	}
	.projects-desc ul li h3{
		font-size: 1.5625rem;
	}
	.projects-desc ul li p{
		font-size: 1rem;
	}
	.projects-font{
		font-size: 1rem;
	}
	.con-msg input[type="text"]{
		font-size: 0.875rem;
		line-height: 50px;
		padding: 0 10px;
	}
	.con-msg em{
		font-size: 0.875rem;
		line-height: 50px;
		right: 10px;
	}
	.con-msg textarea{
		padding: 0 10px;
		font-size: 0.875rem;
		height: 130px;
	}
	.con-submit input[type="submit"]{
		width: 360px;
		font-size: 1rem;
		line-height: 60px;
	}
}
@media screen and (max-width:1440px) {
	.projects-container h3{
		font-size: 4.375rem;
	}
	.projects-desc ul li{
		width: 360px;
		padding-left: 80px;
		margin-bottom: 20px;
	}
	.projects-desc ul li i{
		width: 60px;
		height: 60px;
	}
	.projects-desc ul li h3{
		font-size: 1.25rem;
	}
	.projects-desc ul li p{
		font-size: 0.875rem;
	}
	.projects-font{
		font-size: 0.875rem;
	}
	.con-msg input[type="text"]{
		font-size: 0.75rem;
		line-height: 45px;
		padding: 0 5px;
	}
	.con-msg em{
		font-size: 0.75rem;
		line-height: 45px;
		right: 5px;
	}
	.con-msg textarea{
		padding: 0 5px;
		font-size: 0.75rem;
		height: 110px;
	}
	.con-submit input[type="submit"]{
		width: 340px;
		font-size: 0.875rem;
		line-height: 55px;
	}
}


.con-ban .theme-container{
	height: 100%;
}
.con-title{
	position: absolute;
	left: 0;
	bottom: 12%;
}
.con-title h3{
	font-size: 3.75rem;
	line-height: 1.3;
	color: #fff;
	font-family: 'BlueSkyStandard-Bold';
}
.service-01{
	padding: 4% 0;
}
.service-font{
	margin-top: 0.5%;
	font-size: 18px;
}
.service-01 ul{
	display: flex;
	justify-content: space-between;
}
.service-01 ul li{
	width: calc(95%/4);
	padding: 7% 0 5%;
	text-align: center;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.service-01 ul li h3{
	font-size: 55px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.1;
	margin-bottom: 4%;
	color: #ed7020;
}
.service-01 ul li h4{
	font-size: 16px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1;
	margin-bottom: 8%;
	color: #ed7020;
}
.service-01 ul li p{
	width: 80%;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
}
.service-02{
	padding: 5% 0;
	background-color: #f4f4f4;
}
.service-02-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-02-img{
	pointer-events: none;
	width: 53.935%;
	border-radius: 20px;
	overflow: hidden;
}
.service-02-img img{
	width: 100%;
}
.service-02-box ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 36%;
	margin-right: 3%;
}
.service-02-box ul::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #dbdbdb;
}
.service-02-box ul::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	transform: translateX(-50%);
	height: 100%;
	background-color: #dbdbdb;
}
.service-02-box ul li{
	padding: 8% 0;
	width: 50%;
	text-align: center;
}
.service-02-box ul li i{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 0;
	pointer-events: none;
}
.service-02-box ul li h3{
	font-size: 2.8125rem;
	line-height: 2;
	font-weight: normal;
	color: #383838;
}
.service-02-box ul li p{
	font-size: 1rem;
}
.service-03{
	padding: 1.5% 0 5%;
}
.service-03-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service-03-img{
	pointer-events: none;
	width: 60%;
}
.service-03-top .theme-title{
	width: 32%;
	margin-right: 3%;
	padding-bottom: 0;
}
.service-03-top .theme-title h2{
	margin-bottom: 3%;
}
.service-03-top .theme-title p{
	line-height: 1.6;
}
.service-03 ul{
	width: 90%;
	margin: 1.5% auto 0;
	display: flex;
	justify-content: space-between;
}
.service-03 ul li{
	width: calc(90%/6);
	text-align: center;
}
.service-03 ul li i{
	pointer-events: none;
	display: block;
	width: 100%;
	padding: 10% 0;
	margin: 0 auto 10px;
	background-color: #ed7020;
	border-radius: 10px;
}
.service-03 ul li i img{
	width: 35%;
	max-width: 80px;
}
.service-03 ul li h3{
	font-size: 1rem;
	font-weight: normal;
	line-height: 2;
}
.service-04{
	padding: 4% 0;
	background-color: #f4f4f4;
}
.service-04-top{
	display: flex;
	justify-content: right;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 2%;
	background: url(../images/service_04.jpg) left top/auto 100% no-repeat;
}
.service-04-text{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 41.45vw;
	height: 29.6875vw;
	min-width: 545px;
	min-height: 390px;
	background-color: #fff;
	border-radius: 20px;
}
.service-04-desc{
	width: 80%;
	height: 65%;
}
.service-04-desc p{
	line-height: 1.6;
}
.service-04 ul{
	display: flex;
	justify-content: space-between;
}
.service-04 ul li{
	width: calc(97%/4);
	pointer-events: none;
	border-radius: 15px;
	overflow: hidden;
}
.service-04 ul li img{
	width: 100%;
}

@media screen and (max-width:1680px) {
	.con-title h3{
		font-size: 3.4375rem;
	}
	.service-font{
		font-size: 1rem;
	}
	.service-01 ul li h3{
		font-size: 3rem;
	}
	.service-01 ul li h4{
		font-size: 0.9375rem;
	}
	.service-01 ul li p{
		font-size: 0.8125rem;
	}
	.service-02-box ul li i{
		width: 35px;
		height: 35px;
	}
	.service-02-box ul li h3{
		font-size: 2.5rem;
	}
	.service-02-box ul li p{
		font-size: 0.9375rem;
	}
	.service-03 ul li h3{
		font-size: 0.875rem;
	}
}
@media screen and (max-width:1440px) {
	.con-title h3{
		font-size: 3.125rem;
	}
	.service-font{
		font-size: 0.875rem;
	}
	.service-01 ul li h3{
		font-size: 2.375rem;
	}
	.service-01 ul li h4{
		font-size: 0.875rem;
	}
	.service-01 ul li p{
		font-size: 0.75rem;
	}
	.service-02-box ul li i{
		width: 30px;
		height: 30px;
	}
	.service-02-box ul li h3{
		font-size: 2.1875rem;
	}
	.service-02-box ul li p{
		font-size: 0.875rem;
	}
	.service-03 ul li h3{
		font-size: 0.75rem;
	}
}

.contact-top{
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 4%;
}
.contact-left h3{
	font-size: 40px;
	line-height: 1.1;
	color: #fff;
	font-family: "BlueSkyStandard-Bold";
	margin-bottom: 20px;
	text-align: center;
}
.contact-top .rte{
	color: #a0a0a0;
	font-size: 16px;
	line-height: 30px;
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: disc;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}


.contact-top p{
	color: #a0a0a0;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0;
}

.contact{
	padding: 5% 0;
}
.contact-box{
	display: flex;
	justify-content: space-between;
	background-color: #ed7020;
	border-radius: 20px;
	overflow: hidden;
}
.contact-desc{
	width: 30%;
	padding: 4%;
}
.contact-desc h3{
	font-size: 1.5625rem;
	line-height: 1.3;
	color: #fff;
	font-family: 'BlueSkyStandard-Bold';
	margin-bottom: 10%;
}
.contact-desc h5{
	font-size: 1.25rem;
	line-height: 1.4;
	color: #fff;
}
.contact-desc p{
	font-size: 1rem;
	color: #fff;
	opacity: .7;
	line-height: 1.6;
	margin-bottom: 6%;
}
.contact-desc p:last-child{
	margin-bottom: 0;
}


.contact-msg{
	width: 100%;
	padding: 8% 8% 8% 8%;
}
.contact-msg input[type="text"]{
	padding-right: 48%;
	font-family: "BlueSkyStandard";
	font-size: 14px;
	width: 100%;
	line-height: 60px;
	border: 0;
	background: #fff;
	padding-left: 20px;
	border-radius: 10px;
}
.contact-msg textarea{
	font-family: "BlueSkyStandard";
	font-size: 14px;
	width: 100%;
	line-height: 25px;
	height: 255px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 0;
	font-family: "arial";
}
.contact-msg .con-content{
	margin-bottom:2%;
}
.con-sul{
	 float: right;
}

.con-sul input[type="submit"]{
	font-family: "BlueSkyStandard";
	width: 220px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	position: relative;
	text-transform: uppercase;
    background: repeating-linear-gradient(
45deg,#e0b16f,#e0d8c1,#eed2a4);
	    opacity: 1;
}



.con-sul input[type="submit"]:hover{
	background-color: #ed7020;
}
.contact-msg em{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 45px;
}



@media screen and (max-width:1680px) {
	.contact-desc h3{
		font-size: 1.375rem;
	}
	.contact-desc h5{
		font-size: 1.125rem;
	}
	.contact-desc p{
		font-size: 0.875rem;
	}
	.index_msg {
	    height: 58.677vw;
	}
	
	.contact-msg input[type="text"]{
		font-size: 13px;
		line-height: 55px;
	}
	.contact-msg textarea{
		font-size: 13px;
		height: 170px;
		line-height: 22px;
	}
	.con-sul input[type="submit"]{
		width: 200px;
		line-height: 52px;
		font-size: 15px;
	}
	.contact-msg em{
		font-size: 13px;
		line-height: 40px;
	}
	.onelist ul li h4{
		font-size: 1rem;
	}
	.onelist ul li p{
		font-size: 0.875rem;
	}
	
}
@media screen and (max-width:1440px) {
	.index_msg {
	    height: 59.677vw;
	}
	
	.contact-desc h3{
		font-size: 1.25rem;
	}
	.contact-desc h5{
		font-size: 1rem;
	}
	.contact-desc p{
		font-size: 0.75rem;
	}
	.contact-msg {
	  padding: 4% 10%;
	}
	
	.contact-msg input[type="text"]{
		font-size: 14px;
		line-height: 50px;
	}
	.contact-msg textarea{
		font-size: 12px;
		height: 170px;
		line-height: 20px;
	}
	.con-sul input[type="submit"]{
		width: 180px;
		line-height: 45px;
		font-size: 14px;
	}
	.contact-msg em{
		font-size: 12px;
		line-height: 38px;
	}
	.onelist ul li h4{
		font-size: 0.875rem;
	}
	.onelist ul li p{
		font-size: 0.75rem;
	}
}



.news-box{
	padding: 8% 0 4%;
	overflow: hidden;
}
.news-list ol li{
    position: relative;
    margin-bottom: 25px;
    background: #fff;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li a{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding: 25px;
    overflow: hidden;
	box-sizing: border-box;
}
.news-list ol li .news-img{
    float: left;
    width: 25%;
    height: 224px;
	background: url(logo02.png) center no-repeat #f4f4f4;
    background-size: 150px;
	overflow: hidden;
}
.news-list ol li .news-img div{
    width: 100%;
    height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li .news-info{
	position: absolute;
	top: 50px;
	left: 30%;
    width: 50%;
	transition: all 0.5s;
}
.news-list ol li .news-info h3{
    display: block;
    width: 100%;
    padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
	overflow: hidden;
}
.news-list ol li .news-info p{
	font-size: 15px;
    height: 50px;
    line-height: 25px;
	color: #999;
    overflow: hidden;
}
.news-list ol li .news-date{
	position: absolute;
	top: 50px;
	right: 50px;
    width: 100px;
    height: 150px;
	text-align: right;
    overflow: hidden; 
}
.news-list ol li .news-date span{
	display: block;
	font-family: "arial";
	font-size: 36px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date font{
    display: block;
    font-family: "arial";
	font-size: 32px;
	color: #333;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date item{
	position: absolute;
	bottom: -50px;
	right: 5px;
    display: block;
    width: 13px;
    height: 26px;
	background: url(../images/r_arrow.png) no-repeat center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li:hover{
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}
.news-list ol li:hover .news-img div{
    transform: scale(1.1, 1.1);
}
.news-list ol li:hover .news-info{
    left: calc(30% + 20px);
}
.news-list ol li:hover .news-date item{
    bottom: 30px;
}
.news-list ol li:hover .news-info h3{
	color: :																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																									;;
}



.news_show_left{
	float: left;
	width: 27%;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_show_left h2 {
	font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
	color: #000;
    text-align: left;
}
.news_info{
	padding-bottom: 25px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #eee;
}
.news_info a{
	display: block;
	width: 180px;
	padding: 16px 10px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #ef833d;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 50px 35px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_content img{
	max-width: 100%;
}
.news_show_content p {
	margin_-bottom: 10px;
}
.news_info a:hover{
	background-color: #ef833d;
}
.light {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    padding: 25px 10px 13px;
    background-color: #fff;
    border: 4px solid #ddd;
    transform: translate(-50%,-50%);
}
.light i {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(closed_02.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.light img {
    width: 250px;
}
.light p {
    text-align: center;
}

@media screen and (max-width:1680px) {
	.news_list ol li a{
		padding: 23px;
	}
	.news_list ol li .news-img{
		height: 210px;
	}
	.news_list ol li .news-info h3{
		font-size: 20px;
	}
	.news_list ol li .news-info p{
		font-size: 14px;
	}
	.news_list ol li .news-date font{
		font-size: 29px;
	}
	.news_list ol li .news-date{
		top: 48px;
	}
	.news_info{
		font-size: 15px;
	}
	.news_info a{
		padding: 15px 8px;
		font-size: 15px;
		width: 170px;
	}
	.news_show_left{
		padding: 28px;
	}
	.news_show_left h2{
		font-size: 1.4em;
	}
	.news_content{
		font-size: 15px;
	}
}
@media screen and (max-width:1440px) {
	
	.news_list ol li a{
		padding: 20px;
	}
	.news_list ol li .news-img{
		height: 200px;
	}
	.news_list ol li .news-info h3{
		font-size: 18px;
	}
	.news_list ol li .news-info p{
		font-size: 13px;
	}
	.news_list ol li .news-date font{
		font-size: 27px;
	}
	.news_list ol li .news-date{
		top: 45px;
	}
	.news_show_left h2{
		font-size: 1.3em;
	}
	.news_info{
		font-size: 14px;
	}
	.news_info a{
		padding: 12px 8px;
		font-size: 14px;
		width: 140px;
	}
	.news_content{
		font-size: 14px;
	}
}


/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #f6f6f6;
	border-radius: 4px;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff!important;
	background: #333;
	border-radius: 4px;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}





.product-box{
	padding: 4% 0;
	box-shadow: inset 0 10px 25px -10px rgba(0,0,0,.15);
	background: #171717;
}
.pro-content{
	display: flex;
	justify-content: space-between;
}
.product-top{
	display: flex;
	    justify-content: space-between;
}


.pro-left{
	width:24%;
	min-width: 220px;
	background: #2d2d2d;
	padding: 40px 30px;
	border-radius: 20px 20px 0 20px;
}
.pro-title{
	padding-bottom: 25px;
}
.pro-title h2{
	font-size: 40px;
	line-height: 1.3;
	background: radial-gradient(circle farthest-corner at center center, #e0b16f,#e0d8c1,#eed2a4 ) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'BlueSkyStandard-Bold';	
}

.pro-title h3{
	font-size: 1.375rem;
	line-height: 1.3;
	background: radial-gradient(circle farthest-corner at center center, #e0b16f,#e0d8c1,#eed2a4 ) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'BlueSkyStandard-Bold';
}


.pro-menu ul{
	width: 100%;
}

.pro-menu > ul > li{
	border-bottom: 1px solid #4c4c4c;
}

.pro-menu > ul > li > a{
	position: relative;
	display: block;
	padding: 18px 0;
	font-size: 1.125rem;
	font-family: 'BlueSkyStandard-Bold';
	color: #fff;
	
}
.pro-menu > ul > li:hover > a,
.pro-menu > ul > li.on > a{
	color: #fff;

}


.pro-menu > ul > li > a > i,
.menu-down a i{
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../images/proicon02.png) center no-repeat;
	background-size: cover;

}
.pro-menu > ul > li:hover > a > i,
.pro-menu > ul > li.on > a > i{
	background: url(../images/proicon02.png) center no-repeat;
	transform: rotate(-90deg);
	background-size: cover;
}



.menu-down{
	max-height: 0;
	overflow: hidden;
	padding: 0;
	transition: max-height 0.4s;

}
.menu-down a{
	position: relative;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 0.875rem;
	color: #d0d0d0;
	background: #232323;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;

	
}
.menu-down a:hover,
.menu-down a.on{
	color: #d9bd9b;
}
.menu-down a:hover i{
	opacity: .5;
}

.pro-marke{
	width: 100%;

}
.pro-marke h2{
	color: #fff;
	padding: 30px 0;
	font-size: 1.125rem;
}
.pro-marke a{
	width: calc((100% / 2) - 5px);
	float: left;
	display: flex;
    justify-content: space-between;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 10px;
	background: #fff;
}

.pro-marke .pro-marke-list a:nth-child(2n) {
    margin-right: 0;
}



.pro-menu > ul > li:hover .menu-down,
.pro-menu > ul > li.on .menu-down{
	padding: 10px 0;
	max-height: 1000px;
}



.product-content{
	width: 78%;
	min-height: 680px;
	background: #fff;
	border-radius: 0px 0px 20px 0px;
	overflow: hidden;

}
.pro-aline{
	font-size: 1rem;
	line-height: 2;
	padding-bottom: 20px;
	color: #fff;
}
.pro-aline a{
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}
.pro-aline a:hover{
	text-decoration: underline;
}
.pro-aline a:first-child{
	margin-left: 0;
	
}
.type-box{
	display: flex;
	justify-content: space-between;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
}
.type-video{
	width: 58.3333%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #000;
}
.type-video:hover img{
	transform: scale(1.05,1.05);
}
.type-video img{
	opacity: .5;
}
.type-video i,
.product-ban i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 3.5468333vw;
	height: 3.5468333vw;
	min-height: 50px;
	min-width: 50px;
	background: url(../images/pro_video.png) center center/cover no-repeat;
}

.type-video a{
	cursor: pointer;
}
.type-info{
	width: 31.25%;
	height: 80%;
	padding-top: 7%;
	margin-right: 5%;
}
.type-info h3{
	font-size: 1.875rem;
	margin-bottom: 3%;
	color: #000;
}
.type-info p{
	font-size: 1rem;
	line-height: 1.6;
}
.type-content{
	padding-top: 4%;
	font-size: 1rem;
	line-height: 1.8;
}

.product-ban{
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 3%;
	background-color: #000;
	cursor: pointer;
}
.product-ban img{
	opacity: .5;
}




.product-list ul,
.new-product ul{
	display: flex;
	flex-wrap: wrap;
}


.new-product ul li{
	position: relative;
	width: calc(96%/3);
	min-height: 351px;
	margin: 0 2% 2% 0;
	text-align: center;
	transition: all 0.5s;
	border: 1px solid #eee;
}
.product-list ul li a,
.new-product ul li a{
	display: block;
}
.product-list ul li:nth-child(3n),
.new-product ul li:nth-child(3n){
	margin-right: 0;
}
.product-list ul li img,
.new-product ul li img{
	width: 100%;
	margin-bottom: 8%;
}
.product-list ul li h3,
.new-product ul li h3{
	font-size: 16px;
	line-height:1.4;
	margin-top: 8px;
	min-height: 44px;
	color: #000;
}
.product-list ul li p,
.new-product ul li p{
	font-size:1rem;
	line-height: 1.4;
	color: #636062;
	margin-top: 8px;
}
.oneline-color{
	display: block;
	position: relative;
	padding-top: 8px;
	height: 30px;
	overflow: hidden;
}

.oneline-color i{
	width: 10px;
	height: 10px;float: left;
	border-radius: 10px;
	margin-right: 6px;
	border: 1px solid #ccc;
}

.add_cart{
	margin-top: 15px;
	display: block;
}
.add_like{
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	padding: 1rem;
}
.product-list ul li .add_like input {
    font-size: 0.875rem;
    line-height: 45px;
    height: 20px;
	width: 20px;
	background: url(likes_blck.png);
	background-size: cover;
}

.product-list ul li .add_like input:hover {
	background: url(likes_blck.png);
	background-size: cover;
}
	
.product-list ul li strong {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	margin: 1rem;
    width: 20px;
    height: 20px;
    background: url(likes_hove.png) center no-repeat;
	background-size: cover;
    cursor: pointer;
	z-index: 99;
}
.pro-cart {
	position: relative;
	z-index: 15;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	background: #2d2d2d;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pro-cart:hover {
	background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
	

.product-list ul li span,
.product-list ul li input{
	position: relative;
	z-index: 15;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	background: #2d2d2d;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.new-product ul li:hover{
	box-shadow: 0 20px 35px -15px rgba(0,0,0,.25);
}
.product-list ul li:hover{
	border-color: #fff;
}

.product-list ul li input:hover {
	background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
	

.product-list ul li em,
.new-product ul li em{
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	padding: 4px 15px;
	color: #fff;
	background-color: #ed7020;
	border-radius: 5px;
	font-style: normal;
}
.pro-serach-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	min-width: 1280px;
	height: 15.36458vw;
	min-height: 200px;
	max-height: 295px;
	background: url(../images/pro_search_bg.jpg) center center/cover no-repeat;
}
.pro-serach{
	text-align: center;
	width: 33.75%;
	max-width: 650px;
}
.pro-serach h3{
	font-size: 2rem;
	line-height: 2;
	color: #000;
	margin-bottom: 4%;
}
.pro-serach form{
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.pro-serach input[type="text"]{
	float: right;
	width: calc(100% - 70px);
	line-height: 55px;
	border: 0;
	padding: 0 10px;
	font-size: 1rem;
	font-family: BlueSkyStandard , arial;
	background-repeat: no-repeat;
	background: no-repeat;
}
.pro-serach input[type="submit"]{
	float: left;
	width: 70px;
	height: 55px;
	border: 0;
	background: url(search.png) center center no-repeat;
}


.node{
	width: 100%;
	padding: 150px 0;
	text-align: center;
}
.node h4{
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

@media screen and (max-width:1680px) {
	.pro-title h3{
		font-size: 1.25rem;
	}
	.pro-menu > ul > li > a{
		padding: 16px 0;
		font-size: 1rem;
	}
	.pro-menu > ul > li:hover .menu-down,
	.pro-menu > ul > li.on .menu-down{
		padding: 8px 0;
	}
	.menu-down a{
		padding: 10px 14px;
		font-size: 0.875rem;
	}
	.pro-aline{
		font-size: 0.875rem;
	}
	.type-info h3{
		font-size: 1.625rem;
	}
	.type-info p{
		font-size: 0.875rem;
	}
	.type-content{
		font-size: 0.875rem;
	}
	.product-list ul li em{
		top: 11px;
		right: 11px;
		padding: 3px 12px;
		font-size: 13px;
		border-radius: 4px;
	}
	.product-list ul li h3{
		font-size: 1rem;
	}
	.product-list ul li p{
		font-size: 0.875rem;
	}
	.product-list ul li span,
	.product-list ul li input{
		font-size: 0.875rem;
		line-height: 45px;
		height: 45px;
	}
	.pro-serach h3{
		font-size: 1.625rem;
	}
	.pro-serach input[type="text"]{
		width: calc(100% - 60px);
		line-height: 50px;
	}
	.pro-serach input[type="submit"]{
		width: 60px;
		height: 50px;
	}
}
@media screen and (max-width:1680px) {
	.pro-title h3{
		font-size: 1.0625rem;
	}
}
@media screen and (max-width:1440px) {
	.pro-title h3{
		font-size: 1rem;
	}
	.pro-menu > ul > li > a{
		padding: 14px 0;
		font-size: 0.875rem;
	}
	.menu-down a{
		padding: 14px 14px;
		font-size: 0.75rem;
	}
	.pro-menu > ul > li:hover .menu-down,
	.pro-menu > ul > li.on .menu-down{
		padding: 6px 0;
	}
	.pro-aline{
		font-size: 0.75rem;
	}
	.type-info h3{
		font-size: 1.375rem;
	}
	.type-info p{
		font-size: 0.75rem;
	}
	.type-content{
		font-size: 0.75rem;
	}
	.product-list ul li em{
		top: 10px;
		right: 10px;
		padding: 2px 10px;
		font-size: 12px;
		border-radius: 3px;
	}
	.product-list ul li h3{
		font-size: 0.875rem;
		min-height: 40px;
	}
	.product-list ul li p{
		font-size: 0.75rem;
	}
	.product-list ul li span,
	.product-list ul li input{
		width: 130px;
		font-size: 12px;
		line-height: 40px;
		height: 40px;
	}
	.pro-serach h3{
		font-size: 1.375rem;
	}
	.pro-serach input[type="text"]{
		width: calc(100% - 56px);
		line-height: 45px;
	}
	.pro-serach input[type="submit"]{
		width: 56px;
		height: 45px;
	}
	
	
	

}

@media screen and (max-width: 1280px){
	.product-list ul li span {
	   top: 325px;
	}
}






.mask_bg,
.main_bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -17px;
    top: 18px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	border: 10px solid #252525;
	background-color: #252525;
    display: grid;
}

.video_show iframe,
.video_show video{
	width: 100%;
	max-height: 500px;
}


.video_ise {
    display: inline-block!important;
    width: 81px;
    height: 81px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
    opacity: 1;
	z-index: 99;
}
.video_ise img{
	width: 100%;
}
.pro_video:hover .video_ise{
	transform: scale(1.08,1.08);
}

.pro_video:hover .video_img{
	opacity: .6;
}



.series-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.series-list ul li{
	position: relative;
	width: 49%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 2%;
}
.series-list ul li h3{
	position: absolute;
	left: 0;
	bottom: 4.5%;
	padding: 0 4.5%;
	font-size: 1.25rem;
	line-height: 2;
	color: #fff;
}
.series-list ul li:hover img{
	transform: scale(1.05,1.05);
}
.series-box{
	padding: 4.5% 0;
}
.series-top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}
.series-img{
	pointer-events: none;
	width: 74%;
	border-radius: 12px;
	overflow: hidden;
}
.series-text{
	width: 24%;
	border-radius: 12px;
	padding: 4% 3%;
	background-color: #fff;
}
.series-text h3{
	font-family: 'BlueSkyStandard-Bold';
	font-size: 2.5rem;
	line-height: 1.3;
	margin-bottom: 6.5%;
	color: #000;
}
.series-text p{
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 16%;
	color: #666;
}
.series-text a{
	display: inline-block;
	width: 75%;
	line-height: 50px;
	font-size: 16px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	background-color: #ed7020;
}
.series-text a:hover{
	box-shadow:  0 0 15px 0 rgba(0,0,0,.1);
}
.series-bottom{
	display: flex;
	justify-content: end;
}
.series-pro{
	width: 74%;
}
.series-pro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.series-pro ul li{
	width: calc(94%/4);
	margin: 0 2% 2% 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.series-pro ul li:nth-child(4n){
	margin-right: 0;
}
.series-pro ul li h3{
	font-weight: normal;
	text-align: center;
	line-height: 3.5;
}
.series-pro ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}


@media screen and (max-width:1680px) {
	.series-text p{
		font-size: 0.875rem;
	}
	.series-text h3{
		font-size: 1.8rem;
	}
	.series-text a{
		line-height: 45px;
		font-size: 0.9375rem;
	}
}
@media screen and (max-width:1440px) {
	.series-text p{
		font-size: 0.75rem;
	}
	.series-text h3{
		font-size: 1.3rem;
	}
	.series-text a{
		line-height: 40px;
		font-size: 0.75rem;
	}
}


/**/

.cart_page {
	width: 646px;
	min-height: 370px;
    text-transform: capitalize;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
	margin: -278px 0 0 -250px;
    z-index: 10001;
	background-color: #fff;
	border-radius: 10px;
	
	opacity: 0;
	display: none;
	box-sizing: border-box;
    -webkit-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}
.cart_list {
    width: calc(100%);
    min-height: 300px;
    padding: 30px;
    box-sizing: border-box;
}
.cart_list ul {
    width: 100%;
    float: left;
    height: 390px;
    overflow-y: overlay;
    padding-right: 5px;
}
.cart_list .add_order {
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
    background: #ed7020;
    height: 58px;
    line-height: 58px;
    border-radius: 50px;
    margin: 30px 0;
    width: 100%;
    float: left;
    font-size: 16px;
}

.cart_list ul li {
    float: left;
    width: 49.5%;
    overflow: hidden;
    background: #fff;
    margin: 0 1% 1% 0;
    position: relative;
    box-sizing: border-box;
    color: #fff;
}
.cart_list ul li:nth-child(2n){
	margin-right: 0;
}
.cart_list ul li strong {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(del.png);
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.cart_list ul li:hover strong {
    opacity: 1;
}
.cart_list ul li .pro_top .fl {
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.cart_list ul li .pro_top {
    width: 100%;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.cart_list ul li .pro_bot {
    width: calc( 100% - 140px);
    padding-top: 8px;
}
.cart_list ul li .pro_bot h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.cart_list ul li .pro_bot p {
    line-height: 1.5;
    text-transform: capitalize;
    color: #989898;
    font-size: 14px;
}

.cart_list ul::-webkit-scrollbar ,
.headcart ul::-webkit-scrollbar{
	width: 5px;
	height: 5px;
}
.cart_list ul::-webkit-scrollbar-track,
.headcart ul::-webkit-scrollbar-track{
	background: #fff;
}
.cart_list ul::-webkit-scrollbar-thumb,
.headcart ul::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border-radius: 30px;
	overflow: hidden;
}
.cart_list ul::-webkit-scrollbar-thumb:hover,
.headcart ul::-webkit-scrollbar-thumb:hover{
	background-color: #ccc;
}
.cart_list ul::-webkit-scrollbar-corner,
.headcart ul::-webkit-scrollbar-corner{
	background-color: #ccc;
}
.cart_list ul::-webkit-scrollbar-resizer,
.headcart ul::-webkit-scrollbar-resizer{
	background-color: #ccc;
}




.cart_page_t,
.cart-page-t{
	position: relative;
}
.cart_page_t h3,
.cart-page-t h3{
	line-height: 64px;
	color: #000;
	border-bottom: 1px solid #eee;
	padding: 0 30px ;
	font-size: 20px;
}
.cart_page_t i,
.cart-page-t i{
	position: absolute;
	right: 20px;
	top: 10px;
}

@-webkit-keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}



.send_page,
.cart-page{
	width: 646px;
	min-height: 370px;
    text-transform: capitalize;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    z-index: 10001;
	background-color: #fff;
	border-radius: 10px;
	
	opacity: 0;
	display: none;
	box-sizing: border-box;
    -webkit-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}
.send_page .send_page_c p,
.cart-page .cart-page-c p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.send_page .send_page_c,
.cart-page .cart-page-c{
	padding: 30px 40px ;
}

.send_page_product,
.cart-page-product{
	position: relative;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.send_page_product h4,
.cart-page-product h4{
	font-size: 16px;
	margin-bottom: 5px;
}
.send_page_product ul,
.cart-page-product ul{
	width: 100%;
	float: left;
	height: 202px;
	overflow-y: overlay;
	padding-right: 5px;
	margin-bottom: 10px;
}
.send_page_product ul::-webkit-scrollbar,
.cart-page-product ul::-webkit-scrollbar{
	width: 2px;
}

.send_page_product ul::-webkit-scrollbar-track,
.cart-page-product ul::-webkit-scrollbar-track{
background: #eee;
}


.send_page_product ul li,
.cart-page-product ul li{
	float: left;
	width: 24.5%;
	overflow: hidden;
	background: #fff;
	margin: 0 1% 1% 0;
	position: relative;
	box-sizing: border-box;
	color: #fff;
	min-height: 200px;
}

.send_page_product ul li i,
.cart-page-product ul li i{
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 888;
	display: block;
}
.send_page_product ul li:nth-child(2n),
.cart-page-product ul li:nth-child(2n){
	margin-right: 0;
}

.send_page_product ul li .pro_top,
.cart-page-product ul li .pro_top{
	width: 100%;
	clear: both;
}

.send_page_product ul li .pro_top .fl,
.cart-page-product ul li .pro_top .fl{
	width: 120px;
	height: 120px;
	float: left;
	overflow: hidden;
}

.send_page_product ul li .pro_bot,
.cart-page-product ul li .pro_bot{
	float: right;
	width: calc( 100%);
		
}

.send_page_product ul li .pro_bot h3,
.cart-page-product ul li .pro_bot h3{
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
}

.send_page_product ul li .pro_bot p,
.cart-page-product ul li .pro_bot p{
	line-height: 1.5;
	text-transform: capitalize;
	color: #989898;
	font-size: 14px;
}

.send_page_product ul li:hover img,
.cart-page-product ul li:hover img{
	transform: scale(1.1,1.1);
}


.msg-name,.msg-eml{
    width: 100%;
    height: 60px;
    position: relative;
}
.msg input[type="text"] {
    width: 100%;
    padding: 0 22px;
    line-height: 50px;
	border: 0;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
	background: none;
}
.msg em {
    display: block;
    padding: 0 22px;
    line-height: 25px;
    position: absolute;
	font-style: normal;
    right: 0;
    top: 12px;
}
.msg [type="submit"] {
    width: 100%;
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    color: #fff;
    border-radius: 30px;
    background-color: #ed7020;
    cursor: pointer;
}


.keyword_title{
	padding-bottom: 4%;
}
.keyword_title h4{
	font-size: 18px;
	line-height: 2;
	color: #000;
}








.mask,
.mask-bg,
.bg-black{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.mask,
.mask-bg{
	z-index: 10;
}
.bg-black{
	z-index: 99;
}
.right-box.kdk-right{
	right: 0;
}

.right-box{
	position: fixed;
	top: 0;
	right: -510px;
	width: 510px;
	height: 100%;
	z-index: 100;
	overflow-y: auto;
	box-sizing: border-box;
	background: #414141;
}
.right-box::-webkit-scrollbar{
	width: 5px;
	height: 5px;
}
.right-box::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,.2);
	border-radius: 10px;
	-webkit-box-shadow:  inset 1px 1px 0 rgba(0,0,0,.1);
}
.right-title{
	padding: 35px 35px 25px 35px;
}
.right-title h2{
	font-size: 26px;
	line-height: 35px;
	color: #fff;
}
.right-title i{
	float: right;
	display: block;
	width: 35px;
	height: 35px;
	background: url(closed.png) center no-repeat;
	cursor: pointer;
	background-size: cover;
}
.kdk-tips i{
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(closed.png) center no-repeat;
	cursor: pointer;
	background-size: cover;
}
.right-title i:hover,
.tips-closed i:hover,
.kdk-tips i:hover{
	transform: rotate(180deg);
}

.register-box,
.login-box{
	padding: 0 35px 35px;
}

.register-box div,
.login-box div{
	position: relative;
	margin-bottom: 12px;
}
.register-box div.user-sub,
.login-box div.user-sub{
	margin: 20px 0 30px;
}
.register-box p,
.login-box p{
	font-size: 16px;
	color: #929292;
}
.register-sign,
.login-sign{
	color: #d9bd9b;
	cursor: pointer;
}
.user-name input,
.user-email input,
.user-pass input,
.user-brand button{
	width: 100%;
	padding: 0 20px;
	line-height: 50px;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #5b5b5b;
	background-color: #414141;
	border-radius: 6px;
	color: #fff;
}
.user-sub input{
	width: 100%;
	font-size: 20px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: repeating-linear-gradient( 
	45deg,#e0b16f,#e0d8c1,#eed2a4);
	border: 0;
	border-radius: 6px;
	cursor: pointer;
}
.user-brand button{
	cursor: pointer;
}
.user-brand button::before{
	content: "";
	position: absolute;
	right: 12px;
	top: 20px;
	display: block;
	width: 14px;
	height: 10px;
	background: url(kdk_sub.png) center center/cover no-repeat;
}
.user-btn.on::before{
	transform: rotateZ(180deg);
}
.register-box div.user-btn-menu,
.login-box div.user-btn-menu{
	display: none;
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 20;
	width: 100%;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
}
.register-box div.user-btn-menu a,
.login-box div.user-btn-menu a{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	padding: 0 20px;
	line-height: 45px;
	box-sizing: border-box;
}
.register-box div.user-btn-menu a:hover,
.login-box div.user-btn-menu a:hover{
	background-color: #f8f8f8;
}
.Validform_checktip{
	position: absolute;
	top: 13px;
	right: 12px;
	font-size: 14px;
	font-style: normal;
}
.Validform_wrong{
	color: #d9bd9b;
}
.Validform_right{
	color: #d9bd9b;
}
.user-brand button{
	border: 1px solid #dcdcdc;
}

.kdk-tips{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1300px;
	height: 721px;
	padding: 95px 75px;
	border-radius: 4px;
	box-sizing: border-box;
	z-index: 40;
	opacity: 0;
	visibility: hidden;
}
.kdk-tips.visible {
	opacity: 1;
	visibility: visible;
	animation: growOut 500ms ease-in-out forwards;
}
@keyframes growOut {
	0% {
		transform: scale(0);
	}
	80% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.kdk-tips-content{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.kdk-tips-content h2{
	font-size: 25px;
	line-height: 1.5;
	font-family: arial;
}
.kdk-tips-content h3{
	font-size: 20px;
	line-height: 1.5;
	font-family: arial;
}
.kdk-tips-content p{
	font-size: 16px;
	line-height: 2;
	font-family: arial;
}

.kdk-tips-content::-webkit-scrollbar{
	width: 5px;
	height: 5px;
}
.kdk-tips-content::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,.2);
	border-radius: 10px;
	-webkit-box-shadow:  inset 1px 1px 0 rgba(0,0,0,.1);
}


.kdk-cookie{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 41;
	width: 100%;
	min-width: 1300px;
	padding: 25px 50px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
}
.kdk-cookie-left{
	width: 85%;
}
.kdk-cookie-left h3{
	font-size: 30px;
	line-height: 1.5;
	color: #000;
}
.kdk-cookie-left p{
	font-size: 16px;
	line-height: 1.5;
	color: #7b7b7b;
}
.kdk-cookie-right{
	width: 15%;
	padding-top: 15px;
	text-align: right;
}
.kdk-cookie-right a{
	display: inline-block;
	vertical-align: middle;
	padding: 13px 20px;
	color: #fff;
	line-height: 1;
	border: 0;
	background-color: #242424;
	border-radius: 4px;
	cursor: pointer;
}
.kdk-cookie-right a:hover{
	background-color: #3d3d3d;
}

.kdk-cookie.cookie-out{
	opacity: 1;
	visibility: visible;
	animation: cookieOut 300ms ease-in-out forwards;
}
@keyframes cookieOut {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@media screen and (max-width:1440px) {
	.head-right{
		height: 80px;
	}
	.header-sprache{
		width: 50px;
	}
	.header-search {
	    margin-left: 8px;
	}
	.head-nav li{
		line-height: 80px;
	}
	.logo-left {
		width: 160px;
	}
	.logo {
	    width: 280px;
	    height: 80px;
	}
	
	
	.menu-list{
		top: 75px;
	}
	.main-box .container{
		height: 290px;
	}
	.main-box-content h2{
		font-size: 60px;
	}
	.main-box-content p{
		font-size: 20px;
	}
	.main-box-content ul{
		margin-top: 80px;
	}
	.main-box-content ul li a{
		font-size: 18px;
		line-height: 70px;
	}
	.right-box{
		width: 420px;
		right: -420px;
	}
	.right-title{
		padding: 25px;
	}
	.right-title h2{
		font-size: 23px;
		line-height: 30px;
	}
	.right-title i,
	.kdk-tips i{
		width: 30px;
		height: 30px;
		background-size: 75%;
		background-position: center;
	}
	.register-box,
	.login-box{
		padding: 0 25px 25px;
	}
	.register-box p, .login-box p{
		font-size: 16px;
	}
	.user-sub input{
		font-size: 17px;
		line-height: 52px;
	}
	.kdk-tips{
		width: 1100px;
		height: 600px;
		padding: 75px 55px;
	}
	.kdk-tips-content h2{
		font-size: 21px;
	}
	.kdk-tips-content h3{
		font-size: 17px;
	}
	.kdk-tips-content p{
		font-size: 14px;
	}
	
	.kdk-cookie{
		padding: 15px 40px;
	}
	.kdk-cookie-left h3{
		font-size: 26px;
	}
	.kdk-cookie-left p{
		font-size: 14px;
	}
	.kdk-cookie-right{
		padding-top: 10px;
	}
}




/*cart*/
.cart-box ul{
	padding: 0 35px;
}

.cart-box ul li{
	padding: 30px 0;
	border-bottom: 1px solid #505050;
	overflow: hidden;
	color: #fff;
    display: flex;
    justify-content: space-between;
}
/* .cart-box ul li:last-child{
	border-bottom: 0;
} */
.cart-img{
	position: relative;
	width: 105px;
	height: 105px;
	overflow: hidden;
	border-radius: 10px;
}
.cart-img .pro-icon{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
}
.cart-text{
	padding: 0  0 0 20px;
	width: 60%;
}
.cart-text p{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #909090;
}
.cart-text h3{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 6px;
}
.cart-pro-closed{
}
.cart-pro-closed i{
	display: block;
	width: 18px;
	height: 18px;
	background: url(closed.png) center center/cover no-repeat;
	opacity: .5;
	cursor: pointer;
}

.order-box{
	padding: 40px 35px;
}
.order-buttun,
.add-order{
	width: 100%;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	    background: repeating-linear-gradient(
	45deg,#e0b16f,#e0d8c1,#eed2a4);
	border: 0;
	border-radius: 8px;
	cursor: pointer;
}


@media screen and (max-width:1440px) {
	.cart-box ul li{
		padding: 15px 0;
	}
	.cart-img{
		width: 90px;
		height: 90px;
	}
	.cart-text{
		padding: 0px 0 0 18px;
	}
	.cart-text p{
		font-size: 12px;
	}
	.cart-text h3{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.cart-pro-closed{
		padding-top: 48px;
	}
	.order-box{
		padding: 30px 40px;
	}
	.order-buttun, .add-order{
		font-size: 18px;
		line-height: 55px;
	}
}



/*order*/
.order{
	padding: 0 35px;
}
.order p.order-font{
	margin-bottom: 20px;
	font-size: 16px;
	color: #929292;
}
.care-name,.care-email,.care-phone{
	margin-bottom: 12px;
}
.care-name input[type="text"],
.care-email input[type="text"],
.care-phone input[type="text"],
.care-address input[type="text"]{
	width: 100%;
	padding: 0 20px;
	line-height: 50px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 4px;
}
.order-product{
	padding-top: 40px;
}
.order-product h3{
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 20px;
}
.order-product ul li{
	float: left;
	position: relative;
	width: calc((100% - 20px)/3);
	margin: 0 10px 10px 0;
}
.order-product ul li:nth-child(3n+1){
	clear: both;
}
.order-product ul li:nth-child(3n){
	margin-right: 0;
}
.order-product ul li i{
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 10;
}
.order-product ul li i input{
	display: block;
}
.order-product ul li i input[type="checkbox"] {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	position: relative;
	-webkit-appearance: none;  //去掉原有样式 
}

.order-product ul li i input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	overflow: hidden;
}

.order-product ul li i input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #d9bd9b;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #d9bd9b;
	color: #fff;
	font-weight: bold;

}

.order-img{
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 10px;
}
.order-img .pro-icon{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 40px;
	height: 40px;
}
.order-text p{
	font-size: 14px;
	line-height: 1.5;
	color: #929292;
	overflow: hidden;
}
.order-text h4{
	color: #fff;
	margin: 5px 0;
}
.order-product ul li:hover img{
	transform: scale(1.05,1.05);
	z-index: 0;
}
@media screen and (max-width:1440px) {
	.order{
		padding: 0 25px;
	}
	.order p.order-font{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.order-product{
		padding-top: 30px;
	}
	.order-img{
		width: 116px;
		height: 116px;
	}
	.order-text p{
		font-size: 12px;
	}
}




.mybox{
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	background-color: #f6f6f6;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	margin-bottom: 40px;
	
	display: flex;
	 justify-content: space-between;
}
.mybox-left{
	width: 230px;
}
.mybox-left ul li{
	padding: 0 0 0;
}
.mybox-left ul li a{
	display: inline-block;
	width: 100%;
	padding-left: 25px;
	line-height: 68px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.mybox-left ul li a.on{
	padding-left: 25px;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	border-left: 4px solid #c2aa83;
	border-bottom: 0;
}
.mybox-left ul li:nth-child(3n) a{
	border-bottom: 0;
}
.mybox-right{
	width: 100%;
	padding: 40px 65px;
	min-height: 680px;
	background-color: #fff;
	box-sizing: border-box;
}


/*my order*/
.myorder ul li{
	padding: 45px 48px 45px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	overflow: hidden;
}

.myorder-text h3{
	font-size: 18px;
	line-height: 34px;
}
.myorder-text p,
.myorder-right p{
	font-size: 14px;
	line-height: 1.8;
	color: #5e5e5e;
}
.myorder-show,
.myorder-delete{
	float: right;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	padding: 15px 30px;
	border-radius: 4px;
	cursor: pointer;
}
.myorder-show{
	background-color: #333;
}
.myorder-delete{
	margin-left: 25px;
	background-color: #b3b3b3;
}
.myorder-right p{
	padding-top: 10px;
}
.myorder-show:hover,
.myorder-delete:hover{
	color: #fff;
    background: repeating-linear-gradient(
45deg,#e0b16f,#e0d8c1,#eed2a4);
}
.myorder-box{
	padding: 0px;
	overflow: hidden;
}
.myorder-border{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.myorder-box .bold{
	margin-bottom: 10px;
	font-size: 24px;
}
.myorder-box ul li{
	float: left;
	width: calc((100% - 40px)/4);
	padding: 12px;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
}
.myorder-box ul li:nth-child(5n){
	margin-right: 0;
}
.myorder-box ul li:nth-child(5n+1){
	clear: both;
}
/* .myorder-box ul li:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
} */
.myorder-img{
	position: relative;
	width: 156px;
	height: 156px;
	overflow: hidden;
	margin-bottom: 7px;
}
.myorder-img .pro-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
}
.myorder-desc{
	padding: 0 10px;
}
.myorder-desc p{
	font-size: 13px;
	color: #666;

}
.myorder-desc h4{
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 10px;
}
.order-user{
	padding-top: 30px;
}
.order-user span{
	display: inline-block;
	margin-right: 35px;
}


@media screen and (max-width:1440px) {
	.myorder ul li{
		padding: 45px 38px 30px;
	}
	.myorder ul li h3{
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.myorder ul li p{
		font-size: 13px;
	}
	.myorder-show, 
	.myorder-delete{
		font-size: 15px;
		padding: 13px 24px;
	}
	.myorder-delete{
		margin-left: 18px;
	}
	.myorder-img{
		width: 126px;
		height: 126px;
	}
	.myorder-desc{
		padding: 0 5px;
	}
	.myorder-desc p{
		font-size: 12px;
	}
	.myorder-desc h4{
		font-size: 15px;
	}
}


/* my info */
.myinfo{
	padding: 50px 20px;
	
}
.myinfo ul li{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
.myinfo li .fl{
	float: left;
	width: 90px;
	line-height: 50px;
	padding: 0 10px;
	color: #666;
	text-align: right;
}
.myinfo li .fr {
    float: left;
    width: calc(100% - 113px);
}
.myinfo li .fr input {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 42px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ddd;
	border-radius: 4px;
}
.myinfo .bot_submit{
	padding-left: 110px;
}
.myinfo .bot_submit div{
	display: inline-block;
	line-height: 1;
	margin-right: 15px;
	padding: 13px 25px;
	border-radius: 4px;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.myinfo .bot_submit div[data-click="submit"]{
	background-color: #333;
}
.myinfo .bot_submit div[data-click="out"]{
	background-color: #b3b3b3;
}
.myinfo .bot_submit div:hover{
    background: repeating-linear-gradient(
45deg,#e0b16f,#e0d8c1,#eed2a4);
	    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.notyet{
	padding: 220px 0;
	text-align: center;
}
.notyet h3{
	font-size: 32px;
}
/*product*/
.product-title h2{
	font-size: 45px;
	line-height: 90px;
}
.product-nav {
	line-height: 90px;
	color: #929292;
}
.product-nav a{
	color: #929292;
}
.product-nav a:hover{
	color: #0d73e8;
}
.product-menu{
	width: 310px;
	border: 1px solid #ececec;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	box-sizing: border-box;
}
.product-menu-title h3{
	width: 100%;
	height: 85px;
	padding: 30px 28px 0 28px;
	font-size: 24px;
	color: #000;
	background-color: #f2f3f5;
	box-sizing: border-box;
}
.product-menu ul{
	margin: 15px 0;
	
}
.product-menu ul li{
	border-bottom: 1px solid #f2f2f2;
}
.product-menu ul li h3{
	position: relative;
	padding-left: 60px;
	font-size: 18px;
	line-height: 60px;
}
.product-menu ul li h3 i{
	content: "";
	position: absolute;
	top: 18px;
	left: 27px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #ececec;
	background: url(../images/icon_10.png) center no-repeat;
}
.product-menu ul li:hover h3{
	background-color: #f2f2f2;
}
.product-menu dl{
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
}
.product-menu dl dd{
	padding-left: 60px;
	line-height: 40px;
}
.product-menu ul li h3 i.m_icon{
	transform: rotateZ(180deg);
}
.product-menu dl dd a:hover,
.product-menu dl dd a.on{
	color: #0d73e8;
}

.product-menu ul li .menu-down.show{
	padding: 20px 0;
	height: auto;
}
.product-menu ul li a.on{
	color: #0077ed;
}


.product-list-box{
	width: 1018px;
}
.product-list-border{
	border: 1px solid #ededed;
	box-sizing: border-box;
}


.product-region{
	position: relative;
	z-index: 8;
	margin: 25px 0 0 35px;
	font-size: 15px;
	line-height: 35px;
}
.product-region i{
	display: inline-block;
	width: 13px;
	height: 10px;
	margin: 0 0 0 4px;
	background: url(../images/icon_10.png) center no-repeat;
	transform: rotateZ(180deg);
}
.product-region-menu{
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-sizing: border-box;
}
.product-region-menu a{
	display: block;
	font-size: 14px;
	line-height: 30px;
}
.product-region:hover .product-region-menu{
	display: block;
}



.product-search{
	width: 300px;
	
}
.product-search form{
	border: 1px solid #4F4F4F;
	border-radius: 4px;
	background: #232323;
	overflow: hidden;
}
.product-search input[type="text"]{
	float: left;
	width: 215px;
	padding: 0 18px;
	line-height: 55px;
	background-color: #232323;
	border: 0;
	box-sizing: border-box;
}
.product-search input[type="submit"]{
	float: right;
	width: 65px;
	height: 55px;
	border: 0;
	background: #232323 url(search_icon.png) center no-repeat;
	cursor: pointer;
}

.product-list-top{
	background: #171717;
	display: flex;
	justify-content: space-between;
	padding: 20px 0px 20px 20px;
}

.product-tlist{
	width: calc(100% - 300px);
	
}
.product-tlist a{
	position: relative;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 0.875rem;
	color: #d0d0d0;
	background: #232323;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;

}
.product-tlist a:hover, .product-tlist a.on {
	color: #d9bd9b;
}
	
.product-list{
	padding: 2%;
	background: #fff;
	overflow: hidden;
	border-radius: 0px 20px 20px 0;
}
.product-list .node h4{
	color: #333;
}

.product-list.black{
	padding: 0%;
	background: #2d2d2d;
	overflow: inherit;
	border-radius:  0;
	border: 1px solid #464542;
}
.product-list.black ul li{
	background: inherit;
	border-color: #464542;
	padding: 20px 20px 40px;
}
.product-list.black ul{
	border: 0px solid #464542;
}
.product-likebox {
    padding: 4% 0;
    box-shadow: inset 0 10px 25px -10px rgb(0 0 0 / 15%);
    background: #2d2d2d;
}
.product-list.black ul li .img{
	position: relative;
}


.product-list.black ul li img{
	overflow: hidden;
	border-radius: 10px;
}
.product-list.black ul li h3{
	color: #fff;
}
.product-list.black ul li p{
	color: #fff;
}

.product-list.black ul li input{
	background: #414141;
}
.product-list.black ul li input:hover {
    background: repeating-linear-gradient(
45deg,#e0b16f,#e0d8c1,#eed2a4);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.product-list.black ul li:hover{
	border: 1px solid #464542;
	background: #2d2d2d;
}


.product-list ul{
	border-top: 1px solid #ededed;
}
.product-list ul li{
	position: relative;
	z-index: 1;
	float: left;
	width: calc(100%/4);
	padding: 50px 20px 40px;
	background-color: #fff;
	box-sizing: border-box;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.product-list ul li:nth-child(4n){
	border-right: 0;
}


.product-list ul li:hover{
	transform: scale(1.05,1.05);
	z-index: 5;
	box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
	border: 1px solid #ededed;
}
.product-list ul li .pro-icon{
	position: absolute;
	top: 4%;
	left: 6%;
	z-index: 4;
}
.product-list ul li .pro-img{
	width: 278px;
	height: 278px;
	margin-bottom: 5px;
}

@media screen and (max-width:1440px) {
	.product-title h2{
		font-size: 38px;
		line-height: 80px;
	}
	.product-nav{
		line-height: 80px;
	}
	.product-menu{
		width: 250px;
	}
	.product-menu-title h3{
		height: 75px;
		padding: 25px 20px 0 20px;
		font-size: 20px;
	}
	.product-menu ul{
		margin-top: 10px;
	}
	.product-menu ul li h3{
		padding-left: 45px;
		font-size: 16px;
		line-height: 55px;
	}
	.product-menu ul li h3 i{
		left: 15px;
	}
	.product-menu dl dd{
		padding-left: 45px;
		font-size: 14px;
		line-height: 30px;
	}
	.product-list-box{
		width: 920px;
	}
	.product-list ul li{
		padding: 40px 22px 30px;
	}
	.product-list ul li .pro-img{
		width: 260px;
		height: 260px;
	}
}


/* expage */

.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	border-radius: 4px;
	color: #333;
	border: 0px solid #f6f6f6;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #000;
	border-radius: 4px;
	border: 1px solid #f6f6f6;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #000;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: left;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}



/*product-show*/

.product-show{
	width: 1280px;
	margin: 0 auto;
	padding: 10px 0;
}
.product-show-img{
	width: 575px;
}
.product-show-img .swiper-slide{
	text-align: center;
}
.product-show-img img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.product-show-img .video_img{
	opacity: .5;
}

.product-show-img .pro-icon{
	position: absolute;
	right: 25px;
	top: 30px;
	z-index: 8;
}
.product-show-img-top{
	width: 575px;
	height: 575px;
	border-radius: 20px;
	overflow: hidden;
}
.product-show-img-thumbs{
	width: 350px;
	overflow: hidden;
	margin: 15px auto;
}
.product-show-img-thumbs .swiper-slide{
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
}
.product-show-img-thumbs .swiper-slide.swiper-slide-thumb-active{
		border: 2px solid #a9936e;
}
.videoico{
	position: absolute;
	padding: 20px;
}

.product-show-bottom{
	display: flex;
	position: relative;
}

.product-show-prev,
.product-show-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	cursor: pointer;
	border-radius: 50px;
	background: #545454;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.product-show-prev i,
.product-show-next i{
	text-align: center;
	color: #fff;
	width: 8px;
	height: 8px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/proicon02.png) center no-repeat;
	background-size:cover;
	
}

.product-show-prev{
	left: 40px;
	
}
.product-show-prev i{
	transform: rotate( -180deg);
}



.product-show-next{
	right: 40px;
	background-position: 0 -30px;
}
.product-show-prev.swiper-button-disabled,
.product-show-next.swiper-button-disabled{
	opacity: 0.2;
}
.product-show-prev:hover,
.product-show-next:hover{
	background: #a9936e;
}

.product-link{
	border: 2px solid ;
	border-image: repeating-linear-gradient(45deg, #d4c39f, #a68f6a 100% ,#9b845e) 2 2 2 2; 
	width: 140px;
	line-height: 42px;
	float: right;
	text-align: center;
	position: absolute;
	color: #a9936e;
	font-size: 12px;
	right: 0;
}


.product-show-desc{
	width:610px;
}
.product-show-desc h3{
	font-size: 16px;
	line-height: 30px;
}
.product-show-desc h4{
	font-size: 25px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 25px;
	border-bottom: 1px solid #3c3c3c;
	padding-bottom: 15px;
}
.product-con li{
	padding-bottom: 20px;
	display: flex;
    flex-direction: column;

}

.product-show-desc ul li .fl{
	width: 106px;
	font-size: 16px;
	line-height: 40px;
	color: #777;
}
.product-show-desc ul li .fr{
	width: 344px;
	line-height: 44px;
}
.pro-specs span,.pro-size span{
	display: inline-block;
	padding: 0 10px;
	color: #777;
	font-size: 14px;
	line-height: 32px;
	border: 1px solid #777;
	cursor: pointer;
	margin-right: 4px;
	border-radius: 4px;
}
.pro-color span{
	display: inline-block;
	color: #777;
	font-size: 14px;
	line-height: 32px;
	border: 2px solid transparent;
	cursor: pointer;
	overflow: hidden;
	margin-right: 4px;
	border-radius: 4px;
}
.pro-color span i{
	width: 38px;
	display: block;
	height: 24px;
}
.pro-specs span.on,.pro-size span.on,.pro-color span.on{
	border-color: #a9936e;
	color: #a9936e;
}
.pro-num{
	border: 0px solid #000;
	width: 120px;
	height: 44px;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.pro-num span{
	float: left;
	width: 34px;
	height: 44px;
	font-size: 20px;
	color: #000;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
}
.pro-num input{
	float: left;
	width: 50px;
	font-size: 16px;
	line-height: 44px;
	border: 0;
	text-align: center;
}
.pro-region span{
	margin: 10px 0;
	line-height: 20px;
	padding: 0 10px;
	color: #777;
	border-right: 1px solid #777;
}
.pro-region span:first-child{
	padding-left: 0;
}
.pro-region span:last-child{
	border-right: 0;
}
.pro-size-img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding-bottom: 100%;
	opacity: 0;
	/* background-size: cover; */
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	display: none;
}
.product-show-desc .share{
	padding-top: 60px;
	text-align: right;
}
.pro-show-content{
	padding: 40px 40px;
	background: #171717;
	overflow: hidden;
}
.pro-show-content h3{
	font-size: 28px;
	line-height: 2.5;
}
.pro-show-cart{
	position: relative;
	z-index: 15;
	display: block;
	width: calc(100% - 75px);
	font-size: 16px;
	line-height: 64px;
	height: 64px;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
	border: 0;
	cursor: pointer;
}


.pro-desc{
	padding-top: 20px;
	max-width: 500px;
}
.pro-desc ul li{
	float: left;
	width: 100%;
	padding: 4% 0;
	border-bottom: 1px solid #484848;
	
}
.pro-desc ul li a {
    display: block;
	position: relative;
    padding-left: 40px;
}

.pro-desc ul li a::before, .pro-desc ul li a::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #86888a;
    transition: all 0.5s;
}
.pro-desc ul li.on a::after {
    opacity: 0;
}
.pro-desc ul li a::after {
    transform: rotateZ(90deg);
}


.pro-desc ul li h1 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.pro-desc ul li p {
	max-height: 0;
    font-size: 16px;
	opacity: 0;
    line-height: 1.5;
	color: #a7abad;
    overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pro-desc ul li p span{
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.pro-desc ul li p span::after{
	content: "";
	width: 5px;
	position: absolute;
	top:8px;
	border-radius: 10px;
	left: 0;
	height: 5px;
	float: left;
	background-color: #86888a;
	transition: all 0.5s;
}

.pro-desc ul li.on a::before {
    background-color: #86888a;
}
.pro-desc ul li.on p {
	opacity: 1;
	padding: 20px 0;
	max-height: 500px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro-like{
	float: right;
	margin-top: -64px;
	width: 55px;
	height: 64px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
}
.pro-like .add_like{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-like input {
    font-size: 0.875rem;
    line-height: 45px;
    height: 20px;
    width: 20px;
    background: url(likes_blck.png);
    background-size: cover;
}


.pro-like strong {
    width: 20px;
    height: 20px;
    background: url(likes_hove.png) center no-repeat;
	background-size: cover;
    cursor: pointer;
}

.pro-details{
	text-align: center;
	margin-bottom: 30px;
}
.pro-details img{
	max-width: 100%;
	width: 100%;
}

.recom-product{
	position: relative;
}

.swiper-recom .swiper-slide a {
    position: relative;
    display: block;
    background-color: #fff;
    border: 2px solid #fff;
    transition: all 0.4s;
	border-radius: 20px;
    text-align: center;
    padding: 8%;
}

.recom-img{
	position: relative;
	overflow: hidden;
}

.recom-text h3{
	display: -webkit-box;
	margin: 20px 0;
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: left;
	line-clamp: 2;
	color: #737373;
}
.recom-text h2{
	font-size: 20px;
	line-height: 2;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.recom-text .recom-cart{
	float: right;
}

.recom-prev,
.recom-next{
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	width: 3vw;
	height: 3vw;
	max-width: 78px;
	max-height: 78px;
	min-width: 55px;
	min-height: 55px;
	cursor: pointer;
	border-radius: 50%;
}
.recom-prev{
	left:  -5vw;
	background: url(../images/pro_prev.png) top center/100% auto no-repeat #4f4f4f;
}
.recom-next{
	right: -5vw;
	background: url(../images/pro_next.png) top center/100% auto no-repeat #4f4f4f;
}
.swiper-product:hover .recom-prev,
.swiper-product:hover .recom-next{
	opacity: 1;
}
.recom-prev:hover,
.recom-next:hover{
	background-color: #a68f6a;
	background-position: 0 100%;
}
.recom-prev.swiper-button-disabled,
.recom-next.swiper-button-disabled{
	cursor: no-drop;
}


@media screen and (max-width:1440px) {
	.pro-radius{
		margin-bottom: 35px;
	}
	.product-show{
		width: 900px;
	}
	
	.product-show-img{
		width: 400px;
		margin-left: 25px;
	}
	.product-show-img-top{
		width: 400px;
		height: 400px;
	}
	.product-show-prev{
		left: 20px;
	}
	.product-show-next{
		right: 20px;
	}
	.product-show-img-thumbs{
		width: 260px;
	}
	.product-show-desc{
		width: 400px;
		margin-right: 30px;
	}
	.product-show-desc h3{
		font-size: 18px;
		line-height: 25px;
		height: 50px;
	}
	.product-show-desc h4{
		font-size: 22px;
	}
	.product-show-desc ul li .fl{
		width: 80px;
		font-size: 14px;
		line-height: 35px;
	}
	.product-show-desc ul li .fr{
		width: 320px;
		line-height: 35px;
	}
	.pro-specs span{
		padding: 0 7px;
		font-size: 13px;
		line-height: 32px;
		margin-right: 2px;
	}
	.pro-num{
		width: 110px;
		height: 32px;
	}
	.pro-num span{
		width: 29px;
		height: 32px;
		line-height: 32px;
		font-size: 20px;
	}
	.pro-num input{
		font-size: 16px;
		height: 32px;
		line-height: 32px;
	}
	.pro-region span{
		font-size: 14px;
	}
	.pro-show-content{
		padding: 30px 30px 0;
	}
	.pro-show-content h3{
		font-size: 22px;
		line-height: 2.2;
	}
	.recom-text h3{
		font-size: 14px;
		line-height: 1.5;
	}
	.pro-cart{
		font-size: 14px;
	}
	
	.pro-desc ul li{
		font-size: 14px;
		line-height: 28px;
	}
	.recom-product,
	.pro-contact{
		padding: 22px;
	}
	.recom-product-title h3{
		font-size: 17px;
		margin-bottom: 20px;
	}
	.recom-product-list ul li{
		margin-bottom: 20px;
	}

}


.botmbar_list{
	position: fixed;
	z-index: 30;
	width: 40px;
	right: 2%;
	bottom: 8%;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.botmbar_list a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}
.botmbar_list a .botmbar_img{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box{
	position: absolute;
	top: 50%;
	right: 50px;
	text-align: center;
	z-index: 1;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
}
.botmbar_box i{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -4px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transform: rotate(45deg);
}
.botmbar_box .radius{
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box .botmbar_tel{
    border-radius: 4px;
    width: 180px;
    padding: 12px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);
}
.botmbar_box .radius img{
	width: 150px;
	height: 150px;
	min-width: 150px;
}
.botmbar_list a:hover .botmbar_box{
	visibility: visible;
	opacity: 1;
}








