
/* CSS Document */

html, body{
	font-family:"Microsoft YaHei";
	/*min-width:1008px;*/
	color:#333;
	background: #f1f3f2;
}

/******** 基础样式 *********/
body {
	background:#f1f3f2;
	position: relative;
}
.h1{
	font-size: 36px;letter-spacing: 4px;font-weight: bold;
}
.container{
	width: 1300px;
	min-width: 768px;
	}

/* 解决谷歌无法显示12px以下字号 */
a, area {
blr:expression(this.onFocus=this.blur())
} 
a {cursor: pointer; color:#333;}
a:hover {
	color:#AF0067;
	text-decoration: none;
}
a:active {outline:none;}
:-moz-any-link:focus {outline: none;}
a:focus {
	outline: none;
}
/*五列*/
.col-xs-2dot5 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 640px) {
.col-xs-2dot5 {
float: left;
}
.col-xs-2dot5 {
width: 20%;
}
.col-xs-pull-2dot5 {
right: 20%;
}
.col-xs-push-2dot5 {
left: 20%;
}
.col-xs-offset-2dot5 {
margin-left: 20%;
}
}

/*七列*/
.col-xs-2dot7 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 640px) {
.col-xs-2dot7 {
float: left;
}
.col-xs-2dot7 {
width: 14.28%;
}
.col-xs-pull-2dot7 {
right: 14.28%;
}
.col-xs-push-2dot7 {
left: 14.28%;
}
.col-xs-offset-2dot7 {
margin-left: 14.28%;
}
}
.font22{
	font-size: 22px;
}
.bg-white {
	background: #fff;
}
.pink {
	color: #AF0067;
}
.h1,h1 {
	font-size: 36px;
	letter-spacing: 4px;
	font-weight: bold;
}
/******** 结构 *********/

#header {
	background:#fff;
	z-index: 9999;
	position:relative;
	height: 0;
}
#nav{
	height: 110px;
	font-size:16px;
	font-weight:bold;
	background: #fff;
	margin-bottom: 0;
	padding-top: 10px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
	border-bottom: 2px solid rgba(175,0,103, 0.3);
	border-radius: 0;
	position: fixed;
}

#mainArea {
	position:relative;
	text-align: center;
	z-index: 999;
}

#footer {
	height: 66px;
	line-height: 66px;
	background:#AF0067;
	text-align:center;
	color: #C5C6C6;
	box-shadow: 0 -5px 15px rgba(0,0,0,0.25);
}


/******** #header *********/
#header .container{
	position:relative;
	width: auto;
	padding-left: 25px;
	padding-right: 15px;
}

#header .container, #footer .container {
	position:relative;
	width: auto;
}
#footer .container {
	padding-left: 30px;
	padding-right: 30px;
}
#header .logo{
	height: 86px;
	width: 86px;
	z-index: 999;
	font-size: 68px;
	display: block;
	position: relative;
	padding: 6px 15px 6px 15px;
	margin-left: 0;
}
#header .logo .icon-ico_logo {
	color:#727171;
	opacity: 1;
	transition: all 0.3s ease-in;
	z-index: 2;
  }
 /* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
#header .logo .icon-ico_logo .path2:before {
    position: absolute;
}
}
#header .logo .icon-ico_logo_hover {
	opacity: 0;
	left: 15px;
	top: 15px;
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-in;
	}
#header .logo .icon-ico_logo .path1:before,
#header .logo .icon-ico_logo .path2:before{
	color: rgb(136, 137, 137);
	transition: all 0.3s ease-in;
}
#header .logo:hover .icon-ico_logo .path1:before {
   color: rgb(175, 0, 103);
   transition: all 0.3s ease-in;
}
#header .logo:hover .icon-ico_logo .path2:before {
  color: rgb(0, 0, 0);
  transition: all 0.3s ease-in;
}
#header .logo:hover .icon-ico_logo_hover{
	opacity: 0;
	}

  
.teltext {
		font-size:18px;
		color:#333;
		font-weight:bold;
		margin-bottom:6px;
		line-height:24px;
	}
	.tel {
		color:#ef6b9a;
		font-size:20px;
		font-family:Arial, Helvetica, sans-serif;
		margin-bottom:9px;
	}


/******** #nav *********/
@media only screen and (max-width:768px ) {
	#nav .row {
		margin: 0;
		}
	#nav li{
		float: left;
	}

	#nav {
	min-height: 1px;
	}
	.navbar-toggle {
	border-color: #e8136e;
	margin-top: 25px;
	}
	.navbar-toggle .icon-bar {
	  background-color: #e8136e;
	}
	.navbar-brand {
	height: 80px;
	}
	.navbar-brand img {
		max-height: 80px;
	}
}

#nav .navbar-collapse {
	padding: 0;
}


#nav li a {
	letter-spacing:2px;
	text-align: center;
	line-height: 24px;
	padding-left: 42px;
	padding-right: 42px;
}
@media (max-width: 1400px) {
	#nav li a {	
	padding-left: 32px;
	padding-right:32px;
	}
}

@media only screen and (max-width:995px ) {
	#nav li {
  		width: 115px;
	}

}
@media only screen and (max-width:768px ) {
	#nav li:nth-child(3){
	margin-right: 0;
	}
	}


#nav li a .icon, 
#nav li a .icon_hover,
#nav li.navItem .icon,
#nav li.navItem .icon_hover{
	display: block;
	font-size: 28pt;
	text-align: center;
}

#nav a:link, #nav a:visited{
	color:#888989;
}

#nav a:hover, 
#nav .active a:link, 
#nav .active a:visited, 
#nav .active a:hover, 
#nav .active a:active{
	/*color:#e8136e;*/
	background: none;
	transition:all 0.3s ease-in;
}

#nav .nav-icon{
	padding-top: 15px;display: inline-block;
}


#nav li a .icon{	
	opacity: 1;
	transition: all 0.3s ease-in; 
	z-index: 2;
	}
	
#nav li a:hover .icon,
#nav li .nav-icon:hover .icon{
	opacity: 0;
	transition: all 0.3s ease-in;  
	}

#nav li .icon_hover, 
#nav li.active .icon_hover{
	opacity: 1;
	margin-top: -37px;
	}
#nav li .icon_hover, 
#nav li.active .icon{
	opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in;
	}
#nav li a:hover .icon_hover,
#nav li .nav-icon:hover .icon_hover{
	opacity: 1;
	}
	
#nav li .active .icon {
	color:#727171;
	opacity: 0;
	transition: all 0.3s ease-in;
	z-index: 2;
  }	
	
#nav .open > a:link, 
#nav .open > a:visited, 
#nav .open > a:focus{
	color:#fff;
	background:#c41e6c;
}

.nav > li > a:focus{
	background:none;
}

#nav .dropdown-menu {
	background:#af0067;
	padding-bottom:10px;
	min-width:101%;
	margin-left:-1px;	
}

#nav .dropdown-menu a{
	line-height:40px;
	height:40px;
	background:none;
	border:none;
}

#nav .dropdown-menu a:link, #nav .dropdown-menu a:visited{
	color:#888989; 
}
#nav .dropdown-menu a:hover {
	color:#af0067;
	background:#e7e7e7;
}

.dropdown-menu {
	display:block;
	visibility:hidden;
	opacity:0;
		transition:all 0.3s ease-in;
}

.open .dropdown-menu {
	opacity:1;
	visibility:visible;
}

/******** #footer *********/
#footer p{
	font-size:13px;
	margin:10px 0 0;
	line-height:24px;
}

#footer .link a{
	margin-left: 10px;
}

#footer a:link, #footer a:visited {
	color:#C5C6C6;
}

#footer .icon-logo-foot{
	font-size: 28px;
	margin-right: 22px;
	vertical-align: middle;
	}
	
/****** #mainArea *******/
.section{
	padding-top: 110px;
}
.left_botton, .right_botton{
	position: fixed;
	top: 150px;
	z-index: 999;
}
.left_botton {
	background: #B8367A;
	height: 42px;
	line-height: 42px;
	padding-right: 28px;
	padding-left: 15px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.right_botton{
	right: 0;
	color:#fff;
	}
	
.right_botton a{
	height: 62px;
	background: #B8367A;
	padding:8px 28px 8px 8px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;	
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
	display: block;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.right_botton a:link, .right_botton a:visited{
	color: #fff;
	}
.right_botton span{
	background: #C95A88;
	border-radius: 50%;
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 34px;

	border-right: 1px solid #960054;
	border-left: 1px solid #D471AB;
}
.right_botton .right_button2{
	background: #C74986;
}
.right_botton .right_button2 span{
	background: #C95D93;
	border-left: 1px solid #FF80A9;
	border-right: 1px solid #8C005C;
	}
	
	
#mainArea .section {
	min-height: 650px!important;
	font-size: 16px;
	padding-bottom: 50px;
	display: inline-block;
	width: 100%;
}

@media only screen and (min-width:768px ) {
.section {
	min-height: 650px;
}	
}

#mainArea .index {
	position: relative;
	padding-bottom: 0;
}
#mainArea .index img{
	position: absolute;
	}
#mainArea .index .bg4 {
	left: 80px;
}
#mainArea .index .bg3 {
	right: 8%;
	top: 410px;
}
#mainArea .index .bg1 {
	margin-right: 0;
}
@media only screen and (max-width:1440px ) {
#mainArea .index .bg1 {	
	margin: 0 auto 0 180px;
}
#mainArea .index .bg4 {

}
#mainArea .index .bg3 {
	right: 6%;
}
}


@media only screen and (max-height:900px ) {
#mainArea .index .bg3 {	
	top:350px;
}
}
.index-5{
	position: absolute; 
	bottom: 20%; left: 0; right: 0;
	}
