@charset "UTF-8";

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
	margin: 0px;
}

input,
button,
ul,
ol {
	margin: 0px;
	padding: 0px;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
}

body,
input,
button,
form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

input {
	background: none;
	border: 0 none;
}

img,
iframe {
	border: 0px;
}

em,
i {
	font-style: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.red {
	color: #ba292e;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.poa {
	position: absolute;
}

.por {
	position: relative;
}

.hidden {
	display: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #137c32;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.ease,
.ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.noease,
.noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

:-moz-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

/*清除浮动*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*产品展示*/
.index #floor_1_main {
	background: #fff;
	min-height: 840px;
}

.index .floor_1 .in_title {
	padding-top: 0px;
}

.index .floor_1 .cont {
	position: relative;
	margin-top: 48px;
}

.index .floor_1 .top {
	text-align: center;
	padding-bottom: 40px;
	margin-left: 22px;
	*margin-left: 36px;
	margin-top: 50px;
}

.index .floor_1 .top h3 {
	float: left;
	display: block;
	width: 154px;
	height: 40px;
	border: 1px solid #ddd;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	background: #fff;
	margin-left: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index .floor_1 .top h3.hover,
.index .floor_1 .top h3:hover {
	background: #137c32;
	color: #fff;
	border-color: #137c32;
}

.index .floor_1 .top h3 a {
	display: block;
	color: #333;
}

.index .floor_1 .top h3.hover a,
.index .floor_1 .top h3:hover a {
	color: #fff;
}

.index .floor_1 .cont .title {
	width: 120px;
	margin: 0 auto;
}

.index .floor_1 .cont .title .tit {
	font: bold 30px "microsoft yahei";
	color: #444;
}

.index .floor_1 .cont .title .entit {
	font: normal 12px Aarial;
	color: #929292;
	text-align: center;
}

.index .floor_1 .cont .imglist {
	position: relative;
	width: 100%;
}

.index .floor_1 .cont .gridlist {
	height: auto;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.index .floor_1 .cont .gridlist ul {
	width: 109%;
}

.index .floor_1 .cont .gridlist ul li {
	width: 280px;
	height: 261px;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin-right: 24px;
	margin-bottom: 30px;
}

.index .floor_1 .gridlist ul li a {
	display: block;
}

.index .floor_1 .gridlist ul li img {
	display: block;
	width: 280px;
	height: 210px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index .floor_1 .gridlist ul li .txt {
	width: 100%;
	height: 50px;
	background: #fff;
	border-top: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index .floor_1 .gridlist ul li h3 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	color: #2f4056;
	border-top: 0 none;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index .floor_1 .gridlist ul li a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.index .floor_1 .gridlist ul li a:hover .txt {
	background: #137c32;
	border-color: #137c32;
}

.index .floor_1 .gridlist ul li a:hover h3 {
	color: #fff;
}

