/*
    导航栏样式
*/

.container {
    min-width: 1000px;
    overflow: auto;
    height: 100%;
}

.page-nav {
    white-space: nowrap;
    width: 100%;
    min-width: 1200px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff;
    transition: background .25s .50s ease;
}
.page-nav:hover a {
    color: #464749;
}

/*咨询hover时字体颜色为#fff*/
.page-nav:hover .consult {
    color: #ffffff;
}

.page-nav:hover {
    background-color: #ffffff;!important;
    border-bottom: 1px solid #464749;
}

.page-nav:hover .brand {
    background-image: url("../images/logo-0.jpg")!important;
}

.page-nav a {
    transition: color .25s .50s ease;
}

@media screen and (min-width: 1200px) {
    .page-nav .nav-wrap {
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
    }
}

.page-nav .nav-wrap {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    line-height: 65px;
}

.clearfix {
    zoom: 1;
}
.page-nav .nav-wrap .menu {
    width: 200px;
    text-align: center;
    line-height: 65px;
    float: left;
}

.flexbox .nav-wrap>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.page-nav .menu .brand {
    text-align: center;
    vertical-align: middle;
    background-image: url("../images/logo-1.jpg");
    transition: background .25s .50s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 88%;
    width: 190px;
    height: 22px;
    margin-top: 23px;

}
.page-nav .menu a {
    font-size: 25px;
    padding: 0 80px;
}

a {
    text-decoration: none;
}

.flexbox .nav-wrap a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.page-nav .operation {
    float: right;
    padding-right: 10px;
}
.page-nav .operation ul {
    display: inline-block;
    float: left;
}

.page-nav .operation ul li {
    display: inline-block;
    height: 60px;
    padding: 0 5px;
    margin-right: 30px;
    border-bottom: 1px solid transparent;
    line-height: 65px;
    list-style: none;
    font-width: 300!important;
}
.page-nav .operation ul li:hover {
    /*border-bottom: 1px solid #464749;*/
}
.operation ul li a {
    color: #ffffff;
    font-size: 14px;
}


/* 下拉菜单 */
.select-det {
    display: none;
    z-index: 21;
    position: absolute;
    top: 61px;
    left: 0;
}


.resolve {
    position: relative;
}
.resolve:hover .select-det {
    display: block;
}

/* 产品中心 */
.product {
    position: relative;
}

.product:hover .select-det {
    display: block;
}

.data-container {
    display: none;
    z-index: 21;
    background-color: #eee;
    width: auto;
    height: 445px;
    overflow: scroll;
    position: absolute;
    left: 155px;
    top: 0;
}

.select-con a:hover .data-container {
    display: block;
}

.data-container div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.data-container div span {
    height: 40px;
    text-align: left;
    font-size: 12px;
    color: #464749;
}

.consult {
    padding: 4px 14px;
    background: #2B6DE5;
    color: #fff;
    text-align: center;
    font-size: 12px!important;
}

.select-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eeeeee;
    z-index: 9999;
    padding: 5px 15px 0 15px;
    position: relative;
}
.select-con a {
    padding: 5px 15px 0 15px;
    text-align: center;
    color: #464749!important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 12px!important;
}

.select-con span {
    padding: 5px 15px 0 15px;
    text-align: center;
    color: #464749!important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 12px!important;
}

.select-con span:hover {
    background-color: #eaeaea;
}

.select-con a:hover {
    background-color: #eaeaea;
}
