ul, li, ol {
    list-style: none;
    margin: 0;
}       
.toolbar-item{
             position: relative;
        }
        .toolbar-item,.toolbar-layer {           
             background: url(../img/banner/toolbar2.png) no-repeat;
        }

        .toolbar {
            position: fixed;
            right: 0px;
            bottom: 50px;
        }
        /*假设网页宽度为1200px，导航条在右侧悬浮*/

        .toolbar-item {
            display: block;
            width: 52px;
            height: 52px;
            margin-top: 1px;
            position: relative;
            -moz-transition: background-position 1s;
            -ms-transition: background-position 1s;
            -o-moz-transition: background-position 1s;
            -webkit-moz-transition: background-position 1s;
            transition: background-position 1s;
        }

        .toolbar-item:hover .toolbar-layer {
            opacity: 1;
            filter: alpha(opacity=100);
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }

        .toolbar-item-weixin {
            background-position: 0 -1012px;
        }
        
        /*在线咨询*/
        .toolbar-item-feedback {
            background-position: 0 -640px;
        }
       /*活动报名*/
        .toolbar-item-app {
            background-position: 0 -764px;
        }

        /*回到顶部*/
        .toolbar-item-top {
            background-position: 0 -890px;
        }
        @media screen and (min-width: 800px){
            .toolbar-item-top:hover {
                background-position: 0 -950px;
            }

            .toolbar-item-app:hover {
                background-position: 0 -826px;
            }

            .toolbar-item-weixin:hover {
                background-position: 0 -1074px;
            }

            .toolbar-item-feedback:hover {
                background-position: 0 -700px;
            }
        }
      
        .con1,.con2{
            display: none;
            position: absolute;
            right: 60px;
            top: 7px;
            width: 110px;
            height: 35px;
            background-color: #00283c;
            /*border: 1px solid #fafafa;*/
            border-radius: 5px;
            font-size: 12px;
            text-align: center;
            line-height: 35px;
            color: #fff;
        }
        .con2{
             width: 135px;
             top: 9px;
        }
        .con1:after,.con2:after{
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            top: 14px;
            right: -4px;
            transform: rotate(45deg);
            background-color: #00283c;
        }
        .con2:after{
             top: 13px;
        }

        .con3{
                display: none;
                width: 155px;
                height: 157px;
                position: absolute;
                right: 60px;
                top: 0px;
                background-color: #00283c;
                color: #fff;
                text-align: center;
                padding-top: 15px;
                font-size: 12px; 
                border-radius: 5px;
        }
        .toolbar-code{
            width: 100px;
            height: 100px;
            background: url(../img/瑞泰小助个人微信二维码.png) no-repeat;
            background-size: 100% 100%;
            margin: 10px auto 0;
        }
        .con3:after{
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            top: 14px;
            right: -4px;
            transform: rotate(45deg);
            background-color: #00283c;
        }


        



        .toolbar-layer {
            position: absolute;
            right: 46px;
            bottom: -10px;
            width: 172px;
            opacity: 0;
            filter: alpha(opacity=0);
            transform-origin: 95% 95%;
            -moz-transform-origin: 95% 95%;
            -ms-transform-origin: 95% 95%;
            -o-transform-origin: 95% 95%;
            -webkit-transform-origin: 95% 95%;
            transform: scale(0.01);
            -moz-transform: scale(0.01);
            -ms-transform: scale(0.01);
            -o-transform: scale(0.01);
            -webkit-transform: scale(0.01);
            transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            -webkit-transition: all 1s;
        }






/*头部*/
.rtheader-wrap{
    width: 100%;
    height: 56px;
    background: #00283c;
    border-bottom: 2px solid #1fb6d8;
    position: relative;
}
.rtheader{
  /* width: 85.36%;*/
   margin: 0 auto;
   height: 56px;
}
.rtheader .rtlogo{
    float: left;
    width: 120px;
    height: 34px;
    margin-top: 6px;
    margin-left: 4%;
}
.rtheader .rtlogo img{
    width: 100%;
    height: 100%;
}
.rtheader .rektec-info{
    float: left;
    font-size: 16px;
    color: #ccd4d8;
    margin-top: 24px;
    margin-left: 10px;
    padding-left: 10px;
    height: 16px;
    line-height: 15px;
    border-left: 1px solid #ccd4d8;  
}
.rtheader-wrap .rektec-phone{
    position: absolute;
    right: 2.2%;
    font-family: "4077TH";
    font-size: 20px;
    color: #ccd4d8;
    top: 16px;
}
.rtnav{
    overflow: hidden;
    float: right;
    margin-top: 21px;
    margin-right: 20%;
}
.rtnav li{
   float: left;
}
.rtnav li a{
    color: #fff;
    font-size: 0.875em;
    padding:0 15px;
    display: block;
    float: left;
}
.rtnav li span{
    display: block;
    float: left;
    width: 1px;
    height: 14px;
    background: #fff;
    margin-top: 4px;
}
.rtnav .header-last a{
  padding-right: 0;
}
.rtnav li a:hover{
    color: #1fb6d8;
 
}
#fixed{
    position:fixed;
    top:0;
    display: none;
    z-index: 9999;
}
.rtnav .rtactive{
    color: #1fb6d8;
}

/*头部下拉框*/
.dorp{
    display:inline-block;
}
.dorp_con {
    display:block;
    visibility:hidden;
    overflow: hidden;
    position: absolute;
    top: 39px;
    width: 154px;
    background-color: #132b3e;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    /*border-top-left-radius: 0px;*/
    -webkit-box-shadow: 3px 3px 3px rgba(50,50,50,0.12);
    -moz-box-shadow: 3px 3px 3px rgba(50,50,50,0.12);
    padding: 0px;
    z-index: 9900;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    float: left;
    list-style: none outside;
    vertical-align: baseline;
}
.dorp:hover .dorp_con{
    /*display:block;*/
    visibility:visible;
}
.header-demo {
   font-size: 12px;
   color:#fff;
   background:#76bfea;
   border-radius: 3px;
   padding: 1px 18px;
   position: absolute;
   right: 14%;
   z-index: 999;
   top: 20px;
}

