.apply-record {
	width: 100%;
	float: left;
}
.apply-record_tab{
	float: left;
	width: 1200px;
	margin-left: calc((100% - 1200px)/2);
	border-bottom: 1px solid #e5e5e5;
}
.apply-record .tab {
	float: right;
}
.products{
	width: 100%;
	float: left;
}
.mainCont_bg1{
	background-image: url(../img/bg2.jpg);
}
.mainCont_bg2{
	background-image: url(../img/bg3.jpg);
}

.apply-record .tab .tab-item {
	float: left;
	margin-left: 70px;
	padding-top: 44px;
	padding-bottom: 22px;
	border-bottom: 4px solid #fff;
	font-size: 18px;
	color: #303030;
	text-align: center;
}

.apply-record .tab .tab-item.active {
	font-weight: bold;
	border-bottom: 4px solid #d10000;
}

.products .mainCont {
	display: none;
	width: 1200px;
	margin-left: calc((100% - 1200px)/2);
	padding: 40px 0;
	float: left;
}

.products .mainCont.selected {
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 1459px) {
	.apply-record {
		width: 100%;
		float: left;
	}
	.apply-record_tab{
		float: left;
		width: 860px;
		margin-left: calc((100% - 860px)/2);
		border-bottom: 1px solid #e5e5e5;
	}
	.apply-record .tab {
		float: right;
	}
	
	.apply-record .tab .tab-item {
		float: left;
		margin-left: 70px;
		padding-top: 44px;
		padding-bottom: 22px;
		border-bottom: 4px solid #fff;
		font-size: 18px;
		color: #303030;
		text-align: center;
	}
	
	.apply-record .tab .tab-item.active {
		font-weight: bold;
		border-bottom: 4px solid #d10000;
	}
	
	.products .mainCont {
		display: none;
		width: 860px;
		margin-left: calc((100% - 860px)/2);
		padding: 40px 0;
		float: left;
	}
	
	.products .mainCont.selected {
		display: block;
	}
}