@charset "utf-8";
/* CSS Document */

#erweima {
    position: fixed;
    top: 50%;
    z-index: 555;
    width: 100%;
    text-align: center;
    left: 0%;
    margin-top: -70px;
}

@font-face {
    font-family: 'nicedesign';
    src: url('../font/nicedesign.otf');
    src: url('../font/nicedesign.eot') format('embedded-opentype'),
    url('../font/nicedesign') format('woff'),
    url('../fonts/nicedesign.woff') format('truetype'),
    url('../font/nicedesign') format('svg');
    font-weight: normal;
    font-style: normal;
}

.side-pannel {
    position: fixed;
    width: 50px;
    bottom: 150px;
    right: 10px;
    z-index: 1000;
}

.side-bar > a {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    float: left;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
}

.side-bar > a:hover {
    background: #F90;
}

.side-bar a.gotop:hover {
    background: #222;
}

/*.side-bar a.qq i{ background:url(../images/side_03.png) no-repeat; width:24px; height:26px; display:block; margin:10px auto;}
 */
.side-bar .dh {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
    float: left;
    left: 0;
    display: block;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
}

.side-bar .dh:hover {
    background: #F90;
}

/*.side-bar .dh i{ background:url(../images/side_06.png) no-repeat; width:23px; height:23px; display:block; margin:14px auto;}
.side-bar a.wx i{ background:url(../images/side_10.png) no-repeat; width:26px; height:22px; display:block; margin:14px auto;}
.side-bar a.gotop i{ background:url(../images/side_14.png) no-repeat; width:23px; height:13px; display:block; margin:17px auto;}*/

.side-bar .dh .hidec {
    width: 166px;
    position: absolute;
    left: -166px;
    top: -35px;
}

.side-bar .dh .hied_con {
    width: 150px;
    background: #222;
    border-radius: 4px;
    color: #fff;
    padding: 5px 0 15px 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: width .3s ease-in-out;
    display: none;
}

.side-bar .dh:hover .hied_con {
    display: block !important
}

.side-bar .dh .hied_con:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #222;
    position: absolute;
    right: 11px;
    top: 58px;
    transform: rotate(45deg);
}


.side-bar .dh .hidec dl {
    width: 110px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    line-height: 22px;
    font-size: 12px;
    margin-top: 10px;
}

.side-bar .dh .hidec dl dt a {
    color: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.side-bar .zj {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    float: left;
    display: block;
    border-radius: 50%;
    background: #f21c2b;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
}

.side-bar .zj:hover {
    background: rgba(0, 105, 192, 1);
}

.side-bar .zj i {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: 0;
}

.side-bar .zj i img {
    width: 100%;
}

.side-bar .zj .hidec {
    width: 176px;
    position: absolute;
    left: -176px;
    top: -72px;
}

.side-bar .zj .hied_con {
    width: 160px;
    background: #fff;
    border-radius: 4px;
    color: #fff;
    padding: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: width .3s ease-in-out;
    display: none;
    box-sizing: border-box;
}

.side-bar .zj:hover .hied_con {
    display: block !important
}

.side-bar .zj .hied_con:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 11px;
    top: 88px;
    transform: rotate(45deg);
    box-shadow: 6px 0 5px 0 rgba(0, 0, 0, .1)
}

#side-bar {
}

.theme-mask {
    z-index: 10000;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
}

.popover1 {
    width: 360px;
    height: 400px;
    z-index: 100001;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -200px 0 0 -180px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .2);
    display: none;
    text-align: center;
}

.popover1 dl {
    margin-top: 60px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.popover1 dl a {
    width: 110px;
    height: 40px;
    background: rgba(0, 105, 192, 1);
    color: #fff;
    display: inline-block;
    line-height: 40px;
    border-radius: 2px;
    font-size: 14px;
}

.f_top {
    font-style: normal;
    display: block;
    font-size: 24px;
    font-family: "nicedesign";
    color: #fff;
    line-height: 50px;
}

.side-bar a i {
    font-style: normal;
    font-family: 'nicedesign';
}

.up_qq:before {
    content: "\e807"
}

.up_tel {
    font-size: 26px;
}

.up_tel:before {
    content: "\e806"
}

.up_wx:before {
    content: "\e801"
}

.up_up {
    font-size: 20px;
}

.up_up:before {
    content: "\e808"
}

.pull-left p a {
    color: #fff;
}