﻿* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "微软雅黑", Arial, "Arial Black", serif;
	line-height: 2em;
	color: #595959;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #595959;
}
h1 {
	font-size: 1.5em;
}
img, object {
	border: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
.header {
	padding: 10px 0;
	width: 100%;
	z-index: 999;
	background:rgb(241, 217, 203, 0.5);
}
.header .logo {
}
.header .logo img {
	padding:10px 0;
	width: 300px;
}
.header .menu a {
	padding: 5px;
	display: block;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 5px 1px #7E513C;
	transition: box-shadow 0.5s ease;
}
.header .menu a:hover, .header .menu a.hover {
	color: #fff;
	background: #7E513C;
}
.banner img {
	width: 100%;
}
.img {
	overflow: hidden;
}
.img img {
	width: 100%;
	transition: all 0.5s ease 0s;
	display: block;
}
.img img:hover {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.category {
	margin-bottom:20px;
	position:relative;
	width: max-content;
}
.category p {
	margin:0px;
	padding:0px;
}
.category p:nth-child(1) {
color: rgb(241, 217, 203, 0.3);
font-size:60px;
font-weight:bold
}
.category p:nth-child(2) {
color:#7E513C;
font-size:36px;
font-weight:bold;
position:absolute;
width:100%;
bottom:0;
text-align:center
}
.index_about {
	background:#f1f1f1;
	background-image: url(/template/lecms/index/images/about_bg.jpg);
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_about .profile {
	transform: rotate(90deg);
}
.index_about .bg {
	-webkit-border-radius: 6px;
	word-wrap: break-word;
	padding: 0px;
	border-color: transparent;
	border-width: 0px;
	border-style: solid;
	background-color: rgb(163, 63, 9);
}
.index_about .bg .item {
	display: flex;
	flex-direction: column;
	padding:50px;
}
.index_about .bg .item .img1 img {
	display:block;
	border-radius: 50%;
	border: 10px solid #cccccc;
	margin:auto;
}
.index_about .bg .item .img {
	margin-bottom:20px;
}
.index_about .bg .item .more {
	background-color: rgba(248, 236, 230, 1);
	width:100px;
	text-align:center;
	margin:auto;
	color: #7E513C;
	margin-top:20px;
	border-radius:5px;
}
.index_about .text .item {
	padding:0 20px;
}
.index_about .text .item .desc {
	margin-bottom:20px;
}
.index_about .text .item .desc p {
	text-indent:2em;
	margin-bottom:0
}
.index_about .text .item .contact {
	color:#7E513C;
	font-size:24px;
	font-weight:bold;
	display: flex;
	justify-content: space-between;
}
.index_about .cake {
	transform: rotate(90deg);
	font-size: 48px;
	color: rgb(163, 63, 9);
	letter-spacing: 12px;
}
.index_about .cake span {
	display:block;
}
.index_product {
	background-color: rgb(250, 250, 221);
	overflow:hidden;
}
.index_product .bg {
	background-image: url(/template/lecms/index/images/product_img.jpg);
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_product .bg .text {
	text-align:center;
	padding:20px;
	border:1px solid #7E513C;
	border-left:0;
	border-right:0;
}
.index_product .item {
	margin:10px;
}
.index_product .item img {
	width:100%;
	border-radius:10px;
}
.product {
	background-image: url(../images/product_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0;
}
.product .item {
	padding: 0px;
}
.product .item img {
	display: block;
	border-radius: 10px;
	border: 10px solid #ffffff;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.product .item img:hover {
	-webkit-border-radius: 10%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.product .item span {
	text-align: center;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 46px;
}
.product .item span a {
	color: #7E513C;
}
.news {
	padding: 20px 0;
}
.news .category label {
	font-weight: bold;
	color: #7E513C;
	font-size: 2em;
	margin: 20px 0;
}
.news .img img {
	width: 100%;
}
.news .item {
	padding: 20px;
}
.news .more {
	width: 90px;
	padding: 0 5px;
	text-align: center;
	line-height: 25px;
	border-radius: 30px;
	background: #7E513C;
}
.news .more a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.news .title a {
	color: #7E513C;
	font-weight: bold;
}
.about {
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 620px;
	padding: 20px 0;
}
.about .category {
	font-weight: bold;
	color: #7E513C;
	font-size: 2em;
	margin: 20px 0;
}
.about .desc {
	width: 70%;
	margin: auto;
	background: rgba(166, 123, 72, 0.7);
	color: #ffffff;
	padding: 20px;
}
.order {
	padding: 20px 0;
}
.order .category {
	font-weight: bold;
	color: #7E513C;
	font-size: 2em;
	margin: 20px 0;
}
.order .img img {
	width: 100%;
}
.order .item .input {
	width: 100%;
	border: 1px solid #7E513C;
	border-radius: 5px;
	padding: 2px;
}
.order .item .button {
	background: #7E513C;
	color: #fff;
	border: 0;
	width: 100%;
	border-radius: 5px;
	padding: 5px 0;
}
.foot {
	background: rgb(248, 236, 230);
	color: #333;
	padding:20px 0;
}
.foot a {
	color: #333;
}
.foot .logo {
	width:100%;
	max-width:300px;
}
.foot .ewm {
	text-align:right
}
.foot .ewm img {
	width:150px;
}
.page_banner img {
	width: 100%;
}
.page_main {
	padding-top: 20px;
}
.page_main h1 {
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}
.page_main .tips {
	color: #999;
	text-align: center;
	background-color: #efefef;
	padding: 10px 0;
}
.page_main .content {
	padding: 20px 0;
}
.page_main .content .w100 {
	width:100%;
}
.page_main .content img {
	max-width: 100%;
}
.page_main .more {
	background-color: #f5f5f5;
	padding: 10px 0;
}
.page_category {
	background-color: #efefef;
	text-align: center;
	padding: 10px 0
}
.page_category a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}
.page_category .hover {
	color: #fff;
	background-color: #7E513C;
}
@media (max-width:768px) {
 .header {
 position: relative;
 background:#efefef;
}
.header .menu {
 padding:10px 0;
}
.header .menu a {
 margin-bottom:10px;
}
 .about .desc {
 width: 100%;
}
.category p:nth-child(1) {
font-size:36px;
}
 .order .item {
 padding: 30px;
}
.index_about .text .item {
margin-top:20px;
}
.index_about .text .item .category {
margin:auto;
margin-top:3rem!important;
margin-bottom:3rem!important
}
.foot .ewm {
text-align:center;
}
}
