* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


a{
    text-decoration: none;
}
li{
    list-style: none;
}
.head{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 999;
    border-bottom:1px solid #eee;
}
.box1{
    width: 1200px ;
    margin: 0 auto;
    padding: 10px 0;
}
.box1 .he-le{

}
.box1>ul{
    font-size: 0;
    display: inline-block;
    margin: 0 10px 0 119px;
    vertical-align: top;
}
.box1>ul>li{
    margin-right: 60px;
    display: inline-block;
}
.box1>ul>li>a{
    display: inline-block;
    line-height: 42px;
    font-size: 16px;
    color: #595757;
    padding: 0 0;
}

.box1>ul>li>a>span{
    color: #3e96f9;
}
.hover{
    color: #3e96f9;
    border-bottom: 1px solid #3e96f9;}

.he-ri{
    float: right;
    color: #fc0505;
    margin: 7px 0 0 0;
    font-size: 20px;
}
.he-ri>*{
    vertical-align: middle;
}
.box1-phone{
    display: none;
}
@media (max-width: 760px) {
    .he-le>img{
        width: 30%;
        margin: 10px 8px;
    }
    .glyphicon>img{

    }
    .box1{
        display: none;
    }
    .box1-phone{
        width: 100%;
        position: relative;
        display: block;
    }
    .box1-phone-nav{
        float: right;
        width: 40px;
        height: 40px;
        margin: 11px 10px 0 0;
    }
    .box1-phone-nav>img{
        width: 100%;
    }
    .box1-phone-nav>:first-child{
        display: block;
    }
    .box1-phone-nav>:last-child{
        display: none;
    }
    .box1-phone-nr{
        position: absolute;
        right: -150%;
        background-color: rgba(0,0,0,0.6);
        width: 100vw;
        height: 100vh;
        transition: all 0.7s;
    }
    .rri{
        left: 0;
        transition: all 0.7s;
    }
    .box1-phone-nr>ul>li{
        border-bottom: 1px solid #fff;
    }
    .box1-phone-nr>ul>li>a{
        font-size: 14px;
        color: #ffffff;
        display: block;
        padding: 10px 20px;
    }
}
