@charset "utf-8";

/* CSS Document */

#cont{

	padding:0px 0 100px;

	background-image: url(../images/neiye_1.gif);

	background-position:center top;

	background-repeat:repeat-x;

}

.cont_1{

	width:1200px;

	margin:0 auto;

	height:48px;

}

.cont_1 ul li{

	float:left;

	padding-right:2px;

}

.cont_1 ul li a{

	width:149px;

	height:48px;

	display:block;

	background-image:url(../images/neiye_11.gif);

	background-position:right top;

	background-repeat:no-repeat;

	text-align:center;

	line-height:43px;

	font-family:"微软雅黑","宋体";

	font-size:15px;

	color:#444444;

}

.cont_1 ul li .cont_1_on{

	background-image:url(../images/neiye_12.gif);

	background-position:center top;

	background-repeat:no-repeat;

	color:#ffffff;

}

.cont_2{

	width:1200px;

	margin:0 auto;

	padding-top:30px;

}

.about{

	width:1160px;

	margin:0 auto;

	line-height:34px;

	font-family:"微软雅黑","宋体";

	font-size:14px;

	color:#555555;

	text-indent:30px;

}

/*新闻*/

.news{

	width:100%;

}

.news ul li{

	background-color:#efefef;

	padding:22px;

	margin-bottom:25px;

}

.news_img{

	width:126px;

	float:left;

}

.news_tt{

	width:810px;

	float:left;

	font-family:"微软雅黑","宋体";

	font-size:13px;

	color:#666666;

	line-height:25px;

}

.news_tt a{

	font-family:"微软雅黑","宋体";

	font-size:16px;

	color:#666666;

	line-height:25px;

	font-weight:bold;

}

.news_time{

	width:100px;

	float:right;

	padding-top:52px;

	font-family:"微软雅黑","宋体";

	font-size:13px;

	color:#666666;

}

/*新闻详细*/

.news_show{

	width:100%;

	padding-bottom:30px;

}

.news_show_1{

	text-align:center;

	border-bottom:#dddddd 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;

}

.news_show_3 span{

	font-size:13px;

	color:#333;

}

.news_show_3 span a{

	color:#d00;

}



/*产品展示*/

.product{

	width:100%;

}

.product ul{

	width:1231px;

}

.product ul li{

	float:left;

	margin-right:31px;

	margin-bottom:35px;

	position:relative;

	width:375px;

	height:292px;

	overflow:hidden;

}

.p_img{

	width:373px;

	height:296px;

	overflow:hidden;

}

.p_img img{

	transition:all .5s;

	-webkit-transition:all .5s;

	-moz-transition:all .5s;

	-o-transition:all .5s;

}

.product ul li:hover .p_img img{

	transform:scale(1.1);

	-webkit-transform:scale(1.1);

	-moz-transform:scale(1.1);

	-o-transform:scale(1.1);

}

.p_tt1{

	width:373px;

	height:48px;

	position:absolute;

	z-index:9999;

	top:248px;

	background-image: url(../images/product_1.png);

	background-position:left top;

	background-repeat:repeat;

	text-align:center;

	line-height:48px;

	font-family:"微软雅黑","宋体";

	font-size:18px;

	color:#ffffff;

	transition:all .5s;

	-webkit-transition:all .5s;

	-moz-transition:all .5s;

	-o-transition:all .5s;

}

.p_tt2{

	width:373px;

	height:296px;

	position:absolute;

	z-index:9999;

	top:0;

	background-image:url(../images/product_1.png);

	background-position:left top;

	background-repeat:repeat;

	transition:all .5s;

	-webkit-transition:all .5s;

	-moz-transition:all .5s;

	-o-transition:all .5s;

	transform:scale(0);

	-webkit-transform:scale(0);

	-moz-transform:scale(0);

	-o-transform:scale(0);

}

.product ul li:hover .p_tt2{

	transform:scale(1.1);

	-webkit-transform:scale(1.1);

	-moz-transform:scale(1.1);

	-o-transform:scale(1.1);

}

.p_tt2_01{

	width:308px;

	margin:0 auto;

	padding-top:94px;

	height:38px;

	border-bottom:#787a7a 1px solid;

	text-align:center;

	font-family:"微软雅黑","宋体";

	font-size:18px;

	color:#ffffff;

}

.p_tt2_02{

	width:258px;

	margin:0 auto;

	font-family:"微软雅黑","宋体";

	font-size:14px;

	color:#ffffff;

	line-height:27px;

	padding-top:10px;

}

/*产品详细页*/

.pro_show{

	width:100%

}

.pro_show_2{

	padding-top:0px;

}

.pro_show_img{

	width:375px;

	height:292px;

	float:left;

	border:#ddd 1px solid;

}

.pro_show_info{

	width:400px;

	float:left;

	padding-left:30px;

	line-height:30px;

	font-family:"微软雅黑","宋体";

	font-size:15px;

	color:#444444;

}

.pro_show_3{

	padding-top:20px;

}

.pro_show_3_up{

	height:30px;

	border-bottom:#ddd 1px solid;

	font-size:12px;

	color:#333;

}

.pro_show_3_down{

	padding-top:10px;

	font-size:12px;

	color:#666;

}





