/*css reset*/
body{font-family:'Microsoft YaHei', sans-serif;font-size:14px;color:#191919;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a,button,select{margin:0;padding:0;}
button{border:none;}
ol,ul,li{list-style:none;}
li{float:left;}
.ovfl{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}/*字数超出变省略号*/
a{outline:none;text-decoration:none;}
a img,img{border:none;}
.red{color:#FF1515;}
.fl{float:left;}
.fr{float:right;}
.mr10{margin-right:10px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt5{margin-top:5px;}
.mb10{margin-bottom:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right: 30px;}
.mt15{margin-top:15px;}
.mb15{margin-bottom:15px;}
.pb20{padding-bottom: 20px;}
.container{width:1200px;margin:0 auto;}
.bg-gray{background-color:#F4F5F5;}
.dsNone{display:none;}
.colorF{color:#fff;}
input{outline: none;}
/*清除浮动*/
.clearFix:after{clear:both;display:block;visibility:hidden;height:0;line-height:0;content:"";}
.clearFix{zoom:1;}
/*head*/
.head-wrapper{
    width: 100%;
    height: 88px;
    background: #fff;
    position: fixed;
    top:0;
    bottom: 0;
    font-size: 0;
    z-index: 999;
}
.logo{
    display: inline-block;
 
    height: 48px;
    margin-top: 20px;
    margin-right: 10px;
}
.logo-desc{
    display: inline-block;
    position: relative;
    top: -4px;
}
.logo-desc h3{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 3px;
}
.logo-desc p{
    font-size: 14px;
}
.logo-desc p span{
    display: inline-block;
    background-color: #FF0000;
    color: #fff;
    border-radius: 10px;
    padding: 0 5px;
    line-height: 20px;
    margin: 0 3px;
}
.nav{
    font-size: 18px;
    display: inline-block;
    position: relative;
    top:-12px;
    left: 20px;
}
.nav li a{
    display: block;
    padding: 0 13px;
    color: #000;
}
.head{
    position: relative;
}
.discount{
    position: absolute;
    right: 0;
    top: 23px;
}
.discount input{
    width: 230px;
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 13px;
    max-height: 40px;
    vertical-align: top;
    margin-right: 6px;
}
.discount span{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #FF0000;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
}
.discount strong{
    cursor: pointer;
}
    /*banner*/
.banner-wrapper{
    width: 100%;
    height: 508px;
}
.banner{
    padding-top: 130px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 82px;
}
.banner-left{
    padding-top: 25px;
}
.banner-shield{
   width: 700px;
    height: 188px;
    margin-top: 20px;
    background: url(../img/banner-shield.jpg) 0 0 no-repeat;
    background-size: 90%;
}

.banner-desc{
    font-size: 28px;
    margin-top: 20px;
}
.spans{
    display: inline-block;
    font-size: 0;
    margin: 0 0 0 2px;
}
.spans span{
    display: inline-block;
    color: #fff;
    background-color: #FF0000;
    border-radius: 4px;
    padding: 2px 3px;
    font-size: 24px;
    margin-right: 2px;
}
.banner-desc p{
    font-size: 18px;
    color: #999;
    margin-top: 7px;
}

.banner-order-wrapper{
    background: #E5E7E7;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
}
.banner-form{
    width: 990px;
    margin: 0 auto;
}
.banner-form input,.map-form input{
    padding: 15px 20px;
    border:1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.banner-form span,.map-form span,.map-order{
    display: inline-block;
    width: 178px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #FF0000;
    font-size: 24px;
    border-radius: 4px;
    cursor: pointer;
}
.banner-form span{
    position: relative;
    top:1px;
    width: 240px;
    font-size: 18px;
}
.banner-form input{
    width: 268px;
}
.map-form input{
    width: 290px;
    margin-bottom: 12px;
}
.map-form{
    display: inline-block;
}
/*具体内容*/
.item{
    padding-top: 32px;
    position: relative;
}
.title{
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}
.btn{
    display: inline-block;
    padding: 15px 20px;
    font-size: 24px;
    color: #fff;
    background-color: #FF0000;
    border-radius: 4px;
    border:1px solid #fa6858;
    box-shadow: 0px 0px 2px rgb(243,142,141) inset,2px 2px 3px #aaaaaa;
}

.outBtn{border: 1px solid #E30000;border-radius:2px;-webkit-border-radius: 2px;height: 54px;box-shadow:2px 2px 3px #aaaaaa;-webkit-box-shadow: 1px 2px 5px #aaaaaa;display: inline-block;
    }
.innerBtn{border-top: 1px solid #F38E8D;background: #FF0000;text-align: center;height: 53px;line-height: 53px;color: #fff;display: block;padding: 0 20px;font-size: 24px; vertical-align: top}
.minOutBtn{
    height: 46px;
}
.minInnerBtn{
    height: 45px;
    font-size: 18px;
    line-height: 45px;
}
.innerBtn img{
    vertical-align:text-bottom;
    margin-left: 10px;
}

.good-grace{
    padding-bottom: 30px;
}
.good-grace>img{
    display: block;
    margin: 36px auto 30px;
}
.good-grack-desc{
    text-align: center;
    font-size: 30px;
}
.btn-wrapper{
    font-size: 0;
    margin-top: 30px;
    padding-left: 350px;
}

.shop-many-desc{
    margin: 16px 0 10px 0;
    font-size: 18px;
    color: #191919;
    text-align: center;
    line-height: 30px;
}
/*.shop-many-map {
    font-size: 0;
}*/
.shop-many-map img.map{
    padding-left: 200px;
    vertical-align: middle;
    padding-right: 30px;
}
.corner{
    position: absolute;
    left: 0;
    top:0;
}

.nanny{
    height: 568px;
    background: url(../img/nanny-img.jpg) 0 0 no-repeat;
}
.nanny .outBtn{
    margin-left: 854px;margin-top: 284px;
}
.source{
    height: 570px;
    background: #F4F5F5 url(../img/source-img.jpg) 50% bottom no-repeat;
}
.safety{
    padding-bottom: 36px;
}
.safety-img{
    display: block;
    margin: 0 auto;
}
.safety .outBtn{
    margin-left: 425px;
}
.cost{
    background: #F4F5F5;
    padding-bottom: 50px;
}
.cost .outBtn{
    margin-left: 475px;
}
.service{
    height: 433px;
    background: url(../img/service-bg.jpg) 0 0 no-repeat;
}
.service-img{
    display: block;
    margin: 85px 0 0 480px;
    width: 662px;
    height: 212px;

}
.family{
    background: #F4F5F5;
    width: 1200px;
    padding: 28px 0;
    margin: 0 auto;
    position: relative;
}
.family img{
    display: block;
    margin: 0 auto;
}
.impress{
    width: 1200px;
    height: 218px;
    margin: 0 auto;
}
.customer{
    width: 1160px;
    height: 560px;
    padding: 20px;
    margin: 0 auto;
    background: #F4F5F5;
}
.customer-item{
    background: #fff;
    padding: 0 20px;
    margin-bottom: 14px;
}
.customer-item>img{
    display: block;
    margin-right: 20px;
    margin-top: 20px;
}
.customer-box{
    width: 960px;
    padding-bottom: 25px;
    position: relative;
}
.customer-title{
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}
.customer-title span{
    font-size: 18px;
    vertical-align: middle;
}
.customer-info{
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0 15px 0;
}
.customer-info span{
    /*text-decoration-line: underline;
    text-decoration-color: red;*/
    display: inline-block;
    border-bottom: 2px solid red;

}
.customer-tag span{
    display: inline-block;
    background: #ADD9AE;
    border-radius: 4px;
    font-size: 16px;
    color: #003e07;
    line-height: 30px;
    padding: 0 7px;
    margin-right: 9px;
}
.customer-box .card{
    position: absolute;
    right: 0;
    bottom: 18px;
}

.form{
    padding-bottom: 38px;
    position: relative;
}
.form-left{
    width: 386px;
    height: 430px;
    background: url(../img/form-left.png) 0 0 no-repeat;
    position: relative;
}
.form-left a{
    display: block;
    width: 120px;
    height: 36px;
    position: absolute;
    left: 142px;
    top: 256px;
    text-indent: -999em;
    overflow: hidden;
}
.form-right{
    width: 404px;
    height: 235px;
    background: url(../img/form-right.png) 0 0 no-repeat;
    padding-left: 360px;
    padding-top: 200px;
}

.form-right span{
    display: inline-block;
    width: 88px;
    text-align: center;
    font-size: 24px;
    line-height: 54px;
    color: #fff;
}
.form-right input{
    width: 242px;
    line-height: 52px;
    padding-left: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    background: #fff;
    outline: none;
    font-size: 18px;
}
.order{
    display: inline-block;
    width: 262px;
    line-height: 52px;
    text-align: center;
    border-radius: 4px;
    background: #FFF800;
    font-size: 24px;
    color: #ff0000;
    cursor: pointer;
    box-shadow: 2px 2px 3px #E05E5C;
}
.mb30{
    margin-bottom: 30px;
}

.foot-wrapper{
    background: #F4F5F5;
}
.foot{
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #191919;
}


.positionDiv{
    position: absolute;
    height: 10px;
    top: -88px;
}
.evaluate{
    position: relative;
}
.evaluate div{
    position: absolute;
    top: -88px;
}

.layer{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    display: none;
}
.layerCont{
    width: 460px;
    height: 248px;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -124px;
    margin-left: -230px;
    background: #fff;
}
.icon{
    display: block;
    margin: 60px auto 20px;
}
.message{
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
    color: #363636;
}

.foot-window{
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 9998;
    margin-left: -545px;
    width: 1090px;
    height: 70px;
    background: url(../img/foot-window.png) 0 0 no-repeat;
    display: none;
}
.foot-window a{
    margin-right: 27px;
}
.right-window{
    position: fixed;
    width: 130px;
    height: 460px;
    right: 0;
    top:50%;
    margin-top: -230px;
    display: none;
    z-index: 99;
}
.right-bottom{
    width: 130px;

}
.right-form{
    border:1px solid #DEDEDE;
    background: #F4F4F4;
    padding: 8px 7px 8px 7px;
    border-radius: 6px;
}
.right-form input{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E9E9E9;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #fff;
    padding-left: 7px;
    border-radius: 6px;
    font-size: 12px;
    outline: none;
}
.right-order{
    width: 100%;
    line-height: 32px;
    background: #D0021B;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin-top: 2px;
    cursor: pointer;
}
.back-top{
    display: block;
    margin-top: 2px;
    width: 130px;
    height: 42px;
    cursor: pointer;
}

.photo-a{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top:0;
}
.right-qiao{
    width: 130px;
    height: 188px;
    background: url(../img/right-group.png) 0 0 no-repeat;
}
.right-qiao a{
    display: block;
    width: 130px;
}

.map-wrapper{
    display: inline-block;
    position: relative;
}

.map-layer{
    width: 441px;
    height: 390px;
    position: absolute;
    right: -450px;
    top:30px;
    background: #fff;
    border-radius: 20px;
    padding-left: 27px;
    padding-top: 10px;
    transition: all 0.5s linear;
}
.map-layer.trans{
    box-shadow:-5px 0 10px red, /*左边阴影*/
    5px 0 10px red, /*右边阴影*/
    0 -5px 10px red, /*顶部阴影*/
    0 5px 10px red; /*底边阴影*/
}
.map-layer>span,.night-map-layer>span{
    font-size: 18px;
    color: #999;
    display: block;
    margin-top: 12px;
    margin-bottom: 7px;
}
.map-list{
    position: relative;
}
.map-layer .map-list>p,.night-map-layer .map-list>p{
    width: 387px;
    font-size: 20px;
}
/*banner表单*/
.banner-form .map-list{
    display: inline-block;
}
.banner-form .map-list>p{
    width: 185px;
    font-size: 18px;
    background: #fff;
    border-radius: 4px;
}
.map-list>p{
    height: 50px;
    line-height: 50px;
    border:1px solid #D2D2D2;
    padding-left: 15px;
    padding-right: 8px;
    color: #191919;
    cursor: pointer;
}
.map-list>p>strong{
    font-weight: normal;
}
.map-list>p>i{
    display: inline-block;
    width: 35px;
    height: 50px;
    float: right;
    vertical-align: middle;
}
.map-input{
    display: block;
    width: 387px;
    height: 50px;
    line-height: 50px;
    border:1px solid #D2D2D2;
    padding-left: 15px;
    padding-right: 8px;
    font-size: 20px;
    color: #191919;
}
.map-order{
    display: block;
    margin: 22px auto 0;
    width: 340px;
}
.city-list{
    position: absolute;
    border: 1px solid #CCCDCD;
    border-top: none;
    z-index: 5;
    width: 410px;
    max-height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}
.banner-form .city-list{
    width: 208px;
}
.city-list>p{
    width: 100%;
    padding-left: 15px;
    padding-right: 8px;
    background: #F4F5F5;
    line-height: 40px;
    border-bottom: 1px solid #C7C8C8;
    cursor: pointer;
}
.city-list>p:hover{
    background: #CECECE;
}
.map-layer-close{
    position: absolute;
    right: 18px;
    top:18px;
    cursor: pointer;
}
/*left window*/
.left-window{
    position: fixed;
    left: 0;
    top:50%;
    width: 146px;
    height: 372px;
    margin-top: -186px;
    z-index: 99;
}
.left-window-top{
    background: #F5EE00;
    position: relative;
    text-align: center;
    color: #00bc88;
    height: 22px;
    padding-top: 26px;
}
.left-window-top span{
    font-size: 18px;
    position: absolute;
    display: block;
    width: 146px;
    left: 0;
    top:3px;
}
.left-window-top span.leftWindowTel{
    font-size: 20px;
    transition: all 0.1s linear;
}
.left-window-body{
    height: 324px;
    background: #00BD87;
    overflow-y: scroll;
    text-align: center;
}
.left-city-item{
    line-height: 24px;
    border-bottom: 1px solid #CBF2E7;
    color: #fff;
    cursor: pointer;
}
.left-city-item>div{
    border-top: 1px solid #E5E5E5;
    background: #F4F4F4;
    color: #191919;
    display: none;
}
.left-city-item>div.active{
    font-weight: bold;
    color: #00bc88;
}
.left-city-item>div>p{
    color: #00bc88;
    background: #fff;
    line-height: 18px;
    text-align: left;
    padding: 5px;
    font-size: 12px;
    display: none;
}
.hidden{
    display: none;
}
.left-city-item>div.show{
    display: block;
}


.nanny-layer{
    right: 15px;
    top:150px;
    display: none;
}
.nanny-map-order{
    width: 310px;
}

.day-hidden{
    display: none;
}
.nanny-form{
    padding-left: 740px;
    padding-top: 240px;
}
.nanny-form span.nanny-form-type{
    width: 270px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #FF0000;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
}
.nanny-form .map-list>p{
    width: 185px;
    font-size: 18px;
    background: #fff;
    border-radius: 4px;
}
.nanny-form .city-list{
    width: 208px;
}

.nanny-form input{
    width: 190px;
    padding: 14px 20px;
    border:1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.nanny-form .map-list{
    display: inline-block;
}

.cost-img{
    padding-left: 60px;
}
.cost-layer{
    right: 50px;
    top:138px;
}
.hongbao-window{
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;height: 100%;width: 100%;
    z-index: 9999;
}
.hongbao-window .hongbao{
    position: relative;
    width: 387px; height:389px;
    left: 50%; top:50%;transform: translate(-50%,-50%);
}
.hongbao-window .hongbao>img{
    position: absolute;
}
.hongbao-window .hongbao>.hongbao-close{
    position: absolute;
    height: 42px;width: 42px;
    cursor: pointer;
    border-radius: 50%;
    right: 0;top: 0;
}
.hongbao-window .hongbao>.hongbao-msg{
    position: absolute;
    z-index: 1;width: 240px;
    top: 90px;left: 50%;
    transform: translateX(-50%);
}
.hongbao-window .hongbao>.hongbao-msg>p{
    text-align: center;
    font-size: 16px;
    color: black;
}
.hongbao-window .hongbao>.hongbao-msg>p:nth-child(4){
    font-size: 13px;margin-top: 8px;
    color: #7e8c8d;
}
.hongbao-window .hongbao>.hongbao-msg>p:first-child>span{
    color: red;
}
.hongbao-window .hongbao>.hongbao-msg>p:last-child{
    margin-top: 12px;
    padding: 0 0 0 70px;
    font-size: 20px;
    color: #f7391f;
}