.index-5 div{
	font-size: 30px;
	color: #595757;
	font-weight: bold;
	text-shadow: 0 4px 3px rgba(0,0,0,0.25);
	padding: 0 5px;
}
.index-5 div > span{
	display: block;
	font-size: 13.5pt;
	color: #595757;
	font-weight:normal;
}

.animation_move-left {
    animation: 2s ease 0s 1 move-1eft;
  }
  
@keyframes move-1eft {
  0% {
     opacity: 0;
     transform: translateX(-100%);
  }
  
  100% {
  	opacity: 1;
    transform: translateX(0%);
  }
}

.animation_move-right {
    animation: 2s ease 0s 1 move-right;
  }
 
 @keyframes move-right {
  0% {
     opacity: 0;
     transform: translateX(100%);
  }
  25% {
     opacity: 0;
     transform: translateX(100%);
  }  
  
  100% {
  	opacity: 1;
    transform: translateX(0%);
  }
}
.animation_move-down { 
    animation: 2s ease 0s 1 move-down;
      }

 @keyframes move-down {
  0% {
     opacity: 0;     
     -webkit-transform: translateY(100%);
     transform: translateY(100%);
  }
  70% {
     opacity: 0;     
     -webkit-transform:translateY(100%) ;
     transform: translateY(100%);
  }
  
  100% {
  	opacity: 1;    
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.animation_move-top { 
    animation: 2s ease 0s 1 move-top;
      }
@keyframes move-top {
  0% {
     opacity: 0;     
     -webkit-transform: translateY(-100%);
     transform: translateY(-100%);
  }

  
  100% {
  	opacity: 1;    
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.section header {
	text-align: center;
}

.section h1,.h1{
	margin-top: 60px;
}

.section .more{
	font-size: 21px;
	border-bottom: 2px solid #3E3A39;
	padding-bottom: 4px;
}
.section .more .icon-arrow{
	font-size: 12px;
	vertical-align: middle;
	margin-right: 15px;
}
/******section1******/
.section1 {
	background: #E5E5E5;
}

.section1 article{
	position: relative;
	/*margin-left: 8%;
	margin-right: 8%;*/
}
@media only screen  and (max-width: 1440px) {
	.section1 article{
	position: relative;
	margin-left: 0%;
	margin-right: 0%;
}
.section1 article h3{
	font-size: 22px;
}
}

.section1 article .thumbnail {
	text-align: center;
	padding: 0 0 10px 0;
	background: #D1D2D2;
	border-width: 0;
}
.section1 article .thumbnail img{
	width: 100%;
	/*border: 3px solid #9E9E9F;*/
	padding: 3px;
	background: #9E9E9F;
	}
	
.section h3,.section .h3{
	color: #595757;
	letter-spacing: 12px;
}
.section1 h3 {
	color: #595757;
	letter-spacing: 0;
}


.section2 h1 {
	margin-bottom: 20px;
	line-height: 150%;
}

.side {
	position: fixed;
	display: table;
	z-index: 99;
	min-width: 168px;	
}
.sidenav{
	display: table;
	margin-left: 15%;
}
.sidenav_skin{
	text-align: left;
	height: 100%;
	border-left: 1px solid #c5c6c6;	
	display: table-cell;
	vertical-align: middle;
	padding-left: 0px;
}
.sidenav_skin>li{
	display: block;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-left: -5px;
}
.sidenav_skin>li a:link, .sidenav_skin>li a:visited{
	color: #808080;
	}

.list-img {
	display: inline-block;
	background: #808080;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-right: 26px;
}
.sidenav_skin>li.active .list-img{
	background: #AF0067;
}
.sidenav_skin>li.active a:link, .sidenav_skin>li.active a:visited{
	color:#AF0067;
	font-weight: bold;
}

.part{
	padding-left:16%;
	padding-right: 8%;
}

.part article img{
	margin: auto;	
}
.servicelog h4 {
	font-size: 14px;
	color: #808080;
	line-height: 21px;
	margin-bottom: 23px;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.25);
	-webkit-text-shadow: 0px 5px 3px rgba(0,0,0,0.25);
	-ms-text-shadow: 0px 5px 3px rgba(0,0,0,0.25); 
	
}
.servicelog .thumbnail{
	background: none;
	border: none;
	
}
.log > img{
	bottom:-76px
}

@media only screen and (max-width:1280px ) {
	.log > img{
	bottom: -60px;
}
}
.servicelog .thumbnail img {
	box-shadow:  0px 0px 10px rgba(0,0,0,0.2);
	width: 128px;
	transform: scale(1);
	transition: all 1.3s ease-out 0s;
	/*height: 170px;*/
}
.works .thumbnail{
	box-shadow:  0px 0px 10px rgba(0,0,0,0.2);
}
.servicelog .thumbnail, 
.works .thumbnail{
	z-index: 1;
	display: block;
	position: relative;
}
.servicelog .thumbnail:hover, 
.works .thumbnail:hover{    
    transform: scale(4.5, 4.5);
    transition: all 1.2s ease-out 0s;
    width: 100%;
    z-index: 99999999;
    left: 0;
    margin: auto;
    right: 0;
}
.works .thumbnail:hover{
	transform: scale(3.5, 3.5);
	border:none;	
	}

.servicelog img, .servicelog .log {
	left: 0;
    margin: auto;
    right: 0;
    display: inline-block;   
}
.servicelog .log {
	margin-top: 57px;
	max-width: 1110px;
	margin-bottom: 70px;
	position: relative;
}

.log .col-xs-2dot7{
	padding: 5px 12px;
}

.text-cap {
	font-size: 24px;
	font-weight: bold;
	color: #595757;
}

.order h2{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-bottom: 1px solid #B2B3B3;
	padding-bottom: 21px;
	color: #595757;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}
.order h2 .left{
	float: left;
	color: #9E9E9F;
	font-size: 24px;
	font-weight: bold;
	margin-top: -21px;
	}
.order h2 .left span{
	font-size: 60px;
	color: #AF0067;	
	}
.order-form	{
	width: 68%;
	margin: auto;
	text-align: left;
}

.order-form .form-control {
	border-bottom: 1px solid #C5C6C6;
	border-top:none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	background: none;
	width: 348px;
	border-radius: 0;
	font-size: 18px;
	height: 35px;
	padding: 12px;
}

.order-form .form-control:focus{
	box-shadow: none;
	border-color: #AF0067;
	}
.order-form .form-group{
	height: 60px;
	font-size: 18px;
	margin-bottom: 0px;
}
.order-form .control-label{
	padding-top: 12px;
}

.btn-default {
	background: #AF0067;
	border-radius: 42px;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	padding: 16px 70px;
	border:none;
	box-shadow: 0 5px 5px rgba(0,0,0,0.25);
	margin-top: 40px;
	margin-bottom: 140px;
}
.btn-default:active, .btn-default:active:focus, .btn-default:focus{
	background: #AF0067;
	color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.6);
	outline: none;
	margin-top: 52px;
}
.btn-default:hover{
	background: #AF0067;
	color: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.35);
	margin-top: 41px;
}


.form-radio {
  text-align: center;
}

.form-radio input[type="radio"] {
  display: none;
}

.form-radio input[type="radio"]:checked ~ label {
	background: #fff;
	border-radius: 42px;
	font-weight: bold;
	font-size: 21px;
	color: #595757;	  
}

.form-radio input[type="radio"]:checked + label {
	background: #AF0067;
	color: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.35);
}

.form-radio label, .form-drag label, .sorting span{
	padding: 5px 20px;
	background: #fff;
	border-radius: 42px;
	font-weight: bold;
	font-size: 21px;
	color: #595757;
	box-shadow: 0 4px 7px rgba(0,0,0,0.2);
	  -webkit-transition: .3s;
	  transition: .3s;
	  margin:10px 5px;
	  cursor: pointer;
}
.form-drag, .sorting {
	text-align: center;
}
.form-drag label {
	cursor: move;
	}
	
.sorting{
	margin-top: 5px;
}	
.sorting span {
	background: none;
	border:2px dashed #C5C6C6;
	box-shadow: none;
	min-width: 18%;
	display: inline-block;
	padding: 0;
	height: 40px;
	vertical-align: middle;
}

.req {
  background: #efefef;
  height: 493px;
  left: 0;
  margin-top: -246px;
  height: 471px;
  position: fixed;
  top: 50%;
  width: 100%;
}

#mainArea .req_main{
	width: 68%;
	margin: auto;
	padding-top: 0;
}
.req-form{
	float: right;
	margin-left: 26%;
	position: absolute;
	width: 520px;
	text-align: left;
	z-index: 1;
}
@media only screen and (max-width:1600px ) {
	.req-form{
	margin-left: 30%;
	}
}

.req-form h3{
	color: #000;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	}
.req-form .checkbox-inline{
	margin-bottom: 30px;
	padding-left: 10;
}
.req-formgroup{
	color: #595757;
	font-size: 18px;
	text-align: left;
}

.req-formgroup .form-group {
	border: 1px solid #c5c6c6;
	text-align: left;
	width: 100%;
	border-radius: 32px;
	padding: 5px 15px;
}
.req-formgroup .form-group:nth-of-type(1) {
	margin-left: 20px;
	}
.req-formgroup .form-group:nth-of-type(2) {
	margin-left: 50px;
	}
.req-formgroup .form-group:nth-of-type(3) {
	margin-left: 80px;
	}		
.req-formgroup .form-group label{
	text-align: left;
	margin-left: 0;
	vertical-align: middle;
	padding-top: 3px;
	color: #939393;
	font-weight: 100;
}
.req-formgroup .form-control:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}
.req-formgroup .form-group input{
	text-align: right;
	background: none;
	border: none;
	font-size: 18px;	
}
.req-formgroup .form-control::-moz-placeholder{
	color: #c9caca;
}
.req-formgroup .btn-default,　.btn-default:active, .btn-default:active:focus, .btn-default:focus {
	box-shadow: none;
	background: url(../image/requirementbutton.png);
	width: 257px;
	text-align: center;
	height: 110px;
	border-radius: 0;
	font-size: 37px;
	text-shadow:-6px 6px 12px rgba(0,0,0,.25);
	padding-left: 27px;
	padding-right: 15px;
}
.req-formgroup .check{
	vertical-align: middle;
}

