/* 头部 */

.header{
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header .left,
.header .right{
    width: 50%;
    display: flex;
    align-items: center;
}

/* logo */
.header .left img{
    height: 43px;
}


/* .header .left img:first-child{
    border-right: 1px solid #bbbbbb;
    padding-right: 17px;
} */
.header .left img:last-child{
    margin-left: 17px;
}
/* logo end */


/* 电话 */
.header .right{
    justify-content: flex-end;
    position: relative;
}

.header .right .tel-wrapper{
    border-right: 1px solid #a7a7a7;
    padding-right: 35px;
    text-align: right;
}

.header .right .tel-title{
    display: inline-block;
    color: #39bacb;
    font-size: 16px;
}
.header .right .tel{
    display: flex;
    font-size: 18px;
    color: #747474;
    margin-top: 3px;
    align-items: center;
}
.header .right .line{
    width: 1px;
    height: 14px; 
    background: #9a9a9a;
    margin: 0 12px;
}
/* 电话end */


/* 地图 */
/*  常规的头部样式  春节后改回来*/
.header .right .map-wrapper{
    cursor: pointer;
    color: #39bacb;
    font-size: 18px;
    margin-left: 35px;
    height: 25px;
    line-height: 25px;
}

.header .right .map-wrapper .icon{
    font-size: 20px;
    vertical-align: middle;
}
.header .right .map-wrapper .map-title{
    vertical-align: middle;
}

.header .right .map-wrapper:hover{
    color: #2679ea;
}


.header .school-wrapper{
    display: none;
    cursor: pointer;
}
.header .right .school{
    position: absolute;
    top: 55px ;
    right: 43px;
    width: 220px;
    height: 182px;
    border-radius: 15px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 0 5px #eee;
}
.header .right .school li{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #5a5a5a;
    font-size: 12px;
    box-sizing: border-box;
}
.header .right .school li a{
    color: #5a5a5a;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.header .right .school li:hover{
    background: #f5f5f5;
}

.bdMap-wrapper{
    width: 725px;
    height: 568px;
    background: #fff;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 200px;
    z-index: 999;
    display: none;
}
.bdMap-wrapper .icon{
    display: inline-block;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
}
/* 地图 end*/


/* 导航菜单 */
.menu{
    height: 36px;
    line-height: 36px;
    display: flex;
    font-size: 18px;
}

/* 热门菜单 */
.menu .hot{
    box-sizing: border-box;
    width: 240px;
    cursor: pointer;
    position: relative;
}
.menu .hot-title{
    border-radius: 5px 5px 0 0;
    color: #f1f2f6;
    padding-left: 12px;
    background: #3bbcce;
    height: 36px;
}
.menu .hot-title .icon-caidan{
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
}

.menu .hot:hover .hot-list{
    display: block;
}
.menu .hot-list{
    height: 432px;
    width: 100%;
    position: absolute;
    top: 36px;
    display: none;
    z-index: 999;
}
.menu .hot-list li{
    position: relative;
    background: rgba(0,0,0,0.7);
    height: 11.1111%;
}
.menu .hot-list li .icon{
    position: absolute;
    right: 13px;
    top: 6px;
    color: #fff;
    font-size: 15px;
    opacity: 0.9;
}
.menu .hot-list li .hot-link{
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 47px;
    color: #ffffff;
    font-size: 16px;
    padding-left: 10px;
    transition: all 0.3s ease-out;
}
.menu .hot-list li .hot-link:hover{
    padding-left: 20px;
    background: rgba(255,255,255,0.7) url("https://www.0755bdqn.com/style/zyb/public/components/header/img/icon-hot-acitve-line.png") 0 no-repeat;
}
.menu .hot-list li .popup-link{
    display: none;
    position: absolute;
    width: 203px;
    height: 134px;
    background: #fff;
    right: -203px;
    top: 0;
}
/* 热门菜单 end */


/* 其他菜单 */
.menu .other-list-wrapper{
    width: 960px;
    display: flex;
    text-align: center;
}
.menu .other-list-wrapper>li{
    width: 14.285714%;
    position: relative;
    cursor: pointer;
}

.menu .other-list-wrapper .other-list{
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.menu .other-list-wrapper .other-list a{
    display: block;
    color: #202020;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}




.menu .other-list-wrapper .other-list a .icon{
    display: inline-block;
    color:#727272;
}

.menu .other-list-wrapper .other-list:hover a{
    color: red;
}
.menu .other-list-wrapper .other-list:hover a .icon{
    color: red;
}

.menu .other-list-wrapper .menu-child{
    position: absolute;
    width: 100%;
    top: 36px;
    left: 0;
    overflow: hidden;
    display: none;
    background: #fff;
    z-index: 99;
}

.menu .other-list-wrapper .menu-child li a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
}
.menu .other-list-wrapper .menu-child li:hover a{
    background: #f5f5f5;
    color:#4ec0d1;
}
/* 其他菜单 end*/
/* 导航菜单 end */

/* 轮播 */
.swiper-home{
    min-width: 1200px;
    overflow: hidden;
}
.swiper-home .swiper-slide a{
    height: 432px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}


/* 分页样式 */
.home-bullet{
    cursor: pointer;
    display: inline-block;
    width: 10px ;
    height: 10px ;
    background: #ccc;
    border-radius: 50px;
    margin-right: 10px;
    opacity: 0.6;
    transition: all 0.3s linear;
}
/* 分页高亮样式 */
.home-bullet-active{
    width: 20px ;
    background: #00ddff;
    opacity: 1;
}
/* 轮播end */