@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 {
	font-size: 28px;
	font-weight: bold;
	color: #239934;
	line-height: 1;
	display: inline-block;
	width: 208px;
	padding-bottom: 22px;
	background: url(../images/tit_bg.png) no-repeat bottom;
	margin-top: 50px;
	position: relative;
	top: 0;
	transition: 0.6s;
}
.tit a:hover {
	top: -9px;
}
.tit>p {
	font-size: 18px;
	color: #239934;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 16px;
}

.intro {
	width: 100%;
	overflow: hidden;
}
.intro .i_con {
	width: 100%;
	margin-top: 50px;
}
.intro .i_con .i_left {
	float: right;
	width: 585px;
	overflow: hidden;
}
.intro .i_left>p>span {
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
	color: #239934;
	line-height: 1;
	margin-top: 40px;
}
.intro .i_left>p>span:nth-of-type(2) {
	color: #bfbfbf;
}
.intro .i_left .i_line {
	width: 187px;
	height: 3px;
	background-color: #bebebe;
	margin-top: 18px;
}
.intro .i_left .i_des {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	margin-top: 21px;
}
.intro .i_left .i_txt {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	width: 100%;
	height: 180px;
	margin-top: 28px;
	overflow: hidden;
}
.intro .i_left .i_more {
	display: block;
	width: 171px;
	height: 39px;
	border: 2px solid #239934;
	text-align: center;
	font-size: 14px;
	color: #239934;
	line-height: 39px;
	margin-top: 24px;
}
.intro .i_left .i_more:hover {
	background: #239934;
	color: #fff;
}
.intro .i_right {
	float: left;
	line-height: 0;
}
.intro .i_right>img {
	width: 100%;
	height: 100%;
}

.product {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}
.product .p_con {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.product .parBd {
	width: 100%;
}
.product .parBd .p_son {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.product .parBd .p_son:nth-of-type(4), .product .parBd .p_son:nth-of-type(8) {
	margin-right: 0;
}
.product .p_son .p_pic {
	width: 100%;
	height: 240px;
	text-align: center;
	overflow: hidden;
}
.product .p_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.6s;
}
.product .p_pic:hover>img {
	transform: scale(1.04);
}
.product .p_son .p_title {
	font-size: 16px;
	color: #239934;
	line-height: 1;
	width: 100%;
	padding: 15px 0 19px;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
	overflow: hidden;
}
.product .p_son>p {
	width: 100%;
	height: 1px;
	background-color: #239934;
	position: absolute;
	bottom: 0;
	left: -255px;
	transition: 1s;
}
.product .p_son:hover>p {
	left: 0;
}
.product .p_more {
	display: block;
	width: 171px;
	height: 39px;
	border: 2px solid #239934;
	text-align: center;
	font-size: 14px;
	color: #239934;
	line-height: 39px;
	margin: 10px auto 0;
}
.product .p_more:hover {
	background: #239934;
	color: #fff;
}

.guanggao {
	width: 100%;
	height: 189px;
	background: url(../images/gg_bg.jpg) no-repeat center;
	text-align: center;
	overflow: hidden;
}
.guanggao p:nth-of-type(1) {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-top: 25px;
}
.guanggao p:nth-of-type(2) {
	font-size: 18px;
	color: #fff;
	line-height: 14px;
	letter-spacing: 4.6px;
	text-transform: uppercase;
	margin-top: 12px;
}
.guanggao p:nth-of-type(3) {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-top: 30px;
}

.news{
    width: 100%;
	margin-top: 60px;
	overflow: hidden;
}
.news .n_tit {
	width: 100%;
	overflow: hidden;
}
.news .n_tit>p {
	width: 38px;
	height: 2px;
	background-color: #239934;
}
.news .n_tit div {
	margin-top: 12px;
}
.news .n_tit a:nth-of-type(1) {
	float: left;
	font-size: 26px;
	color: #239934;
	line-height: 1;
}
.news .n_tit a:nth-of-type(1):hover {
	color: #e7730e;
}
.news .n_tit a:nth-of-type(2) {
	float: right;
	font-size: 15px;
	color: #239934;
	line-height: 11px;
}
.news .n_tit a:nth-of-type(2):hover {
	text-decoration: underline;
}
.news .n_tit span {
	display: block;
	font-size: 15px;
	color: #239934;
	line-height: 11px;
	margin-top: 13px;
	margin-bottom: 10px;
}
.news .n_con {
	float: left;
	width: 580px;
	margin-top: 47px;
}
.news .n_right {
	float: right;
}
.news .n_con .n_list {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #ebebeb;
}
.news .n_list .n_date {
	float: left;
	width: 84px;
	height: 84px;
	background-color: #e9e9e9;
	text-align: center;
}
.news .n_date>p {
	font-family: arial;
	font-size: 45px;
	color: #239934;
	line-height: 32px;
	margin-top: 14px;
}
.news .n_date>p:nth-of-type(2) {
	font-size: 16px;
	line-height: 12px;
}
.news .n_list .n_txt {
	float: right;
	width: 464px;
	overflow: hidden;
}
.news .n_txt>a {
	font-size: 18px;
	color: #333;
	line-height: 1;
	display: block;
	width: 100%;
	height: 18px;
	margin-top: 10px;
	overflow: hidden;
}
.news .n_txt>p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 12px;
	overflow: hidden;
}
.news .n_con .n_list p:hover, .news .n_con .n_list a:hover {
	color: #239934;
}

.product2 {
	width: 100%;
	overflow: hidden;
}
.product2 .parBd {
	position: relative;
}
.product2 .parBd .next {
	position: absolute;
	left: 0;
	top: 40%;
	line-height: 0;
}
.product2 .parBd .prev {
	position: absolute;
	right: 0;
	top: 40%;
	line-height: 0;
}
.product2 .bd2 {
	width: 1133px;
	margin: 30px auto 0;
	overflow: hidden;
}
.product2 .p2_con .p2_son {
	float: left;
	width: 216px;
	line-height: 0;
	margin-right: 13px;
	text-align: center;
	overflow: hidden;
}
.product2 .p2_son>.p_pic {
	width: 100%;
	height: 150px;
	text-align: center;
}
.product2 .p_pic>img {
	max-width: 100%;
	height: 100%;
}
.product2 .p2_son>.p2_title {
	font-size: 15px;
	color: #333;
	line-height: 1;
	margin-top: 10px;
	transition: 0.3s;
}
.product2 .p2_son>.p2_title:hover {
	color: #239934;
}