*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color: #fff !important;
}

/* 头部 */
.headbox{
	height:100%;
	display: flex;
	justify-content: space-between;
}
.headbox div{
	height:100%;
	line-height:40px;
}
.lefthead span{
	font-size:14px;
	/* font-weight:bold; */
	color: #fff;
}

.righthead ul{
	width:100%;
	display: flex;
	justify-content: space-around;
}
.righthead ul li{
	padding:0 14px;
}
.navbox{
	height:80px;
	display: flex;
	justify-content: space-between;
}
.buytxt{
	width:50%;
	height:100%;
	line-height:80px;
	font-size:30px;
	font-weight: bold;
	color:#332115;
}

.navul{
	user-select: none;
	height:100%;
	line-height:80px;
	width:50%;
	display: flex;
	justify-content: space-between;
	font-size:18px;
	font-weight:500;
}
.navul li a{
	color: black !important;
}
.navul li a:hover{
	color:#FFC001 !important;
}
/* 首页大图 */
.homebigbg{
	height:400px;
	background-image: url(../images/homebg.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
}

.hometitle p:nth-child(1){
	padding-top:100px;
	font-size:40px;
	color: #fff;
}
.hometitle p:nth-child(2){
	font-size:60px;
	color:#DDB895;
	font-weight:600;
}
.guozi{
	font-size:40px;
	font-weight:600;
	color: #B16538;
	margin-top:160px;
	margin-left:40%;
}
/* 咖啡介绍 */
.coffeetxt{
	text-align: center;
	padding:50px;
	border-top:1px solid #915D33;
	margin-top:50px;
}
.coffeetxt a button{
	padding:4px 40px;
	border:1px solid #915D33;
	background:#fff;
	color:#A76B3A;
	margin-top:40px;
	transition:all 0.4s;
}
.coffeetxt a button:hover{
	background:#A76B3A;
	color: #fff;
}
/* 产品中心 */
.pdtbox{
	margin-top:20px;
	text-align: center;
}
.productbox{
	width:100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top:100px;
}
.pdt{
	width:22%;
}
.pdt div{
	width:100%;
	height:70%;
	background: #EBEEF3;
}
.pdt div img{
	width:100%;
}
.pdt span{
	color: red;
	display: inline-block;
	float: left;
}
.pdt p{
	font-size:14px;
	margin-top:10px;
	transition: all 0.6s;
	cursor: pointer;
}
.pdt p:hover{
	color: #0069D9;
}
.pdt a{
	display: inline-block;
	float: right;
}
.pdt a button{
	background:#915D33 !important;
	padding:2px 30px !important;
	border:1px solid #915D33 !important;
	border-radius:0px !important;
	transition:all 0.6s;
}
.pdt a button:hover{
	background:#AF552E !important;
}






/* 资讯中心 */
.txtbox{
	height:120px;
	line-height:120px;
	/* background: #007BFF; */
	color: orangered;
	text-align: center;
	font-size:40px;
	font-weight:bold;
}
.borderspan{
	display: inline-block;
	margin-bottom:12px;
	width:14%;
	border-bottom:1px solid orangered;
}
/* 资讯内容 */
.contnetbox-s{
	border:1px solid #ccc;
	width:100%;
	height:180px;
	margin-top:30px;
	border:1px solid #ccc;
	display: flex;
	justify-content: flex-start;
	justify-content: space-between;
	padding:10px;
}
.imgbox{
	width:20%;
}
.contnetbox-s img{
	width:100%;
	height:100%;
}
.jieshaobox{
	width:70%;
	padding:0 30px;
}
.jieshaobox p:first-child{
	font-weight: bold;
	font-size:18px;
}
.paybtnbox{
	display: flex;
	align-items: flex-end;
}
.paybtnbox button{
	font-size:14px;
}
/* 联系我们 */
.calltxt{
	color: #6C757D;
}

/* 留言板 */
.messagebox{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top:60px;
}
.messagebox div{
	width:50%;
}
/* 登录页面 */
.loginbox{
	height:800px;
	background-color:rgba(0,0,0,0.1);
	overflow: hidden;
}
.frombox{
	width:26%;
	height:300px;
	background: #fff;
	margin:0 auto;
	margin-top:120px;
	text-align: center;
}
.frombox form div{
	margin:0 auto;
	margin-top:10px;
}
.loginbtn{
	padding:10px 170px;
	border:none;
	margin-top:20px;
	background: #85C300;
	color: #fff;
}
.enterbtn{
	padding:10px 150px;
	border:none;
	margin-top:20px;
}
.enterbox{
	height: 430px;
}
.subbtn{
	padding:4px 60px !important;
	background:#BA7741 !important;
	border:1px solid #BA7741 !important;
	float: right;
	margin-right:20px;
	margin-top:10px;
}
/* 商家入驻 */
.ruzhu-content{
	font-size:20px;
}
.moneybtn{
	background:#70523D !important;
	color: #fff !important;
	border:1px solid #70523D !important;
	transition:all 0.5s;
}
.moneybtn:hover{
	background:#926A50 !important;
}



/* 页脚 */
.foot{
	margin-top:50px;
}
.footer-bottom{
	background:#192c34;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
.ruzhucontent{
	margin-top:30px;
}
.ruzhucontent span:first-child{
	font-weight:bold;
	font-size:22px;
}