.main_all {
	width: 1333px;
	float: left;
	margin-left: calc((100% - 1333px)/2);
}
.main_all_title{
	width: 100%;
	float: left;
	color: #434343;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 36px;
}

.apply-record {
	width: 100%;
	margin-bottom: 38px;
	float: left;
}
.apply-record-left{
	width: 316px;
	float: left;
	background-image: url(../img/neiy_title.png);
	background-repeat: no-repeat;
	border: 1px solid #dcdcdc;
}
.apply-record-left span{
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
}
.apply-record .tab {
	width: calc(100% - 12px);
	margin-left: 6px;
	float: left;
	padding: 26px 0;
}

.apply-record .tab .tab-item {
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	width: 100%;
	color: #000000;
	text-align: center;
}

.apply-record .tab .tab-item.active {
	background: #dfdfdf;
}

.products .mainCont {
	display: none;
	width: calc(100% - 348px);
	float: right;
}
.mainCont_title{
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #ce000d;
	border-left: 8px solid #ce000d;
	background-color: #e8e8e8;
	height: 37px;
	padding-left: 10px;
	line-height: 37px;
}
.mainCont_neir{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000000;
	margin-top: 18px;
	line-height: 24px;
}
.products .mainCont.selected {
	display: block;
}

@media screen and (max-width: 1360px) {
	.main_all {
		width: 860px;
		float: left;
		margin-left: calc((100% - 860px)/2);
	}
	.main_all_title{
		width: 100%;
		float: left;
		color: #434343;
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 36px;
	}
	
	.apply-record {
		width: 100%;
		margin-bottom: 38px;
		float: left;
	}
	.apply-record-left{
		width: 316px;
		float: left;
		background-image: url(../img/neiy_title.png);
		background-repeat: no-repeat;
		border: 1px solid #dcdcdc;
	}
	.apply-record-left span{
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
		font-weight: bold;
		color: #fff;
		font-size: 18px;
		height: 35px;
		line-height: 35px;
	}
	.apply-record .tab {
		width: calc(100% - 12px);
		margin-left: 6px;
		float: left;
		padding: 26px 0;
	}
	
	.apply-record .tab .tab-item {
		float: left;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	
	.apply-record .tab .tab-item.active {
		background: #dfdfdf;
	}
	
	.products .mainCont {
		display: none;
		width: calc(100% - 348px);
		float: right;
	}
	.mainCont_title{
		width: 100%;
		float: left;
		font-size: 24px;
		font-weight: bold;
		color: #ce000d;
		border-left: 8px solid #ce000d;
		background-color: #e8e8e8;
		height: 37px;
		padding-left: 10px;
		line-height: 37px;
	}
	.mainCont_neir{
		width: 100%;
		float: left;
		font-size: 14px;
		color: #000000;
		margin-top: 18px;
		line-height: 24px;
	}
	.products .mainCont.selected {
		display: block;
	}
}