.d-header {
    height: 88px;
}
.d-header .logo {
    width: 190px;
    padding-top: 23px;
}
.d-header .logo img {
    vertical-align: top;
}
.d-header .menu {
    margin-top: 26px;
}
.d-header .menu .cell .on {
    color: #62C4A6;
}
.d-header .menu .cell .on:after {
    position: absolute;
    left: 34%;
    top: 120%;
    content:'';
    width: 32%;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #62C4A6;
}
.d-header .menu .cell {
    padding: 0 5px;
}
.d-header .menu .cell .a {
    padding: 0 13px;
}
.d-header .menu .cell.more .a {
    color: #333;
    background: url(./../images/icon-down.png) no-repeat right/9px 5px;
}
.d-header .menu .cell.more:hover .more-list {
    display: block;
}
.d-header .menu .cell .more-list {
    position: absolute;
    left: 50%;
    margin-left: -44px;
    width: 100px;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc;
    background: #fff;
}
.d-header .menu .cell .more-list ul li {
    border-bottom: 1px solid #eee;
}
.d-header .menu .cell .more-list ul li:last-child {
    border-bottom: none;
}
.d-header .menu .cell .more-list ul li:hover {
    background-color: #fbfbfb;
}
.d-header .right-menu {
    padding-top: 26px;
}
.telphone-check .hover-box {
    display: none;
    position: absolute;
    z-index: 111;
    top: 40px;
    left: 50%;
    margin-left: -50px;
    padding: 10px;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    background: #fff url('https://static.bohe.cn/video/pc/home/images/pic-code.jpg') no-repeat center;
}
.telphone-check .hover-box:before {
    content:'';
    position: absolute;
    left: 40px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #eee;
}
.telphone-check:hover .hover-box {
    display: block;
}
.index_footer {
    background-color: #2A2A32;
    padding: 24px 0 30px;
    color: #949498;
}
.index_footer a {
    color: #949498;
}
.index_footer .left-logo {
    width: 255px;
    padding-top: 37px;
}
.index_footer .left-logo .img {
    width: 199px;
    height: 85px;
}
.index_footer .center-link {
    width: 720px;
}
.index_footer .center-link .bottom-type-web .cell {
    width: 182px;
    line-height: 44px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(33, 33, 38, 0.7);
}
.index_footer .center-link .bottom-type-web .cell .pc {
    padding-left: 35px;
    background: url(./../images/pc.png) no-repeat left/24px;
}
.index_footer .center-link .bottom-type-web .cell .m {
    padding-left: 35px;
    background: url(./../images/m.png) no-repeat left/24px;
}
.index_footer .center-link .bottom-type-web .cell .mip {
    padding-left: 35px;
    background: url(./../images/mip.png) no-repeat left/24px;
}
.index_footer .right-code {
    width: 210px;
}
.index_footer .right-code .code {
    width: 90px;
}
.index_footer .right-code .code .img {
    border: 5px solid #fff;
    height: 80px;
}