@charset "utf-8";


/* side_nav */
.side_nav {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
    width: 60px;
}

.side_nav ul li {
    position: relative;
    width: 60px;
    height: 60px;
    float: right;
    margin-bottom: 1px;
	list-style-type:none;
}

.side_nav ul li a {
    display: inline-block;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
	background-color:#0072BA;
}

.current_side_n {
    width: 140px !important;
}

.current_side_n a {
    width: 140px !important;
}

.side_nav ul li span {
    width: 164px;
    height: 164px;
    float: left;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    margin-left: 60px;
    cursor: pointer;
}

.side_nav_3 a {
    width: 60px;
}

.side_nav_3 a span {
    position: absolute;
    right: 61px;
    bottom: 0;
    margin-left: 0 !important;
    display: none;
}

.tel a {
    background: url(side_nav.png) no-repeat 15px 15px;
    border: 1px solid #e6e6e6;
}

.QQ a {
    background: url(side_nav.png) no-repeat 15px -96px;
    border: 1px solid #e6e6e6;
}

.sub_QR a {
    background: url(side_nav.png) no-repeat 15px -207px;
    border: 1px solid #e6e6e6;
}

.back_top a {
    background: url(side_nav.png) no-repeat 15px -317px;
    border: 1px solid #e6e6e6;
}
