* {
	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%;
	max-width: 1200px;
	margin: 0 auto
}
.product h3 {
	font-size: 40px;
	color: #02b2b5;
	font-weight: bold;
	text-align: center;
	padding: 40px;
	font-family: cursive;
}
.product ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product ul li {
	width: 21%;
	text-align: center;
	margin-bottom: 35px;
	box-shadow: 0px 15px 10px -15px #02b2b5;
}
.product ul li .img img {
	width: 100%;
	transition: all .7s;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
}
.product ul li:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	zoom: 1.1 \9;
}
.product ul li .name {
	padding-top: 17px;
	padding-bottom: 17px;
}
.product ul li .img {
	overflow: hidden
}
.foot {
	background: #02b2b5;
	padding: 40px 0;
}
.foot .title {
	text-align: center;
	font-family: cursive;
	color: #fff;
	font-size: 35px;
	padding-bottom: 20px;
}
.mom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 576px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
	flex-wrap: wrap;
}
.mom .left {
	width: 40%;
	color: #fff;
	line-height: 32px;
}
.mom .right {
	width: 25%;
}
.mom .right img {
	width: 100%
}
.produc1t {
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	flex-wrap: wrap;
}
.produc1t .left {
	width: 29%;
}
.produc1t .right {
	width: 63%;
}
.produc1t .right video {
	width: 100%
}
.page {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	font-size: 15px;
}
.produc1t h3 {
	font-size: 40px;
	color: #02b2b5;
	font-weight: bold;
	text-align: center;
	padding: 40px;
	font-family: cursive;
}

