.larimg {
  width: 100%;
  min-width: 1200px;
  
}
.larimg img {
  width: 100%;
  height: 100%;
}
.crumbs {
	width: 100%;
	min-width: 1200px;
	background-color: #fafafa;
	height: 52px;
	border-bottom: 1px solid #f5f5f5;
}
.crumbs .crumbsbox {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.crumbs .crumbsbox p {
	font-size: 16px;
	color: #666;
	width: 100%;
	height: 100%;
	line-height: 52px;
}
.crumbs .crumbsbox p a {
	font-size: 16px;
	color: #666;
}
.crumbs .crumbsbox p span {
	color: #26568c;
}
.info {
	width: 100%;
	/*height: auto;*/
	margin-top: 10px;
	min-width: 1200px;
	min-height: 496px;
	margin-bottom: 24px;
}
.info .infobox {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	-background-color: #f4f4f4;
}
.info .infobox .infoleft {
	width: 180px;
	height: 100%;
	float: left;
}
.info .infobox .infoleft ul {
	width: 180px;
	height: 100%;
}
.info .infobox .infoleft ul li {
    padding-top:30px;
	width: 100%;
	height: 124px;
	background-color: #f4f4f4;
	text-align: center;
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.info .infobox .infoleft ul .infoactive {
	background-color: #26568c;
	color: #fff;
	position: relative;
	border-bottom: 0;
}
.info .infobox .infoleft ul .infoactive:before {
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 8px solid transparent;
    top: 50%;
    margin-top: -9px;
    right: 0;
}
.info .infobox .inforight {
	width: 996px;
	margin-left: 24px;
	min-height: 496px;
	float: left;
	background-color: #fff;
}
.info .infobox .inforight h3 {
	line-height: 46px;
	font-size: 26px;
	color: #333;
	float: left;
	font-weight: 400;
	margin-right: 10px;
}
.info .infobox .inforight h5 {
	line-height: 50px;
	padding-bottom: 10px;
	box-sizing: border-box;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.info .infobox .inforight .ingobox {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.info .infobox .inforight .ingobox p {
	font-size: 20px;
	line-height: 40px;
	color: #333;
	margin-bottom: 10px;
}
.info .infobox .inforight .ingobox span {
	font-size: 21px;
	color: #333;
	line-height: 34px;
}
.info .infobox .inforight .inforightcheer {
	width: 100%;
	height: 100%;
	display: none;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 60px;
	border: 1px solid #ddd;
	padding-top: 20px;
	min-height: 530px;
	box-sizing: border-box;
}
.info .infobox .inforight .inforightcheer .ingobox span img {
	width: 100%;
}
.info .infobox .inforight .cheeraction {
	display: block;
}
