﻿/*CSS通用重置样式*/
*{word-break:break-all;font-family:"微软雅黑",tahoma,'宋体',Arial,Lucida,Verdana,Helvetica,sans-serif;}
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin:0;padding:0;}
fieldset, img {border:0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, strong, th, var, optgroup,i {font-style:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
abbr, acronym {border:0;font-variant:normal;}
input, button, textarea,select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size:100%;}
body {line-height:1.5;font-size:12px;color:#333;background:#FFF;width:100%; width:expression(document.body.clientWidth <= 1200? "1200px": "auto");min-width:1200px;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
sup, sub {font-size:100%;vertical-align:baseline;}
:link, :visited , ins {text-decoration:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a:link,a:visited,a:active{color:#444;text-decoration:none;transition: all 0.3s ease 0s;}
a:hover{color:#3aa400;/*text-decoration:underline;*/}
img{vertical-align:middle;}
.clearfix:before, .clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.wrapper{height:auto;margin:0 auto;width:1200px;}
.fontArial{font-family:Arial,Helvetica,sans-serif;}
*html{background-image:url(about:blank);background-attachment:fixed;/*修正IE6振动bug*/}
body{/*font-size: 14px;*/ background-color:#f9f9f9;}
input:focus,textarea:focus,selects:focus{border-color:#feebd9 !important;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fecb98;}
#main{padding-bottom:20px;}
.noneBox{font-size:14px;color:#999; padding:20px;}


/*页头*/
#header {width:100%;height:auto;background:#FFF;}
#header .shortCut{height:38px; border-bottom: 1px solid #f1f1f0; line-height:38px;}
#header .shortCut .loginBar{float:left;color: #666;}
#header .shortCut .loginBar a{padding:0 8px;color: #666;}
#header .shortCut .loginBar .user{ color:#F90; padding-left:2px;}
#header .shortCut .headList{float:right;}
#header .shortCut .headList li{float:left; border:1px solid #FFF;border-width:0 1px;}
#header .shortCut .headList li.drop{ position:relative;z-index:300;}
#header .shortCut .headList li.drop i{position:absolute;top:15px;right: 3px;width:8px;height:8px;background:url(../images/icon/icon.png) no-repeat 0 -191px;display: none;}
#header .shortCut .headList li.drop .dropDown{top:38px;position:absolute;background:#3AA400;padding:4px; z-index:66; display:none;box-shadow:2px 5px 6px #888;}
#header .shortCut .headList li.weixin .dropDown{left:-92px;}
#header .shortCut .headList li.drop .content{background:#FFF;padding:5px;z-index:77;}
#header .shortCut .headList li.weixin .content p{line-height:24px;font-size:14px; text-align:center;}
#header .shortCut .headList li.weixin .content p em{color:#F60;}
#header .shortCut .headList li.weixin .content img{width:248px;}
#header .shortCut .headList li.wap .dropDown{}
#header .shortCut .headList li.wap .content p{line-height:24px;font-size:14px; text-align:center;}
#header .shortCut .headList li.wap .content img{width:248px;}
#header .shortCut .headList li.hover a{color:#F60;}
#header .shortCut .headList li.hover i{background-position:0 -238px;}
#header .shortCut .headList li a{border-left: 1px solid #C1C1C1;padding: 0 12px;color: #666;}
#header .shortCut .headList li.wap a{}
#header .shortCut .headList li.webNav a{}
#header .shortCut .headList li.webNav .content {padding:10px;width:120px;line-height:24px;}
#header .shortCut .headList li.webNav dl{ padding-bottom:10px; border-bottom:1px solid #DEDEDE;}
#header .shortCut .headList li.webNav dd{float:left;width:60px;}
#header .shortCut .headList li.webNav.hover a{background-position:0 -124px;}
#header .shortCut .headList li.webNav dd a{padding:0; background:none; color:#888;border:0;}
#header .shortCut .headList li.webNav .dropDown{left:-58px;}
#header .headInfo {padding:15px 0;}
#header .headInfo .headLogo{float:left;}
/*头部搜索*/
.siteInfo {padding: 15px 0;width: 100%;position: relative;z-index: 50;}
.siteInfo .headSearch {float: right;margin-left: -440px;position: relative;width: 440px;}
.siteInfo .logoBox {float: left;width: 100%;}
.siteInfo .container {margin-right: 440px;}
.siteInfo .logo {background: url(../images/logoline.png) no-repeat right 50%;float: left;padding-right: 12px;margin-right: 12px;}
.siteInfo .phone {float: left;padding: 10px 0 0;}
.siteInfo .phone dt {color: #59A500;font-size: 12px;}
.siteInfo .phone dd {color: #E87F1F;font-size: 18px;font-weight: bold;}

.headSearch .siteSearch {height: 36px;padding: 12px 0;}
.headSearch .searchBtn {float: right;position: relative;width: 78px;margin-left: -78px;}
.headSearch .searchBtn .inputBtn {background: #FB8D00;border: 1px solid #FB7600;color: #FFF;cursor: pointer;font-size: 14px;height: 36px;width: 78px;-webkit-transition:all.5s ease-out;-moz-transition:all.5s ease-out;-ms-transition:all.5s ease-out;-o-transition:all.5s ease-out;transition:all.5s ease-out;}
.headSearch .searchBtn .inputBtn:hover {background: #FB7600;}
.headSearch .searchInput {float: left;width: 100%;}
.headSearch .searchInput .container {border: 2px solid #FA8D00;border-right: 0;height: 32px;margin-right: 78px;}
.headSearch .inputType {border-right: 1px solid #E5E5E5;color: #555;cursor: pointer;float: left;width: 50px;height: 32px;line-height: 32px;letter-spacing: 7px;margin-right: -65px;padding: 0 5px 0 9px;position: relative;}
.headSearch .inputBox {float: right;width: 100%;}
.headSearch .wrapBox {background: url(../images/search.png) no-repeat 5px 7px;height: 32px;margin-left: 65px;padding: 0 5px 0 26px;}
.headSearch .inputText {background: #FFF;border: 0;color: #888;font-size: 12px;height: 22px;line-height: 22px;padding: 5px 0;width: 100%;}
.headSearch .inputType i {background: url(../images/arrow.png) no-repeat -16px -2px;display: block;font-size: 0;height: 4px;left: 50px;position: absolute;top: 14px;width: 7px;-webkit-transition: all 0.2s ease-in 0s;-moz-transition: all 0.2s ease-in 0s;transition: all 0.2s all 0.2s ease-in 0s;overflow:hidden\9;}
.headSearch .inputType:hover i { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg);}
.headSearch .dropMenu {display: none;position: absolute;left: 0;top: 32px;}
.headSearch .dropMenu dl {background: #FFF;border: 1px solid #E5E5E5;border-top: 0;}
.headSearch .dropMenu dd {border-top: 1px solid #EFEFEF;color: #999;padding: 0 5px 0 8px;width: 50px;}
.headSearch .dropMenu dd:hover {background: #F1F1F1;color: #666;}
/*菜单样式*/
.headNav{background: #4C5A65 none repeat scroll 0 0;position:relative;box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.3);}
.headNav .menuHeader{width: 235px;background-color: #faaf40;}
.headNav .menuHeader span.memu_top {color: #fff; cursor: pointer; display: block; font: 16px/44px "微软雅黑","宋体",Arial;padding-right: 22px;}
.headNav .menuHeader span b {background: url("../images/icon/catebg.png") no-repeat scroll right 17px; display: block; font-weight: normal;padding-right: 60px;padding-left: 20px;}
.headNav .nav{height:44px; line-height:44px; z-index:1;}
.headNav .nav a{color:#fff;}
.headNav .nav .nLi{ float:left; display:inline;}
.headNav .nav .nLi .subnav .list {float: left;}
.headNav .nav .nLi:nth-last-child(1) a{border:0;}
.headNav .nav .nLi h3{ float:left;position:relative}
.headNav .nav .nLi:hover.on h3 i {background-color: #fff; bottom: 0px; display: inline-block; height: 7px; margin-left: 4px; margin-right: -8px; position: absolute; right: 50%; transform: rotate(225deg) translateY(-3px); width: 7px; z-index: 99999;}
.headNav .nav .nLi:hover.on h3 i {background-color: #fff; bottom: 0px; display: inline-block; height: 7px; margin-left: 4px; margin-right: -8px; position: absolute; right: 50%; transform: rotate(225deg) translateY(-3px); width: 7px; z-index: 99999;}
.headNav .nav .nLi.on h3 b{height: 10px; width: 10px; display: block; position: absolute; top: 18px; right: 0; background-image: url(../images/arrowbg.gif); background-repeat: no-repeat; background-position: 0 -634px;}
.headNav .nav .nLi.on.up h3 b{background-position: 0 -562px;}
.headNav .nav .nLi:hover.on h3 b{background-position:0 -562px;}
.headNav .nav .nLi:hover.on h3 i {background-color: #fff; bottom: 0px; display: inline-block; height: 7px; margin-left: 4px; margin-right: -8px; position: absolute; right: 50%; transform: rotate(225deg) translateY(-3px); width: 7px; z-index: 99999;}
.headNav .nav .nLi:hover.on h3 i {background-color: #fff; bottom: 0px; display: inline-block; height: 7px; margin-left: 4px; margin-right: -8px; position: absolute; right: 50%; transform: rotate(225deg) translateY(-3px); width: 7px; z-index: 99999;}
.headNav .nav .nLi.on h3 b{height: 10px; width: 10px; display: block; position: absolute; top: 18px; right: 0; background-image: url(../images/arrowbg.gif); background-repeat: no-repeat; background-position: 0 -634px;}
.headNav .nav .nLi.on.up h3 b{background-position: 0 -562px;}
.headNav .nav .nLi h3 a{ padding:0 13px; font-size:14px;}
.headNav .nav .sub{box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.3);background: #fff none repeat scroll 0px 0px; line-height: 36px; position: absolute;top: 43px; z-index: 9999; width: 100%; left: 0px; display: none;padding:5px 0;}
.headNav .nav .sub .subList{margin:0 auto;}
.headNav .nav .sub .subList a{color: #444;}
.headNav .nav .sub li{zoom:1;float: left;}
.headNav .nav .sub a{display:block; padding:0 10px;color: #444;}
.headNav .nav .sub a:hover{background:#6d6d6d; color:#fff;}
.headNav .nav .on h3 a{/* color:#fff; */}
.headNav .navBg {display: none; width: 100%; position: absolute; left: 0px; top: 42px; z-index: 1000; border-bottom: 1px solid #EFEFEF; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); background: #FFF none repeat scroll 0% 0%; height: 0px;padding:5px 0;}
.headNav .supplier{background-color: #ff9913; color: #fff; font-size: 14px; height: 44px; padding: 0 15px; position: absolute; right: 0px; top: 0; width: 100px;}
.headNav .supplier .icon{background: url("../images/icon/supplier.png") no-repeat scroll 0 8px / 25px auto; display: inline-block; float: left; height: 44px; margin-right: 10px; width: 25px;}
.headNav .supplier a{color: #fff;}
.headNav .supplier .down{}
/*快速导航*/
.menuBox {display: none;  height: 400px; left: 0; position: absolute; top: 44px; width: 235px; z-index: 1000; background-color: #fff;}
.headNav .menuHeader.active .menuBox{display: block;}
.menuBox .menuItem{width: 100%; background-color: #fff; position: absolute; z-index: 9; box-shadow: 0 0 8px #ccc;}
.menuBox .menuItem a{color: #000;}
.menuBox .menuItem .titBox{}
.menuBox .menuItem .titBox .tit{border-left: 1px solid #ddd; border-top: 1px solid #fff; border-right: 1px solid #ddd; position: relative; z-index: 4;}
.menuBox .menuItem .titBox .tit .mod_cate {background-attachment: scroll; background-image: url("../images/icon/index_main_bg.png"); background-position: 225px -1306px; background-repeat: no-repeat; clear: both; height: 63px; padding: 9px 0 7px 20px; border-bottom: 1px solid #ddd;}
.menuBox .menuItem .titBox .tit .mod_cate .mod_tit{}
.menuBox .mod_cate .mod_tit .menuIco{background-attachment: scroll; background-image: url("../images/icon/index_main_bg.png"); background-repeat: no-repeat; display: block; float: left; height: 31px; width: 31px;}
.menuBox .mod_cate.navLine .mod_tit .menuIco{background-position: 0 -158px; }
.menuBox .mod_cate.navHotel .mod_tit .menuIco{background-position: 0 -198px;}
.menuBox .mod_cate.navScenery .mod_tit .menuIco{background-position: 0 -318px;}
.menuBox .mod_cate.navCar .mod_tit .menuIco{background-position: -1px -238px;}
.menuBox .mod_cate.navVisa .mod_tit .menuIco{background-position: 0 -398px;}
.menuBox .mod_cate.navTuan .mod_tit .menuIco{background-position: 0 -438px; }

.menuBox .menuItem .titBox .tit .mod_cate:hover{background-position: 225px -1360px;}
.headNav .menuBox .mod_cate.on{border-right-width: 0;}
.headNav .menuBox .mod_cate .mod_tit dl {float: left;}
.headNav .menuBox .mod_cate .mod_tit dl dt {line-height: 20px;}
.headNav .menuBox .mod_cate .mod_tit dl dd{margin: 4px 0px 0px;line-height: 20px;color:#999;overflow: hidden;height: 40px;}
.headNav .menuBox .mod_cate .mod_tit dl dd a{color: #999; text-decoration: none; margin-right: 5px; font-family: "宋体"; display: block; float: left;}
.headNav .menuBox .mod_cate a.hot_sub {font-size: 16px;color: #000;}
.headNav .menuBox .mod_cate .mod_subcate{background-color: #fff; border: 1px solid #e1e1e1; color: #333; display: none;left: 234px; overflow: hidden; padding: 15px 25px 15px 30px; position: absolute;top: -1px;width: 909px; z-index: 5;height: 370px;b;border-width: 0 1px 1px 0;}
.headNav .menuBox .mod_cate .lbanner{position: absolute; right: 0; top: 0;}
.headNav .menuBox .mod_cate .mod_subcate_main{width: 630px;height: 345px; overflow: hidden;}
.headNav .menuBox .mod_cate .mod_subcate_main .option.linetype {height: 300px; overflow: hidden;}
.headNav .menuBox .mod_cate .mod_subcate_main .option dt{display: block; float: left; font-size: 15px; line-height: 16px; background: url(../images/icon/index_main_bg.png) 78px -1332px no-repeat scroll; width: 86px; padding-left: 8px; margin-top: 3px; margin-bottom: 10px;}
.headNav .menuBox .mod_cate .mod_subcate_main .option .tit1{border-left: 3px solid #3aa400;}
.headNav .menuBox .mod_cate .mod_subcate_main .option .tit2{border-left: 3px solid #f60;}
.headNav .menuBox .mod_cate .mod_subcate_main dd.opa{margin-left: 15px; font-family: "宋体";line-height: 20px;}
.headNav .menuBox .mod_cate .mod_subcate_main dd.opa a{margin-right: 10px; padding: 2px 6px; display: inline-block; margin-bottom: 10px; border-radius: 4px;line-height: 20px;}
.headNav .menuBox .mod_cate .mod_subcate_main dd.opa a.on{background-color: #f60;}
.headNav .menuBox .mod_cate .mod_subcate_main dd.opa1 a{background-color: #77c7e3; color: #fff;}
.headNav .menuBox .mod_cate .mod_subcate_main dd.opa2 a{background-color: #ddd; color: #fff;}
.headNav .menuBox .mod_cate .mod_subcate_main .place{}
.headNav .menuBox .mod_cate .mod_subcate_main .place .citybox{line-height: 35px;}
.headNav .menuBox .mod_cate .mod_subcate_main .place .citybox a{color: #000;}
.headNav .menuBox .mod_cate .mod_subcate_main .place .citybox div{margin-left: 90px;}
.headNav .menuBox .mod_cate .mod_subcate_main .place .citybox div > a{display: inline-block; color: #707070; margin-right: 10px; margin-bottom: 4px;}
.headNav .menuBox .mod_cate .mod_subcate_channel .mod_btn_arrow > span{background: url("../images/icon/index_main_bg.png") no-repeat scroll 105px -1325px; display: block; font-size: 15px; line-height: 31px; margin-bottom: 10px; margin-top: 3px; width: 125px;}
.headNav .menuBox .mod_subcate_main dt{font-size: 14px; line-height: 15px;margin-bottom: 10px;margin-top: 13px; width: 125px; border-left: 3px solid #3aa400; padding-left: 10px;}
.headNav .menuBox .mod_subcate_main dd{font-size: 12px; line-height: 40px;}
.headNav .menuBox .mod_subcate_main dd a{color: #707070;padding:0 10px;}
/*页脚样式*/
#footer {background: #3D495F;width: 100%;}
.footer .container,.footer .container a {color: #D2D4D7;}
.footer .siteFeature {background: #FFF;border-top: 1px solid #DFDFDF;border-bottom: 1px solid #E5E5E5;width: 100%;}
.footer .siteFeature dl {float: left;height: 50px;padding: 25px 0;width: 25%;}
.footer .siteFeature dt {background: url(../images/footbg.png) no-repeat 0 0;float: left;height: 50px;margin-right: -50px;position: relative;width: 50px;}
.footer .siteFeature dt.trust {background-position: 0 0;}
.footer .siteFeature dt.price {background-position: -61px 0;}
.footer .siteFeature dt.rich {background-position: -122px 0;}
.footer .siteFeature dt.local {background-position: -184px 0;}
.footer .siteFeature dd {color: #757575;font-size: 13px;float: right;height: 18px;line-height: 18px;overflow: hidden;width: 100%;}
.footer .siteFeature dd p {margin-left: 50px;padding: 0 15px;}
.footer .siteFeature dd.title {color: #555;font-size: 15px;font-weight: 700;height: 28px;line-height: 28px;}
.footer .faqBox {border-bottom: 1px solid #2F3849;padding: 30px 0;}
.footer .contact {float: right;margin-left: -230px;padding-left: 30px;position: relative;width: 200px;}
.footer .faq {float: left;width: 100%;}
.footer .faq .wrapBox {border-right: 1px solid #4F5F7C;margin-right: 230px;}
.footer .faq .content {border-right: 1px solid #2F3849;}
.footer .faq dl {float: left;padding-right: 20px;width: 173px;}
.footer .faq dt {font-size: 14px;font-weight: 700;margin-bottom: 5px;}
.footer .faq dd {height: 26px;line-height: 26px;overflow: hidden;}
.footer .contact dt {font-size: 14px;font-weight: 700;margin-bottom: 5px;}
.footer .contact dd {height: 26px;line-height: 26px;}
.footer .contact dd.phone {color: #FFF;font-size: 24px;font-weight: bold;height: 52px;line-height: 52px;}
.footer .box {border-top: 1px solid #4F5F7C;border-bottom: 1px solid #2F3849;padding: 15px 0;}
.footer .copyright {border-bottom: 0;color: #D2D4D7;padding-bottom: 30px;text-align: center;}
.footer .copyright a {color:  #D2D4D7;}
.footer .copyright p {padding-top: 10px;}
.footer .links {height: 18px;line-height: 18px;}
.footer .links em,.footer .copyright em {font-family: tahoma;padding: 0 7px;}
.footer .friend li {float: left;line-height: 22px;padding-right: 13px;white-space: nowrap;}
.footer .friend a {color: #8D96B5;}
.footer a:hover {text-decoration: underline;}
.footer .box dt b {background: #646D7F;display: inline-block;font-size: 13px;font-weight: normal;height: 22px;line-height: 22px;padding: 0 8px;position: relative;}
.footer .box dt i {border-bottom: 12px solid transparent;border-left: 7px solid #646D7F;border-top: 10px solid transparent;display: block;height: 0;position: absolute;right: -7px;top: 0;width: 0;}
.footer .box dd {padding-top: 15px;}
.footer .box dd ul {margin-top: -15px;margin-left: -15px;}
.footer .box dd li {float: left;margin: 15px 0 0 15px;}
.footer .box dd li img {border: 1px solid #8D96B5;padding: 1px;-webkit-transition:all.3s ease-out;-moz-transition:all.3s ease-out;-ms-transition:all.3s ease-out;-o-transition:all.3s ease-out;transition:all.3s ease-out;}
.footer .box dd li a {display: block;}
.footer .box dd li:hover img {border: 1px solid #D2D4D7;}
.footer .partner li {width: 136px;text-align: center;}
.footer .partner li p {color: #8D96B5;padding-top: 7px;}
.footer .partner li a:hover {text-decoration: none;}

/*翻页*/
.pageMod{text-align:center;padding:20px 0;font-size:0px}
.pageMod a,.pageMod span{background:#fff;border: 1px solid #ddd;border-radius:3px;color:#666;display: inline-block;font-size: 12px;height: 30px; line-height: 30px;vertical-align: middle;padding:0 15px;margin-left:5px; font-family:Arial;}
.pageMod a{text-decoration:none;color:#666;}
.pageMod a:hover{text-decoration:none;background-color: #f1f1f1;}
.pageMod .page{width:auto;padding:0 10px 0 18px;background:url(../images/icon.png) no-repeat 7px -760px #FFF;color:#666;}
.pageMod .prev.no{background-position:7px -836px;color:#97999B;}
.pageMod .next{padding:0 18px 0 10px;background:url(../images/icon.png) no-repeat 54px -800px #FFF;}
.pageMod .next.no{background-position:58px -877px;color:#97999B;}
.pageMod .page.no:hover{cursor:default;}
.pageMod a.cur{background:#fff;color:#f60;border-color: #fff;}

/*面包屑*/
.crumbs{padding:15px 0;font-family: simsun;color:#323232;}
.crumbs a{color:#005bb5;font-family: simsun;}

/* ---------- 快速登陆开始 ----------*/
#quickLogin{background: transparent;padding: 10px;_padding: 0;height: auto;margin: 0 auto;width: 750px;}
#quickLogin .boxes{background: #FFF;border: 3px solid #3AA400;box-shadow: 0 3px 10px #FFF;}
#quickLogin h1.hd{background: #3AA400;border-bottom: 3px solid #3AA400;color: #FFF;height: 32px;line-height: 32px;overflow: hidden;padding: 0 10px;}
#quickLogin h1.hd .close{background: url(../images/loginbg.gif) no-repeat scroll right -32px;cursor: pointer;display: inline-block;float: right;height: 10px;margin-top: 11px;width: 10px;}
#quickLogin h1.hd b{color: #FFF;font: bold 14px/32px "微软雅黑","宋体",Arial;}
#quickLogin .content{color: #333;padding: 12px;}
#quickLogin .signLeft{float: left;width: 500px;}
#quickLogin .signRight{border-left: 1px solid #B1D59D;float: left;padding-left: 35px;width: 184px;}
#quickLogin .signs li{float: left;height: 32px;line-height: 32px;margin-bottom: 12px;overflow: hidden;width: 500px;}
#quickLogin .signs li.btn{height: 40px;}
#quickLogin .signs li.texts{height: 18px;line-height: 18px;margin-bottom: 0;}
#quickLogin .signs li a{color: #098CD9;}
#quickLogin .signs label{color: #000;float: left;padding-right: 10px;text-align: right;width: 60px;}
#quickLogin .signs span{color: #888;display: inline-block;float: left;margin-left: 5px;}
#quickLogin .signs span#imgid img{padding-top: 4px;}
#quickLogin .signs .inputText{background: url(../images/login/loginbtn.gif) no-repeat 0 0;border: 0;color: #666;height: 28px;line-height: 28px;float: left;padding: 2px 5px;width: 240px;}
#quickLogin .signs .inp2{background-position: 0 -42px;width: 115px;}
#quickLogin .signs label.success{background: url(../images/login/labelbg.png) no-repeat 0 10px;color: #46A257;margin-left: 0;text-align: left;padding-left: 20px;width: auto;}
#quickLogin .signs label.error{background: url(../images/login/labelbg.png) no-repeat 0 -37px;color: #EC3D3F;margin-left: 0;text-align: left;padding-left: 20px;width: auto;}
#quickLogin .signs .inputBtn{background: url(../images/login/loginbtn.gif) no-repeat 0 -84px;border: 0;cursor: pointer;height: 40px;width: 250px;}
#quickLogin .signs .inputBtn:hover{background-position: 0 -134px;}
#quickLogin h2.title{font-family: '微软雅黑','黑体','宋体';font-size: 12px;font-weight: bold;margin-bottom: 10px;}
#quickLogin .applogin li{margin-bottom: 10px;}
#quickLogin .applogin li.end{margin-bottom: 0;}
#quickLogin .applogin li a{background: url(../images/login/applogin.gif) no-repeat 0 0;display: inline-block;height: 32px;width: 135px;}
#quickLogin .applogin li a.sina{background-position: 0 0;}
#quickLogin .applogin li a.qq{background-position: 0 -33px;}
#quickLogin .applogin li a.alipay{background-position: 0 -66px;height: 30px;}
#quickLogin .applogin li a.login{background-position: 0 -97px;}
#quickLogin .applogin li a.reg{background-position: 0 -130px;}
#quickLogin .applogin li a.sina:hover{background-position: right 0;}
#quickLogin .applogin li a.qq:hover{background-position: right -33px;}
#quickLogin .applogin li a.alipay:hover{background-position: right -66px;height: 30px;}
#quickLogin .applogin li a.login:hover{background-position: right -97px;}
#quickLogin .applogin li a.reg:hover{background-position: right -130px;}
/* ---------- 快速登陆结束 ----------*/


/*会员预订登陆框弹窗*/
.orderLogin{background: #FFF;border: 3px solid #3AA400;border-radius: 3px;box-shadow: 2px 2px 10px #FFF;width: 720px;height: auto; margin:0 auto;}
.orderLogin .hd{background: #3AA400;border-bottom: 3px solid #3AA400;color: #FFF;height: 32px;line-height: 32px;overflow: hidden;padding: 0 10px;}
.orderLogin .hd b{color: #FFF;font: bold 14px/32px "微软雅黑","宋体",Arial;}
.orderLogin .hd span.close{background: url(../images/loginbg.gif) no-repeat right -32px;display: inline-block;cursor: pointer;float: right;height: 10px;margin-top: 11px;width: 10px;}
.orderLogin .content{color: #666;padding: 10px;}
.orderLogin .left{float: left;width: 334px;}
.orderLogin .right{border-left: 1px solid #B1D59D;float: left;margin-left: 15px;padding-left: 15px;width: 335px;}
.orderLogin .left dd{text-align: justify;}
.orderLogin .left .inputBtn{ background: url(../images/loginbg.gif) no-repeat 0 0;border: 0;border-radius: 3px;color: #FFF !important;cursor: pointer;display: inline-block;font-family: "微软雅黑","宋体",Arial;height: 30px;line-height: 30px;width: 132px;text-align: center;}
.orderLogin h2{color: #3AA400;font: bold 14px/18px "微软雅黑","宋体",Arial;height: 18px;margin-bottom: 10px;overflow: hidden;}
.loginBooking .forms dd{line-height: 27px;min-height: 27px;overflow: hidden;padding: 5px 0 5px 65px;position: relative;}
.loginBooking .forms dd .t{color: #333;height: 37px;left: 0;line-height: 42px;position: absolute;text-align: right;top: 0;width: 60px;}
.loginBooking .inputText{border: 1px solid #CCC;border-radius: 3px;box-shadow: 1px 2px 2px #DDD inset;font-family: Arial,Tahoma,Verdana,"微软雅黑";font-size: 12px;height: 25px;line-height: 25px;padding: 0 5px;vertical-align: middle;width: 120px;}
.loginBooking .inputBtn{ background: url(../images/loginbg.gif) no-repeat 0 0;border: 0;border-radius: 3px;color: #FFF !important;cursor: pointer;display: inline-block;font-family: "微软雅黑","宋体",Arial;height: 30px;line-height: 30px;width: 132px;text-align: center;}
.loginBooking .tips{display: inline-block;height: 27px;line-height: 27px;color: #999;margin-left: 5px;}
.loginBooking .others{border-top: 1px solid #F0F0F0;padding-top: 10px;}
.loginBooking .others dt{color: #333;display: inline-block;height: 25px;line-height: 25px;float: left;text-align: right;width: 65px;}
.loginBooking .others dd{float: left;}
.loginBooking .others a{background: url(../images/loginbg.gif) no-repeat 0 -32px;display: inline-block;float: left;height: 25px;margin-right: 5px;}
.loginBooking .others a.qq{background-position: 0 -85px;width: 63px;}
.loginBooking .others a.sina{background-position: 0 -58px;width: 78px;}
.loginBooking .others a.alipay{background-position: 0 -32px;width: 110px;}
.loginBooking  label.success{background: url(../images/login/labelbg.png) no-repeat 0 2px;color: #46A257;margin-left: 5px;text-align: left;padding-left: 20px;width: auto;}
.loginBooking  label.error{background: url(../images/login/labelbg.png) no-repeat 0 -45px;color: #EC3D3F;margin-left: 5px;text-align: left;padding-left: 20px;width: auto;}

/** 搜索城市切换样式 **/
#cityMenu h2{ background:#FF6600; height:24px; line-height:24px; color:#FFF;padding:0 10px;}
#cityMenu{width:198px;background:#fff;display:none;position:absolute}
#cityMenu .list{border:1px #D6D6D6 solid; padding:2px 4px 6px; border-top:none;}
#cityMenu .title{color:#666;border:1px #D6D6D6 solid;border-bottom:1px #ddd dashed; border-top:none;  height:22px;line-height:22px;padding:0 4px;font-size:12px;font-family:Arial, Helvetica, sans-serif;}
#cityMenu .text{height:23px;line-height:23px;color:#F69100;font-family:Arial, Helvetica, sans-serif;padding:0 4px;cursor:pointer;}
#cityMenu .text span{float:right;text-align:right;font-family:"宋体";}
#cityMenu .selected{background:#f0fdde;}

/*编辑器样式重写*/
.reset address,.reset blockquote,.reset dd,.reset div,.reset dl,.reset dt,.reset fieldset,.reset form,.reset frame,.reset frameset,.reset h1,.reset h2,.reset h3,.reset h4,.reset h5,.reset h6,.reset noframes,.reset ol,.reset p,.reset ul,.reset center,.reset dir,.reset hr,.reset menu,.reset pre{display:block;}
.reset li{display:list-item;}
.reset head{display:none;}
.reset table{display:table;}
.reset tr{display:table-row;}
.reset thead{display:table-header-group;}
.reset tbody{display:table-row-group;}
.reset tfoot{display:table-footer-group;}
.reset col{display:table-column;}
.reset colgroup{display:table-column-group;}
.reset td,.reset th{display:table-cell;}
.reset caption{display:table-caption;}
.reset th{font-weight:bolder; text-align:center;}
.reset caption{text-align:center;}
.reset body{margin:8px; line-height:1.12;}
.reset h1{font-size:2em; margin:.67em 0;}
.reset h2{font-size:1.5em; margin:.75em 0;}
.reset h3{font-size:1.17em; margin:.83em 0;}
.reset h4,.reset p,.reset blockquote,.reset ul,.reset fieldset,.reset form,.reset ol,.reset dl,.reset dir,.reset menu{margin:1.12em 0;}
.reset h5{font-size:.83em; margin:1.5em 0;}
.reset h6{font-size:.75em; margin:1.67em 0;}
.reset h1,.reset h2,.reset h3,.reset h4,.reset h5,.reset h6,.reset b,.reset strong{font-weight:bolder;}
.reset blockquote{margin-left:40px; margin-right:40px;}
.reset i,.reset cite,.reset em,.reset var,.reset address{font-style:italic;}
.reset pre,.reset tt,.reset code,.reset kbd,.reset samp{font-family:monospace;}
.reset pre{white-space:pre;}
.reset button,.reset textarea,.reset input,.reset object,.reset select{display:inline-block;}
.reset big{font-size:1.17em;}
.reset small,.reset sub,.reset sup{font-size:.83em;}
.reset sub{vertical-align:sub;}
.reset sup{vertical-align:super;}
.reset table{border-spacing:2px;}
.reset thead,.reset tbody,.reset tfoot{vertical-align:middle;}
.reset td,.reset th{vertical-align:inherit;}
.reset s,.reset strike,.reset del{text-decoration:line-through;}
.reset hr{border:1px inset;}
.reset ol,.reset ul,.reset dir,.reset menu,.reset dd{margin-left:40px;}
.reset ol{list-style-type:decimal;}
.reset ol ul,.reset ul ol,.reset ul ul,.reset ol ol{margin-top:0; margin-bottom:0;}
.reset u,.reset ins{text-decoration:underline;}
.reset br:before{content:"\A";}
.reset :before,.reset :after{white-space:pre-line;}
.reset center{text-align:center;}
.reset abbr,.reset acronym{font-variant:small-caps; letter-spacing:0.1em;}
.reset :link,.reset :visited{text-decoration:underline;}
.reset :focus{outline:thin dotted invert;}
.reset img {height: auto !important; max-width: 100%;}

.reset table.noBorderTable td,.reset table.noBorderTable th,.reset table.noBorderTable caption{border:1px dashed #ddd !important}.reset table{margin-bottom:10px;border-collapse:collapse;display:table;}.reset td,.reset th{padding: 5px 10px;border: 1px solid #DDD;}.reset caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}.reset th{border-top:2px solid #BBB;background:#F7F7F7;}.reset td p{margin:0;padding:0;}
.headNav .nav .nLi:hover .menuBox{display: block;}
.menuBox .menuItem .titBox .tit .mod_cate:hover .mod_subcate{display: block;}

/*侧边悬浮工具条*/
.secondary {background: #333;height: 100%;min-height: 600px;position: fixed;right: 0;top: 0;width: 40px;z-index: 999;transition: all 0.2s ease-in-out 0s;}
.secondary .container {height: 100%;min-height: 600px;position: relative;}
.secondary ul {padding-top: 127px;}
.secondary ul.ext {bottom: 0;left: 0;padding-top: 0;padding-bottom: 10px;position: absolute;}
.secondary li {background: url(/sys/images/secondary.png) no-repeat 0 13px;cursor: pointer;height: 50px;line-height: 50px;padding-left: 40px;position: relative;transition: all 0.3s ease-in-out 0s;}
.secondary li.close {background-position: 0 -290px;}
.secondary li.mobile {background-position: 0 13px;}
.secondary li.member {background-position: 0 -30px;}
.secondary li.order {background-position: 0 -73px;}
.secondary li.favorite {background-position: 0 -116px;}
.secondary li.online {background-position: 0 -205px;}
.secondary li.feedback {background-position: 0 -160px;}
.secondary li.gotop {background-position: 0 -250px;margin-bottom: 0;}
.secondary li.close:hover {background-position: right -290px;}
.secondary li.mobile:hover {background-position: right 13px;}
.secondary li.member:hover {background-position: right -30px;}
.secondary li.order:hover {background-position: right -73px;}
.secondary li.favorite:hover {background-position: right -116px;}
.secondary li.online:hover {background-position: right -205px;}
.secondary li.feedback:hover {background-position: right -160px;}
.secondary li.gotop:hover {background-position: right -250px;}
.secondary li a,.secondary li .inner {display: block;bottom: 0;left: 0;position: absolute;right: 0;top: 0;}
.secondary li:hover {background-color: #E4393C;}
.secondary li span {background: #6C5143;color: #FFF;font-size: 14px;height: 50px;left: -40px;line-height: 50px;opacity: 0;padding: 0 15px;position: absolute;text-align: center;transition: all 0.3s ease-in-out 0s;visibility: hidden;border-left: 5px solid #E4393C;}
.secondary li span i {border-bottom: 5px solid transparent;border-left: 5px solid #6C5143;border-top: 5px solid transparent;height: 0;margin-top: -5px;position: absolute;right: -5px;top: 24px;width: 0;}
.secondary li:hover span {left: -91px;opacity: 1;visibility: visible;}
.secondary li.mobile span {background: url(/sys/images/noPic.gif) no-repeat 20px 20px #6C5143;left: -240px;padding: 160px 20px 0;background-size: 145px 140px;}
.secondary li.mobile:hover span {left: -185px;}
.secondary li.online span {bottom: 0;cursor: auto;height: auto;left: -240px;line-height: 20px;padding: 0;text-align: left;}
.secondary li.online span i {bottom: 20px;top: auto;}
.secondary li.online:hover span {left: -195px;}
.secondary li.online .content {font-size: 12px;min-height: 100px;text-align: left;width: 190px;}
.secondary li.online h3 {background: #463329;color: #FFF;font-weight: 700;height: 50px;line-height: 50px;padding: 0 12px;}
.secondary li.online dl {padding: 0 12px;}
.secondary li.online dd {height: 39px;line-height: 39px;border-top: 1px solid #584033;overflow: hidden;padding: 5px 0;}
.secondary li.online dd:first-child {border-top: 0;}
.secondary li.online dd a {background: url(/sys/images/chart.png) no-repeat 0 50%;float: right;position: relative;width: 76px;}
.sideBarClose {position: fixed;right: -110px;bottom: 10px;z-index: 999;transition: all 0.5s ease-in-out 0s;}
.sideBarClose span {background: url(/sys/images/siderbar.png) no-repeat 5px 5px #E4393C;border-radius: 30px 0 0 30px;color: #FFF;cursor: pointer;display: block;height: 30px;line-height: 30px;padding: 10px 10px 10px 50px;width: 50px;text-align: center;}