


/* */
.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:70px;left:480px;
}
.introduction-title p{
	position:absolute;
	padding:0 15px;
	top:240px;left:465px;
	width:610px;
	color: #333;
}





/* */
.introduction-main .sideL{
width:510px;
float:left;
margin: 0 15px 20px 40px;
}

.introduction-main .sideR{
width:530px;
float:left;
margin: 0 10px 20px 15px;
}

.introduction-main h2{
	padding-left: 8px;
	margin-bottom:10px;
        border-left: 8px solid #f2bfc4;
	background-color: #fff;
	font-size:17px;
	line-height:1.5;
	color:#333333;
}
.introduction-main p{
	padding-top:10px;
	padding-bottom:20px;

	font-size: 17px;
	line-height: 1.6;
}

/** **/
.introduction-main .profile{
	position:relative;
	height:290px;
	margin-bottom:30px;
	background-color: #c7d4df;
}
.introduction-main .profile .img{
	position:relative;
	top:20px;left:20px;

	width:180px;height:260px;
	overflow:hidden;
}
.introduction-main .profile .txt{
	position:absolute; 
	top:8px;left:215px; 
	width: 280px;
	
	font-size: 15px;
	color: #333;
}

.introduction-main .profile .img2{
	position:relative;
	top:-40px;left:20px;

	width:180px;height:260px;
	overflow:hidden;
}
.introduction-main .profile .txt2{
	position:absolute; 
	top:200px;left:215px; 
	padding-top: 5px;
	width: 280px;
	
	font-size: 15px;
	color: #333;
}







.introduction-main .profile a{
	text-decoration:underline;
	font-size: 14px;
	color: #333;
}


.imagearea1{
	margin-bottom:20px;
}
