#top {
    width: 100%;
    background: #0d295d;
    padding: 8px 0;
}

#top .top-in {
    /* line-height:40px; */
}

#top .top-in .left {
    display: flex;
    align-items: center
}

#top .top-in .left>span {
    margin-right: 20px
}

#top .top-in .left img {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

#top .top-in .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    /* height:40px; */
}

#top .top-in .right input {
    border: 0;
    outline: 0;
    width: 200px;
    height: 24px;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 36px;
    background: #fff url("../images/search_btn.png") no-repeat 170px center
}

#top a {
    color: #fff
}

#header {
    background: #123374;
    height: 150px;
    border-bottom: 1px solid #3d5fa2
}

#header .header-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

#header .logo {
    max-width: 735px
}

#header .motto {
    max-width: 620px
}

.navbar .crumbs .navbar-header {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: 50px;
    z-index: 12;
    box-sizing: border-box;
    transition: right 0.3s ease-in-out 0s
}

.navbar .crumbs .nav-expander:after {
    position: absolute;
    top: 10px;
    left: 16%;
    width: 68%;
    height: 5px;
    background: #fff;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    content: ''
}

#nav {
    background: #123374
}

#nav .nav-in {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: none;
    height: 56px
}

#nav .nav-in .nLi {
    position: relative;
    height: 56px;
    line-height: 56px;
    flex: 1;
    text-align: center
}

#nav .nav-in .nLi a {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    display: block
}

#nav .nav-in .nLi:hover>a {
    color: #fff
}

#nav .nav-in .second-nav {
    position: absolute;
    background: #123374;
    left: 0;
    top: 56px;
    z-index: 999;
    display: none;
    width: 100%
}

#nav .nav-in .second-nav li {
    height: 40px;
    line-height: 40px;
    text-align: center
}

#nav .nav-in .second-nav li:hover {
    background: #123374
}

#nav .nav-in .second-nav li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold
}

@media screen and (max-width: 991px) {
    .navbar-fixed-top .logo img {
        max-width:80%;
        height: auto
    }

    .navbar-fixed-top {
        width: 100%;
        background: #123374;
        position: fixed;
        border: 0
    }

    a.nav-expander {
        background: none;
        color: #ffffff
    }
}

@media (max-width: 768px) {
    #tour .switcher-wrap {
        width:100%;
        height: auto;
        margin-top: 20px
    }
}