.req-formgroup .check ~.checkedimg{
	display: none;
	margin-right: 10px;
}
.req-formgroup .checked ~.checkedimg, 
.req-formgroup .check ~.checkimg{
	display: inline-block;
	margin-right: 10px;
}
.req-formgroup .checked ~.checkimg{
	display: none;
	margin-right: 10px;
}
.ys {
	padding-bottom: 150px !important;
}
.ys h1{
	margin-top: 80px;
	margin-bottom: 50px;
}

.ys .sbtn {
	background: #fff;
	box-shadow: inset 0 0 5px rgba(0,0,0, 0.2);
	border-color: #ddd;
	padding-left: 30px;
	padding-right: 30px;	
	font-size: 16px;
	color: #888989;
	font-weight: bold;
}



.cell {
	transform: rotate(0deg);	
	width: 66%;
	/*border-radius: 50%;*/
	height: 0;
	padding-top:66%;
	transition: all 0.3s ease-in;
}
.cell .img-responsive {
	width: 100%;
	margin-top: -100%;
	border-radius: 50%;
	z-index: 3;
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in;
}
.cell:hover .img-responsive{
	opacity: 0;
	transition: all 0.3s ease-in;
}
.media-left .cell:hover .img-responsive{
	opacity: 1;
}
.cell .cell_position {
	position: absolute;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	top: -94%;
	left: 0;
	right: 0;
	margin: 100% auto auto;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 5;
	border-radius: 50%;	
}

.section2 .cell .cell_position {
	opacity: 1;
	}
.cell .table_text {
	/*border-radius: 50%;*/
	display: table;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: table;
	height: 100%;
	width: 100%;
	}
.cell h2,.cell .h2 {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 34px;
}
@media only screen and (max-width: 992px) {
	.cell h2 {
		padding: 14px;
		font-size: 15px;
	}
}
.cell h2 a:link,.cell h2 a:visited,.cell .h2 a:link,.cell .h2 a:visited {
	color: #fff;
}

.section2 .cell:hover .img-responsive {
	transform: rotate(180deg);
	transition:all 1s ease-in 0s;
}

.cell1, .cell4 {
	float: left;
}

.about {
	line-height: 2;
	text-align: left;
	font-size: 18px;
	margin-top: 80px;
}
.zz span{
	padding: 8px;
	width: 24.6%;
	display: inline-table;
	overflow: hidden;
}

.zz img{
	padding: 10px;
	vertical-align: bottom;
	width: 100%;
}
.tt .col{
	padding: 7px;
	overflow: hidden;
	display: inline-block;
}
.tt img{
	vertical-align: bottom;
	padding: 0;
	width: 99.9%;
}
.tt .row .col-sm-6 img{
	min-height:173px;
	max-height:237px;
}
.tt1{
	display: inline-block;
	clear: both;
}

