.fr-why{
	position: relative;
	/*margin-top: 10px;*/
	width: 100%;
	height: auto;
	/*background-color: red;*/
}
.fr-guest
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;/*20181203 update*/
	width: 100%;
	max-width: 900px;
	min-height: 570px;
	background-color: white;
	padding: 20px; /*20181121 add*/
	font-size: 12px;/*20181126 add*/
}
/*20181123 add start*/
.fr-why  .fr-guest a{
	clear:both;
	color: blue;
}
.fr-guest p{
    margin-top: 20px;
	font-size: 1.4em;
    line-height: 1.4;
    font-weight: 300;
}
/*20181123 add end*/
.fr-why .fr-title-photo{
	position: relative;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: auto;
	/*background-color: green;*/
}
.fr-why .fr-title{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-size: 12px;
	color: #828282;
	text-align: center;
}
.fr-why .fr-title .title{
	padding-top: 16px;
}
.fr-why .fr-title span{
	font-size: 14px;
	letter-spacing: 2px;
	color: #5f8fff;
}
.fr-why .fr-title p{
	padding-top: 10px;
}

.fr-why .fr-text-btn{
	position: relative;
	padding: 0 40px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 900px;
	height: auto;
}
.fr-why .fr-text{
	position: relative;
	padding-bottom: 20px;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	color: #828282;
}

.fr-why .fr-text p{
	padding-top: 4px;
}

/**--------------------------媒体查询(电脑)--------------------------------------**/
@media screen and (min-width: 768px){
	.fr-why{
		margin-top: -30px;
		padding-bottom: 20px;
	}
	.fr-why .fr-title .title{
		padding-top: 26px;
	}
	.fr-why .fr-title span{
		font-size: 16px;
	}
	.fr-why .fr-text p{
		padding-top: 14px;
	}
}

/**--------------------------媒体查询20240315(手机)--------------------------------------**/
@media (min-width:320px) and (max-width:1023px)  {
.fr-guest p {

    font-size: 1.2em;

}

}
