/* Write your styles */

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 {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	width: 100%;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

#wrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.top_header {
	width: 100%;
	height: 50px;
	position: relative;
}

.logo {
	display: block;
	float: left;
	height: 50px;
}

.logo img {
	width: auto;
	margin: 0 auto;
	display: block;
	height: 85%;
}

.meuns {
	width: 40%;
	height: 26px;
	float: left;
}

.bb {
	width: auto;
	margin: 0 auto;
	display: block;
	height: 50%;
}

.am-offcanvas-content ul li {
	width: 100%;
	float: left;
	height: 50px;
}

.banners {
	width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.middle {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #eeeeee;
	margin-bottom: 50px;
}

.product_class {
	width: 95%;
	height: 100%;
	overflow: hidden;
	!important;
	background: #ffffff;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	top: 10px;
}

#divcss5 {
	width: 27%;
	margin: 10px auto;
	float: left;
	margin-left: 5%;
}

#divcss5 img {
	border-radius: 50%;
}

.productclass_name {
	font-size: 16px;
	font-family: '微软雅黑';
	text-align: center;
}

.middle_meuns {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
}

.middle_meuns ul li {
	width: 45%;
	height: 100%;
	overflow: hidden;
	!important;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin-left: 3%;
	margin-bottom: 3%;
}

.middle_meuns ul li p {
	font-size: 14px;
	font-family: '微软雅黑';
	text-align: center;
	padding: 10px;
	color: #737373;
}

#footer {
	position: fixed;
	bottom: 0;
	left: auto;
	z-index: 99;
	width: 100%;
	max-width: 640px;
	background-color: #3c3c3c;
	text-align: center;
}

#footer a {
	display: block;
	float: left;
	padding-top: 5px;
	width: 25%;
	height: 50px;
	border-right: 1px solid #121212;
	color: #fff;
	font-size: 11px;
}

#footer a:last-child {
	border-right: none;
}

#footer img {
	width: auto;
	margin: 0 auto;
	display: block;
	height: 60%;
}

#footer p {
	margin: 0;
}


/**
* 内页样式
*/

.menu {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.menu li {
	float: left;
	margin: 0 1%;
	width: 31%;
	height: 40px;
}

.menu li.act {
	background: url(../i/menu_act.png) no-repeat center 30px;
	background-size: auto 20%;
}

.menu li.act a {
	color: #fff;
	background-color: #727272;
}

.menu a {
	display: block;
	width: 100%;
	height: 30px;
	background-color: #d3d3d3;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.pageCon {
	width: 89%;
	padding: 4% 3% 1%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 auto 10px;
	line-height: 2em;
}

.newslists {
	width: 90%;
	height: auto;
	margin: 0 auto 10px;
}

.newslists ul li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	!important;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}

.news_pic {
	width: 40%;
	float: left;
	padding: 2%;
}

.news_list {
	width: 60%;
	float: left;
	padding: 2%;
}

.news_list_title {
	font-size: 14px;
	font-family: '微软雅黑';
}

.news_desc {
	font-size: 14px;
	font-family: '微软雅黑';
}

.time {
	font-size: 14px;
	font-family: '微软雅黑';
	text-align: right;
}

.product_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.product_list_pic {
	width: 46%;
	height: 100%;
	overflow: hidden;
	!important;
	background: #f1f1f3;
	float: left;
	margin-left: 3%;
	margin-bottom: 20px;
}

.product_images {
	padding: 3%;
}

.product_names {
	padding: 3%;
}

.pname {
	width: 50%;
	font-size: 14px;
	font-family: '微软雅黑';
	float: left;
}

.more {
	width: 50%;
	font-size: 14px;
	font-family: '微软雅黑';
	float: left;
	text-align: right;
}

.pro_title {
	font-size: 18px;
	font-family: "微软雅黑";
}

.mids {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.pro-1 {
	width: 100%;
	height: auto;
	background: url(../i/pro1_bg_02.jpg);
	text-align: center;
	padding-bottom: 20px;
}

.wrap1100 {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.pro-1-t {
	margin-top: 20px;
	font-size: 24px;
	color: #575757;
	font-family: Times New Roman;
}

.pro-1-t2 {
	font-size: 14px;
	color: #656565;
	font-family: '微软雅黑';
	padding: 6%;
	text-align: left;
}


/**第二页*/

.pro-2 {
	width: 100%;
	height: auto;
	background: url(../i/m2_02.jpg);
}

.pro-2-t {
	margin-top: 20px;
	font-size: 24px;
	color: #575757;
	font-family: Times New Roman;
	color: #fff;
	text-align: center;
}

.pro-2-t2 {
	font-size: 14px;
	color: #656565;
	font-family: '微软雅黑';
	padding: 6%;
	text-align: left;
	color: #fff;
}

.pro-3-2 {
	width: 100%;
	height: auto;
}

.pro-3-2-1 ul li {
	width: 32%;
	float: left;
	margin-right: 1.3%;
	margin-top: 10px;
}

.pro-3-t {
	margin-top: 20px;
	font-size: 24px;
	color: #575757;
	font-family: Times New Roman;
	color: #fff;
	text-align: center;
}

.pro-3-t2 {
	font-size: 14px;
	color: #656565;
	font-family: '微软雅黑';
	padding: 6%;
	text-align: left;
	color: #fff;
}

.pro-4-t {
	margin-top: 20px;
	font-size: 24px;
	color: #575757;
	font-family: Times New Roman;
	color: #575757;
	text-align: center;
}

.pro-4-t2 {
	font-size: 14px;
	color: #575757;
	font-family: '微软雅黑';
	padding: 6%;
	text-align: left;
}

.sidenav {
	background: #333;
	width: 150px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding-top: 100px;
}

.sidenav li {
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	font-family: '微软雅黑';
}

.sidenav li a {
	color: #fff;
}