@charset "utf-8";
/* CSS Document */
#cont{
	width:100%;
	position:relative;
}
.cont_1{
	width:100%;
	height:55px;
	position:absolute;
	z-index:999;
	top:-55px;
	left:0;
	background-color:#009730;
	border-bottom:#e9e9e9 1px solid;
}
.cont_11{
	width:1200px;
	margin:0 auto;
}
.cont_1_left{
	width:auto;
	float:left;
}
.cont_1_left ul li{
	float:left;
}
.cont_1_left ul li a{
	width:96px;
	height:55px;
	display:block;
	text-align:center;
	line-height:55px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#ffffff;
}
.cont_1_left ul li .cont_1_left_on{
	border-bottom:#009730 3px solid;
}
.cont_1_right{
	width: auto;
	float:right;
	line-height:55px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#ffffff;
	background-image:url(../images/neiye_1.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
}
.cont_1_right a{
	color:#ffffff;
}
.cont_1_right img{
	vertical-align:middle;
	margin:0 5px;
}
.cont_2{
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}

.about{
	width:100%;
}
.about_up{
	height:40px;
	font-family:"微软雅黑","宋体";
	font-size:24px;
	color:#e70000;
	font-weight:bold;
}
.about_down{
	width:100%;
}
.about_down_left{
	width:782px;
	float:left;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#666666;
	line-height:29px;
}
.about_down_right{
	width:auto;
	float:right;
}
/*董事长致辞*/
.zhici{
	width:782px;
	float:left;
	line-height:29px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#666666;
}
/*新闻*/
.news{
	width:100%;
}
.news_up{
	height:230px;
	background-color:#f4f4f5;
}
.news_up_img{
	width:383px;
	float:left;
}
.news_up_tt{
	width:788px;
	float:left;
}
.news_up_tt_01{
	padding-top:20px;
	height:63px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#444444;
}
.news_up_tt_01 a{
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#444444;
	font-weight:bold;
	line-height:32px;
}
.news_up_tt_02{
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#888888;
	line-height:22px;
}
.news_up_tt_03{
	padding-top:10px;
}
.news_down{
	padding-top:17px;
}
.news_down ul li{
	padding:14px 16px;
	border-bottom:#e6e4e3 1px solid;
	position:relative;
	overflow:hidden;
}
.news_down ul li:hover{
	background-color:#f4f4f5;
}
.news_down_01{
	width:100%;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#444444;
}
.news_down_01 a{
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#444444;
	font-weight:bold;
}
.news_down_02{
	padding-top:15px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#777777;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.news_down_03{
	width:130px;
	height:141px;
	position:absolute;
	z-index:999;
	right:-130px;
	top:0;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.news_down ul li:hover .news_down_03{
	right:0;
}
/*新闻详细*/
.news_show{
	width:100%;
}
.news_show_1{
	text-align:center;
	border-bottom:#ddd 1px dashed;
}
.news_show_1 h2{
	font-size:18px;
	font-family:"微软雅黑","宋体";
	color:#222;
	line-height:35px;
}
.news_show_1 span{
	font-size:12px;
	color:#666;
	line-height:25px;
}
.news_show_1 span a{
	font-size:12px;
	color:#666;
}
.news_show_1 a:hover{
	text-decoration:none;
	color:#d8181a;
}
.news_show_2{
	padding-top:20px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#333;
	line-height:30px;
}
.news_show_3{
	padding-top:40px;
	font-family:"微软雅黑","宋体";
	line-height:26px;
}
.news_show_3 span{
	font-size:12px;
	color:#333;
}
.news_show_3 span a{
	color:#d00;
}
/*产品*/
.product{
	width:100%;
}
.product ul{
	width:1242px;
}
.product ul li{
	float:left;
	width:358px;
	height:335px;
	position:relative;
	border:#009730 7px solid;
	overflow:hidden;
	margin-right:42px;
	margin-bottom:42px;
}
.cont_3_02_img{
	width:100%;
	text-align:center;
}
.cont_3_02_img img{
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
}
.product ul li:hover .cont_3_02_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.cont_3_02_tt{
	width:358px;
	height:235px;
	position:absolute;
	z-index:999;
	top:-100%;
	left:0;
	background-color:rgba(0,151,48,0.8);
	text-align:center;
	padding-top:100px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
}
.product ul li:hover .cont_3_02_tt{
	top:0;
}
.cont_3_02_tt_1{
	height:91px;
	text-align:center;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#ffffff;
	line-height:27px;
}
.cont_3_02_tt_2{
	text-align:center;
}
/*产品详细页*/
.pro_show{
	width:100%;
}
.pro_show_2{
	padding-top:20px;
}
.pro_show_img{
	width:350px;
	height:328px;
	float:left;
	border:#ddd 1px solid;
}
.pro_show_info{
	width:516px;
	float:left;
	padding-left:30px;
	font-family:"微软雅黑","宋体";
}
.pro_show_info_1{
	width:100%;
	font-size:15px;
	color:#494949;
	line-height:31px;
}
.pro_show_info_2{
	padding-top:5px;
	font-size:15px;
	color:#878687;
	line-height:27px;
}
.pro_show_info_3{
	padding-top:30px;
}



.pro_show_3{
	padding-top:33px;
	font-family:"微软雅黑","宋体";
}
.pro_show_3_up{
	height:38px;
	background-color:#009730;
	line-height:38px;
	padding-left:15px;
	font-size:15px;
	color:#ffffff;
}
.pro_show_3_down{
	padding-top:25px;
	font-size:12px;
	color:#3a3a3a;
	line-height:28px;
}
