/******************************** list ******************************/
.parkBox>.w1180>ul>li{
    padding:24px;
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,0.1);
    box-shadow: 0 0 14px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.parkBox .w1180>ul>li:hover{
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,0.18);
    box-shadow: 0 0 14px rgba(0,0,0,0.18);
}
.parkBox .w1180>ul>li:hover .txt h2 a{
    color: #ea5404;
}
.parkBox .w1180>ul>li>.pic,.parkBox .w1180>ul li>.pic img{
    width:300px;
    height:212px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.parkBox .w1180>ul>li>.txtBox{
    margin-left: 20px;
    height:212px;
    width: 812px;
    position: relative;
}
.parkBox .w1180>ul>li>.txtBox .txt h2{
    font-size: 20px;
    margin-bottom: 14px;
}
.parkBox .w1180>ul>li>.txtBox .txt h2 a:hover{
    color: #ea5404;
}
.parkBox .w1180>ul>li>.txtBox .txt p{
    font-size: 14px;
    color: #999;
    margin-bottom: 14px;
}
.parkBox .w1180>ul>li>.txtBox .txt p.tel span{
    color: #ea5404;
    font-weight: bold;
}
.parkBox .w1180>ul>li>.txtBox .txt p span{
    color: #333;
}
.parkBox .w1180>ul>li>.txtBox .txt .labTxt{
    line-height: 22px;
}
.parkBox .w1180>ul>li>.txtBox .txt .labTxt .lab i{
    font-style: normal;
    float: left;
    margin-right: 6px;
    background: #f0f0f0;
    font-size: 12px;
    line-height: 22px;
    padding:0 5px;
    color: #666;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
/*在线咨询*/
.parkBox .w1180>ul>li>.txtBox .txt .onLine{
    position: absolute;
    bottom:0;
    left:0;
    background: rgba(234,84,4,0.1);
    width:62px;
    height:62px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align: center;
    padding:9px;
    cursor: pointer;
    z-index: 1000;
}
.parkBox .w1180>ul>li>.txtBox .txt .onLine>.btn{
    padding:5px;
    background: rgba(234,84,4,0.8);
    width:44px;
    height:44px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    line-height: 17px;
    color: #fff;
    font-size: 13px;
}
.parkBox .w1180>ul>li>.txtBox .txt .onLine:hover{
    -webkit-animation:onLineDong 1s linear infinite;
    -o-animation:onLineDong 1s linear infinite;
    animation:onLineDong 1s linear infinite;
}
/*.parkBox .w1180>ul>li>.txtBox .txt .onLine:hover .onLineForm{
    display: block;
}*/
@keyframes onLineDong{
    0%{background: rgba(234,84,4,0.1)}
    50%{background: rgba(234,84,4,0)}
    100%{background: rgba(234,84,4,0.1)}
}
@-webkit-keyframes onLineDong{
    0%{background: rgba(234,84,4,0.1)}
    50%{background: rgba(234,84,4,0)}
    100%{background: rgba(234,84,4,0.1)}
}
/*在线咨询表单*/
.onLineForm{
    display: none;
    position: absolute;
    left:0;
    top:62px;
    background: #fff;
    padding:20px;
    padding-bottom: 6px;
    width: 480px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    box-sizing: content-box;
}
.onLineForm i.arrow{
    width:0;
    height:0;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top:-10px;
    left:21px;
}
.onLineForm i.icon_close{
    width:20px;
    height:20px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-position: -206px 0;
    position: absolute;
    top:-10px;
    right:-10px;
}
.onLineForm form li{
    overflow: hidden;
    float: left;
    margin-bottom: 14px;
}
.onLineForm form li label{
    float: left;
    width:80px;
    height:34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    text-align: right;
}
.onLineForm form li input{
    float: left;
    width:160px;
    height:34px;
    padding:0 10px;
    font-size: 13px;
    border:1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.onLineForm form li.sub label{
    opacity: 0;
}
.onLineForm form li.sub input{
    background: #ff6600;
    color: #fff;
    border:0;
    cursor: pointer;
}
.onLineForm form li.sub input:hover{
    background: #ea5404;
}
/*预约时间*/
.laydate_box{
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,0.12);
    box-shadow: 0 0 14px rgba(0,0,0,0.12);
}
.laydate_table{
    margin-top: 10px !important;
}

/*查看详情*/
.parkBox .w1180>ul>li>.txtBox .seeDeta{
    position: absolute;
    bottom: 0;
    right:0;
}
.parkBox .w1180>ul>li>.txtBox .seeDeta a{
    display: block;
    width:120px;
    height:38px;
    line-height: 38px;
    border:1px solid #333;
    text-align: center;
    font-size: 14px;
    color: #000;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.parkBox .w1180>ul>li>.txtBox .seeDeta a:hover{
    color: #ea5404;
    border:1px solid #ea5404;
}

/******************************** detail ******************************/
.parkDeta{
    padding:30px 20px;
}
.parkDeta .tit h1{
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 24px;
}
.parkDeta .pic{
    text-align: center;
}
.parkDeta .survey .tit,.parkDeta .contact .tit{
    font-size: 18px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
}
.parkDeta .survey .tit::before,.parkDeta .contact .tit::before{
    content: '';
    width: 4px;
    height: 16px;
    background: #333;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.parkDeta .survey p{
    font-size: 15px;
    line-height: 28px;
}
.parkDeta .contact p{
    font-size: 15px;
    margin-bottom: 18px;
    color: #999;
}
.parkDeta .contact p span{
    color: #333;
}