@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;
	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;
	line-height: 0;
	margin: 50px 0 40px;
}
.tit>img {
	position: relative;
	top: -2px;
}
.tit>div {
	display: inline-block;
	margin: 0 30px;
}
.tit>div>a {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #16880c;
	line-height: 1;
	position: relative;
	top: 0;
	transition: 0.6s;
}
.tit>div>a:hover {
	top: -6px;
}
.tit>div>p {
	font-size: 14px;
	color: #333;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 11px;
}

.more {
	display: block;
	width: 140px;
	height: 44px;
	background-color: #16880c;
	margin: 40px auto 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
}
.more:hover {
	background-color: #116b09;
}

.intro {
	width: 100%;
	overflow: hidden;
}
.intro .i_con .i_left {
	float: left;
	line-height: 0;
}
.intro .i_con .i_right {
	float: right;
	width: 610px;
}
.intro .i_right .i_txt {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	width: 100%;
	max-height: 240px;
	margin-top: 12px;
	overflow: hidden;
}
.intro .more {
	margin: 52px 0 0;
}

.product {
	width: 100%;
	overflow: hidden;
}
.product .p_con {
	width: 100%;
	overflow: hidden;
}
.product .parHd {
	font-size: 0;
	text-align: center;
}
.product .parHd a {
	display: inline-block;
	width: 148px;
	height: 44px;
	background-color: #0c7e0a;
	text-align: center;
	margin: 0 11px;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	overflow: hidden;
}
.product .parHd a:hover, .product .parHd a.on {
	background: #e76200;
}
.product .parBd {
	margin: 50px auto 0;
}
.product .pb_con {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.product .pb_con ul>a {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.product .pb_con a:nth-of-type(4), .product .pb_con a:nth-of-type(8) {
	margin-right: 0;
}
.product .pb_con .p_pic {
	width: 100%;
	height: 220px;
	line-height: 0;
	overflow: hidden;
}
.product .p_pic>img {
	width: 100%;
	min-height: 100%;
	transition: 0.6s;
}
.product .p_pic:hover>img {
	transform: scale(1.04);
}
.product .pb_con a>.p_title {
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: 4px;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	overflow: hidden;
}
.product .pb_con a>.p_title:hover {
	background: #0c5193;
	color: #fff;
}
.product .more {
	margin-top: 20px;
}

.tese {
	width: 100%;
	overflow: hidden;
}
.tese .tese_pic {
	line-height: 0;
}
.tese .tese_son {
	float: left;
	width: 370px;
	text-align: center;
	margin-top: 30px;
	margin-right: 44px;
}
.tese .tese_son:nth-of-type(3) {
	margin-right: 0;
}
.tese .tese_son>p {
	font-size: 24px;
	font-weight: bold;
	color: #16880c;
	line-height: 1;
}
.tese .tese_son>div {
	padding: 25px;
	background-color: #e7e7e7;
	border-radius: 8px;
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.case {
	width: 100%;
	overflow: hidden;
}
.case .c_con {
	width: 1115px;
	margin: 0 auto;
	position: relative;
}
.case .c_con .slideBox {
	width: 1105px;
	overflow: hidden;
}
.case .next {
	line-height: 0;
	position: absolute;
	top: 35%;
	left: -42px;
}
.case .prev {
	line-height: 0;
	position: absolute;
	top: 35%;
	right: -42px;
}
.case .c_con .c_son {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.case .c_son .c_pic {
	width: 100%;
	height: 200px;
	line-height: 0;
	overflow: hidden;
}
.case .c_pic>img {
	width: 100%;
	min-height: 100%;
	transition: 0.6s;
}
.case .c_pic:hover>img {
	transform: scale(1.04);
}
.case .c_son .c_title {
	font-size: 16px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin-top: 12px;
}
.case .c_son .c_title:hover {
	color: #0c5193;
}

.news{
    width: 100%;
	overflow: hidden;
}
.news .n_left {
	float: left;
	width: 840px;
	margin-bottom: 10px;
}
.news .n_left .hd {
	border-bottom: 1px solid #d4d4d4;
	position: relative;
}
.news_tit {
	float: left;
}
.news_name{
	display: block;
	width: 225px;
	height: 36px;
	background-color: #fff;
	text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}
.news_tit:hover .news_name, .news_tit.on .news_name {
	background-color: #16880c;
	color: #fff;
}
.n_more{
	position: absolute;
	top: 0;
	right: 0;
    font-size: 14px;
    color: #333;
    line-height: 36px;
}
.n_more:hover{
    text-decoration: underline;
}
.news .n_fir {
	margin-top: 20px;
}
.news .n_fir .nf_pic {
	float: left;
	width: 245px;
	height: 184px;
	line-height: 0;
	overflow: hidden;
}
.news .nf_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.news .nf_pic:hover>img {
	transform: scale(1.04);
}
.news .n_fir .nf_right {
	float: right;
	width: 580px;
}
.news .nf_right .nr_tit {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-top: 15px;
	height: 18px;
	overflow: hidden;
}
.news .nf_right .nr_tit:hover {
	color: #019342;
}
.news .nf_right .nr_des {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-top: 15px;
	max-height: 80px;
	overflow: hidden;
}
.news .nf_right .nr_more {
	display: block;
	width: 100px;
	height: 28px;
	border: 1px solid #c4c4c4;
	border-radius: 9px;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-top: 15px;
}
.news .nf_right .nr_more:hover {
	background-color: #c4c4c4;
	color: #fff;
}
.news_list {
	float: left;
	height: 240px;
	margin-top: 20px;
}
.news_list:nth-of-type(3) {
	padding-left: 18px;
	border-left: 1px solid #929292;
	margin-left: 18px;
}
.news_li{
    width: 400px;
	height: 38px;
    border-bottom: 1px dashed #c8c8c8;
    position: relative;
    overflow: hidden;
}
.news_li>img {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}
.news_title {
    width: 60%;
    font-size: 14px;
    color: #333;
    line-height: 38px;
}
.news_date{
    font-size: 14px;
    color: #333;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
}
.news_li:hover{
    border-bottom: 1px solid #16880c;
}
.news_li:hover .news_title, 
.news_li:hover .news_date{
    color: #16880c;
}
.ques_news {
	float: right;
	width: 332px;
}
.ques_news .news_tit {
	float: none;
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
}
.ques_news .news_name {
	width: auto;
	color: #16880c;
	text-align: left;
}
.ques_news .news_tit:hover .news_name {
	background-color: #fff;
	color: #16880c;
}
.ques_news .news_name>span {
	font-size: 14px;
	color: #999;
	line-height: 36px;
}
.ques_list {
	margin-top: 20px;
}
.ques_li {
    width: 100%;
    padding-bottom: 12px;
}
.ques_pic{
    float: left;
}
.ques_r {
    float: left;
    width: 306px;
}
.ques_tit {
    padding-left: 15px;
	height: 24px;
	background-color: #e8e8e8;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
}
.answer {
	padding-left: 15px;
	height: 72px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
	margin-top: 9px;
	overflow: hidden;
}
.ques_li:hover .answer {
    color: #16880c;
}