* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: black;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

li {
	list-style-type: none;
}

img {
	max-width: 100%;
}


body {
	font-size: 16px;
	font-family: -apple-system, Helvetica, sans-serif;
	color: #333333;
}

.pcdisplaynone {
	display: none;
}

.mobilemenu {
	display: none;
}

.wd1440 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 2% !important;
}

.wd1560 {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 2% !important;
}


.centerbox {
	margin: 0 auto;
	text-align: center;
}

.top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
}

.logo {
	width: 20%;
}

.search {
	width: 40%;
	border: #dab682 1px solid;
	border-radius: 25px;
	padding: 2px 15px;
}


form.searchform {
	display: flex;

}

input#searchid {
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	outline: none;
	border: none;
}

input[type="submit"] {
	background: url(../images/search.png) no-repeat;
	width: 45px;
	height: 45px;
	outline: none;
	border: none;
	background-size: 60% 60%;
	background-position: center;
}

.phone {
	width: 22%;
	display: flex;
	align-items: center;
}

.phoneleft img {
	height: 45px;
	padding-right: 8px;
}

p.p1 {
	color: gray;
	font-size: 14px;
}

p.p2 {
	color: red;
	font-size: 27px;
	padding-top: 5px;
}


.menu {
	background: #dab682;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
}

.menu ul {
	display: flex;
	justify-content: space-between;
}

.menu ul li {
	text-align: center;
}

.menu ul li a {
	color: white;
}

.banner img {
	width: 100%;
}
.banner2  {
	margin-top: 20px;
}


.main {
	margin-top: 80px;
}

.title1 {
	background: #e17e2f;
	height: 3px;
}

.title2 {
	background: white;
	display: inline-block;
	font-size: 40px;
	padding: 0 15px;
	color: #e17e2f;
}

.titlebox {
	margin-top: -30px;
}

.hot {
	margin-top: 20px;
}

.hot img {
	height: 60px;
	vertical-align: middle;
	padding-right: 15px;
}

.hot span {
	color: #dab682;
	border: #dab682 1px solid;
	padding: 5px 10px;
	font-size: 42px;
	vertical-align: middle;
}




.prolist {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fill, 24%);
	/* 定义网格的列模板。使用repeat()函数创建自动填充的列，每列的宽度为24%。 */
	justify-content: space-between;
	/* 设置网格中项目在主轴上的对齐方式为两端对齐，即项目在水平方向上均匀分布，两端留有空白。 */
}
.prolist2 {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fill, 100%);
	/* 定义网格的列模板。使用repeat()函数创建自动填充的列，每列的宽度为24%。 */
	justify-content: space-between;
	/* 设置网格中项目在主轴上的对齐方式为两端对齐，即项目在水平方向上均匀分布，两端留有空白。 */
}

.list {
	overflow: hidden;
	width: 102%;
	margin-bottom: 30px;
	border: #dab682 1px solid;
	padding-bottom: 20px;
}
.list2 {
	overflow: hidden;
	width: auto;
}
.list3 {
	overflow: hidden;
	width: 100%;
}
.listpic {
	overflow: hidden;
	margin-bottom: 10px;
}

.listpic a {
	padding-bottom: 100%;
	/* 控制图片的高度大小 */
	position: relative;
	overflow: hidden;
	display: block;
}

.listpic img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.listtext {
	font-size: 16px;
	line-height: 1.875em;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 10px;
}

.price {
	margin-top: 15px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}

.pricenum {
	font-size: 21px;
	color: red;
}

.num {
	color: gray;
	font-size: 21px;
}

.foot {
	padding: 20px 0px;
}

.foot p {
	line-height: 30px;
}

/* new.html */
.wenming {
	margin-top: 20px;
}

.wenming ul {
	display: flex;
	justify-content: center;
}

.wenming ul li {
	background: url(../images/btn.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	text-align: center;
	margin: 0 10px;
}

.wenming ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 15px 30px 25px 30px;
}

.wenming ul li a img {
	height: 24px;
	vertical-align: middle;
	padding-left: 8px;
}

.wenming ul li a span {
	font-size: 24px;
	color: white;
	vertical-align: middle;
}



.contenttitle {
	margin-top: 40px;
}

.contitle {
	background: #dab682;
	border-radius: 20px;
	color: white;
	font-size: 24px;
	display: inline-block;
	padding: 8px 20px;
}

.contenttext {
	border: #dab682 2px solid;
	padding: 50px 25px 25px 25px;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: -25px;
	margin-bottom: 40px;
	max-width: 880px;
}

