.introduction {
	/*display: flex;*/
	margin: 20px 15px 0px 15px;
	width: 312px; 
	border: 3px solid #FFEFEB;
	height: 350px;
}

.introductionPic {
	flex: 1;
	display: flex;
	justify-content: center;
}

.introductionTextarea {
	height: 350px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px 0 20px 15px;
}

.text {
	color: #A19D9B;
	padding: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.introductionImg {
	flex: 1;
    /* display: flex; */
    align-items: center;
    text-align: center;
}

.introductionTitle {
	flex: 1;
    /* display: flex; */
    align-items: center;
    text-align: center;
    line-height: 70px;
}
.fw_a{
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}
.fw_a:hover{
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}
.textareaOn {
	border: 5px solid #FFC2B2;
}

.iconOn {
	border: 4px solid #FFC2B2 !important;
	border-radius: 50%;
}

.image {
	border: 4px solid #FFEFEB;
	border-radius: 50%;
	width: 85px;
	height: 85px;
}

.about_con {
	display: flex;
	width: 1200px;
	margin: auto;
	padding-top: 70px;
}

.about_te {
	background: #F46C49;
	/*height: 420px;*/
	color: white;
	padding: 25px;
	font-family: -webkit-body;
	line-height: 28px;
	margin-left: 80px;
}
.about_img{
	width: 530px;
	height: 420px;
	padding-top: 40px;
}
.about_lin {
	width: 117px;
	height: 1px;
	background: #ffffff7a;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 70px;
}
.about_text_con{
	color: #ffffffd9;
}
.about_text_con p{
	text-indent:2em;
	margin-bottom: 11px;
}
.about_ul{
	width: 1200px;
	display: flex;
	margin: auto;
	padding-bottom: 80px;
	margin-top: 80px;
}
.bus_text_con{
	color: #ffffffd9;
}
.bus_te {
	background: #F46C49;
    height: 420px;
    color: white;
    padding: 50px;
    font-family: -webkit-body;
    line-height: 28px;
    margin-left: 80px;
    text-indent:2em;
}