@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
ul, li, ol {
	list-style: none;
}
#main{
	width:100%;
}

/*自写样式*/
body {
	background: #fff !important;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
/*	transition: all .1s linear;*/
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.tit {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.tit>a {
	display: inline-block;
	margin-top: 40px;
}
.tit>a>span {
	font-size: 40px;
	font-weight: bold;
	color: #80b43a;
	line-height: 1;
	display: inline-block;
}
.tit>p {
	font-size: 16px;
	color: #80b43a;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 14px;
}
.more {
	display: block;
	width: 140px;
	height: 46px;
	margin: 0 auto;
	text-align: center;
	background: #508dd5;
	font-size: 20px;
	color: #fff;
	line-height: 46px;
	transition: 0.3s;
}
.more:hover {
	background: #80b43a;
}


.intro {
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
}
.intro .i_con {
	background-color: #fff;
	margin: 32px 0 40px;
}
.intro .i_con .i_left {
	float: right;
	width: 615px;
	overflow: hidden;
}
.intro .i_left .il_top {
	margin-top: 47px;
}
.intro .il_top .it_son {
	float: left;
	text-align: center;
	margin: 0 28px;
	overflow: hidden;
}
.intro .it_son>p:nth-of-type(1) {
	font-size: 38px;
	color: #000;
	line-height: 1;
}
.intro .it_son>p:nth-of-type(2) {
	font-size: 17px;
	color: #a4a4a4;
	line-height: 1;
	margin-top: 12px;
}
.intro .i_left .i_txt {
	font-size: 18px;
	color: #595858;
	line-height: 32px;
	text-indent: 2em;
	width: 100%;
	height: 256px;
	margin-top: 45px;
	overflow: hidden;
}
.intro .i_con .i_right {
	float: left;
	line-height: 0;
	overflow: hidden;
}
.intro .i_con .i_right>img {
	width: 100%;
}

.gg {
	width: 100%;
	height: 460px;
	background: url(../images/gg_bg.jpg) no-repeat center;
	text-align: center;
	overflow: hidden;
}
.gg p:nth-of-type(1) {
	font-weight: bold;
	font-size: 40px;
	color: #80b43a;
	line-height: 1;
	margin-top: 122px;
}
.gg p:nth-of-type(2) {
	font-size: 22px;
	color: #fff;
	line-height: 38px;
	margin-top: 32px;
}
.gg p:nth-of-type(3) {
	font-size: 19px;
	color: #fff;
	line-height: 34px;
	display: block;
	width: 292px;
	height: 34px;
	border: 2px solid #fff;
	margin: 32px auto 0;
}

.product {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.product .p_con {
	width: 100%;
	overflow: hidden;
}
.product .parHd {
	font-size: 0;
	text-align: center;
	margin-top: 34px;
}
.product .parHd a {
	display: inline-block;
	width: 136px;
	height: 48px;
	background-color: #80b43a;
	text-align: center;
	margin: 0 28px;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	transition: all 0.5s;
	overflow: hidden;
}
.product .parHd a:hover, .product .parHd a.on {
	background: #508dd5;
}
.product .parBd {
	margin: 35px auto 18px;
}
.product .pb_con {
	width: 100%;
	text-align: center;
}
.product .pb_con a {
	float: left;
	width: 373px;
	margin-right: 40px;
	margin-bottom: 24px;
}
.product .pb_con a:nth-of-type(3n) {
	margin-right: 0;
}
.product .pb_con .p_pic {
	width: 371px;
	height: 320px;
	border: 1px solid #bebebe;
	border-bottom: 0;
	line-height: 0;
	overflow: hidden;
}
.product .p_pic>img {
	max-width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.product .p_pic:hover>img {
	transform: scale(1.06);
}
.product .pb_con a>.p_title {
	background-color: #80b43a;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	transition: all 0.3s;
}
.product .pb_con a>.p_title:hover {
	background: #508dd5;
}

.honor {
	width: 100%;
	height: 460px;
	background: url(../images/honor_bg.jpg) no-repeat center;
	overflow: hidden;
}
.honor .h_txt {
	float: left;
	width: 790px;
	margin-top: 82px;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 2px;
}
.honor .h_pic {
	float: left;
	width: 243px;
	height: 342px;
	line-height: 0;
	margin-left: 70px;
	margin-top: -40px;
}
.honor .h_pic>img {
	width: 100%;
	height: 100%;
}

.news {
	width: 100%;
	background-color: #f7f7f7;
	overflow: hidden;
}
.news .container {
	width: 1085px;
}
.news .n_con {
	margin-top: 36px;
	margin-bottom: 60px;
}
.news .n_con .n_left {
	float: left;
	width: 520px;
}
.news .n_left .nl_pic {
	width: 100%;
	height: 353px;
	line-height: 0;
	overflow: hidden;
}
.news .n_left .nl_pic>img {
		transition: all 0.6s;
}
.news .n_left .nl_pic:hover>img {
	transform: scale(1.06);
}
.news .n_left .n_list {
	width: 512px;
	margin-top: 17px;
	margin-left: 12px;
}
.news .n_left .n_list .n_txt {
	width: 412px !important;
}
.news .n_con .n_right {
	float: right;
	width: 532px;
}
.news .n_right .n_list {
	width: 100%;
	margin-bottom: 22px;
}
.news .n_list .n_date {
	float: left;
	width: 60px;
	height: 66px;
	background-color: #80b43a;
	text-align: center;
	overflow: hidden;
}
.news .n_date>p:nth-of-type(1) {
	font-size: 30px;
	font-weight: bold;
	color: #fffefe;
	line-height: 23px;
	margin-top: 9px;
}
.news .n_date>p:nth-of-type(2) {
	font-size: 14px;
	color: #fffefe;
	line-height: 11px;
	margin-top: 12px;
}
.news .n_list .n_txt {
	float: right;
	width: 424px;
}
.news .n_txt>a {
	font-size: 18px;
	font-weight: bold;
	color: #4e4e4e;
	line-height: 1;
	display: block;
	width: 100%;
	height: 19px;
	transition: all 0.3s;
	margin-top: 2px;
	overflow: hidden;
}
.news .n_txt>a:hover {
	color: #80b43a;
}
.news .n_txt>p {
	font-size: 14px;
	color: #4e4e4e;
	line-height: 20px;
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 9px;
	transition: all 0.3s;
	overflow: hidden;
}
.news .n_txt>p:hover {
	color: #80b43a;
}