body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}





body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #4d4d4d;
    background: #fff;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #828282;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #828282;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #828282;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #828282;
}

.placeholder {
    color: #828282;
}




.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}



.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-mt20{
    margin-top: 20px;
}

.ewb-mt10{
    margin-top: 10px;
}



@media (max-width: 767px) {
    .ewb-main{
        padding: 0 5px;
    }
    .ewb-mt20{
        margin-top: 14px;
    }
}



.ewb-header-bg{
    background: url('/travel/images/header_bg.jpg') no-repeat center top;
}



.ewb-toolbar{
    padding: 8px 0;
    line-height: 20px;
    color: #333;
}

.ewb-toolbar span{
    display: block;
}

.ewb-toolbar span img{
    margin-top: -2px;
    padding: 0 7px;
    vertical-align: middle;
}

.ewb-toolbar-txt{
    margin-top: -20px;
    float: right;
}

.ewb-toolbar-txt a{
    padding: 0 12px 0 8px;
    color: #333;
}



@media (max-width: 767px){
    .ewb-toolbar{
        padding: 8px 5px;
        font-size: 12px;
    }
    .ewb-toolbar-txt{
        float: none;
    }
    .ewb-toolbar-txt{
        margin: 5px 0 0 -8px;
    }
}



.ewb-logo{
    padding: 54px 0 60px;
    width: 60%;
}

.ewb-house{
    padding-top: 27px;
    width: 40%;
    text-align: right;
}



@media (max-width: 767px){
    .ewb-logo{
        padding: 25px 0;
        width: 70%;
    }
    .ewb-house{
        display: none;
    }
}



.ewb-nav{
    background: url('/travel/images/nav_bg.png') repeat left top;
}

.ewb-nav-items li{
    width: 20%;
}

.ewb-nav-item{
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}

.ewb-nav-items li.cur,
.ewb-nav-items li:hover{
    background: url('/travel/images/nav_bgh.png') repeat;
}



@media (max-width: 767px){
    .ewb-nav-items li{
        width: 33.3%;
    }
    .ewb-nav-item{
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
}



.ewb-ser{
    position: relative;
    float: right;
    margin-top: 11px;
    width: 218px;
    padding: 0 36px 0 16px;
    height: 38px;
    background: url('/travel/images/ser_bg.png') no-repeat center;
}

.ewb-ser-txt{
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    background: transparent;
    border: 0;
}

.ewb-ser-btn{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    display: block;
    width: 36px;
    height: 38px;
    background: url('/travel/images/header_ser.png') no-repeat 0 7px;
    cursor: pointer;
}



@media (min-width: 768px) and (max-width: 1199px){
    .ewb-ser{
        width: 135px;
    }
    .ewb-ser-txt{
        font-size: 14px;
    }
}



@media (max-width: 767px){
    .ewb-ser{
        margin: 11px auto;
        float: none;
    }
}





.ewb-footer-link{
    padding: 13px 0;
    background: #555a5d;
}

.ewb-footer-link li{
    float: left;
    width: 20%;
    font-size: 15px;
}

.ewb-footer-link li:first-child .ewb-footer-txt{
    margin-left: 0;
}

.ewb-footer-txt{
    display: block;
    margin-left: 13px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.ewb-footer-txt span{
    padding-left: 16px;
    color: #fff;
    background: url('/travel/images/footer_line.png') no-repeat left 4px;
}

.ewb-footer-txt>img{
    margin-top: -3px;
    padding-right: 12px;
    vertical-align: middle;
}

a.ewb-footer-txt{
    color: #a3a4a6;
    background: #777b7d;
}

.ewb-footer-txt select{
    padding-left: 16px;
    width: 100%;
    height: 34px;
    text-align: left;
    line-height: 34px;
    color: #fff;
    background: #777b7d;
    border: 0;
}



@media (min-width: 768px) and (max-width: 1199px){
    .ewb-footer-link li{
        font-size: 13px;
    }
    .ewb-footer-txt span{
        padding-left: 5px;
    }
    .ewb-footer-txt>img{
        padding-right: 1px;
    }
}



@media (max-width: 767px){
    .ewb-footer-link li{
        float: none;
        margin: 5px auto;
        width: 98%;
    }
    .ewb-footer-txt{
        margin-left: 0;
        text-align: left;
    }
    a.ewb-footer-txt{
        padding-left: 20px;
    }
}



.ewb-footer-name{
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #656a6d;
}

.ewb-footer-name .container{
    position: relative;
}

.ewb-footer-name p{
    padding: 20px 0;
}

.ewb-footer-name b{
    padding: 0 14px;
}

.ewb-footer-name a{
    color: #fff;
}

.ewb-footer-name a img{
    margin-top: -2px;
    padding-right: 5px;
    vertical-align: middle;
}

.ewb-footer-red{
    position: absolute;
    top: 18px;
    left: 114px;
}

.ewb-footer-error{
    position: absolute;
    top: 26px;
    right: 67px;
}



@media (min-width: 768px) and (max-width: 1199px){
    .ewb-footer-name{
        font-size: 13px;
    }
    .ewb-footer-name b{
        padding: 0 5px;
    }
    .ewb-footer-red,
    .ewb-footer-error{
        position: static;
        padding-bottom: 10px;
        display: inline-block;
        margin: 0 5px;
    }
}



@media (max-width: 767px){
    .ewb-footer-name{
        line-height: 24px;
        font-size: 12px;
    }
    .ewb-footer-name p{
        padding: 10px 5px;
    }
    .ewb-footer-name b{
        padding: 0 5px;
    }
    .ewb-footer-red,
    .ewb-footer-error{
        position: static;
        padding-bottom: 10px;
        display: inline-block;
        margin: 0 5px;
    }
}



.wb-data-items{
    padding-top: 8px;
}

.wb-data-list{
    padding-left: 16px;
    height: 30px;
    line-height: 30px;
    background: url('/travel/images/dot.png') no-repeat left center;
    vertical-align: top;
}

.wb-data-infor{
    margin-right: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-data-infor a{
    color: #4d4d4d;
}

.wb-data-date{
    float: right;
    margin-top: -30px;
    color: #a4a4a4;
}

.wb-data-list:hover,
.wb-data-list:hover a,
.wb-data-list:hover span{
    color: #d50303;
}