p.p3 {
	text-indent: 2rem;
}
p.p6 {
	text-indent: 2rem;
	margin-top: 10px;
}
p.p7 {
	text-align: center;
}
p.p4 {
	padding-top: 15px;
}
p.p5 {
	text-align: center;
	padding-top: 15px;
	font-size: 35px;
	color: red;
}




/* 以下是手机端导航部分 */

.fadein_menu ul {
	list-style: none;
}

.fadein_menu a:link {
	text-decoration: none;
}

.fadein_menu a:visited {
	text-decoration: none;
}

.fadein_menu a:hover {
	text-decoration: none;
}

.fadein_menu a:active {
	text-decoration: none;
}

.fadein_menu a:focus {
	outline: none;
}

.mobile_icon {
	display: none;
}

.fadein_menu {
	display: none;
	position: absolute;
	opacity: 0;
}


@media (max-width: 1000px) {
	.menu {
		display: none;
	}

	.mobilemenu {
		display: flex;
		align-items: center;
		padding: 10px 3%;
		justify-content: space-between;
	}

	.mobilelogo img {
		width: 150px;
	}

	.mobile_icon {
		display: block;
	}

	.mobile_icon img {
		width: 30px;
	}

	.mobile_icon i {
		color: #fff;
		font-size: 26px;
		font-weight: bold;
	}

	.mobile_icon .icon-menu {
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.fadein_menu {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 9999999;
		opacity: 1;
	}

	.fadein_menu .box {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: absolute;
		left: -90%;
		top: 0;
		background: #fff;
		text-align: right;
	}

	.fadein_menu .box>.icon-close {
		margin: 20px;
		display: inline-block;
		width: 24px;
	}

	.fadein_menu .box>.icon-close img {
		width: 100%;
	}

	.fadein_menu .box .wws,
	.fadein_menu .box .ws {
		display: none;
	}

	.fadein_menu .box ul {
		overflow: hidden;
		padding-left: 5%;
	}

	.fadein_menu .box ul li {
		overflow: hidden;
	}

	.fadein_menu .box ul li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 58px;
		box-sizing: border-box;
		border-bottom: 1px solid #F2F2F2;
		padding: 0 20px 0 0px;
	}

	.fadein_menu .box ul li a:hover span {
		color: #A7A7A4;
	}

	.fadein_menu .box ul li a span {
		font-size: 15px;
		color: #242424;
	}

	.fadein_menu .box ul li a i {
		display: inline-block;
		transition: all .2s;
		width: 24px;
	}

	.fadein_menu .box ul li a i img {
		width: 100%;
	}

	.fadein_menu .box ul li a i.on {
		transform: rotate(90deg);
	}




	.top {
		display: none;
	}

	.title2 {
		background: white;
		font-size: 22px;
		padding: 0 10px;
	}

	.main {
		margin-top: 40px;
	}

	.titlebox {
		margin-top: -18px;
	}

	.hot img {
		height: 50px;
		padding-right: 10px;
	}

	.hot span {
		padding: 3px 8px;
		font-size: 24px;
	}

	.prolist {
		margin-top: 25px;
		display: grid;
		grid-template-columns: repeat(auto-fill, 48%);
	}

	.list {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.listtext {
		font-size: 12px;
		line-height: 1.5em;
		padding: 0 8px;
	}

	.price {
		margin-top: 10px;
		padding: 0 8px;
	}

	.pricenum {
		font-size: 14px;
	}

	.num {
		font-size: 14px;
	}

	.foot p {
		font-size: 12px;
		line-height: 25px;
	}

	.pcdisplaynone {
		display: block;
	}

	.menubj {
		height: 35px;
		background: #e17e2f;
		margin-top: 15px;
	}


	/* new.html */
	.wenming ul {
		flex-wrap: wrap;
	}

	.wenming ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.wenming ul li a span {
		font-size: 18px;
	}


	.contenttitle {
		margin-top: 20px;
	}

	.contitle {
		border-radius: 10px;
		font-size: 18px;
		padding: 5px 12px;
	}

	.contenttext {
		padding: 30px 15px 15px 15px;
		border-radius: 30px;
		margin-top: -15px;
		margin-bottom: 20px;
		font-size: 14px;
	}
}

.bodyer2 {
    font-family: '微软雅黑';
	width: 80%;
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    content: center;
}
.video0{
    width: 100%;
    float: center;
    background-color: #000000;
    background-repeat: repeat;
}