.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_map{
	float: left;
	width: 100%;
}
.mainCont_map span{
	display: inline-block;
	width: 100%;
	float: left;
	color: #000000;
	font-size: 14px;
}

.products .mainCont.selected {
	display: block;
}

#dituContent {
	width: 602px;
	margin-top: 25px;
	float: left;
	height: 245px;
}

.mainCont_message{
	width: 615px;
	float: left;
}
.mainCont_message p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.mainCont_message input:nth-child(3),.mainCont_message input:nth-child(5){
	width: 305px;
	padding-left: 46px;
	padding-right: 10px;
	float: left;
	border: none;
	background-color: #ebebeb;
	height: 42px;
	line-height: 42px;
	color: #000;
	font-size: 14px;
	-webkit-text-fill-color: #ababab;
}
.mainCont_message span{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ce000d;
	position: absolute;
	display: inline-block;
	z-index: 22;
}
.mainCont_message span:nth-child(2){
	margin-left: -286.5px;
	margin-top: calc((42px - 9px)/2);
}
.mainCont_message span:nth-child(4){
	margin-left: calc((56px - 9px)/2);
	margin-top: calc((42px - 9px)/2);
}
.mainCont_message input:nth-child(5){
	float: right !important;
}
.mainCont_message span:nth-child(6){
	margin-left: calc((46px - 9px)/2);
	margin-top: calc((78px - 9px)/2);
}
.mainCont_message textarea{
	border: none;
	background-color: #ebebeb;
	padding-left: 46px;
	padding-right: 10px;
	padding-top: 15px;
	height: 140px;
	padding-bottom: 15px;
	-webkit-text-fill-color: #ababab;
	width: 100%;
	color: #000;
	margin-top: 16px;
}
.mainCont_message input:nth-child(8){
	width: 140px;
	background-color: #ce000d;
	border: none;
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 16px;
}

@media screen and (max-width: 1360px) {
	.mainCont_message{
		width: 100%;
		float: left;
	}
	.mainCont_message p{
		font-size: 16px;
		color: #fff;
		margin-bottom: 10px;
	}
	.mainCont_message input:nth-child(3),.mainCont_message input:nth-child(5){
		width: 250px;
		padding-left: 46px;
		padding-right: 10px;
		float: left;
		border: none;
		background-color: #ebebeb;
		height: 42px;
		line-height: 42px;
		color: #000;
		font-size: 14px;
		-webkit-text-fill-color: #ababab;
	}
	.mainCont_message span{
		width: 9px;
		height: 9px;
		border-radius: 50%;
		background-color: #ce000d;
		position: absolute;
		display: inline-block;
		z-index: 22;
	}
	.mainCont_message span:nth-child(2){
		margin-left: -231.5px;
		margin-top: calc((42px - 9px)/2);
	}
	.mainCont_message span:nth-child(4){
		margin-left: calc((62px - 9px)/2);
		margin-top: calc((42px - 9px)/2);
	}
	.mainCont_message input:nth-child(5){
		float: right !important;
	}
	.mainCont_message span:nth-child(6){
		margin-left: calc((46px - 9px)/2);
		margin-top: calc((78px - 9px)/2);
	}
	.mainCont_message textarea{
		border: none;
		background-color: #ebebeb;
		padding-left: 46px;
		padding-right: 10px;
		padding-top: 15px;
		height: 140px;
		padding-bottom: 15px;
		-webkit-text-fill-color: #ababab;
		width: 100%;
		color: #000;
		margin-top: 16px;
	}
	.mainCont_message input:nth-child(8){
		width: 140px;
		background-color: #ce000d;
		border: none;
		font-size: 14px;
		color: #fff;
		text-align: center;
		height: 30px;
		line-height: 30px;
		margin-top: 16px;
	}
	#dituContent {
		width: 100%;
		margin-top: 25px;
		float: left;
		height: 245px;
	}
	.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;
	}
	
	.products .mainCont.selected {
		display: block;
	}
}