.aw-history {
	padding: 40px 0;
	background: rgba(255, 255, 255, 0.9);
	background-size: cover;
	width: 100%;
}
.pc-history {
	width: 100%;
	height: 548px;
	overflow: hidden;
	position:relative;
	background: url(../image/aa08.png) no-repeat center;
}
.pc-history .btns {
	width: 107px;
	height: 107px;
	position: absolute;
	top: 0;
	margin-top:230px;
	transition: background 0.3s;
	z-index: 2;
}
.pc-history .btns.prev {
	background: url(../image/aa06.png) no-repeat center;
	left: 14%;
}
.pc-history .btns.prev:hover {
	background: url(../image/aa06_h.png) no-repeat center;
}
.pc-history .btns.next {
	background: url(../image/aa07.png) no-repeat center;
	right: 13%;
}
.pc-history .btns.next:hover {
	background: url(../image/aa07_h.png) no-repeat center;
}
.pc-history .box {
	width: 1065px;
	margin: 0 auto;
	overflow:hidden;
	height: 100%;
}
.pc-history .box ul {
	position: relative;
}
.pc-history .box li {
	width: 200px;
	float: left;
	position: relative;
	margin-left: -50px;
}
.pc-history .box li.even {
	margin-bottom: 30px;
	padding-bottom: 100px;
	background: url(../image/aa05.png) no-repeat center bottom;
}
.pc-history .box li.odd {
	margin-top: 270px;
	padding-top: 100px;
	background: url(../image/aa05.png) no-repeat center top;
}
.pc-history .box li:first-child {
	margin-left: 0;
}
.pc-history .box font{ font-size:14px; color:#333333;}
.pc-history .box ul {
	float: left;
}
.pc-history .box h2 {
	font-size: 24px;
	color: #9f1e23;
	font-weight: bold;
	line-height: 34px;
}
.pc-history .box p {
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	line-height: 30px;
}
.mobile-history {
	height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.weixin-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	z-index: 15;
	margin: auto;
	display: none;
}
.weixin-box img {
	width: 100%;
}
.weixin-box .close {
	position: absolute;
	top: 3px;
	right: 3px;
	background: url(http://www.tuanyi.com/en/images/clo01.png) no-repeat center;
	display: block;
	width: 15px;
	height: 15px;
	opacity: 1;
}
.hrc {
	padding: 56px 0 72px;
	border-bottom: 1px solid #efe9e9;
}
.hrc ul {
	width: 100%;
}
.hrc li {
	float: left;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 20px;
	padding: 2%;
	min-height: 255px;
}
.hrc li:nth-child(4n) {
	margin-right: 0;
}
.hrc li a {
	display: block;
	width: 100%;
}
.hrc li h2 {
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	height: 76px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	color: #9f1e23;
}
.hrc li p {
	color: #f5f5f5;
	display: block;
	line-height: 22px;
	font-size: 14px;
}
@-webkit-keyframes load {
 0% {
 width: 0;
}
 100% {
 width: 128px;
}
}
@keyframes load {
 0% {
 width: 0;
}
 100% {
 width: 128px;
}
}
/*# sourceMappingURL=style.css.map */
@media only screen and (max-width:1440px) {
.pc-history .btns.prev {
	background: url(../image/aa06.png) no-repeat center;
	left: 3%;
}
.pc-history .btns.prev:hover {
	background: url(../image/aa06_h.png) no-repeat center;
}
.pc-history .btns.next {
	background: url(../image/aa07.png) no-repeat center;
	right: 3%;
}
.pc-history .btns.next:hover {
	background: url(../image/aa07_h.png) no-repeat center;
}
	
	}