.index-banner .text-box .text-content p{
display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-bottom: 0px;

}
.header {
    background: rgba(1, 80, 211, .8);
    position: absolute;
    z-index: 12;
    width: 100%;
}
.header-inner{
    background: rgba(1, 80, 211, 1);
        position: relative;
    z-index: 2;
    box-shadow: #222 0px 0px 13px 0px;
}

.header>.w {
    height: 160px;
    transition: height .3s
}

.header .right,
.header>.w {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.header_fixed {
    background: #fff;
    box-shadow: 0 3px 7px #666
}

.header_fixed>.w {
    height: 80px
}

.header_fixed .logo {
    height: 40px
}

.header_fixed .search-box {
    border-color: #001268
}

.head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 30px 0;
}

.logo {
    transition: height .3s;
    margin-top: 20px;
MAX-WIDTH: 450px;
}

.head-search {
    display: flex;
}

.head-language {
    display: flex;
}

.btn-search {
    padding: 0px 7px !important;
    position: relative;
    z-index: 9;
    color: #fff;
    border: none;
    background: rgba(1, 80, 211, .8);
}

.btn-search i {
    font-size: 25px;
    font-weight: bold;
}

.index-nav-block {
    background: #001268;
    margin-bottom: -28px;
    z-index: 8;
}

.index-nav .nav-link {
    color: #fff;
    padding: 1.2rem 1.7rem;
    font-size: 16px;
}

#search-block {
    margin: 0 10px;
    display: none;
}

#search-block input {
    border-radius: 30px 30px;
    padding: 19px;
    margin-right: -38px;
    z-index: 0;
}

.navi {
    position: relative;
    z-index: 9;
}

.navi ul {
    display: flex;
    margin: 0;
}

.navi ul li {
    position: relative;
    padding: 0px 15px;
    list-style-type: none;
    z-index: 8;
}

.navi ul li i {
    transform: rotateY(60deg);
}

.navi ul li>a {
    color: #fff;
    display: block;
    height: 60px;
    line-height: 50px;
    position: relative;
    text-align: center;
    transition: all .3s;
    font-size: 16px;
    text-transform: uppercase;
}

.navi ul li>a:hover {
    text-decoration: none;
}

.navi ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
    z-index: 2
}

.navi ul li.selected>a,
.navi ul li:hover>a {
    border-bottom: 2px solid #fff;
}

.navi ul li.selected>a:after {
    opacity: 1
}

.navbox {
    background: rgba(47, 116, 225, .8);
    bottom: 0;
    font-size: 0;
    left: 50%;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 80%);
    visibility: hidden;
    z-index: -1
}

.navbox,
.navbox>a {
    box-sizing: border-box;
    transition: all .3s
}

.navbox>a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.navbox>a:hover {
    background: #001268;
    color: #fff
}

.navbox>a:last-of-type {
    border-bottom: none
}



.search-box {
    margin: 0 10px;
    z-index: 3;
    display: none;
}

.search {
    display: flex
}

.search input {
    border: #ddd 1px solid;
    border-radius: 20px;
    padding: 19px 10px;
    margin-right: -27px;
}



.memu-btn {
    display: none;
    height: 35px;
    margin-right: 10px;
    position: relative;
    width: 35px
}

.memu-btn i {
    color: #001268;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
}

.memu-btn .memu {
    opacity: 1;
    visibility: visible
}

.memu-btn .close,
.memu-btn.active .memu {
    opacity: 0;
    visibility: hidden
}

.memu-btn.active .close {
    color: #0150d3;
    opacity: 1;
    visibility: visible
}

.footer {
    background: url(../img/bg-foot.jpg) repeat-y center #0150d3;
    color: #fff;
    padding: 70px 30px;
}

.footer ul {
    padding: 0 40px;
}

.footer li {
    line-height: 2.4;
    list-style-type: none;
    margin-right: 20px;
}

.footer li b {
    font-size: 24px;
}

.footer a {
    font-size: 16px;
    color: #fff;
}

.home-contact {
    margin-top: 1rem;
    font-size: 16px;
}

.home-contact h2 {
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
}

.lug-bt {
    padding: 0px 0px;
    height: 36px;
    background: none;
    border: none;
    font-size: 18px;
}
@media(max-width:1930px) {
  .index-banner .imgs{
    padding-bottom:48%;
  }
}
@media(max-width:1024px) {
    .logo {
        max-height: 40px;
        margin: 0;
    }

    .header .w {
        height: 60px
    }

    .navi {
        background: #0150d3;
        bottom: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 60px;
        transition: all .3s;
        visibility: hidden;
        width: 100%;
        z-index: -1
    }

    .navi ul {
        padding: 0 20px
    }

    .navi ul,
    .navi ul li {
        box-sizing: border-box;
        display: block
    }

    .navi ul li {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .navi ul li>a {
        font-size: 14px;
        font-size: 16px;
        height: auto;
        text-align: left;
        color: #fff;

    }

    .navi ul li:hover .navbox {
        transform: none
    }

    .navi.show {
        opacity: 1;
        visibility: visible;
        z-index: 40
    }

    .navi ul li:after {
        display: none
    }

    .navi ul li.selected,
    .navi ul li:hover {
        background: none !important
    }

    .navi ul li.selected>a,
    .navi ul li:hover>a {
        background: none !important;
    }

    .navbox {
        background: none;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        padding-left: 0px;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 1
    }

    .navbox>a {
        color: #fff;
        margin-bottom: 5px;
        margin-right: 10px;
 line-height: 2;
    }

    .memu-btn,
    .search-btn-box {
        display: block
    }

    .search-box {
        background: #fff;
        box-sizing: border-box;
        display: none;
        left: 0;
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 9;
        padding: 5px;
        margin: 0;
    }

    .search-item {
        display: flex;
        justify-content: space-between;
    }

    .search-box input {
        flex: 1;
        border-radius: 30px;
        border-color: #ddd;
    }

    .footer {
        padding: 0;
        margin-top: 10px;
    }

    .footer ul {
        min-height: 180px;
        padding: 0 5px;
        margin: 0;
    }


}


@media (max-width: 768px) {
    .memu-btn i {
        color: #fff;
    }

    .head {
        padding: 10px 0;
    }

    .header .right,
    .header>.w {
        flex-direction: row;
    }

    .footer .col-sm-5 {
        background: #262d3a;
    }

    .footer .col-sm-7 {
        background: #0150d3;
    }


}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}