.main-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
}

.title-splitLine {
	width: 70px;
	height: 2px;
	background: #E83600;
}

.body-mi {
	height: 100%;
	/*background: url(../img/but/but6.png) no-repeat  center center/cover;*/
	background-size: 100% 100%;
}

@media (max-width: 680px) {
	.body-mi {
		max-width: 100%;
		height: 100%;
		background: url('') no-repeat;
		background-size: 100% 100%;
	}
	.title-splitLine {
		width: 60px;
		height: 3px;
		background: #E83600;
	}
}

.main {
	width: 90%;
	max-width: 1080px;
	height: auto;
	min-height: 685px;
	overflow: hidden;
	zoom: 1;
	margin-top: 275px;
}

.main-title-top {
	margin-top: 28px;
}

.main .main-title {
	float: left;
	width: 50%;
	min-height: 360px;
	text-align: center;
	border-bottom: none;
	background-position: center center;
	background-size: cover;
}

.main .main-title:first-child {
	border-left: none;
}

.main .main-title:last-child {
	border-right: none;
}

.main .img-right {
	max-width: 540px;
	min-height: 366.49px;
	margin-top: 30px;
	background: url(../img/me/mian.png) no-repeat center center/100% auto;
}

.section-title {
	width: 82%;
	display: inline-block;
	font-size: 36px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	line-height: 42px;
	color: #FF1430;
	text-align: center;
}

.section-size {
	width: 82%;
	margin-top: 0px;
}

.section-describe {
	width: 82%;
	text-align: center;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #1A1A1A;
	line-height: 30px;
	margin-top: 8px;
	margin-left: 5px;
}

.section-contact {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 510;
	color: #1A1A1A;
	line-height: 46px;
}

.section-contact-main {
	margin-top: 60px;
	text-align: left;
}

@media (max-width: 680px) {
	.main {
		width: 100%;
		height: auto;
		min-height: 280px;
		margin-top: 60px;
		min-width: 0px;
	}
	.main-title-top {
		margin-top: -12px;
	}
	.main .main-title {
		width: 84%;
		margin-left: 8%;
		min-height: 170px;
		border-right: 0;
		border-left: 0;
	}
	.main .main-title:nth-of-type(2n+1) {
		border-left: none;
	}
	.main .main-title:nth-of-type(2n) {
		border-right: none;
	}
	.section-title {
		width: 100%;
		display: inline-block;
		font-size: 26px;
		font-family: SourceHanSansCN;
		font-weight: bold;
		line-height: 34px;
		margin-top: 35px;
	}
	.section-describe {
		width: 100%;
		display: inline-block;
		font-size: 16px;
		margin-top: 0px;
		line-height: 20px;
	}
	.section-describe-son{;
		color: #666666;
	}
	.section-size {
		width: 100%;
		margin-top: 26px;
	}
	.section-contact-main {
		margin-top: 20px;
	}
	.section-contact {
		display: inline-block;
		font-size: 14px;
		margin-top: 0px;
		line-height: 24px;
	}
	.main .img-right {
		max-width: 335px;
		min-height: 227.36px;
		margin-top: 30px;
		background: url(../img/me/mian.png) no-repeat center center/335px 227.36px;
	}
}

.introduce {
	width: 90%;
	max-width: 1080px;
	height: auto;
	min-height: 785px;
	overflow: hidden;
	zoom: 1;
}

.introduce .title {
	font-size: 30px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.introduce .son-title {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #1A1A1A;
	line-height: 32px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 30px;
}

.introduce .content {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #1A1A1A;
	line-height: 30px;
}

.introduce .content span {
	font-size: 19px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 30px;
}

.introduce .content li {
	margin-bottom: 38px;
}

.end {
	width: 100;
	max-width: 1080px;
	height: auto;
	text-align: center;
	font-size: 30px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FF1430;
	line-height: 60px;
	margin-top: 120px;
}

@media (max-width: 680px) {
	.introduce {
		margin-top: 70px;
	}
	.introduce .title {
		font-size: 24px;
	}
	.introduce .son-title {
		margin-top: 0px;
		margin-bottom: 20px;
		color: #666666;
	}
	.introduce .content {
		font-size: 16px;
		line-height: 26px;
	}
	.introduce .content span {
		font-size: 17px;
		line-height: 26px;
	}
	.introduce .content ol {
		padding-left: 18px;
	}
	.introduce .content li {
		width: 99%;
		margin-bottom: 16px;
	}
	.end {
		margin-top: 26px;
		font-size: 24px;
		margin-bottom: 60px;
	}
}

.black_overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.phone-header-nav {
	margin-top: 180px;
	width: 220px;
	list-style-type: none;
	color: #FFFFFF;
}

.phone-header-nav ol {
	padding: 0px;
}

.phone-header-nav li {
	padding: 0px;
	min-height: 128px;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
}

.phone-header-nav li a {
	color: #FFFFFF;
}