.menu img {
            border: none;
            vertical-align: top;}

.menu li {
            list-style: none;
            text-align: center;
            width: 80px;
            height: 73px;
            background: #0b7a50;
            padding-bottom: 5px;
            padding-top: 2px;
            position: relative;
            cursor: pointer;}

.menu a {
            display: inline-block;
            position: relative;
            color: #fff;
            font-size: 12px;
            text-decoration: none;}

.menu li:hover {
            background: #FFBB50;}

.menu ul {
            padding-top: 105px;}

        .menu {
            position: fixed;
            right: 5px;
            top: 20%;
            z-index: 9999;}

        .tel {
            position: relative;}

        .tel:hover .number {
            display: block;}

        .erweima {
            position: relative;}

        .number {
            position: absolute;
            width: 240px;
            right: 81px;
            top: 0;
            color: #fff;
            display: none;
            z-index: 888;
            box-sizing: border-box;
            padding: 10px 0 10px 15px;
            background: #FFBB50;
            text-align: left;
            font-weight: bold;
            font-size: 14px;
            line-height: 14px;
            min-height: 80px;}

        .number span {
            margin-bottom: 5px;
            display: inline-block;}

        .mt1 {
            margin-top: 5px;}

        .erweima .gz {
            position: absolute;
            width: 240px;
            padding: 10px;
            box-sizing: border-box;
            right: 80px;
            display: none;
            padding: 10px;
            top: 0;
            border: 1px solid #eee;
            background: #FFBB50;
            font-size: 12px;
            font-weight: bold;
            color: #fff;}

        .erweima:hover .gz {
            display: block;}

        .checkme {
            width: 240px;
            height: 80px;
            box-sizing: border-box;
            background: #FFBB50;
            position: absolute;
            right: 81px;
            top: 0px;
            display: none;}

        .checkme a {
            color: #fff;
            padding: 5px;
            line-height: 30px;
            font-weight: bold;
            font-size: 14px;
            border: none;}

        .qq:hover .checkme {
            display: block;}

        .checkme img {
            border-radius: 25px;}
