@charset "utf-8";

/* CSS Document */

body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto !important;
	overflow-x: hidden;
	background: #fff;
	font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #333;
}
section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td, input, textarea, select, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: lighter;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	/*display: inline-block;*/
	font-weight: normal;
	font-style: normal;
}
textarea, select, input {
	font-family: "Microsoft Yahei";
	font-size: .32rem;
	color: #666;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	/*color:#333; */
	text-decoration: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], button, textarea {
	-webkit-appearance: none;
}
.cfx:after, nav.mini:after, .h:after, .hn:after, .PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

/**** 公共css ****/


/**** 首页 ****/

.wrapper {
	float: left;
	width: 100%;
	padding: 6.65rem .1rem .5rem .1rem;
	background: #024aae url(../images/wrap-bg-1.jpg) no-repeat;
	background-size: 100% auto;
}
.indexLight {
	float: left;
	width: 100%;
	height: 6.9rem;
	padding: 5.32rem .4rem 0 .4rem;
	background: url(../images/light-bg.png) no-repeat;
	background-size: 100% 100%;
}
.indexLight a {
	width: 3.04rem;
	height: .84rem;
}
.indexLight a:first-child {
	float: left;
}
.indexLight a:last-child {
	float: right;
}
.indexBann {
	margin: .4rem 0 0 0;
}
.indexBann, .indexBann img {
	float: left;
	width: 100%;
}
.indexProd {
	float: left;
	width: 100%;
	padding: 1.02rem 0 0 0;
	margin: .4rem 0 0 0;
	background: url(../images/title.png) no-repeat left top;
	background-size: 100% 1.02rem;
}
.indexProd a {
	float: left;
	width: 25%;
	margin: .3rem 0 0 0;
}
.indexProd a img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.indexProd a div {
	text-align: center;
	color: #ffffff;
	font-size: 0.3rem;
}

/**** 首页 ****/