@charset "utf-8";
/*====nav&banner_begin====*/
.banner {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.search_bg{
	width: 299px;
	height: 400px;
	background: #FFFFFF;
	margin-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
}

.search_title{
	height: 55px;
	line-height: 55px;	
	font-size: 16px;
	color: #ff4d77;
	border-bottom: 1px solid #d4d4d4;
}
.condition_title{
	font-size: 14px;
	color: #666666;
	height: 44px;
	line-height: 44px;
	text-align: left;
}
.select{
	width: 90px;
	height: 38px;
}
.condition_select{
	text-align: left;
}
.select_type{
	width: 146px;
	border: 1px solid #ff4d77;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #ff4d77;
}
.uselect_type_r{
	width: 147px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666666;
}
.uselect_type_l{
	width: 147px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666666;
}
.search_next_btn{
	height: 48px;
	line-height: 48px;
	background: #ff4d77;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 23px;
	text-align: center;
}
/*====nav&banner_end====*/

/*精选套餐开始*/
.selection {
	height: auto;
	background: #fafafa;
}

.load_more_package {
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	border: 1px solid #D4D4D4;
	width: 130px;
	margin: 0 auto;
	margin-top: 20px;
	color: #999999;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.load_more_package span{
	color: #ff4d77;
}

.package_info {
	height: 379px;
	border: 1px solid #D4D4D4;
	margin-top: 58px;
	margin-bottom: 92px;
	position: relative;
	overflow: hidden;
}
.package_item{
	height: 100%;
	border-right: 1px solid #D4D4D4;
	width: 690px;
	position: absolute;
	background: #FFFFFF;
}
.package_image {
	width: 312px;
	height: 337px;
	margin-left: 21px;
	margin-top: 21px;
}
.package_title{
	color: #333333;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.package_list {
	width: 300px;
	margin-left: 50px;
	margin-top:10px;
	height: 130px;
}

.package_list ul {
	display:block;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 24px;
	line-height: 24px;
}

.package_list ul li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	width: 300px;
	text-align: left;
}
.package_zhan{
	height: 54px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	margin-left: 30px;
	margin-right: 30px;
}
.price{
	color: #ff4d77;
	font-size: 24px;
	margin-left: 30px;
}
.price span{
	color: #666666;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}
.more a{
	color: #FF1e63;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	margin-right: 30px;
	border: 1px solid #ff4d77;
	padding-left: 10px;
	padding-right: 10px;
}
.price_more{
	margin-top: 20px;
}
.zshy{
	width: 83px;
	height: 23px;
	line-height: 23px;
	background: url("/images/zshy.png") no-repeat;
	font-size: 14px;
	color: #ffffff;
	padding-left: 0px;
	margin-top: 4px;
}
.gdfw{
	width: 103px;
	height: 23px;
	line-height: 23px;
	background: url("/images/gdfw.png") no-repeat;
	font-size: 14px;
	color: #ffffff;
	padding-left: 0px;
	margin-top: 4px;
}
.sydnmfont{
	font-size: 14px;
	color: #333333;
	height: 54px;
	line-height: 54px;
}
/*精选套餐结束*/

/*理由开始*/
.reason_box {
	height: auto;
	background: #FFEEDE;
}

.reason_info {
	margin-top: 13px;
	padding-bottom: 88px;
}

.reason_info ul {
	list-style:none;display:block;
}

.reason_info li {
	width: 20%;
	min-height: 190px;
	float: left;
	margin-top: 50px;
	list-style:none;display:block;
}

.reason_item {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.reason_item img {
	margin: 0 auto;
	width: 87px;
	height: 87px;
}

.reason_title {
	color: #333333;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.reason_desc {
	color: #666666;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
}
/*理由结束*/

/*荣誉开始*/
.honor_box {
	height: auto;
	background: #FF4979;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,
		startColorStr=#ff487a, endColorStr=#ff6d50); /*IE 6 7 8*/
	background: -ms-linear-gradient(left, #ff487a, #ff6d50); /* IE 10 */
	background: -moz-linear-gradient(left, #ff487a, #ff6d50); /*火狐*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff487a),
		to(#ff6d50)); /*谷歌*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff487a),
		to(#ff6d50)); /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(left, #ff487a, #ff6d50);
	/*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(left, #ff487a, #ff6d50);
	/*Opera 11.10+*/
}

.load_more_yuesao {
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	border: 1px solid #FFFFFF;
	width: 100px;
	margin: 0 auto;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.userItemTop
{
	width:780px;
	height:780px;
	background:url("/images/xjbg.png");
	/* Rotate div */
	position: absolute;
	top: -780px;
	left: -260px;
	z-index: 2;
}
.user_item {
	width: 286px;
	background: rgba(255, 255, 255, 0.2);
	-pie-background:rgba(255, 255, 255,0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7FFFFFFF,endcolorstr=#7FFFFFFF);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}


.user_header_bg {
	width: 169px;
	height: 169px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 auto;
	margin-top: 48px;
}

.user_header_bg img {
	width: 149px;
	height: 149px;
	border-radius: 50%;
	margin-top: 10px;
	margin-left: 10px;
}

.user_name {
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 14px;
}

.user_desc {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 14px;
}

.user_specialty {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 14px;
	width: 155px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	height: 29px;
	line-height: 29px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.fwzx {
	position: absolute;
	top: 45px;
	right: 45px;
	z-index: 1;
}
/*荣誉结束*/
/*妈妈心声开始*/
.voice_box {
	height: auto;
	background: #f5f5f5;
}
.voice_desc{
	text-align: center;
	color: #999999;
	font-size: 18px;
	margin-top: 8px;
}
.compay_item_on{
	width: 260px;
	height: 144px;
	background: url("/images/bmsygsk.png");
	margin-top: 62px;
}
.compay_item_off{
	width: 260px;
	height: 144px;
	margin-top: 62px;
}
.compay_icon{
	margin-left: 22px;
	margin-top: 17px;
}
.voice_user{
	color: #FF4d77;
	font-size: 20px;
	margin-top: 17px;
}
.voice_user span{
	color: #333333;
	font-size: 16px;
}
.voice_compay_name{
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}
.voice_tj{
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
}
.chart_info{
	margin-top: 58px;
	width: 100%;
}
.chart_header{
	width: 120px;
	height: 120px;
	margin-top: 40px;
	border-radius:50%;
	background: #e7c7a9;
}
.chart_header img{
	width: 100px;
	height: 100px;
	border-radius:50%;
	margin-top: 10px;
	margin-left: 10px;
}
.chart_content{
	background: #F2BA8B;
	padding: 10px;
	width: 840px;
	border-radius:10px; 
}
.chart_right_info{
	width: 890px;
	position: relative;
}
.chart_info_title{
	font-size: 18px;
	color: #FF4D77;
}
.chart_info_title span{
	color: #c58c5d;
}
.chart_time{
	font-size: 16px;
	color: #666666;
}
.chart_content_title{
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 10px;
}
.chart_content_info{
	font-size: 14px;
	color: #6e421e;
	margin-left: 10px;
	line-height: 26px;
}
.dhj_left{
	position:absolute;
	left: 12px;
	top: 85px;
}
.dhj_right{
	position:absolute;
	right: 12px;
	top: 85px;
}
/*妈妈心声结束*/

/*妈妈心声开始*/
.question_box {
	height: auto;
	background: #FFFFFF;
}
.question_info{
	height: 190px;
	border: 1px solid #ff4a79;
	margin-bottom: 79px;
	margin-top: 39px;
}
.question_left{
	width: 610px;
	float: left;
	height: 130px;
	border-right: 1px solid #d4d4d4;
	margin-top: 30px;
}
.question_right{
	width: 510px;
	float: right;
	height: 130px;
	margin-top: 30px;
}
.question_item{
	background: url("/images/cjfwdysj.png") no-repeat left center;
	height: 43.5px;
	line-height: 43.5px;
	margin-left: 123px;
	padding-left: 20px;
}
.question_item a{
	font-size: 14px;
	color: #666666;
}
.question_item a:HOVER{
	font-size: 14px;
	color: #ff4d77;
}
/*妈妈心声结束*/

.home_sev_center {
	position: absolute;
	top: 45px;
	left: 385px;
	width: 248px;
	height: 248px;
	border-radius: 100px;
	background: url("/images/home_svc_centerbg.png") no-repeat;
	background-size:248px 248px;
}

.home_sev_item1 {
	position:absolute;
	top:0px;
	left:35px;
	width:216px;
	height:229px;
	text-align:center;
	cursor:pointer;
	background: url("/images/home_svc_item1.png") no-repeat;
	background-size:216px 229px;
}

.home_sev_item2 {
	position:absolute;
	top:175px;
	left:100px;
	width:212px;
	height:225px;
	text-align:center;
	cursor:pointer;
	background: url("/images/home_svc_item2.png") no-repeat;
	background-size:212px 225px;
}

.home_sev_item3 {
	position:absolute;
	top: 300px;
	left: 265px;
	width: 187px;
	height: 198px;
	text-align: center;
	cursor:pointer;
	background: url("/images/home_svc_item3.png") no-repeat;
	background-size:187px 198px;
}

.home_sev_item4 {
	position: absolute;
	top: 360px;
	left: 445px;
	width: 155px;
	height: 164px;
	text-align: center;
	cursor:pointer;
	background: url("/images/home_svc_item4.png") no-repeat;
	background-size:155px 164px;
}

.home_sev_item5 {
	position: absolute;
	top: 400px;
	left: 640px;
	width: 124px;
	height: 132px;
	text-align: center;
	line-height: 132px;
	color: #ff7c92;
	font-size: 16px;
	cursor:pointer;
	background: url("/images/home_svc_item5.png") no-repeat;
	background-size:124px 132px;
}

.home_sev_item1.active {
	background: url("/images/home_svc_item1_select.png") no-repeat;
}

.home_sev_item2.active {
	background: url("/images/home_svc_item2_select.png") no-repeat;
}

.home_sev_item3.active {
	background: url("/images/home_svc_item3_select.png") no-repeat;
}

.home_sev_item4.active {
	background: url("/images/home_svc_item4_select.png") no-repeat;
}

.home_sev_item5.active {
	background: url("/images/home_svc_item5_select.png") no-repeat;
}

.home_sev_dash1 {
	position: absolute;
	top: 120px;
	left: 225px;
	height: 0;
	width: 160px;
	border: 1px dashed rgba(266, 169, 90, 0.3);
	transform: rotate(10deg);
}

.home_sev_dash2 {
	position: absolute;
	top: 230px;
	left: 275px;
	height: 0;
	width: 110px;
	border: 1px dashed rgba(266, 169, 90, 0.3);
	transform: rotate(-20deg);
}

.home_sev_dash3 {
	position: absolute;
	top: 295px;
	left: 375px;
	height: 0;
	width: 70px;
	border: 1px dashed rgba(266, 169, 90, 0.3);
	transform: rotate(-50deg);
}

.home_sev_dash4 {
	position: absolute;
	top: 335px;
	left: 480px;
	height: 0;
	width: 80px;
	border: 1px dashed rgba(266, 169, 90, 0.3);
	transform: rotate(-90deg);
}

.home_sev_dash5 {
	position: absolute;
	top: 340px;
	left: 550px;
	height: 0;
	width: 175px;
	border: 1px dashed rgba(266, 169, 90, 0.3);
	transform: rotate(50deg);
}

.home_sev_dash.active {
	border:1px dashed #ffb06b;
	box-shadow:0 0 8px rgba(266, 169, 90, 0.3);
}
.gradient{
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=0);
	opacity:0.0;
	-moz-opacity:0.0;
	cursor: pointer;
}
.tei_chang{
	padding-left: 12px;
	padding-right: 12px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ff4e77;
	color: #ff4e77;
	font-size: 14px;
	float: left;
	margin-right: 16px;
	margin-top: 10px;
}





















