
/*返回顶部*/

.dn {
    display: block;
}

.go-top {
    position: fixed;
    top: 458px;
    right: 10px;
    width: 70px;
    z-index: 999;
    display:none !important;
}

.go-top a {
    // transition: all 0.5s ease;
    // -o-transition: all 0.5s ease;
    // -moz-transition: all 0.5s ease;
    // -webkit-transition: all 0.5s ease;
}

.go-top a {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    background: #fff url(../images/top1-feb.png) 3px -302px no-repeat;
    border: 1px solid #d82b2b;
}

.go-top .go:hover {
    background: #d82b2b url(../images/top1-feb.png) 3px -114px no-repeat;
}


.cbl_s {
    position: fixed;
    top: 316px;
    right: 30px;
    width: 50px;
    z-index: 999;
}

.dianhua {
    width: 70px;
    height: 70px;
    background: #fff url(../images/top1-feb.png) 3px -178px no-repeat;
    border: 1px solid #d82b2b;
    border-bottom: none;
    position: relative;
}

.dianhua:hover {
    background: #d82b2b url(../images/top1-feb.png) 3px 13px no-repeat;
}

.dianhua:hover img {
    display: block;
}

.erweima:hover {
    background: #d82b2b url(../images/top1-feb.png) 3px -51px no-repeat;
}

.erweima:hover img {
    display: block;
}

.erweima {
    width: 70px;
    height: 70px;
    background: #fff url(../images/top1-feb.png) 3px -242px no-repeat;
    border: 1px solid #d82b2b;
    border-bottom: none;
    position: relative;
}

.dianhua img {
    position: absolute;
    top: 0px;
    right: 71px;
    display: none;
}

.erweima img {
    position: absolute;
    top: -25px;
    right: 71px;
    display: none;
}



@media screen and (max-width: 1441px) {
  .cbl_s{
    top: 316px;
  }
  .go-top{
    top: 458px;
  }
}
