/* Title */
.Title {
	text-align: center;
	animation: fadeinT 1s ease-out backwards;
}
.Title h3 {
	font-size: 36px;
	color: #333;
	transition: .8s;
}
.Title:hover h3 {
	transform: translateY(-10px);
}
.Title h3 a {
	color: #333;
}
.Title h3 b {
	color: #c8102e;
}
.Title p {
	font-size: 18px;
	color: #666;
	line-height:28px;
}
.Title02 {
	color: #fff;
}
.Title02 h3 a {
	color: #fff;
}
.Title02 p {
	color: #fff;
	opacity: .7;
	margin-top: 5px;
}
/*Title藴 End */


/* 鍏徃绠€浠 */
.Production {
	position: relative;
}
.Production-Group {
	position: relative;
}
.Production-Pic {
	overflow: hidden;
}
.Production-Pic ul {
	width: 1920px;
	height: 907px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.Production-Pic ul li {
	overflow: hidden;
}
.Production-Pic ul li img {
	display: block;
	transition: .8s;
	width: 1920px;
	height: 907px;
}
.Production-Pic ul li:hover img {
	transform: scale(1.1);
}
.Production-Box {
	width: 65px;
	height: 20px;
	border-radius: 50px;
	background-color: #f7f7f7;
	position: absolute;
	left: 50%;
	margin-left: -32.5px;
	bottom: 190px;
	text-align: center;
	line-height: 20px;
}
.Production-Box ul li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #c5c5c5;
	display: inline-block;
*display: inline;
*zoom: 1;
	margin: 0 1px;
	cursor: pointer;
	text-indent: 99px;
	overflow: hidden;
}
.Production-Box ul li.cur {
	background-color: #c8102e;
}
.Production-Text {
	width: 1120px;/* height: 280px; */
	background: rgba(255,255,255,.95);
	text-align: center;
	padding: 37px 40px;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: -70px;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	animation: fadeinB 1s ease-out backwards;
	margin-bottom: 40px;
	z-index: 9;
}
.Production-Text ul li {
	width: 33.33%;
	float: left;
}
.Production-Text ul li span {
	display: block;
}
.Production-Text ul li span b {
	font-size: 48px;
	color: #333;
	font-family: "iconfont";
}
.Production-Text ul li span i {
	width: 42px;
	height: 20px;
	display: inline-block;
*display: inline;
*zoom: 1;
	background-color: #c8102e;
	font-size: 12px;
	color: #fff;
	border-radius: 50px;
	line-height: 20px;
	vertical-align: 5px;
	margin-left: 5px;
}
.Production-Text ul li p {
	font-size: 18px;
	color: #333;
	margin-top: -5px;
}
.Production-Text p.about {
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin-top: 78px;
}
.Production-Text a.More {
	width: 204px;
	height: 45px;
	background-color: #c8102e;
	border-radius: 50px;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	margin: 30px auto 0;
}
.Production-Text a.More i {
	width: 33px;
	height: 9px;
	background: url(../images/More.png) no-repeat center center;
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: middle;
	margin-left: 20px;
}
/* 鍏徃绠€浠 End */


.alms {
	width:1400px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	animation: fadeinT 1s ease-out backwards;
	font-size: 18px;
	color: #666;
	line-height:28px;
	margin-bottom:60px;
	margin-top:20px;


}
