* {
	padding: 0;
	margin: 0;
	-webkiit-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
input[type=text]:focus, input[type=text]:active {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: middle;
}
input, input:focus, input:active, button, button[type=button], textarea:focus {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.m {
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
}
.produstlist ul li {
	width: 389px;
	float: left;
	margin-right: 16px;
	text-align: center;
}
.produstlist ul li img {
	width: 100%
}
.produstlist {
	overflow: hidden;
	padding: 50px 0 0;
}
.produstlist ul li p {
	line-height: 90px;
	font-size: 22px;
}
.produstlist ul li:nth-child(3n) {
	margin-right: 0;
}
.product {
	    overflow: hidden;
    padding: 50px 0;
}
.product .div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
}
.product .left {
	width: 29%;
}
.product .right {
	width: 66%;
}
.product .right .title {
	padding-top: 10px;
	line-height: 44px;
	font-size: 30px;
	border-bottom: 1px solid #3d4145;
	padding-bottom: 9px;
}
.product .right .jg span {
	color: #303030;
	font-size: 30px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	margin-right: 2px;
}
.product .right .jg {
	border-bottom: 1px solid #3d4145;
	/* margin-top: 10px; */
	padding-top: 20px;
	padding-bottom: 20px;
}
.product .right .gouwu p {
	float: left;
}
.product .right .gouwu .gm {
	width: 158px;
	height: 48px;
	line-height: 48px;
	color: #FFF;
	display: block;
	background: #ed3029;
	font-size: 18px;
	text-align: center;
}
.product .right .gouwu .add {
	width: 158px;
	height: 48px;
	line-height: 48px;
	color: #FFF;
	display: block;
	background: #00a989;
	font-size: 18px;
	text-align: center;
	position: relative;
	margin-left: 25px;
}
.product .right .gouwu {
	margin-top: 47px;
	margin-bottom: 50px;
	width: 100%;
	overflow: hidden;
}
.product .right .nr .bt {
	background: #00a989;
	color: #fff;
	line-height: 47px;
	text-indent: 2rem;
}
.product .right .nr .con {
	    font-size: 14px;
    line-height: 28px;
    margin-top: 36px;
}
