#app {
    position: relative;
}

.navss {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    height: 14vh;
    background-color: #00000014;
}

.navss_na {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.banner_img {
    width: 11%;
    height: 4vw;
}

.banner_img_a {
    display: inline-block;
    width: 100%;
    height: 4vw;
    margin-top: 1.5vw;
}

.banner_img_a img {
    width: 100%;
    height: 100%;
}


.gps {
    width: 60%;
}

.gps_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gps_li {
    width: 13%;
    text-align: center;
    margin: 0 10px
}

.gps_li_a {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    height: 14vh;
    line-height: 14vh;
    font-size: 1.1vw;
}

.gps_li_a:hover {
    background: rgba(106, 173, 215, 0.63);
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.gps_li:hover .gps_ul_1 {
    display: block;
}

.gps_ul_1 {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.gps_ul_1:hover {
    border-top: 2px solid #ffffff;
}

.gps_li_1 {
    height: 2vw;
    line-height:2vw;
}

.gps_li_1_a {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 0.8vw;
}

.gps_li_1_a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
}

.ccoo {
    width: 15%;
    display: flex;
    align-items: center;
    height:7vw;
}

.ccoo_img {
    width: 1.2vw;
    height: 1.2vw;
}

.ccoo_img_1 {
    width: 100%;
    height: 100%;
}input {
     border: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     outline: none;
 }

input:focus {
    border: none;
    box-shadow: none;
}
