@charset "utf-8";
/* CSS Document */
#cont{
	padding-bottom:35px;
}
.cont_1{
	height:52px;
	background-color:#eeeeee;
	text-align:center;
}
.cont_1 ul li{
	display:inline-block;
}
.cont_1 ul li a{
	display:inline-block;
	width:182px;
	height:52px;
	text-align:center;
	line-height:52px;
	font-size:15px;
	color:#555555;
}
.cont_1 ul li .cont_1_on{
	background-image:url(../images/neiye_1.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color:#ffffff;
}
.cont_2{
	padding-top:40px;
	width:1200px;
	margin:0 auto;
}
.about{
	font-size:14px;
	color:#3d3d3d;
	line-height:34px;
}
/*新闻*/
.news{
	width:100%;
	padding-top:30px;
}
.news_up{
	padding-bottom:53px;
}
.news_up_img{
	width:420px;
	float:left;
	padding-left:15px;
}
.news_up_tt{
	width:744px;
	float:left;
}
.news_up_tt_01{
	height:44px;
	line-height:30px;
}
.news_up_tt_01 a{
	font-family:"微软雅黑","宋体";
	font-size:18px;
	color:#2e2e2e;
}
.news_up_tt_02{
	height:33px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#909090;
}
.news_up_tt_03{
	height:110px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#464646;
	line-height:24px;
}
.news_up_tt_04{
	width:100%;
}
.news_down{
	width:100%;
	border-top:#e5e5e5 1px solid;
}
.news_down ul li{
	padding:22px 0;
	border-bottom:#e5e5e5 1px solid;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
}
.news_down ul li:hover{
	background-color:#0a77c8;
}
.news_down_time{
	width:120px;
	float:left;
	text-align:center;
	padding-top:12px;
	font-size:14px;
	color:#888888;
}
.news_down_time h2{
	font-size:60px;
	color:#888888;
	font-weight:bold;
	padding-bottom:25px;
}
.news_down ul li:hover .news_down_time{
	color:#f0f0f0;
}
.news_down ul li:hover .news_down_time h2{
	color:#ffffff;
}
.news_down_tt{
	width:1040px;
	float:right;
	padding-right:23px;
}
.news_down_tt_01{
	height:40px;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#2e2e2e;
}
.news_down_tt_01 a{
	color:#2e2e2e;
}
.news_down_tt_02{
	height:48px;
	overflow:hidden;
	line-height:24px;
	font-size:14px;
	color:#8d8d8d;
}
.news_down ul li:hover .news_down_tt_01 a{
	color:#ffffff;
}
.news_down ul li:hover .news_down_tt_02{
	color:#fceaec;
}
/*新闻详细*/
.news_show{
	width:100%;
}
.news_show_up{
	padding-bottom:20px;
	border-bottom:#c0c0c0 1px dashed;
	position:relative;
	text-align:center;
	font-size:14px;
	color:#707070;
}
.news_show_up h2{
	font-size:24px;
	color:#333333;
	padding-bottom:15px;
}
.news_show_down{
	padding:30px 0;
	font-size:14px;
	color:#454545;
	line-height:28px;
}
.news_show_3{
	line-height:26px;
	font-size:13px;
	color:#333333;
}
.news_show_3 a{
	color:#FF0004;
}
/*产品*/
.main{
	background-image:url(../images/product_1.gif);
	background-position:left top;
	background-repeat:repeat-y;
	padding-bottom:20px;
}
.list{
	width:286px;
	float:left;
}
.list ul li a{
	height:39px;
	display:block;
	background-image:url(../images/product_11.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:39px;
	padding-left:20px;
	font-size:14px;
	color:#444444;
}
.list ul li:hover a{
	color:#0a77c8;
	background-image:url(../images/product_12.gif);
}
.list ul li ul{
	display:none;
}
.list ul li:hover ul{
	display: block;
	padding:5px 0;
}
.list ul li:hover ul li{
	margin-left:13px;
}
.list ul li:hover ul li a{
	display:block;
	height:27px;
	background-image:url(../images/product_13.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:27px;
	font-size:12px;
	color:#444444;
}
.list ul li:hover ul li a:hover{
	background-image:url(../images/product_14.gif);
	color:#0a77c8;
}
.list ul li:hover ul li .list_erji_on{
	background-image:url(../images/product_14.gif);
	color:#0a77c8;
}
.product{
	width:893px;
	float:right;
}
.product ul{
	width:920px;
}
.product ul li{
	float:left;
	width:277px;
	height:279px;
	position:relative;
	overflow:hidden;
	margin-right:27px;
	margin-bottom:20px;
}
.p_img{
	height:224px;
	text-align:center;
}
.p_tt{
	text-align:center;
	padding-top:15px;
	font-size:14px;
	color:#343434;
}
.p_biao{
	width:277px;
	height:279px;
	position:absolute;
	z-index:999;
	top:0;
	left:-100%;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.product ul li:hover .p_biao{
	left:0;
}
.pro_show{
	width:893px;
	float:right;
}
.pro_up{
	padding-bottom:30px;
}
.pro_up_img{
	width:360px;
	float:left;
}
.big{
	padding-bottom:10px;
	text-align:center;
}
.big img{
	vertical-align:top;
}
.small{
	width:100%;
}
.small_1{
	width:10px;
	float:left;
}
.small_1 img{
	vertical-align:top;
}
.small_3{
	width:10px;
	float:right;
}
.small_3 img{
	vertical-align:top;
}
.small_2{
	width:330px;
	float:left;
	padding-left:10px;
}
.small_2 ul li{
	float:left;
	margin-right:10px;
}
.pro_up_tt{
	width:494px;
	float:right;
	font-size:12px;
	color:#5e5e5e;
	line-height:25px;
}
.pro_up_tt h2{
	font-size:24px;
	color:#343434;
	padding:10px 0 20px;
}
.pro_down{
	width:100%;
}
.pro_down_1{
	padding-bottom:20px;
	height:30px;
}
.pro_down_1 ul li{
	float:left;
	margin-right:15px;
}
.pro_down_1 ul li a{
	width:290px;
	height:30px;
	display:block;
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#ffffff;
	background-color:#666666;
}
.pro_down_1 ul li .pro_down_1_on{
	background-color:#0a77c8;
}
.pro_down_2{
	padding-top:20px;
	font-size:14px;
	color:#2d2d2d;
	line-height:30px;
}


























































































