﻿@charset "utf-8";

input,select,textarea{outline:none;resize:none;-webkit-appearance:none;}
.bajs-tip-top-container{position: relative;}
.top-chat .bajs-tip-top-content{line-height:.2rem;text-align:left;padding-left:0.1rem;}
.top-chat{background:rgba(0, 0, 0, .6) !important;border-bottom:0!important;position:fixed;top:0;width:100%;max-width:6.4rem;z-index:100;}
.top-chat a{color:#fff;padding:.06rem 0;display:inline-block;}
.top-chat i, .top-chat i~div{display:inline-block;vertical-align:middle;}
.top-chat i{width:.4rem;height:.4rem;margin-right:.06rem;background:url(images_js/popupBg.png) 0 0 no-repeat;background-size:0.35rem;}
.top-chat b{display:block;text-align:left;}
.top-chat p{text-align:left;}
.top-chat .bajs-tip-top-close{position: absolute;right: 5px;top: 50%;margin-top: -12px;width: 24px;height: 24px;background: url('images_js/close.png') no-repeat;background-size: 100% 100%} 


/* header */
.header-logo{text-align: center;font-size: 0;background-color: #fff;/*padding:16px 10px 14px 13px;*/overflow:hidden;}
.header-logo .logo{display:inline-block;width:220px;height:34px;background: url('images_js/logo.png') no-repeat;background-size: 100% 100%;float:left;}
.header-tel{text-align: center;font-size: 0;background-color: #fff;padding-bottom: 5px}
.header-tel .lzh, .header-tel .tel{display: inline-block;vertical-align: middle;}
.header-tel .lzh{width:119px;height:30px;background: url('images_js/lzh.png') no-repeat;background-size: 100% 100%;margin-right: 15px}
.header-tel .tel{width:182px;height:18px;background: url('images_js/tel_bg1.png') no-repeat;background-size: 100% 100%}

.header-seal {width:34px;height:34px;float:right;background:url(images_js/seal.png) no-repeat;background-size:100% 100%;}
.header-info {background-color:#006464;height:auto;overflow:hidden;padding:10px 0;color:#fff;}
.header-info .star {text-align:center;font-size:12px;margin-bottom:6px;}
.header-info .star em {margin:0 9px;display:inline-block;}
.header-info .tel {display:block;text-align:center;}
.header-info .tel i {width:13px;height:13px;display:inline-block;background:url(images_js/icon.png) no-repeat;background-position:0 0;background-size:70px 70px;vertical-align:middle;margin-top:-2px;margin-right:5px;}

.bajs-tip-bottom-container.left-chat {left:0; bottom: 45px;width:78px;height:95px;background: transparent;border-top-right-radius:.04rem;
    border-bottom-right-radius:.04rem;border-top:none;padding:0;}
@keyframes toggle{
    0%{background:rgba(0, 0, 0, .6);}
    50%{background:rgba(0,122,255, .6);}
    100%{background:rgba(0, 0, 0, .6);}
}
@-webkit-keyframes toggle{
    0%{background:rgba(0, 0, 0, .6);}
    50%{background:rgba(0,122,255, .6);}
    100%{background:rgba(0, 0, 0, .6);}
}

@keyframes scale{
    0%{transform:scale(1);}
    50%{transform:scale(0.8);}
    100%{transform:scale(1);}
}

@-webkit-keyframes scale{
    0%{transform:scale(1);}
    50%{transform:scale(0.8);}
    100%{transform:scale(1);}
} 

.left-chat .bajs-tip-bottom-content{width:100%;}
.left-chat a{position:absolute;width:78px;height:95px;background:url(images_js/chat_bg.png) no-repeat;background-size:100% 100%;top:0;left:0;animation:flashBg 1s ease infinite forwards;-webkit-animation:flashBg 1s  ease infinite forwards;}
.left-chat, .bajs-tip-bottom-close{display:none;}
keyframes flashBg{
    0%{background-image: url('images_js/chat_bg.png') ;}
    100%{background-image: url('images_js/chat_bg2.png');}
}
@-webkit-keyframes flashBg{
    0%{background-image: url('images_js/chat_bg.png') ;}
    100%{background-image: url('images_js/chat_bg2.png');}
}



/*wap-footer*/
.wap-footer{padding-bottom: 60px; background-color:#fff;}
.footer-addr{padding: 20px 0 12px; background-color:#e9e9e9;}
.footer-addr dl{position: relative; height: 102px; padding-bottom: 10px;}
.footer-addr dl dt{position: absolute; top:0; left: 17px;}
.footer-addr dl dt img{width:153px; height: 102px; display: block;}
.footer-addr dl dd{padding-left: 182px;}
.footer-addr dl dd h3{margin-bottom: 5px; color: #4d4d4d; font-size: 14px; line-height: 20px;}
.footer-addr dl dd a{width: 80%; height: 35px; display: block; background-color:#503704; border-radius: 6px; color: #fff; font-size: 14px; font-weight: bold; line-height: 35px; text-align: center;}
.footer-addr dl dd a.a2{margin-top: 7px; background-color:#ff8f22;}
.footer-addr p{color: #4d4d4d; font-size: 14px; line-height: 25px; text-align: center;}
.footer-addr p i{display: inline-block; background:url('images_js/addr_images_js/ico.png') no-repeat; background-size: 40px 20px; vertical-align: top;}
.footer-addr p.p1 i{width: 18px; height: 18px; margin: 4px 6px 0 0;}
.footer-addr p.p2 i{width: 18px; height: 17px; background-position: -20px 0;margin: 4px 6px 0 0;}
.footer-addr p.p2 span {margin-left:-12px;}
.footer-loc{padding-top: 12px;}
.footer-loc h3{height: 24px; padding-bottom: 5px; color: #4d4d4d; font-size: 14px; line-height: 24px; text-align: center;}
.footer-loc h3 i{width:20px;height:16px;display:inline-block;background:url(images_js/icon.png) no-repeat;background-size:70px 70px;background-position:-15px 0;vertical-align:middle;position:relative;top:-2px;}
.footer-loc .footer-tel{width: 77%; height:36px; margin: 0 auto; padding:6px 0; background-color:#f07201; border-radius: 6px;}
.footer-loc .footer-tel p{color: #fff; font-size: 14px; line-height: 18px; text-align: center;}
.footer-loc .footer-tel p:nth-of-type(2) {text-indent:5px;}
.footer-loc .footer-cue{padding: 4px 0 18px;}
.footer-loc .footer-cue p{color: #4d4d4d; font-size: 12px; line-height: 24px;text-align: center;}
.footer-loc .footer-cue a{color: #4d4d4d;}
.footer-loc .footer-cue a.ml10{margin-left: 10px;}
.footer-nav {position:fixed;bottom:0;z-index:99;min-width:320px;width:100%;max-width:640px;height:60px;background-color:#197373;}
.footer-nav dl{position:relative;float:left;width:25%;}
.footer-nav dl:nth-of-type(even){background-color:#006464;}
.footer-nav dl:nth-of-type(1) dt,.footer-nav dl:nth-of-type(1) .foot-subNav {background-color:#4d4d4d;}
.footer-nav dl:last-of-type {animation:active 1s .1s ease infinite forwards;-webkit-animation:active 1s .1s ease infinite forwards;}
.footer-nav dl dt{height:60px;}
.footer-nav dl dt a{position:relative;height:44px;padding:8px 0;display:block;color:#fff;font-size:14px;line-height:24px;text-align:center;transition:all .3s;}
.footer-nav dl dt i{display: block;margin: 0 auto 3px;background: url('images_js/icon.png') no-repeat 0 -18px;background-size: 70px 70px;}
.footer-nav dl:nth-child(1) dt i{width: 20px;height:17px;margin-top:4px;}
.footer-nav dl:nth-child(2) dt i{width: 24px;height:24px;background-position: -23px -18px}
.footer-nav dl:nth-child(3) dt i{width: 22px;height:21px;background-position:0 -43px;margin-top:1px;}
.footer-nav dl:nth-child(4) dt i{width: 17px;height:20px;background-position:-23px -43px;margin-top:1px;}
.footer-nav dl dd{position:absolute;left:0;bottom:65px;width:90%;display:none;padding:0 5%;}
.footer-nav dl dd .foot-subNav{width: 100%;padding: 5px 0;border-radius:.2em;}
.footer-nav dl dd a{width:80%;height:32px;margin:0 auto;background-color: #4d4d4d;display:block;border-bottom:1px solid #808080;color:#fff;font-size:12px;line-height:32px;text-align:center;}
.footer-nav dl dd a:last-of-type {border:0;}
.footer-nav dd:after {width:0;height:0;content:'';display:block;margin:0 auto;border-width: 8px 8px 0 8px;border-style:solid;border-color:#4d4d4d transparent transparent transparent;}

@keyframes activeIoc{
    0%{opacity:1;filter:alpha(opacity=100);}
    50%{opacity:0;filter:alpha(opacity=0);}
}
@-webkit-keyframes activeIoc{
    0%{opacity:1;filter:alpha(opacity=100);}
    50%{opacity:0;filter:alpha(opacity=0);}
}

@keyframes active{
    0%{opacity:1;filter:alpha(opacity=100);}
    50%{opacity:0.8;filter:alpha(opacity=80);}
}
@-webkit-keyframes active{
    0%{opacity:1;filter:alpha(opacity=100);}
    50%{opacity:0.8;filter:alpha(opacity=80);}
}




#goTop{position:fixed;top:78%;right:0.1rem;width:0.42rem;height:36px;padding-top:6px;background:rgba(0,0,0,.5);border-radius:50%;color:#fff;text-align:center;z-index:5;}   
#goTop .bajs-srcoll-top{position:absolute;width:100%;height:100%;left:0;top:0;border-radius:50%;}


.page-booking-js{position: relative;padding:10px 10px 15px 10px;background-color: #fff;}
.page-booking-til{text-align: center;font-size: 16px;color: #0f937f;position: relative;margin-bottom: 10px}
.page-booking-til span{display: block;font-size: 10px;font-weight: normal;position: relative;}
.page-booking-til span i{display: inline-block;width: 12px;height: 1px;background-color: #0f937f;vertical-align: middle;margin: -3px 10px 0}
.page-booking-til .tel{position: absolute;width: 25px;height: 25px;right: 0;top: 50%;margin-top: -12px;background: url('images_js/pub_tel_bg2.png') no-repeat;background-size: 100% 100%;animation:pulse 1s .2s ease infinite;}
.page-booking-js dl{overflow: hidden;margin-bottom: 12px;position: relative;border:1px solid #d9d9d9;height: 34px;padding: 0px 0;}
.page-booking-js dt{float:left;width:70px;padding-left:5px;height: 19px;line-height: 19px;color: #5a5a5a;text-align: center;font-size: 14px;border-right: 1px dashed #b9b9b9;box-sizing:border-box;margin-top:9px;}
.page-booking-js dt b {display:none;}
.page-booking-js dt span{position:absolute;right:12px;top:50%;margin-top: -14px;z-index:1;width:34px;height:28px;padding-left:12px;line-height:28px;overflow:hidden;border-left:#eee dashed 1px;color:#989797;font-size:12px;white-space:nowrap;letter-spacing:2px;}
.page-booking-js dt span em{color:#ff4800;}
.page-booking-js dd{margin-left: 77px}
.page-booking-js dd input{width: 100%;height:34px ;line-height:32px;background:#fff;border:0;box-sizing:border-box;padding: 0 10px;color: #999;}
.page-booking-js dd select{width: 100%;height: 34px;line-height: 32px;border:0;padding-left: 7px;background-color:#fff;box-sizing:border-box;color: #999;}
/*.bajs-ajax-form-dl-department {background: url(images_js/form_icon1.png) no-repeat right center;background-size: 25px 35px;}*/
.page-booking-js .bajs-ajax-form-action{overflow: hidden;height: 37px}
.page-booking-js .submit,.page-booking-js .reset{width: 36%;height: 35px;border: 0;border-radius: 5px;font-size: 15px;color: #fff;text-align: center;}
.page-booking-js .submit{float: left;background-color: #ef7200;margin-left:7%;}
.page-booking-js .reset {background-color:#848484;float:right;margin-right:7%;}
.page-booking-js .zx{position: absolute;right: 10px;bottom: 15px;width: 47.5%;height: 37px;line-height: 37px;border: 0;border-radius: 5px;font-size: 15px;color: #fff;text-align: center;background-color: #109a86;}

.page-booking-js dt:before {display:inline-block;content:'';width:14px;height:15px;background:url(images_js/icon.png) no-repeat;background-size:70px 70px;font-size:0;background-position:-50px 0;margin-right:4px;position:relative;top:2px;}
.page-booking-js .bajs-ajax-form-dl-tel dt:before {width:15px;background-position:-50px -16px;}
.page-booking-js .bajs-ajax-form-dl-department dt:before {width:13px;background-position:-50px -33px;}
.page-booking-js .bajs-ajax-form-dl-yuyuetime dt:before {width:15px;background-position:-50px -50px;}
.page-booking-js .bajs-ajax-form-dl-department {background:url(images_js/form_icon1.png) no-repeat right center;background-size:25px 34px;}

.pulse{animation:pulse 1s .2s ease infinite;-webkit-animation:pulse 1s .2s ease infinite;-moz-animation:pulse 1s .2s ease infinite;}
@keyframes pulse{
0%{transform:scale(0.9)}
50%{transform:scale(1.3)}
100%{transform:scale(0.9)}
}
@-webkit-keyframes pulse{
0%{-webkit-transform:scale(0.9)}
50%{-webkit-transform:scale(1.3)}
100%{-webkit-transform:scale(0.9)}
}
@-moz-keyframes pulse{
0%{-moz-transform:scale(0.9)}
50%{-moz-transform:scale(1.3)}
100%{-moz-transform:scale(0.9)}
}



/*友言*/
#uyan_frame {padding:0 10px;}
.mask {width:100%;height:100%;position:fixed;top:0;left:0;z-index:1;background-color:rgba(0,0,0,.5);display:none;}
.mask.active {display:block;}


.max-booking-js .bajs-light-popup-container{overflow:hidden;position:relative;}
.max-booking-js .bajs-light-popup-origin{box-shadow:0 0 10px rgba(0,0,0,0.5);}
.max-booking-js .bajs-light-popup-origin .max-booking-wrapper{overflow:hidden;}
.max-booking-js .bajs-light-popup-origin .bajs-light-popup-close{width:70px;height:70px;background:url(images_js/ico.png) no-repeat;border-radius:50%;display:block;position:absolute;right:-37px;top:-34px;transform:scale(0.75) rotate(-360deg);transition:all 0.5s ease 0s;-webkit-transform:scale(0.75) rotate(-360deg);-webkit-transition:all 0.5s ease 0s;}
.max-booking-js .bajs-light-popup-origin .bajs-light-popup-close:hover{opacity:1;transform:scale(1) rotate(0deg);-webkit-transform:scale(1) rotate(0deg);}
.max-booking-js .bajs-light-popup-origin .bajs-light-popup-content{background-color:#f2ece7;}
.max-booking-js .bajs-light-popup-container{overflow:hidden;}
.max-booking-js .max-booking-wrapper{}
.max-booking-js .max-booking-form{width:260px;padding:10px;margin:0 auto;}
.max-booking-js .max-booking-form dl{position:relative;height:25px;padding-bottom:10px;margin:0;}
.max-booking-js .max-booking-form dl dt b{color:#f00;font-size:12px;padding-right:4px;font-weight:bold;position:absolute;right:-190px;}
.max-booking-js .max-booking-form dl dt{position:absolute;left:0;top:0;width:60px;white-space:nowrap;font-size:12px;line-height:25px;text-align:right;}
.max-booking-js .max-booking-form dl dd{position:relative;height:35px;padding-left:65px;margin:0;width:180px;}
.max-booking-js .max-booking-form dl dd .text{background-color:#f2f2f2;border:solid 1px #cfcfcf;border-radius:2px;font-size:12px;transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;font-family:"Microsoft Yahei",Tahoma;box-shadow:0 1px 1px rgba(0,0,0,0.1) inset;}
.max-booking-js .max-booking-form dl dd .text:focus,.max-booking-form dl dd .text.onFocus{border-color:#6eaa24;background-color:#fff;color:#339ee2;}
.max-booking-js .max-booking-form dl dd select.text{width:180px;height:25px;line-height:25px;background:url(images_js/form_icon1.png) right center no-repeat #fff;background-size:.27rem auto;}
.max-booking-js .max-booking-form dl dd input[type="date"]{padding-left:1px;background:url(images_js/data_ico.jpg) right center no-repeat;background-size:21px 17px;}
.max-booking-js .max-booking-form dl dd input.text{width:174px;padding:0 0 0 4px;height:25px;background-color:#fff;line-height:25px;}
.max-booking-js .max-booking-form .bajs-ajax-form-action{padding:0 5px 3px 65px;overflow:hidden;}
.max-booking-js .max-booking-form input.submit,.max-booking-js .max-booking-form input.reset{width:48%;height:26px;font-size:13px;color:#fff;border:0;border-radius:2px;}
.max-booking-js .max-booking-form input.submit{float:left;background-color:#ff7200;}
.max-booking-js .max-booking-form input.reset{float:right;background-color:#c37500;}
.max-booking-wrapper .bookingHead{text-align:left;line-height:35px;color:#ac6700;font-size:18px;font-weight:bold;border-bottom:#c4c4c4 solid 1px;margin:0 10px 12px;}
.max-booking-wrapper .bookingNotice{line-height:20px;background-color:#fff;padding:10px 15px;}
.max-booking-wrapper .bookingNotice dl dt{color:#4c4c4c;font-weight:bold;padding-bottom:5px;}
.max-booking-wrapper .bookingNotice dl dd{line-height:20px;text-align:left;padding-left:20px;position:relative;}
.max-booking-wrapper .bookingNotice dl dd i{width:14px;height:14px;font:12px/14px arial;text-align:center;color:#fff;border-radius:3px;background-color:#ffca38;display:block;position:absolute;left:0;top:3px;}


.WeisinPopup .bajs-light-popup-origin {padding:8px;}









