@charset "UTF-8";
/* CSS Document */
body{
	background:#080808;
	color:#fff;
	line-height: 1.4;
}


/*.ddsmoothmenu > ul > li:nth-child(4) > a{
	color:rgba(255,197,57,1);

}*/
.float_nav{
	display: none;
}
.phone_Team_anniu{
	position: fixed;
	z-index: 100;
	display: table;
	/* width:100%; */
	left: 0;
	margin-top: 0px !important;
	padding:10px 0vw 0 0;
	margin-left: 8vw;


}
.phone_Team_anniu a{
	background: rgba(0,0,0,0.95);
	cursor: pointer;
}

.Team_anniu .Team_anniu_div{
	background: rgba(255,197,57,1);
	color:rgba(0,0,0,1);
	cursor: pointer;
}

/*banner设置==============================*/

.banner_box_bg,
#equipment_box{
	background: #000 url( ../images/bg.jpg) center;	
	background-size:100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow:hidden;
	width: 100vw;
	
	
}


.banner_box_bg > div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
}

.banner_box {
	position: relative;
	height: 28vw;
	margin: 10rem auto 0rem auto;
	border-radius: 10px;
	
	border: 1px solid rgba(255, 197, 57, 0.2);
	box-sizing: border-box;
	overflow: hidden;
}

.banner {
	width: 100%;
	display: block;


}

.banner_wenan_box {
	position: absolute;
	top: 0;
	left: 4vw;
	display: table;
	height: 100%;
	width: 36vw;
	padding-bottom: 1rem;
	overflow: hidden;
}

.banner_wenan {
	display: table-cell;
	vertical-align: middle;


}
.banner_wenan h2{
	font-size: 3.6rem;
	color:rgba(255,197,57,1);

}
.banner_wenan p{
	margin-top: 2rem;
	color:rgba(255,255,255,0.8);
	
}

.Team_anniu{
	margin-top: 3rem;
}
.Team_anniu div{
	float: left;
	overflow: hidden;
	margin-bottom: 1.2rem;
	padding-bottom: 0.08rem;
}
.Team_anniu div a{
	color:rgba(255,255,255,0.7);
	padding: 0.8rem 4rem;
	border: 0.08rem solid rgba(255,197,57,0.7);
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	margin-right: 1rem;
	position: relative;
}
.Team_anniu div:last-child{
	
	margin-right: 0;
	
}




/*banner_nav展示========================== */

#phone_banner_nav_box{
	display: none;
}
.banner_nav_box > div{
	float: left;
	width:20.25vw;
	height: 2.4vw;
	/*height:10.125vw;*/
	margin-right:1vw;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border:1px solid rgba(255,197,57,0.45);
	box-sizing: border-box;
	

}
.banner_nav_box > div a{
	color:rgba(255,255,255,0.8);
}
.banner_nav_box > div:hover{
	border:1px solid rgba(255,197,57,1);
	background: rgba(255,197,57,0.9);
	
}
.banner_nav_box > div:hover a{
	color:rgba(0,0,0,1) !important;
}

.banner_nav_box div:last-child{
	
	margin-right:0%;
}


.banner_nav_box .banner_nav_wenan{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 2;
	display: table;
	text-align: center;

	
}
.banner_nav_wenan td{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	
}




/*设备========================== ======================*/


#equipment_box > div{
	background: rgba(0,0,0,0.4);
	overflow: hidden;
}

#Baking_box .content,
#Coffee_box .content,
#equipment_box .content,
#Service_box .content{
	overflow: hidden;
	margin: 12rem auto;
}



.biaoti{
	text-align: center;
	display:block;



}


.biaoti h1{

}
.photo-menu{

	overflow: hidden;
	display: inline-block;
}

.photo-menu li{
	float: left;
	margin: 0.3rem 1rem 0 1rem;
	font-size: 1.8rem;
	color:rgba(255,255,255,0.7);
	border: 1px solid rgba(255,197,57,0.3);
	padding: 0.3rem 4rem;
	display: inline-block;

}
.photo-menu a{
	color:rgba(255,255,255,0.8);
}
.photo-menu li:last-child{
	margin-right:0;
}


.photo-menu li:hover{
	color:#111;
	border: 1px solid rgba(255,197,57,1);
	background-color: rgba(255,197,57,1);
	cursor: pointer;
	
}



.new{
	
	margin-top: 6rem;
	overflow: hidden; 
	width: 100%;
	
}


.new_content{
	overflow:hidden;
	margin-bottom:0%; /*去除最后一列.BOX的下边距*/
}


/*#equipment_box .new_content .box{
	width:10.566%;
	margin-right: 0.6%;
	margin-bottom: 1.6%;
	float: left;
}
#equipment_box .new_content .box:nth-child(9n){
	margin-right: 0%;
}*/
.new_content .box{
	width:24.1%;
	margin-right: 1.2%;
	margin-bottom: 4%;
	float: left;
}
.new_content .box:nth-child(4n){
	margin-right: 0%;
}