.contact h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
.contact h2~p{
	color: #727171;
	margin-bottom: 30px;
}
.contact .address{
	width: 80%;
	margin: auto;
	text-align: left;	
	padding-top: 25px;
	padding-bottom: 100px;
	display: inline-block;
}
.contact .address h3 {
	color: #595757;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}
.contact .address dt{
	color: #595757;
	font-weight: bold;
	font-size: 16px;
}
.contact .address dd {
	color: #808080;
	font-size: 14px;
	margin-bottom: 12px;
}
.honor {
	margin-bottom: 15px;
}
.honor .img-thumbnail {
	padding: 15px;
	background: #DFDFDF;
	border: 1px solid #CECECE;
	margin-bottom: 15px;
}

.honor .col{
	padding-left: 8px;
	padding-right: 8px;
}
.tt2 .img-thumbnail{
	padding: 15px;
	background: #DFDFDF;
	border: 1px solid #C4C5C5;
	
}
.activity_list {
	margin-top: 0 !important;
}
.activity_list .media-object{
	width: 220px;
}
.activity_list .media-heading{
	font-weight: bold;
	margin-bottom: 10px;
}
.activity_list .media-left{
	padding-right: 20px;
}
/*****section3*****/
.section2 {
	background: #DFDFDF;
}
.section3 h4 {
	font-size: 24px;
	color: #e35899;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}
.section3 h4 span {
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	left: -67px;
	top: -15px;
	background: #c3c5c4;
	border-radius: 50%;
	text-align: center;
	font-size: 48px;
	font-weight: 100;
	color: #f1f3f2;
	line-height: 1.3;
}
.section3 article {
	padding-top: 55px;
	width: 100%;
}
.pz-wrap > div:nth-child(1) h4 span{
	background-color: #6a952c;
}
.pz-wrap > div:nth-child(1) h4{
	color: #6a952c;
}
.pz-wrap > div:nth-child(2) h4 span{
	background-color: #62a174;
}
.pz-wrap > div:nth-child(2) h4{
	color: #46956d;
}
.pz-wrap > div:nth-child(3) h4 span{
	background-color: #46958e;
}
.pz-wrap > div:nth-child(3) h4{
	color: #46958e;
}
.pz-wrap > div:nth-child(4) h4 span{
	background-color: #468095;
}
.pz-wrap > div:nth-child(4) h4{
	color: #468095;
}
.pz-wrap > div:nth-child(5) h4 span{
	background-color: #a35297;
}
.pz-wrap > div:nth-child(5) h4{
	color: #a35297;
}
.pz-wrap > div:nth-child(6) h4 span{
	background-color: #b6577a;
}
.pz-wrap > div:nth-child(6) h4{
	color: #b6577a;
}
.pz-wrap .item {
	padding-bottom: 45px;
	width: 55%;
	text-align: left;
	line-height: 24px;
	font-weight: 100;
	height: 183px;
	font-size: 14px;
}

.pz-wrap>div:last-child .item {
	width: 62%;
}




/*****.section4*****/
.section4 {
	background: #fff4f2;
	padding-top: 47px;
}
.section4 header h3{
	color: #616161;
}
.section4 .cell {
  padding-top: 81%;
  width: 81%;
  margin-top: 40px;
  margin-bottom: 0;
}
.cell .cell_position{
	opacity: 0;
	}
.cell:hover .cell_position{
	opacity: 1;
	}

.yuesao_list_img .cell h2 {
	font-size: 22px;
}
.yuesao_list_img .cell h2 small, .recommend_yuesao .cell h2 small{
	color: #fff;
	font-size: 16px;
}
.yuesao_list_img .cell_position, .recommend_yuesao .cell_position {
	background: rgba(227,88,153,.85) ;
}

.btn-pink {
	background-color: #e35899;
	border-radius: 22px;
	padding: 6px 110px;
	margin-top: 50px;
	margin-bottom: 36px;
}
.btn-pink:link, .btn-pink:visited {
	color: #fff;
}
/*****.section5*****/
.section5 {
	background: #fffdf2;
	padding-top: 61px;
	min-height: 487px;
}
.embed_wrap {
	/*border:10px solid #c9caca;*/
	margin-top: 30px;
}
.embed_wrap.thumbnail{
	padding: 0;
	border-radius: 0;
}
.embed_wrap .carousel-inner img{
	min-height: 235px;
	width: 100%;
}
.embed_wrap .caption {
	clear: both;
	display: block;
	left: 0;
	margin-left: -2px;
	margin-right: -2px;
	position: relative;
}
.embed_wrap .carousel-indicators {
	left: 0;
	margin-left: 0;
	top: 4px;
	width: 100%;
}

.embed_wrap .caption .thumbnail{
	width: 25%;	
	display: inline-block;
	margin-bottom: 0;
	height: 60px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	float: left;
	left: 0;
	border: 2px solid #fff;
}
.embed_wrap .caption .thumbnail.active {
	border: 2px solid #e35899;
 	}
.embed_wrap .caption .thumbnail img {
	border-radius: 0;
}

.embed_wrap .caption .thumbnail.active img {
}

.embed_wrap .carousel-inner {
	height: 235px;
}

.embed_wrap2 .carousel-inner {
	height: 483px;
}
.carousel-control.left, .carousel-control.right {
	background: transparent;
}
.list-group {
	text-align: left;
}

.list-group-item h2 {
	color:#242425 ;
	font-size: 24px;
	margin-bottom: 25px;
}
.list-group-item{
	line-height: 24px;
	background: transparent;
	border: none;
	padding: 10px 20px;	
}
a.list-group-item:hover{
	background: transparent;
	}
a.list-group-item:hover h2, .list-group2 .list-group-item:hover{
	color: #e35899;
	}

.list-group2 {
	margin-top: 30px;
}
.list-group2 .list-group-item{
	font-size: 18px;
	}
/*****.section6*****/
.section6 {
	background: #fff;
	min-height: 447px;
    padding-top: 30px;
}
.section6 .thumbnail {
	border: none;
}
.section6 .thumbnail .caption {
	padding: 0;
}
.section6 .thumbnail .pane-title{
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	color: #3e473e;
	margin-bottom: 26px;
}
.section6 .thumbnail .list-group {
	margin-top: 15px;
}
.section6 .thumbnail .list-group-item {
	padding: 1px 0;
	line-height: 24px;
}

/*****.section7*****/
.section7 {
	background: #fff9e3;
	min-height: 487px;
	padding-top: 47px;
	position: relative;
}
.section7 article {
	padding-top: 34px;	
	padding-bottom: 50px;
	}

.section7 h4{
	font-size: 21px;
	margin-top: 1em;
	margin-bottom: 80px;
}

.section7 .section7bg{
	position: absolute;
	top: 0;
}
.section7 .thumbnail {
	padding: 20px 15px;
	border-radius: 15px;
	background: #fffcf1;
	min-height: 390px;
}
.bg-hover .thumbnail{
	border-color:transparent;
}
.bg-hover .thumbnail:hover{
	box-shadow:0 0 20px rgba(0,0,0,0.2) ;
	border-color:transparent;
}
.bg-hover .thumbnail:hover *{
	color: #fff !important;
	transition: all 0.6s ease-out 0s;
}
.bg-hover div:nth-child(1) .thumbnail:hover {
	background-color: #cf8da5;
	}
.bg-hover div:nth-child(2) .thumbnail:hover {
	background-color: #bc5c7f;
	}
.bg-hover div:nth-child(3) .thumbnail:hover {
	background-color: #b85194;
	}
.bg-hover div:nth-child(4) .thumbnail:hover {
	background-color: #599cc0;
	}
.bg-hover div:nth-child(5) .thumbnail:hover {
	background-color: #b87b51;
	}	
.bg-hover div:nth-child(6) .thumbnail:hover {
	background-color: #7ca44e;
	}

.section7 .thumbnail img{
	margin-top: 20px;
	margin-bottom: 20px;
	}
.section7 .caption {
	color: #29141e;
	text-align:left;
	font-weight: lighter;
	line-height: 24px;
	padding: 20px 0;
}
.section7 article>div:nth-child(4) .caption{
	padding: 0;
}

/*****.section8*****/
.section8 {
	min-height: 487px;
	padding-top: 105px;
	position: relative;
}
.h3{
	font-size: 24px;
	margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.section8 header h1,
.section8 header .h1{
	font-size: 60px;
	margin-top:20px;
	}
.section8 h3,.section8 .h3{
	margin-top: 12px;	
	}
	
.section8 article {
	padding-top: 115px;
	padding-bottom: 100px;	
}

.section8 .thumbnail {
	padding: 45px 15px;
	border-radius: 20px;
	background: #fff;
	min-height: 382px;
}
.section8 .thumbnail .img-circle{
	width: 155px;
	height: 155px;
	overflow: hidden;
}
.section8 .thumbnail:hover *{
	transition: all 0.6s ease-in ;
}	
	
.section8 .thumbnail .img-circle img{
	transform: scale(1.2, 1.2);
	}
.section8 .thumbnail:hover .img-circle img{
	transform: scale(1, 1);
	transition: all 1.5s ease-in 0.3s ;
	}

.section8 article>div:nth-child(1) .thumbnail:hover{
	background-color: #bd68d2;
	}
.section8 article>div:nth-child(2) .thumbnail:hover {
	background-color: #6895d2;
	}
.section8 article>div:nth-child(3) .thumbnail:hover {
	background-color: #68bfd2;
	}
.section8 article>div:nth-child(4) .thumbnail:hover {
	background-color: #a7cc57;
	}
.section8 article>div:nth-child(5) .thumbnail:hover {
	background-color: #7768d2;
	}

.section8 .thumbnail .caption h2{
	margin-top: 61px;
	color: #000;
}
.section8 .thumbnail:hover .caption h2{
	color: #f1f3f2;
}
.section8 article>div .thumbnail:hover{
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	border-color: transparent;
}
.section9 header h1{
	margin-top:80px;
	}
.section9 article {
	padding-top: 50px;
	padding-bottom: 100px;
}

.section9 p{
	line-height: 2;
}

.block-summary {
	background: #e9e9ea;
	border: 1px solid #eb9fc2;
	padding: 15px 40px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.section9 article .thumbnail {
	/*width: 705px;*/
	padding: 10px;
	background: #e5e5e5;
	border: 1px solid #d2d2d2;
}
.section9 h2, .section9 h1 {
	text-align: center;
	margin: 60px auto;
}
.section9 article h2 span{
	background: #af0067;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	color: #fff;
	padding: 10px 100px;
}
.block_quote{
	background: #e9e9e9;
	border: 1px solid #af0067;
	border-radius: 5px;
}
ul.ul-pink {
	padding: 30px 30px 0 30px;
	list-style: none;
	border-radius: 5px;
}
ul.ul-pink li {
	margin-bottom: 42px;
	background: url(../image/dot.png) no-repeat left 3px;
	padding-left: 30px;
}
ul.ul-pink li blockquote {
	background: #e2e2e2;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-weight: normal;
	border-left-color: #af0067;
	margin-top: 10px;
}
/*****公共样式组*****/
/*动画*/

.zoom{
		-webkit-transform:scale(1);
		-o-transform:scale(1);
		-ms-transform:scale(1);
	transform: scale(1);	
	transition:all 0.6s ease-out 0s;
}

.zoom:hover{	
	text-decoration: none;
	z-index: 99999;
	-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
	transform: scale(1.2);
	transition:all 0.6s ease-out 0s;
}

/*****上传按钮*****/
.upload_image {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.upload_image_filePrew {
  -moz-transform: scale(3);
  cursor: pointer;
  display: block;
  height: 39px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 140px;
  
	*zoom:2.5;
	*left:-182px;
	*top:-20px;
	filter:alpha(opacity:0);
}

/*上传加载*/

.uploading {
	padding:10px 0;
}

.uploading a{
	margin-left:10px;
	padding:5px 0;
}

.uploading span em{
	background:url(http://www.sycare.cn/assets/3d614666/image/loading.gif) no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
}

.uploading span{	
	display:inline-block;
	font-size:12px;
}	



/******page-header********/
.page-header {
	border-color:#7dabcd;
	font-style:30px;
	font-weight:bold;
	color:#7dabcd;
	padding-bottom:15px;
	margin-top:20px;
}


/*****翻页******/
.paginations {
	text-align:center;
}
.paginations > span {
	color: #414d66;
	display: inline-block;
	margin: 20px 5px;
	vertical-align: middle;
}
.pagination {
	vertical-align:middle;
	margin-left:15px;
}
.pagination li > a {
	background:#e9e9e9;
	margin:0 3px;
	padding: 6px 15px;
}
.pagination li > a, .pagination li > span {
	border:none;
	color:#666;
}
.pagination li > a:hover, .pagination li > a:focus {
	background:#eee;
	color:#4a99dc;	
}
.pagination li > span:hover {
	background:#fff;
}
.pagination > .active > a, 
.pagination > .active > a:hover, 
.pagination > .active > a:focus{
  background:#4a99dc;
	color:#fff;
}
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, .pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus {
	background:#eee;
	color:#aaa;
}

.pagination .pages_current> span {
	background:#ff8571;
	color:#fff;
}

/*表格*/
table td {
	color: #595757;
}
.quote {
	padding-bottom: 80px;
}
.quote>p {
	text-align: left;
	}
.quote .table > thead{
	color: #AF0067;
	border-top: 3px solid #AF0067;
	font-size: 16px;
	position: relative;
}
.quote .table > thead th{
	border-bottom:none;
}	
.quote .theadbg{
	background: #d9d9d9 none repeat scroll 0 0;
	bottom: 0;
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.quote .table > thead tr:first-of-type th:nth-of-type(2), 
.quote .table > tbody tr td:nth-of-type(2), 
.quote .table > tbody tr:first-of-type td:nth-of-type(3), 
.quote .table > thead tr:first-of-type th:nth-of-type(3)
 {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.quote .table > tbody tr:first-of-type td:nth-of-type(2), 
.quote .table > thead tr:first-of-type th:nth-of-type(2)
 {
  font-weight:bold;
}

.quote h1{
	margin-top:110px;
	margin-bottom: 74px;
}
.quote .table > thead tr:nth-of-type(2) th
 {
  position:relative
}
.quote .table > thead tr:nth-of-type(2) th {
	padding: 3px;
	padding-bottom: 0;
 	}
 	
.quote thead .pricebg{
	border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	position: relative;
	color: #fff;
}
.quote thead .plevel{
	display: block;
	margin-bottom: 5px;	
}
.quote .icon-quote{
	position: absolute;
	width: 100%;
	height: 6.1px;
	display: block;
	left: 0;
	bottom: -6px;
	font-size: 8px;	
	text-align: center;
}
.quote .table > thead tr:nth-of-type(2) th{
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
}
.quote .table > thead tr{
	border-right: 2px solid #DF99C2;
}
.quote .table > thead tr:nth-of-type(2) th:nth-of-type(1) .icon-quote{
	color:#adc970 ;
 	}
.quote .table > thead tr:nth-of-type(2) th:nth-of-type(2) .icon-quote{
	color:#e19f62 ;
 	} 
.quote .table > thead tr:nth-of-type(2) th:nth-of-type(3) .icon-quote{
	color:#5cadcb ;
 	} 
.quote .table > thead tr:nth-of-type(2) th:nth-of-type(4) .icon-quote{
	color:#cb5c9d ;
 	} 
		
 	
.quote .table > thead tr:nth-of-type(2) th:nth-of-type(1) .pricebg{
	background: #adc970;
 	}
.quote .table > thead tr:nth-of-type(2) th:nth-of-type(2) .pricebg{
	background: #e19f62;
 	}
.quote .table > thead tr:nth-of-type(2) th:nth-of-type(3) .pricebg{
	background: #5cadcb;
 	} 
.quote .table > thead tr:nth-of-type(2) th:nth-of-type(4) .pricebg{
	background: #cb5c9d;
 	} 




.quote .table > tbody tr td:nth-of-type(3), 
.quote .table > tbody tr:nth-of-type(1) td:nth-of-type(4)
 {
	background: #edf0e5;
	color: #95b14b;
	font-size: 21px;
 	}

	.quote .table > tbody tr:nth-of-type(2n+1) td:nth-of-type(6) 
	 {
		background: #f6e8f0;
	 	}
 .quote .table > tbody tr td:nth-of-type(5), 
.quote .table > tbody tr:nth-of-type(1) td:nth-of-type(6)
 {
	background: #e2ebf1;
	color: #0081af;
	font-size: 21px;
 	}
	  .quote .table > tbody tr:first-of-type td:nth-of-type(6), 
	.quote .table > tbody tr:nth-of-type(2n+1) td:nth-of-type(5) 
	 {
		background: #e8f1f6;
	 	}  	 	
 
	 	 
 .quote .table > tbody tr td:nth-of-type(4), 
.quote .table > tbody tr:nth-of-type(1) td:nth-of-type(5)
 {
	background: #f3ebe3;
	color: #d26908;
	font-size: 21px;
 	} 
	 .quote .table > tbody tr:first-of-type td:nth-of-type(5), 
	.quote .table > tbody tr:nth-of-type(2n+1) td:nth-of-type(4) 
	 {
		background: #f9f0e9;
	 	}
	.quote .table > tbody tr:first-of-type td:nth-of-type(4), 
	.quote .table > tbody tr:nth-of-type(2n+1) td:nth-of-type(3) 
	 {
		background: #f2f6ea;
	 	}

.quote .table > tbody tr td:nth-of-type(6), 
.quote .table > tbody tr:nth-of-type(1) td:nth-of-type(7)
 {
	background: #f0e2eb;
	color: #af0067;
	font-size: 21px;
 	}	
 	
.quote .table > tbody tr:nth-of-type(1) td:nth-of-type(3)
 {
	background: none;
	color: inherit;
	font-size:inherit;
 	} 
.quote .table > tbody tr:first-of-type td:nth-of-type(7)
	 {
		background: #f6e8f0;
	 	}	

.quote .table.table-hover > tbody >tr:hover td{
	background-color: rgb(240,235,237,0.75)
}
 		
.quote .table-bordered{
	border-bottom:3px solid #AF0067;
}
.quote .table > tbody {
	border-bottom: 2px solid #ddd;
}
.quote .table > tbody:last-child {
	border-bottom:none
}

.quote .table-bordered > thead > tr > th, 
.quote .table-bordered > tbody > tr > th, 
.quote .table-bordered > tfoot > tr > th, 
.quote .table-bordered > thead > tr > td, 
.quote .table-bordered > tbody > tr > td, 
.quote .table-bordered > tfoot > tr > td{
  border-right:1px solid #DF99C2;
  border-left:1px solid #DF99C2;
}

.quote .table > thead th{
	text-align: center;
}
	

.table > thead > tr > th {
	vertical-align:middle;
	border-color: #e37fae;
}


h3.table_title {
  color: #e37fae;
  font-weight: bold;
}
.bg-pink{
  background: #e3dcdf none repeat scroll 0 0;
  padding: 20px 15px 15px;
}
.bg-darkpink {
	background: #af0067;
}
/*菜谱*/
#times {
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}

#times ul{
	background: #af0067 none repeat scroll 0 0;
	border-radius: 3px;
	margin-top: 0;
	display: inline-block;
	box-shadow: 0px 2px 4px rgb(0,0,0,.2);
	padding: 0;
	width: 98.2%;
	}	

#times li{
	float:left;
	display: inline-block;
	margin-bottom: 0;
	background: none;
	padding-left: 0;
	background: #fff;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	width: 7.142%;
	border:1px solid #F6F6F6
	}

#times li a {
  display: block;
  padding: 15px;
  position: relative;
}
@media only screen and (max-width:1600px ) {
	#times li a{
		padding: 10px;
	}
	}
	@media only screen and (max-width:1400px ) {
	#times li a{
		padding: 5px;
	}
	}
#times li a[href=""]:link, #times li a[href=""]:visited{
	color: #C5C6C6;
	font-weight: normal;
}
#times li a[href=""]:hover {
	cursor: default;
}

