h1,h3,p{
	margin: 0px;
	padding: 0px;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
.introduction_head{
	width: 100%;
	min-height: 6em;
	background-color: white;
	background-image: url(../img/schedule_bg.jpg);
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding-top: 0.8rem;
}
.introduction_head_content{
	width: 14em;
	margin: auto;
}
.introduction_head_content h1{
	font-size: 0.64em;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #21497E;
	text-align: center;
}
.introduction_head_content h3{
	font-size: 0.4em;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #A8C7E1;
	margin-bottom: 0.2em;
	text-align: center;
}
.introduction_head_content_intro{
	width: 100%;
	min-height: 1em;
	border-bottom: 1px solid #A8C7E1;
	border-top: 1px solid #A8C7E1;
	position: relative;
	padding: 0.57rem 0 0.77rem 0;
}
.introduction_head_dots{
	width: 0.2em;
	height: 0.2em;
	border-radius: 0.2em;
	background: #21497E;
	position: absolute;
	left: 50%;
	top: -0.1em;
}
.introduction_head_content_intro_cont{
	width: 100%;
	font-size: 0.27em;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 0.5rem;
}
#content_phone{
	display: none;
}
.content{
	font-size: 0.27rem;
	color: #000;
	font-weight: 300;
}
.content p{
	margin-top: .1rem;
	margin-bottom: .1rem;
}
.one{
	margin-top: 0.3em;
}

.introduction_head_bottom{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.introduction_head_bottom h3{
	font-size: 0.4em;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
}
.introduction_head_bottom span{
	font-size: 0.27em;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #A8C7E1;
}

@media screen and (max-device-width: 950px){
	.introduction_head_content_intro_cont{
		line-height: 1rem;
		font-size: 0.6rem;
	}
}
@media screen and (max-width: 750px)
{
	#content{
		display: none;
	}
	#content_phone{
		display: block;
	}
	.introduction_head{
		padding-top: 1rem;
		padding-bottom: 0.5rem;
	}
	.introduction_head_content_intro{
		padding: 0.2em 0px;
	}
	.introduction_head_content{
		width: 100%;
	}
	.introduction_head_content h1{
		font-size: 1em;
	}
	.introduction_head_content h3{
		font-size: .85em;
	}
	.introduction_box{
		display: none;
	}
	.introduction_box_phone{
		display: block;
		width: 2.04em;
		height: 7.3em;
		position: absolute;
		right: 0px;
		bottom: 0px;
		overflow: hidden;
		background-image: url(../img/company_phone.png);
		/* background-size: 100% 100%; */
		background-repeat: no-repeat;
	}
	.introduction_bg_phone{
		width: 100%;
		height: 100%;
	}
	.introduction_head_bottom{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 0.83rem;
	}
	.introduction_head_bottom h3{
		font-size: 0.7rem;
	}
	/* .introduction_head_bottom h3,.introduction_head_bottom span{
		margin-bottom: 0.1em;
	} */
	.introduction_head_bottom span{
		margin: 0.16rem 0;
		font-size: 0.6rem;
	}
	.works_result{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0.54rem;
	}
	.works_result_number{
		font-size: 0.8rem;
	}
	.works_result div{
		border-bottom: 1px solid #A8C7E1;
		padding-bottom: 0.2rem;
	}
	.works_result div:nth-of-type(2){
		margin: 0.6rem 0px;
	}
	.introduction_head_content_intro_cont{
		line-height: 1.2rem;
		font-size: 0.6rem;
	}
	.works_result_company{
		font-size: 0.6rem;
	}
	.works_result_content{
		font-size: 0.6rem;
	}
}
@media screen and (max-width:400px) {
	.introduction_head_content_intro_cont{
		line-height: 1.4rem;
	}
}