.box{
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
}
.box div{
	position: relative;
}
.box img{
	width:100%;
	display: block;
}




.box .info{
	background:rgba(0,0,0,0.9);
	padding: 1rem 1.2rem 1rem 1.2rem;


}
.box .info h3{
	font-size:1.6rem;
	color:rgba(255,197,57,0.9);
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	

}



.new_img_box{
	position: relative;
}
.new_img_box::before{
	content: " ";
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	/* max-height:28.4vw; */
	background: rgba(255, 197,57,0.4) url(../images/cross.png) center 70% no-repeat ;
	z-index: 99;
	filter:alpha(opacity=0);   -moz-opacity:0;    opacity: 0;
	cursor: pointer;
}
.new_img_box:hover::before{
	-webkit-transition-duration:0.8s;
	transition-duration:0.8s;
	background-position:center 50%;
	filter:alpha(opacity=1);   -moz-opacity:1;    opacity: 1;
}




/*原材料================================================*/
#Baking_box{
	background: #000 url(../images/bg.jpg) center;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow:hidden;
	width: 100vw;
}
#Baking_box > div{
	background: rgba(0,0,0,0.4);
	overflow: hidden;
}



/*咖啡================================================*/

#Coffee_box{
	background: #000 url( ../images/bg.jpg) center;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow:hidden;
	width: 100vw;
	
}
#Coffee_box > div{
	background: rgba(0,0,0,0.4);
	overflow:hidden;

}

.biaoti2{
	float: left;
}
.biaoti2 h1{


	line-height: 1;
	
}
.Coffee_content{
	margin-top: 6rem;
	margin-bottom: 8rem;
}
.Coffee_menu_box{

	display: table-cell;
	vertical-align:text-top;
	
}
.Coffee_img_box{
	width: 54%;
	display: table-cell;
	vertical-align: middle;
 	
}
.Coffee_img_box div{
	
	float: left;
	cursor: pointer;
}

.Coffee_img_box .img1:hover,
.Coffee_img_box .img2:hover,
.Coffee_img_box .img3:hover{
	z-index: 6;
	cursor: pointer;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	position: relative;
	
}

.Coffee_img_box .img1{
	width: 39.5%;
	position: relative;
	z-index: 2;
}
.Coffee_img_box .img2{
	width: 19.6%;
	position: relative;
	z-index: 3;
}
.Coffee_img_box .img3{
	width: 34%;
	position: relative;
	z-index: 4;
	
}
.Coffee_img_box .img4{
	width: 100%;
	margin-top: -5%;
	position: relative;
	z-index: 1;
	clear: both;
}
.Coffee_img_box .gallery img{
	width:100%;
	display: block;
	
	
}

.Coffee_menu_box h3{
	color:rgba(255,197,57,0.7);
	text-transform: uppercase;
	margin-top: 1vw;
}
.Coffee_menu_box p{
	color:rgba(255,255,255,0.8);
	margin-top: 1vw;
	font-size: 1.6rem;
	
}





/*服务================================================*/

#Service_box{
	background: #000 url( ../images/bg.jpg) center;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow:hidden;
	width: 100vw;
}
#Service_box > div{
	background: rgba(0,0,0,0.4);
	overflow:hidden;
}



.Service_content{
	display: table;
	margin-top: 10rem;
	margin-bottom: 10rem;
}


.Service_menu_box{

	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 6vw;
}
.Service_img_box{
	width: 48%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 6vw 0 12vw;
}
.Service_img_box div{
	width:50%;
	float: left;
}
.Service_img_box .gallery img{
	width:100%;
	display: block;
	
}

.Service_menu_box h3{
	color:rgba(255,197,57,1);
	text-transform: uppercase;
	margin-top: 1vw;
}
.Service_menu_box p{
	color:rgba(255,255,255,0.8);
	margin-top: 1vw;
	font-size: 1.6rem;
	
}


.more{
	border:1px solid rgba(255,197,57,0.3);
	box-sizing: border-box;
	padding: 10px 0;
	display: block;
	font-weight: 400;
	color:rgba(255,255,255,0.8);
	width:20rem;
	text-align: center;
	border-radius: 2px;
	float: left;
	clear: both;
	margin-top: 30px;

}
.more:hover{
	background:rgba(255,197,57,1);
	color:#000;
	cursor: pointer;
}




.pingban_bg{
		display: none;
	}

	@media screen and (max-width: 1440px) {
		.Team_anniu div a{
			padding: 0.6rem 3rem;

		}
	}

	@media screen and (min-width: 1025px) {
		.Team_anniu div a:hover{
			border: 0.08rem solid rgba(255,197,57,1);
			background:  rgba(255,197,57,1);
			color:rgba(0,0,0,1);
			cursor: pointer;
		}
	}
