﻿/*-------标题-----*/
.title {
	text-align: center;
	padding: 35px 0 10px;
}
.title div {
/* background: url(../images/title_bj.jpg) center center repeat-x; */
}
.title div h2 {
	padding: 0 50px;
	color: #333438;
	font-size: 36px;
	font-weight: 400;
	display: inline-block;
	/* background: #fff; */
	line-height: 100%;
}
.title div h2 span {
	color: #ff7a00;
}
.title p {
	padding: 0px 40px;
	/* background: #ff9f00; */
	display: inline-block;
	color: #333;
}
.lfgz_box .color_1 h2 {
	color: #fceebb;
}
.lfgz_box .color_1 p {
	color: #fceebb;
}
/*-------------*/
/*-----------*/
.lfgz_box {
	width: 1200px;
	margin: 0 auto;
}
.lfgz_box ul {
	margin: 0px -80px;
}
.lfgz_box li {
	width: 300px;
	height: 190px;
	position: relative;
	padding-bottom: 30px;
	margin: 0px 15px;
}
.lfgz_box li .lfgz_img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 4px #fff solid;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.lfgz_box li .lfgz_img img {
	width: 100%;
	height: 100%;
	transition: all 0.7s ease 0s;
}
.lfgz_box li .lfgz_img:hover img {
	transform: scale(1.2);
}
.lfgz_box li .lfgz_text {
	width: 152px;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 10;
}
.lfgz_box li .lfgz_num {
	margin-right: 5%;
	height: 34px;
	color: #6e0000;
	font-size: 18px;
	text-align: right;
	font-weight: 600;
}
.lfgz_box li .lfgz_info {
	border-radius: 5px;
	text-align: left;
	font-size: 14px;
}
.lfgz_box li .lfgz_info p {
	background: #ffffff;
	line-height: 20px;
	border-radius: 4px;
	border: 1px #e8b8b8 solid;
	padding: 8px 12px;
	color: #333;
	box-shadow: 4px 4px 0px rgba(151, 0, 0, 0.42);
}
/*-------------*/