#times li a:link, #times li a:visited{
	color: #808080;
	border-radius: 5px;
	font-weight: bold;
	}
#times li a:hover {
	color: #e34589;
}
#times li.active {
	background: #AF0067;
	font-weight: bold;
	
}
#times li.active a:link, #times li.active a:visited{
	color: #fff;
	box-shadow: 0 4px 3px rgba(0,0,0,.2);
	}
.times-bg {
	/*border-top: 3px solid #c3b09d;*/
	margin-bottom: 25px;
	position: relative;
	z-index: 9999999;
}
.works .log{
	padding: 5px;
    left: 0;
    margin: auto;
    right: 0;
}
.works .log .thumbnail{
	width: 166px;
	height: 235px;
}
.works .log.active{
	display: inline-block;
}

.works .log h4{
	font-size: 16px;
	font-weight: bold;
}
.works .log .col-xs-4:nth-of-type(1) h4{
	color: #D26908;
}
.works .log .col-xs-4:nth-of-type(2) h4{
	color: #AF0067;
}
.works .log .col-xs-4:nth-of-type(3) h4{
	color: #006FB2;
}


.section10 {
	text-align: left;
	padding-bottom: 60px;
	min-height: auto;
} 
.section10 h2, .section10 h1{
	text-align: left;
}
.dl-shuyue dt, .dl-shuyue dd{
	line-height: 2;	
}
.dl-case{
	position: relative;
	margin-left: 50px;
	margin-top: 60px;
	padding: 20px 0 10px 120px;
	position: relative;
}

@media only screen and (min-width: 768px) {
.dl-case:before{
	 background: #589fdd none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 290px;
    position: absolute;
    top: 0;
    width: 2px;
}
}

.dl-case dt{
	background: #337ab7 none repeat scroll 0 0;
	color: #ccdbda;
	display: block;
	font-weight: normal;
	overflow: visible;
	position: relative;
	/*z-index: 99;*/
}

.dl-case dt strong{
	font-weight: 100;
	font-size: 20px;
	}


@media only screen and (max-width: 767px) {
	.dl-case dt{
		margin-bottom: 10px;
		}
	}
.dl-case dd {
  background: #c9e1f7 none repeat scroll 0 0;
  border-radius: 8px;
  color: #000;
  padding: 4px 15px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
.dl-case dd {
	 margin-left: 200px;
	 }
.dl-case dd::before {
  border-color: transparent #c9e1f7 transparent transparent;
  border-style: solid;
  border-width: 7px;
  position: absolute;
  right: 100%;
  top: 14px;
}
.dl-case .arrow_dot {
  background: #8ad5fc none repeat scroll -969px 0;
  border: 2px solid #589fdd;
  border-radius: 50%;
  display: block;
  height: 11px;
  left: -35px;
  position: absolute;
  top: 17px;
  width: 11px;
  z-index: 5;
}
.dl-case dd:hover{
	background: #e1f1ff;
}
.dl-case dd:hover .arrow_dot {
	 background:#6dcdff;
	 border-color: #a4d2ff;
	}
.dl-case dd:hover::before{
	border-right-color: #e1f1ff;
}
}
.ul-01 {
	background: #f7f7f7;
	
}
.ul-01 li strong{
	display: block;
	float: left;
	font-size: 42px;
	margin-left: -45px;
	color: #ddd;
	font-family:arial;
	margin-top: -10px;
	}
.ul-01 li{
	margin-bottom: 20px;
	line-height: 1.8;
}
.dl-style01 {
	/*background: #f9f9f9 none repeat scroll 0 0;*/
	border-bottom: 2px solid #ddd;
	border-top: 4px solid #ddd;
	margin-top: 20px;
	padding: 20px 0;
}

.dl-style01 dt, .dl-style01 dd {
	margin-bottom: 15px;
	line-height: 1.8;
}
.dl-style01 dt{
	width: 70px;
	overflow: visible;
	white-space: normal;
	text-align: left;
	padding-top: 1px;
	color: #888;
}
.dl-style01 dd{
	margin-left: 80px;
	color: #666;
	}
.dl-style01 hr {
	border-style: dashed;
	border-color: #ccc;
	margin-top: 0px;
	margin-bottom: 15px;
}
/*时间轴*/
.main-timeline {
	padding-top: 35%;
}
.main-timeline:before {
	content: "";
	width: 100%;
	height: 52px;
	background: linear-gradient(to right,rgba(223,223,223,0) , #DFDFDF 31%, #DFDFDF 68%, rgba(223,223,223,0));
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}
.timeline {
	position: relative;
    min-height: 1px;
    width:7%;
    height: 52px;    
    display: inline-block; 
}
.main-timeline .timeline-icon{
	position: relative;
	height: 52px; 
}
.main-timeline .timeline-icon:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #727cb6;
	margin: 0 auto;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	transform: rotate(45deg);
}
.main-timeline .timeline:nth-child(2n) .timeline-icon:before {
	background: #727cb6;
	top: auto;
	bottom: -8px;
}
.main-timeline .timeline-icon .icon-timeline {
	display: inline-block;
	font-size: 32px;
	top: -42px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
}
.main-timeline .timeline:nth-child(2n) .icon-timeline {
	bottom: -42px;
	transform: rotate(180deg);
}

