@charset "utf-8";
.content_right {
	width: 270px;
	height: 909px;
	float: right;
}

.fr_prof {
	width: 270px;
	/* height: 550px; */
	margin-bottom: 30px;
	background: #fff;
}

.fr_tit {
	width: 230px;
	height: 67px;
	text-align: center;
	line-height: 67px;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	margin-bottom: 20px;
}

.fr_prof a {
	width: 230px;
	height: 77px;
	display: block;
	margin: 0 auto 14px auto;
}

.fr_prof a>img {
	float: left;
	margin-right: 20px;
}

.fr_prof a div {
	float: right;
}

.fr_prof a div p:first-child {
	font-size: 16px;
	line-height: 24px;
}

.fr_prof a div p:nth-child(2) {
	font-size: 15px;
	margin: 5px 0;
	color: #555;
}

.fr_prof a div p img {
	height: 16px;
	width: 16px;
	float: left;
}

.fr_tea {
	width: 270px;
	margin-bottom: 30px;
	background: #fff;
}

.fr_tea_slider {
	width: 270px;
	height: 321px;
	position: relative;
	margin: 0 auto;
}

.fr_tea_slider .bd li {
	width: 270px;
	height: 321px;
	position: relative;
	box-sizing: border-box;
	padding-top: 50px;
}

.fr_tea_slider .bd li>div {
	width: 230px;
	height: 128px;
	position: absolute;
	top: 0;
	left: 20px;
}

.fr_tea_slider .bd li>div h2 {
	font-size: 16px;
	color: #ff4500;
	text-align: center;
	margin-bottom: 10px;
}

.fr_tea_slider .bd li>div p {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #555;
}

.fr_tea_slider .bd li>a {
	width: 173px;
	height: 271px;
	display: block;
	margin: 0 auto 0 auto;
}

.fr_tea_slider .prev {
	width: 20px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 120px;
	z-index: 1;
}

.fr_tea_slider .next {
	width: 20px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 120px;
	z-index: 1;
}