/*-----------------初始化---------------------*/

* {
    padding: 0;
    margin: 0;
    border: none;
}
ul, ol, li {
    list-style: none;
}
em, i {
    font-style: normal;
}
a {
    text-decoration: none;
    color: #333;
}
img {
    display: inline-block;
    border: 0 none;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*固定的悬浮窗*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
    background:transparent;
}
.yb_bar ul li {
    width: 155px;
    height: 35px;
    font: 14px/36px 'Microsoft YaHei';
    color: #fff;
    text-indent: 40px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}
.yb_bar .yb_top {
    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -38px;
}
.yb_bar .yb_QQ {

    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -75px;
}
.yb_bar .yb_ercode {
    /*height:200px;*/

    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -111px;
}
.hd_qr {
    padding: 0 29px 25px 29px;
}
.yb_QQ a {
    font: 14px/36px 'Microsoft YaHei';
    display: block;
    text-indent: 40px;
    width: 100%;
    height: 100%;
    color: #fff;
}