.main-timeline .year {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	margin-top: -52px;
	z-index: 1;
	position: relative;
	font-weight: bold;
}

.main-timeline .timeline:nth-child(2n) .year, 
.main-timeline .timeline:nth-child(2n) .timeline-icon:before {
	
}
.main-timeline .timeline-content {
	background: #fff;
	box-shadow: 0 3.5px 6px rgba(0,0,0,.25);
	padding: 10px;
	bottom: 110px;
	position: absolute;
	width: 180%;
	background-color: #fff;
	border: 2px solid;
	left: -42px;
	border-radius: 20px;
}
@media only screen and (max-width:1600px ) {
	.main-timeline .timeline-content {
	left: -32px;
	}
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
	top: 110px;
	bottom: auto;
}

.main-timeline .post {
	font-size: 20px;
	color: #727cb6;
	margin: 0 0 20px 0;
}
.main-timeline .description {
	font-size: 14px;
	text-align: left;
	margin-bottom: 0;
}

.main-timeline .timeline:nth-child(3n-10) .timeline-content {
	color: #C78357;
}
.main-timeline .timeline:nth-child(3n-10) .timeline-icon:before {
	background: #C78357;
	}
.main-timeline .timeline:nth-child(3n-9) .timeline-content {
	color: #0081AF;
}
.main-timeline .timeline:nth-child(3n-9) .timeline-icon:before {
	background: #0081AF;
	}
.main-timeline .timeline:nth-child(5n-2) .timeline-content {
	color: #80883F;
}
.main-timeline .timeline:nth-child(5n-2) .timeline-icon:before {
	background: #80883F;
	}	
.main-timeline .timeline:nth-child(4n-12) .timeline-content {
	color: #9D8068;
}
.main-timeline .timeline:nth-child(4n-12) .timeline-icon:before {
	background: #9D8068;
	}
.main-timeline .timeline:nth-child(6n+1) .timeline-content {
	color: #C44F80;
}
.main-timeline .timeline:nth-child(6n+1) .timeline-icon:before {
	background: #C44F80;
	}	
.main-timeline .timeline:nth-child(10) .timeline-content {
	color: #AF0067;
}
.main-timeline .timeline:nth-child(10) .timeline-icon:before {
	background: #AF0067;
	}
	
/*月嫂列表页*/
.yuesao-list {
	margin-bottom: 80px;
}
.yuesao h3 {
	letter-spacing: 1px;
}
.yuesao .media {
	background: #fff;
	padding: 30px 15px;
	border-radius: 8px;
	margin-top: 30px;	
	overflow:visible;
	z-index: 9;
}

.yuesao-list .media, .panel{
	transition: all ease-in-out 0.3s;
} 

