@charset "utf-8";
#navWrap {
    background-color: #14bcc1;
}
.navWrap {
    position: absolute;
    background-color: #14bcc1 !important;
    height: 50px;
}
.navArea {
    max-width: 1400px;
}
.navWarp> .navArea> ul> li> ol {
    background-color: #14bcc1;
	padding-left: 0px !important;
}
.navWarp > .navArea {
    height: 50px;
    padding: 0 10px;
    margin: 0 auto;
}
.navWarp > .navArea > ul {
}
.navWarp > .navArea > ul:after {
    display: block;
    content: "";
    clear: both
}
.navWarp > .navArea> ul> li {
    float: left;
    position: relative;
}
.navWarp > .navArea > ul> li> a {
    display: block;
    width: 190px;
    height: 50px;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    font-size: 15px;
    color: #ffffff;
    line-height: 50px;
    cursor: pointer;
}
.navWarp > .navArea > ul> li:first-child> a {
    width: 50px;
    height: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.navWarp> .navArea> ul> li> ol {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 189px;
}
.navWarp> .navArea> ul> li:hover> ol {
    display: block;
}
.navWarp> .navArea> ul> li:hover {
    background: rgba(0, 0, 0, 0.2)
}
.navWarp> .navArea> ul> li> ol> li {
}
.navWarp> .navArea> ul> li> ol> li> a {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    color: #ffffff;
    line-height: 50px;
}

@media (max-width:600px) {
.navWrap {
    height: 40px;
}
.navWarp> .navArea {
    height: 40px;
}
.navWarp> .navArea> ul {
    min-width: 300px;
}
.navWarp> .navArea> ul> li {
}
.navWarp> .navArea> ul> li> a {
    display: block;
    width: 130px;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 40px;
}
.navWarp> .navArea> ul> li:first-child> a {
    display: block;
    width: 40px;
    height: 40px;
}
.navWarp> .navArea> ul> li> ol {
    top: 40px;
    width: 129px;
}
.navWarp> .navArea> ul> li> ol> li> a {
    padding: 0 15px;
    font-size: 12px;
    line-height: 40px;
}
}