@media screen and (max-width: 1024px) {
	
	
	#Baking_box > div,
	#Coffee_box > div,
	#Service_box > div,
	#equipment_box > div,
	.banner_box_bg > div{
		background: rgba(0,0,0,0);

	
	}

	#Baking_box .pingban_bg,
	#Coffee_box .pingban_bg,
	#Service_box .pingban_bg,
	#equipment_box .pingban_bg,
	.pingban_bg{
		
		display: none;
		
	} 
	.banner_box_bg, #equipment_box,#Coffee_box,#Baking_box,#Service_box{
	background: #000 url( ../../index/images/bg.jpg) center;	
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow:hidden;
	width: 100vw;
	
}




	.biaoti2 h1,
	.biaoti h1{
		color:rgba(255,197,57,0.9);
	}
	
	.banner_wenan h2 {
		font-size: 2.8vw;
		color: rgba(255,197,57,1);
		}
		.banner_wenan p {
			margin-top: 0.6vw;
			color: rgba(255,255,255,0.8);
			}
			p {
				font-size: 1.4vw;
				line-height: 1.2;
				}
				.photo-menu li{
					float: left;
					margin: 0.3rem 1rem 0 1rem;
					font-size: 1.4vw;
					color:rgba(255,255,255,0.7);
					border: 1px solid rgba(255,197,57,0.3);
					padding: 0.2vw 1.8vw;
				
				}
	/*banner设置==============================*/
	.banner_box_bg > div{
		padding: 6rem auto;
		margin: 0;
	}
	.banner_box {
		margin-bottom: 8vw;
	}
	.banner_nav_wenan td{
		font-size: 1.4rem;	
	
	}
	.banner_nav_box > div{
		width:20.25vw;
		height: 3.4vw;
		border-radius: 3px;
	}


	.Team_anniu{
		margin-top: 2vw;
	}
	.Team_anniu div{
		margin-top: 0rem;

	}
	.Team_anniu div a{
		color:rgba(255,255,255,0.7);
		padding: 0.4vw 2vw;
		margin-right: 1rem;
	}
	
	/*banner_nav展示========================== */
	
	
	/*设备================================================*/
	/* #equipment_box{
		height: 100vh;
	} */
	#equipment_box > div{
		width: 100vw;
		/* height: 100vh; */
		padding: 10vw 0;
		display: table-cell;
		vertical-align: middle;

	}
	
	/*原材料================================================*/
	
	/* #Baking_box{
		height: 100vh;
	} */
	#Baking_box > div{

		width: 100vw;
		/* height: 100vh; */
		padding: 10vw 0;
		display: table-cell;
		vertical-align: middle;


	}
	#Baking_box .content,
	#Service_box .content,
	#Coffee_box .content,
	#equipment_box .content{
		margin: auto auto;
	

	}
	
	/*咖啡================================================*/
	/* #Coffee_box{
		height: 100vh;
	} */
	#Coffee_box > div{
		width: 100vw;
		/* height: 100vh; */
		padding: 10vw 0;
		display: table-cell;
		vertical-align: middle;

	}
	.Coffee_content{
		margin-top: 6rem;
		margin-bottom: 0rem;
	}
	
	/*服务================================================*/

	/* #Service_box{
		height: 100vh;
	} */
	#Service_box > div{
		width: 100vw;
		/* height: 100vh; */
		padding: 10vw 0;
		display: table-cell;
		vertical-align: middle;
	}
	
	/*盒子文案*/
	.box .info h3{
		font-size:1.4rem;
	}
	
	/*coffee and service*/
	.more{
		padding: 6px 0;
		width:16rem;
		margin-top: 20px;
	}
	.Service_menu_box p,
	.Coffee_menu_box p{
		font-size: 1.4rem;
	}
	
	.Service_menu_box{
		padding: 0;
	}
	.Service_img_box{
		width: 48%;
		padding: 0 6vw 0 6vw;
	}
	/*float_menu设置==============================*/
	
	#float_menu{

		right:0.5vw;
		
	
	}
	.Team_anniu div a{
		font-size: 1.4vw;
	}
}