.yuesao-list .media:hover, .panel:hover  {
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
/*	transform: translateY(-3px);*/
} 
.yuesao .media-left{		
	   width: 25%;	      
}
.yuesao .media-left .yuesao-bg{
	position: absolute;
	bottom: 0;
	right: -20px;
	z-index: 1;
	width: 90%;
	   	      
}
.yuesao .media-left .cell {
	width: 100%;
	padding-top: 100%;
	margin-bottom: 0;
	transform: none;
	padding-right: 5%;
	position: relative;		
}
.yuesao .media-left .cell a{
	display: block;
}
.yuesao .media-left .cell .img-responsive {
	width: 90%;
}
.yuesao .media-heading{
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.yuesao .media-body{
	text-align: left;
	padding-left: 15px;
	overflow:visible;
}

.label_list .label {
	margin-right: 5px;
	background: #d93b82;
	font-size: 13px;
	font-weight: 100;
	position: relative;
	display: inline-block;
	border-radius: 20px;
	padding:5px 8px 5px 4px;
	margin-bottom: 10px;
}

.label_list {
	border-top: 1px dashed #ccc;
	margin-top: 15px;
	padding-top: 15px;
	line-height: 2;
}
.yuesao-list nav {
	margin-top: 30px;
}
.label_list .label .icon-check{
	margin-right:5px;
	border-radius:50%;
	background:#db6999;
	color: #ebd3de;
	padding: 2px;
	content: "\e91a";
	width: 20px;
	height: 20px;
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}
.label_list .label.no{
	background:#ddd;
	}
.label_list .label.no .icon-check{
	background:#eee;
	color: #fff
	}
.pagination li> a:hover, .yuesao-list .pagination li> a:focus {
	color:#e35899;
}
.pagination > .active > a, 
.pagination > .active > a:hover, 
.pagination > .active > a:focus {
	background: #AF0067;
}
.label_security {
	border: medium none;
	color: #999;
	float: right;
	font-size: 16px;
	margin: -15px 0 0;
	padding: 0;
}
.label_security .label{
	border-radius: 0;
	display: inline-block;
	height: 47px;
	padding: 10px 0;
	text-align: center;
	white-space: normal;
	width: 29px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	font-weight: 100;
	position: relative;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
	}
.label_security .label:before {
	  border-color: transparent red transparent transparent;
	  border-style: solid;
	  border-width: 23px 12px;
	  content: " ";
	  display: inline-block;
	  height: 0;
	  left: -24px;
	  padding: 0;
	  position: absolute;
	  top: 0;
	  width: 0;
	  z-index: 9;
}
.label_security .label:after {
	  border-color: transparent transparent transparent red;
	  border-style: solid;
	  border-width: 23px 12px;
	  content: " ";
	  display: inline-block;
	  height: 0;
	  left: 29px;
	  padding: 0;
	  position: absolute;
	  top: 0;
	  width: 0;
	  z-index: 9;
}

.label_security .label:nth-child(1){
	background-color: #6a952c;
	}
.label_security .label:nth-child(1):before{
	border-right-color:#6a952c;
}
.label_security .label:nth-child(1):after{
	border-left-color:#6a952c;
}
.label_security .label:nth-child(2){
	background-color: #46956d;
	}
.label_security .label:nth-child(2):before{
	border-right-color:#46956d;
}
.label_security .label:nth-child(2):after{
	border-left-color:#46956d;
}
.label_security .label:nth-child(3){
	background-color: #46958e;
	}
.label_security .label:nth-child(3):before{
	border-right-color:#46958e;
}
.label_security .label:nth-child(3):after{
	border-left-color:#46958e;
}
.label_security .label:nth-child(4){
	background-color: #468095;
	}
.label_security .label:nth-child(4):before{
	border-right-color:#468095;
}
.label_security .label:nth-child(4):after{
	border-left-color:#468095;
}
.label_security .label:nth-child(5){
	background-color: #a35297;
	}
.label_security .label:nth-child(5):before{
	border-right-color:#a35297;
}
.label_security .label:nth-child(5):after{
	border-left-color:#a35297;
}
.label_security .label:nth-child(6){
	background-color: #b6577a;
	}
.label_security .label:nth-child(6):before{
	border-right-color:#b6577a;
}
.label_security .label:nth-child(6):after{
	border-left-color:#b6577a;
}	
.label .popover{
	top: 100%;
	color: #333;
	width: 215px;
	left: -60px;
	transition: opacity 0.3s linear 0s;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}

.label_security .label .popover{ 
	left: -95px;
}

.label:hover .popover{
	opacity: 1;
	visibility: visible;
	}

.level {
	border: 2px solid #af0067;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
	color: #af0067;
	display: block;
	font-size: 36px;
	height: 60px;
	line-height: 42px;
	margin: -35px auto auto 38px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	padding:5px 20px;
	width: 78%;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	z-index: 4;
}
.senior{
	border-color:#e3272b;
	color: #e3272b;
	position: relative;
}
.super{
	border-color:#e32796;
	color: #e32796;
}
.expert{
	border-color:#e36527;
	color: #e36527;
}
.level.vip {
	border-color:#e39e27;
	color: #e39e27;
}
.content {
	margin-top: 100px;
	padding-bottom: 100px;
	}
.content h2 {
	font-weight: bold;
	}
.content h4 {
	font-weight: bold;
	}
.content p{
	margin-bottom: 20px;
}	
/*右侧文字列表*/
.panel-right{
	 margin-top: 30px;
	 border-radius: 8px;
	 background: #fff;
	 border: none;
}
.panel-right .panel-heading {
	background: #fff;
	text-align: left;
	padding: 0 20px;	
	border:none;	
}
.panel-right .panel-heading .panel-title{
	font-weight: 700;
	font-size: 18px;
	letter-spacing: normal;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	
}
.panel-right .panel-body {
	padding: 12px 0;
}
.panel-right .list-group{
	margin-bottom: 0;
}
.panel-right .list-group-item:hover {
	color: #AF0067;
}
.yuesao-content{
	transition: all 0.2s ease;
}
.yuesao-content:hover{
	box-shadow: 0 0 8px rgb(0,0,0,0.3);
}
.yuesao-content .media:hover, 
.yuesao-content .panel:hover  {
	box-shadow: none;
} 
.yuesao-content {
	background: #fff;
	border-radius: 8px;	
}

.yuesao-content .carousel-control.left, .yuesao-content .carousel-control.right{
	background: none;
	width:5%;
	color:#ddd;
}
.carousel-control .glyphicon-chevron-left:before, 
.carousel-control .glyphicon-chevron-right:before{
	background: #c5c6c6;
	color: #fff;
	text-shadow:none;
	font-size: 22px;
	padding: 6px;
	border-radius: 3px;
	}
.appoint-kalendar .carousel-control .glyphicon-chevron-left {
	margin-left: 4px;
}
.appoint-kalendar .carousel-control .glyphicon-chevron-right{
	margin-right: 4px;
	}
.glyphicon-chevron_left:before {
	content: "\e91b";
}
.glyphicon-chevron-right:before{
	
	}

.yuesao-content .yuesao_detail{
	text-align: left;
	padding:30px;
	line-height: 1.8;
}
.gallery-content{
	line-height: 2;
    padding: 30px 20px 0;
} 
.gallery-content .glyphicon-chevron-left, 
.gallery-content .glyphicon-chevron-right{
	width: 50px;
	height: 50px;
	line-height: 40px;
}
.gallery-content .glyphicon-chevron-left{
	margin-left: -15px;
}
.gallery-content .glyphicon-chevron-right{
	margin-right: -15px;
}
.yuesao-content .cell {
	margin: 5% auto;
}
.table_02 {	
}
.table_02 tbody tr > th, 
.table_02 tbody tr > td{
	margin-top: 25px;
	border-top: none;
}
.table_02 tbody tr > th{
	width: auto;
}
.table_02> tbody tr td {
	color: #e367a1;
}
.pager li > a {
	border: none;
}
.pager li > a:hover {
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	background: #fff;
	transform:scale(1.1);
	transition: all 0.2s ease;
}
.evaluate-list {
	overflow: visible;
}
.evaluate-list .date{
	color: #666;
}
.evaluate-list .name{
	width: auto;
}
.evaluate-list .evaluate_list_img {
	position: relative;
	}
.evaluate-list .col-xs-2 {
	position: initial;
	}

.evaluate-list .thumbnail {
	margin-bottom: 15px;
	transition: all 0.2s ease;
	/*background-color: #f7f7f7;*/
	height: 110px;
	float: left;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
.evaluate-list .thumbnail .evaluate_img_big {
	display: none;
	}
.evaluate-list .thumbnail:hover .evaluate_img_big {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 20%;
	padding: 5px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	}
.evaluate-list .thumbnail:hover {
	transition: all 0.2s ease;
}

/*.evaluate-list .thumbnail:hover img{
	position: absolute;
	top: -100%;
	left: 20%;
	display: block;
	max-width: 80%;
	padding: 5px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	}*/
.evaluate-list .thumbnail > span{
	width: 100%;
	height: 230px;
	overflow: hidden;
	display: block;
}

.evaluate-list .thumbnail .evaluate_img_small{
  display: block;
  max-width: 100%;
  height:auto;
}

.evaluate-list .caption {
	padding: 15px;
}
.evaluate-list .caption p{
	height: 114px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.8;
}
.evaluate-list .caption footer{
	color: #999;
	font-size: 14px;
}
.evaluate-list .pagination li > a {
	background: #fefefe;
}
.evaluate-list .pagination > .active > a, 
.evaluate-list .pagination > .active > a:hover, 
.evaluate-list .pagination > .active > a:focus{
	background: #AF0067;
}
.evaluate-content {
	margin-top: 30px;
	padding: 30px 30px 30px;
	background: #f7f7f7;
	line-height: 2;
	border-radius: 8px;
	}
.evaluate-content .name{
	}
.evaluate-content .star{
	float: left;
}

.gallery {
	margin-bottom:5px;
	text-align: left;
}
.gallery .pic-box {
	position:relative;
	z-index:1;
	height:470px;
	overflow:hidden;
	text-align:center;
}

.gallery .thumb {
	width:530px;
	padding:10px;
	overflow:hidden;
	text-align:center;
}


.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
	margin: auto;
	}
	
.gallery .carousel-control.left, .gallery .carousel-control.right{
	background: none;
}
.gallery .thumb-list {
	position: relative;
	bottom:0;
	margin-left: -50%;
	margin-right: auto;
	margin-top: 15px;
	width: auto;
	min-height: 80px;
	display: inline-block;
}

.gallery .thumb-list li {
	background:transparent;
	list-style:none;
	float:left;
	margin:8px;
	position:relative;
	text-indent:0;
	width: auto;
	height: auto;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	border: none;
}

.gallery .thumb-list li img {
	width:75px;
	height:75px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border:1px solid #ddd;
	overflow:hidden;
	padding:7px;
	border-radius: 3px;
}

.gallery .thumb-list li.active img, .gallery .thumb-list li.active img:hover {
	border-color:#ec4370;
}
.gallery .thumb-list .caret{
	border-bottom: 4px dashed #ec4370;
	border-top: medium none;
	left: 40%;
	position: absolute;
	top: -4px;
	display: none;
}
.gallery .thumb-list .active .caret{
	display: block;
	}
.evaluate_detail {
	/*border: 1px solid #fdaec6;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;*/
	border-radius: 8px;
	margin-top: 15px;
	
}
/*單頁*/
.liststyle01 {
	margin-bottom: 80px;
}
.liststyle01 .animation_block {
	font-weight: bold
}
.animation_block{
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
.animation_block_content {
	display: inline;
}
.liststyle01 .animation_block_content, .liststyle02 .animation_block_content{
	background:#e2e8e8; 
	border-radius: 8px; 
	padding: 15px 15px; 
	text-align: left;
	display: inline-block;
}


.liststyle01 .animation_block_content{
	padding-right: 76px;
}
.animation_img {
	bottom: 28%;
	float: right;
	position: absolute;
	right: 1%;
}
.liststyle01 .animation_img {
	float: right;
	position: absolute;
	right: 0%;
	top: 7%;
	transform: rotate(15deg);
}
.animation_block_content span{
	border:2px solid #d91463;
	color: #d91463;
	padding:0 8px ;
	margin: 0 8px;
}
.animation_block_content em{
	/*border:2px solid #d91463;*/
	color: #d91463;
	padding:0 8px ;
	margin: 0 8px;
	font-style: normal;
}


.animation_block_content.bounce-in img {
    opacity: 1;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
  
  
.animation_block_content.is-hidden, .animation_img.is-hidden {
    opacity: 0;
  }
 .animation_block_content.is-hidden {
 	 transition: all 0.3s ease 0s;
 } 
 .animation_block_content.bounce-in {
 	opacity: 1;
    -webkit-animation: 2s cd-bounce-3 0s;
    -moz-animation:  2s cd-bounce-3 0s;
    animation: 2s cd-bounce-3 0s;
    transition: all 2s ease 0s;
 }
  
.animation_img.bounce-in {
  	opacity: 1;
    -webkit-animation: 2s ease 0s normal none 1 running cd-bounce-1-inverse;
    -moz-animation: 2s ease 0s normal none 1 running cd-bounce-1-inverse;
    animation: 2s ease 0s normal none 1 running cd-bounce-1-inverse;
  }
 @-webkit-keyframes cd-bounce-1-inverse {
  60% {
     opacity: 0;
    -webkit-transform: scale(1.5);
  }
  65% {
     opacity: 0.5;
    -webkit-transform: scale(1.5);
  }
  100% {
  	opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1-inverse {
  0% {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
  60% {
     opacity: 0;
    -moz-transform: scale(1.5);
  }
   65% {
     opacity: 0.5;
    -moz-transform: scale(1.5);
  }
  100% {
  	opacity: 1;
    -moz-transform: scale(1);
  }
}


@keyframes cd-bounce-1-inverse {
  0% {
    opacity: 0;

  }
  60% {
     opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  65% {
     opacity: 0.5;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
  	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cd-bounce-3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-3 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(50px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  60% {
  	opacity: 1;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.rate .rate_list {
	display: inline-block;
	padding: 10px 15px;
	transition: all 0.3s ease-in;;
}
.rate .rate_list:hover {
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.eva_content .eva{
	background: #ebebeb;
	border: 1px solid #d4d4d4;
}
.eva_content .eva p{
	margin-top: 15px;
}
.eva_content .eva .date {
	
}
.eva_content .rate_list{
	border-bottom:1px solid #d7d7d7;
	padding-left: 0;
	padding-right: 0;
}
.eva_content .panel-body .rate_list:last-of-type{
	border-bottom:none;
}
.eva_content .rate_list:hover {
	box-shadow:none;
}
.eva_content .rate .panel-body{
	padding: 15px;
}

.rate .rate_list-left {
	padding-left: 0;
	padding-right: 15px;
}
.rate .rate_list-left img{
	width: 100%;
}

.rate .rate_list-body {
	text-align: left;
	overflow: hidden;
	line-height: 1.8;
	font-size: 14px;
}
.rate .rate_list-body .time{
	display: block;
	color: #888989;
	margin-top: 20px;
	}

.rate .rate_list-body a:link, .rate .rate_list-body a:visited {
	color: #666;
}
.rate .more {
	background: #fff;
	border-bottom: none;
	border-radius: 32px;
}
.rate .more:hover{
	color: #af0067;
}
.panel-footer {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

.eva_rate .panel-body, .yuesao-content .panel-body{
	padding: 15px;
}
.evaluate_eva_list{
	
}
.evaluate_eva_list .panel-body{
	padding: 0;
}
.eva_rate .rate_list, .yuesao-content .rate_list {
	margin: 10px 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
} 
.yuesao-content .rate_list {
	margin: 5px 0;
	box-shadow: none;
	border-bottom: 1px dashed #E0E1E1;
}
.yuesao-content .rate_list:hover {
	box-shadow: none;
	}
.eva_rate .panel-heading {
	background: #ededed;
}
.evaluate_eva_list {
	margin-top: 20px;
}
.evaluate_eva_list .rate_list {
	padding: 15px;
	background: #fff;
}
.evaluate_eva_list .rate_list .rate_list-left{
	padding-top: 5px;
}
.evaluate_eva_list .rate_list-body{
	font-size: 16px;
	height: 126px;
}
.evaluate_eva_list .date{
	font-size: 14px;
	color: #888;
	margin-bottom: 5px;
}

/*搜索*/
.search-wrapper .search_content {
	background: #ebebeb;
	border:1px solid #d4d4d4;
	height: 66px;
	padding: 15px 0;
}
@media only screen and (max-width:1440px; ) {
.search-wrapper {
	margin-left: 68px;
	margin-right: 68px;
}	
}

.search-wrapper .container{	
		
}
.search-wrapper .search-menu {
	margin-bottom: 0;
	text-align: left;
}
.search-wrapper .search-menu .btn-default, .search-btn {
  background-color: #af0067;
  border-color: #af0067;
  color: #fff;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
}
.search-btn {
	border-radius: 22px;
	font-weight: bold;
	font-size: 18px;
	padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 50px;
	}
	
.search-btn:hover, .search-btn:focus{
	color: #fff;
	}
.search-filter {
	padding: 0 15px;
}
.search-filter legend {
	margin-bottom: 10px;
	background: #e3e3e3;
	font-size: 15px;
	padding-left: 15px;
	}
.search-filter fieldset{
	padding: 5px 0 8px;
}
.search-filter .field {
	padding: 0 15px;
}

.search-filter .field label input {
	margin-right: 5px;
}
.search-filter .field label {
	margin-right: 10px;
}

.search-field-wraper {
	background: #f1f3f2;
	border-radius: 17px;
	display: inline-block;
	padding: 6px 6px 6px 15px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
}

.search-field{
	text-align: right;
}
.searchinput {
	border: none;
	background: transparent;
	color: #9e9e9f;
	font-weight: bold;
}
.searchbutton{
	border: none;
	background: transparent;
	color: #9e9e9f;
	font-size: 16px;
}

.search-content {
	width: 200%;
}
/*优秀月嫂*/
.recommend_yuesao {
	display: inline-block;
	width: 100%;
}
.recommend_yuesao .cell{
	width:90%;
	padding-top: 90%;
	margin-bottom: 50px;
}
.recommend_yuesao .cell h2,.recommend_yuesao .cell .h2 {
	font-size: 22px;
}
.recommend_yuesao .panel-body{
	padding-top: 25px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 50px;
}

/*预约*/
.yuesao .appoint-kalendar {
	margin: 0;
}

.yuesao .appoint-kalendar .panel-body{
	position: relative;
	padding: 15px 50px;
}
.kalendar {
	background: #fff;
	color: #6c808f;
	padding: 15px 0;
	font-size: 15px;
}

.kalendar #years{
	margin: 0 auto 20px;
}
.kalendar #years a{
	display: block;
	}
.kalendar #date-inner-text{
	color: #808080;
	font-size: 20px;
}

.kalendar .carousel-inner {
	text-align: center;
}

.kalendar table {
	width: 100%;
}

.kalendar table tr th, .kalendar table tr td {
	width: 12.5%;
}

.kalendar table tr td {
	line-height: 36px;
	position: relative;
	font-weight: bold;
}
.kalendar table th{
	text-align: center;
}
.kalendar table thead tr:first-of-type th:first-of-type, 
.kalendar table thead tr:first-of-type th:last-of-type{
	color: #f2766c;
}

.kalendar table tbody th{
	font-weight: normal;
}
.kalendar table th.weeks {
	color: #9baebc;
	font-weight: 200;
	text-transform: Uppercase;
	padding-bottom: 12px;
}
.kalendar a:link, 
.kalendar a:visited{
	color: #afafaf;
}
.kalendar .today{
	color: #af0067;
}
.kalendar table tr td span{
	display: block;
	font-size: 15px;
	font-weight: 100;
	line-height: 1.2;
	margin-top: -10px;
	color: #808080;
	height:18px;
}

.kalendar .old-day, .kalendar .old-day, 
.kalendar .future-day, .kalendar .future-day{
	color: #d5d5d5;
	font-weight: normal;
}
.kalendar .day:hover {
	color:#af0067 ;
}

.day .date {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.day a.active .date {
  color: #fff;
  margin-top: 23px;
}
.kalendar .day a.active:hover {
	color: #fff;
	}
.swipe-wrap {
    overflow: hidden;
    position: relative;
    margin:0;
    padding:0;
}

.swipe-wrap > li {
    margin:0;
    padding:0;
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
}
.yuyue {
  background-color: #f6f6f6;
  border-radius: 3px;
  color: #af0067;
  display: inline-block;
  padding: 5px 50px;
}
.swipe-wrap .swipe-item {
    float: left;
    width: 100%;
    position: relative;
}
.yuesao-content .evaluate-content {
	margin-top: 0;
}
.yuesao-content .panel {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.eva_head {
	font-weight: bold;
	margin-bottom: 5px;	
}
.li_summary {
	margin-top: 20px;
}
.li_summary dl{
	margin-bottom: 60px;
	layout-flow: 48px;
	border-radius: 8px;
	min-height: 270px;
	background: #fafbfc;
	border-radius: 8px;
	overflow: hidden;
}
.li_summary dt {
	margin-bottom: 15px;
	font-size: 32px;
	font-weight:normal;
	color:#fff;
	letter-spacing: 5px;
	background: #aaa;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.li_summary dd {
	line-height: 42px;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.section11 {
	height: auto;
}
.zixunli dl {
	line-height: 60px; 
	font-size: 26px;
	}
.zixunli dt, .zixunli h2 {
	margin-top: 60px;
	font-size: 52px; 
	letter-spacing: 8px; 
	font-weight: 100;
	margin-bottom: 25px;
	text-align: left;
}

.zixunli dd {
	line-height:1.8em;
}
.zixunli p {
	font-size: 16px;
	line-height:1.8em;
}
.zixunli ul{
	padding-left: 0;
}
.zixunli li{
	font-size: 20px;
	list-style: none;
	line-height:1.8em;	
}
.qy {
	/*max-width: 1440px;*/
	margin: 0 auto 50px;
	display: inline-block;
}
.qy>div{
	padding: 0;
}
.qy .thumb{
	overflow: visible;
	}
.qy .thumb img{
	margin: auto;
	width: 100%;
	transform: scale(1.2);
}
.section2 article{
	position: relative;
	height: 500px;
}
.section2 article img{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.foo .animation_top { 
    animation: 2s ease 0s 1 move-top;
      }
.jg .jg_2, .jg .jg_3, .jg .jg_4, .jg .jg_5, .jg .jg_6{
	animation-play-state: running;
}
.jg .jg_2{
	animation-fill-mode:backwards;
	animation-delay: 1s, 100ms;
}

.jg .jg_6{
	transform: rotate(0deg);
	animation-fill-mode:backwards;
	animation-delay: 4s, 100ms;
}
.jg .jg_5{
	animation-fill-mode:backwards;
	animation-delay: 3s, 100ms;
}
.jg .jg_4{
	animation-fill-mode:backwards;
	animation-delay: 2s, 100ms;
}
.jg .jg_3{
	animation-fill-mode:backwards;
	animation-delay: 0s, 100ms;
}
.foo .animation_rotate{		
	animation: jg_2-rotate 5s;
}

@keyframes jg_2-rotate {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-7.3deg);
    -ms-transform: rotate(-7.3deg);
    -o-transform: rotate(-7.3deg);
    transform: rotate(-7.3deg);
  }

  100% {
  	opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: transform: rotate(0deg);
  }
}
.pz {
	display: inline-block;	
}
.pz *{
	text-shadow: 7px 7px 5px rgb(0,0,0,.15);
	}

.pz img, .pz div h4{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.pz .pz-wrap {
	width: 100%;
	display: inline-block;
	position: relative;height: 100%;
}



.pz .pz-wrap div{
	height: 390px;
	padding: 0;
	overflow: visible;
	text-align: center;
	position: relative;
}

.pz img{
	width: 100%;
	transform: scale(1.12);
}

.pz div:nth-child(2n) img{
	top: 200px;	
}
.pz div h4{
	top:68px;
	text-shadow: none;
}
.pz div:nth-child(2n) h4{
	top: 298px;	
}
@media only screen and (max-width: 1440px) {
.pz div:nth-child(2n) img{
	top: 166px;	
}
.pz div h4{
	top:48px;
}
.pz div:nth-child(2n) h4{
	top: 238px;	
}	
}
.pz div:nth-child-type(1) h4{
	color: #A24D80;
	}
.pz div:nth-child-type(2) h4{
	color: #A04D94;
	}
.pz h5{
	color: #595757;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 40px;
}
.pz ul{
	text-align: left;
	top: 227px;
	color: #808080;
	font-size: 14px;
	margin-left: -20px;
}
.pz li{
	margin-bottom: 3px;
}
.pz div .pz_text{
	position: absolute;
	top: 190px;
}

.pz div:nth-child(2n) .pz_text{
	top: 30px;
}
.pz div .zoom:hover {
	transform: scale(1.2) translateY(30px);
	line-height:20px;
}
.pz div:nth-child(2n) .zoom:hover {
	transform: scale(1.2);
}
@media only screen and (max-width: 1440px) {
	.pz h5{
	margin-left: 22px;
	font-size: 14px;
}
.pz div .pz_text{
	position: absolute;
	top: 150px;
	font-size: 13px;
}
.pz div .pz_text li{
	font-size: 12px;
}
.pz div:nth-child(2n) .pz_text{
	top: 0px;
}
.pz div .zoom:hover {
	transform: scale(1.2) translateY(30px);
	line-height:20px;
}
.pz div:nth-child(2n) .zoom:hover {
	transform: scale(1.2);
}
}