


/* */
.mainarea div,.mainarea p{
	box-sizing: border-box;
}

/* */
.introduction-title{
	height:450px;
	position:relative;
	margin-bottom:30px;
}

.introduction-title .mainimage{
	position:absolute;
	top:0px;left:0;
	height:450px;
}

.introduction-title .title{
	position:absolute;
	top:85px;left:60px;
}
.introduction-title p{
	position:absolute;
	padding:0 0px;
	top:285px;left:80px;
	width:600px;
	color: #fff;
}





/* */
.introduction-main .sideL{
width:520px;
float:left;
margin: 15px 0px 20px 15px;
}

.introduction-main .sideR{
width:520px;
float:left;
margin: 0 10px 20px 45px;
}

.introduction-main h2{
	padding-left: 8px;
	margin-bottom:10px;
        border-left: 8px solid #b9a88b;
	background-color: #fff;
	font-size:17px;
	line-height:1.5;
	color:#333333;
}

.introduction-main h3{
	padding-left: 8px;
	margin-top:40px;
	margin-bottom:10px;
        border-left: 8px solid #b9a88b;
	background-color: #fff;
	font-size:17px;
	line-height:1.5;
	color:#333333;
}

.introduction-main p{
	padding-top:10px;
	padding-bottom:10px;

	font-size: 17px;
	line-height: 1.6;
}

/** **/
.introduction-main .profile{
	position:relative;
	margin-bottom:15px;
	background-color: #fff;
}
.introduction-main .profile .img{
	position:relative;
	top:20px;
	left:10px;
	width:190px;height:270px;
	overflow:hidden;
}
.introduction-main .profile .txt{
	position:absolute; 
	top:8px;left:215px; 
	padding-top: 5px;
	width: 290px;
	
	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;
}
