/*.head{*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 99;*/
/*}*/
.container {
    margin: auto;
}

.head-search {
    width: 216px;
    height: 40px;
    background: #d9e3ff;
    border: 1px solid #9cafde;
    border-radius: 6px;
    position: absolute;
    right: 60px;
    bottom: 45px;
}

.head-search input {
    background-color: transparent;
    border: none;
    outline: none;
    margin-left: 10px;
    width: 150px;
}

.head-search .search-btn {
    width: 48px;
    height: 40px;
    opacity: 0.5;
    background: #ffffff;
    border: 1px solid #9cafde;
    border-radius: 0 6px 6px 0;
    margin-left: auto;
    margin-right: 0;
    justify-content: center;
    -webkit-justify-content: center;
}

.head-search .search-btn img {
    width: 18px;
    display: block;
}

.headn1-txt {
    position: absolute;
    right: 60px;
    bottom: 90px;
    color: #0037A8;
    font-weight: 400;
}

.headn1-txt img {
    width: 12px;
    height: 12px;
    margin-left: 6px;
}

.headn1 {
    height: 118px;
    background: #013983 url(images/topbg.png) repeat-x;
    position: relative;
    z-index: 99;
}

.headn1 .logo {
     width: 700px;   
}

@media (min-width: 1280px) {
   .headn1 .logo {
    width: 800px !important;
    }
}

.headn1 .bgim4 {
    position: absolute;
    width: 514px;
    height: 135px;
    right: 0;
    bottom: 0;
}

.head-navbox {
    background: #1a70d2;
}

.head-navbox .head-navbox-list {
    justify-content: center;
    -webkit-justify-content: center;
}

.head-navbox .head-navbox-list > li {
    padding: 0 20px;
    position: relative;
}

.head-navbox .head-navbox-list > li:last-child {
    border-right: none;
}

.head-navbox .head-navbox-list > li > a {
    height: 56px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.head-navbox .head-navbox-list > li:hover {
    background-color: #0154b3;;
}

.head-navbox .head-navbox-list > li:hover .ol-list {
    display: block;
}

.head-navbox .ol-list {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 999;
    background: #0154B3;
    width: 100%;
}

.head-navbox .ol-list > li > a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    height: 56px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.head-navbox .ol-list > li > a:hover {
    background: #1A70D2;
}

@media (min-width: 320px) and (max-width: 768px) {
    .head-navbox .head-navbox-list > li {
        padding: 0 4px !important;
        font-size: 14px;
    }

    .head .container {
        width: 100%;
    }

    .headn1 .logo {
        width: 280px;
    }
}

@media (max-width: 1000px) {
    .head .container {
        width: 100% !important;
    }
}

/*@media (min-width: 1280px) {*/
/*    .head-navbox{*/
/*        padding-left: 100px;*/
/*    }*/
/*}*/
@media (min-width: 1200px) {
    .head .container {
        width: 1100px;
    }
}

@media (min-width: 1280px) {
    /*.head-navbox{*/
    /*    padding-left: 100px;*/
    /*}*/
    .head .container {
        width: 1100px;
    }
}