


/* */
.mainarea div,.mainarea p{
	box-sizing: border-box;
}

/* */
.introduction-title{
	height:450px;
	position:relative;
	margin-bottom:40px;
}

.introduction-title .mainimage{
	position:absolute;
	top:0px;left:0;
	height:450px;
}

.introduction-title .title{
	position:absolute;
	top:90px;right:70px;
}
.introduction-title p{
	position:absolute;
	padding:0 15px;
	top:270px;right:60px;
	width:530px;
	color: #333;
}




.introduction-main p{
	padding-top:10px;
	font-size: 17px;
	line-height: 1.6;
}

/** **/
.introduction-main .profile{
	height:415px;
	margin-bottom:30px;
	width:1100px;
	background-color: #f1f1f1;
}

.color-main1 {
	color: #344481;
}

.profileinner{
	padding: 30px 50px;
}

.introduction-main .profile .imgbox{
	float:left;
	right:0px;
	width:50%
}
.introduction-main .profile .txtbox{
	float:left;
	width: 500px;
	color: #343a4e;
	padding: 0 50px 0 0;
}


.introduction-main .item a{
	text-decoration:underline;
	color: #333;
}

.introduction-main .stylistname a{
	text-decoration:  none;
	color: #333;
}