@media screen and (max-width: 768px) {
	
	#Baking_box .pingban_bg,
	#Coffee_box .pingban_bg,
	#Service_box .pingban_bg,
	#equipment_box .pingban_bg,
	.pingban_bg{
		display: none;
		
	}
	
	
	.biaoti2 h1,
	.biaoti h1{
		font-size: 4vw;
	}
	.photo-menu li{
		font-size: 3vw;
	

	}
	

	/*产品展示设置==============================*/
	
	.new_content .box{
		width:48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
		float: left;
	}
	.new_content .box:nth-child(2n){
		margin-right: 0%;
	}

	
	/*banner_nav展示========================== */
	/*banner设置==============================*/
	.banner_box {
		margin: 4vh auto 2vh;
		height: auto;
		border-radius: 4px;
	}

	.banner_box .banner {
		position: relative;
		top: 0;
		width: 180%;
		margin-left: -80%;
	}

	.banner_wenan_box {
		position: relative;
		background-color: rgba(0, 0, 0, 0.95);
		height: auto;
		width: 85vw;
		padding: 4vw 0vw 6vw 4vw;
		left: 0vw;
		overflow:visible;
	}

	.banner_wenan {
		display: block;
		vertical-align: middle;
	}

	.banner_wenan h2 {
		line-height: 1.3;
		font-size: 7vw;
		margin-bottom: 2vw;
		position: absolute;
		top:-36vw;
		width: 70vw;
		text-shadow: 0 3px 3px rgba(0,0,0,0.8);
	}

	.banner_wenan p {
		margin-top: 1vw;
		font-size: 3.6vw;
		line-height: 1.3;
		width: 100%;
		margin-bottom: 4vw;

	}
	.Team_anniu div{
		margin-top: 0;
	}
	.Team_anniu div a{
		color:rgba(255,255,255,0.7);
		padding: 1vw 5vw;
		border: 1px solid rgba(255,197,57,0.4);
		border-radius: 2px;
		font-size: 4vw;
	}
	.Team_anniu div{
		float: left;
		overflow: hidden;
		margin-bottom: 2vw;
	
	}

	/*设备================================================*/
	
	#equipment_box{
		height: auto;
		
	}
	#equipment_box > div{
		width: 100vw;
		height: auto;
		display: block;

	}
	.banner_box_bg,
	#Baking_box,
	#Coffee_box,
	#equipment_box,
	#Service_box{
		background: #000;
	}

	#Baking_box .content,
	#Coffee_box .content,
	#equipment_box .content,
	#Service_box .content{
		margin: 6vh auto;
	}
	.new{
	
		margin-top: 5vh;
	
	}
	/*原材料================================================*/
	
	#Baking_box{
		height: auto;
	}
	#Baking_box > div{

		width: 100vw;
		height: auto;
		display:block;
		vertical-align: middle;


	}
	
	/*咖啡================================================*/
	#Coffee_box{
		height: auto;
	}
	#Coffee_box > div{
		width: 100vw;
		height: auto;
		display: block;

	}
	.Coffee_content{
		margin-top: 8vw;
		margin-bottom: 0rem;
	}
	.Coffee_menu_box{

		display:block;
		width: 100%;
		margin-bottom: 7vh;
		overflow: hidden;
		
	
	}
	
	.Coffee_img_box{
		width: 100%;
		display:table;
 		
	}

	
	/*服务================================================*/
	
	#Service_box{
		height: auto;
	}
	#Service_box > div{
		width: 100vw;
		height: auto;
		display: block;
		vertical-align: middle;
	}
	.Service_content{
		display: block;
		margin-top: 4vh;
		margin-bottom: 4vh;
	}
	.Service_menu_box{
		width:100%;
		display: table;
		vertical-align: middle;
		padding: 0;
		
	}

	.Service_menu_box h3{
		font-size: 3.4vw;
		color:rgba(255,255,255,0.8);
	}
	
	.Service_img_box{
		width:60vw;
		display: table;
		vertical-align: middle;
		padding: 0 ;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 6vh;
		margin-top: 6vh;
		
	}
	.Service_img_box div{
		width:50%;
		float: left;
	}
	
	/*盒子文案===============================================*/
	.box .info h3{
		font-size:2.4vw;
	}
	
	/*coffee and service*/
	.more{
		border:1px solid rgba(255,197,57,0.4);
		box-sizing: border-box;
		padding: 0.8vh 0;
		width:40vw;
		font-size: 3vw;
		margin-top: 2vh;
	}
	.Service_menu_box p,
	.Coffee_menu_box p{
		font-size: 3vw;
		line-height: 1.3;
	}

	/* 浮动nav */
	/*手机浮动导航设置==============================*/

	.phone_Team_anniu{
		width: 100vw;
		margin-left: 5vw;
	
	
	}


	.Team_anniu .Team_anniu_div {
		background: rgba(255, 197, 57, 0.9);
		color: rgba(0, 0, 0, 1);
		margin-bottom: 1vw;
		
	}

	.phone_Team_anniu div a {
		background: rgba(0, 0, 0, 0.9);
		padding: 1.2vw 8vw;
		font-size: 3vw;
		margin-right: 2vw;
		box-sizing: border-box;

	}

	.phone_Team_anniu div {
		margin-top: 0rem;
		margin-bottom: 1vw;
		

	}
	.phone_Team_anniu div:nth-child(odd) {
		clear: both;
		

	}
	
}

















