@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:rgba(0,0,0,0.5);
}
.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:110px;
	height:55px;
	display:block;
	text-align:center;
	line-height:55px;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#ffffff;
}
.cont_1_left ul li .cont_1_left_on{
	background-image:url(../images/xinwen_1.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.cont_1_right{
	width: auto;
	float:right;
	line-height:55px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#ffffff;
}
.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 100px;
}

.about{
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#333333;
	line-height:30px;
}
/*新闻*/
.news{
	width:100%;
}
.news_up{
	height:230px;
	background-color:#f4f4f5;
	margin-bottom: 17px;
}
.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;
}
.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;
	display:inline-block;
	padding-bottom:7px;
}
.news_down_02{
	padding-top:15px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#777777;
}
.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 li{
	float:left;
	width:258px;
	height:311px;
	position:relative;
	overflow:hidden;
	margin:0 20px 40px;
	border: 1px solid #ccc;
}
.p_img{
	width:260px;
	height:311px;
}
.p_img img{
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.product ul li:hover .p_img img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.p_tt{
	width:260px;
	height:40px;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	z-index:999;
	bottom:0;
	text-align:center;
	line-height:40px;
}
.p_tt a{
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#ffffff;
}
/*产品详细页*/
.pro_show{
	width:1150px;
	margin:0px auto;
}
.pro_show_2{
	padding-top:20px;
}
.pro_show_img{
	width:310px;
	float:left;
}
.pro_show_img img{	
	border:#ddd 1px solid;
}
.pro_show_info{
	width: auto;
	float:left;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#333;
	line-height:35px;
	padding-left:30px;
}
.pro_show_3{
	padding-top:20px;
}
.pro_show_3_up{
	height:30px;
	border-bottom:#ddd 1px solid;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	line-height:30px;
	color:#222;
}
.pro_show_3_down{
	padding-top:10px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#222;
}



















































































