/* 飞入特效 */
.industry_bg {
	background-image: url(/uploads/image/pmain/gunping_02.jpg);
}
.industry_root {
	width: 1280px;
	margin: 160px auto 0;
}
.industry_font1 {
	font-size: 30px;
	height: 55px;
}
.industry_font2 {
	font-size: 23px;
	color: #898989;
}
.industry_ul {
	list-style: none;
	margin-top: 40px;
}
.industry_ul li {
	visibility: visible;
	float: left;
	width: 300px;
	height: 550px;
}
.industry_ul a {
	text-decoration: none;
	color: black;
}
.industry_ul_top {
	height: 480px;
	background-color: #eeeeee;
	padding: 53px 0 20px 35px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.industry_ul_top:hover {
	background-color: #96c7f8;
}
.industry_ul_top .industry_ul_img1 {
	display: block;
}
.industry_ul_top .industry_ul_img2 {
	display: none;
}
.industry_ul_top:hover .industry_ul_img1 {
	display: none;
}
.industry_ul_top:hover .industry_ul_img2 {
	display: block;
}
.industry_ul_top p {
	font-size: 24px;
	line-height: 44px;
}
.industry_ul_top:hover p {
	color: white;
}
.industry_ul_top font {
	font-size: 16px;
	color: #b5b5b5;
	line-height: 28px;
}
.industry_ul_top:hover font {
	color: #ffffff;
}
.product_bg {
	background-image: url(/uploads/image/pmain/gunping_03.jpg);
}
.product_root {
	width: 1280px;
	margin: 160px auto 0;
}
.product_font1 {
	font-size: 30px;
	height: 55px;
}
.product_font2 {
	font-size: 23px;
	color: #898989;
}
.product_list {
	margin-top: 40px;
}
.product_ul {
	list-style: none;
}
.product_ul li {
	visibility: visible;
	float: left;
	width: 205px;
	height: 480px;
	position: relative;
}
.product_ul a {
	text-decoration: none;
	color: black;
}
.product_list li a {
	color: white;
	font-size: 21px;
}
.product_list li .product_ul_cap {
	width: 205px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	bottom: 0px;
	display: block;
}
.product_list li:hover .product_ul_cap {
	height: 480px;
	line-height: 480px;
	transition: all .3s ease;
}
