﻿/*------------------------底部---------------*/

.FriendLink {
    background: #f4f4f4;
}

.link_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer {
    padding: 20px 0;
    color: #000;
    background: #f4f4f4;
    border-top: 1px solid #e6e6e6;
}

.footer_In {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.footer_In>a {
    line-height: 28px;
}

.footer p {
    text-align: center;
    line-height: 28px;
}

.footer_logo {
    position: absolute;
    text-align: left;
    top: 40px;
    right: 90px;
}


/*微信、微博弹窗*/

#fixedLayertop {
    position: fixed;
    top: 400px;
    right: 0;
    z-index: 15;
    _position: absolute;
    width: 60px;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||200)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.fixed {
    width: 60px;
    _display: none;
    background: #28b5a9;
    -pie-background: rgba(73, 173, 145, .7);
    /*IE6-8*/
    /*仅在未设置模糊值的情况下支持rgba*/
    border-radius: 10px 0px 0px 10px;
    *background: url(/Sites/Uploaded/UserUpLoad/20160722/20160722114229.png) repeat;
}

#fixedLayertop a {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    padding-top: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
    _margin-bottom: 0;
    _border-bottom: 2px solid #fff;
}

#fixedLayertop a.weixinBtn {
    background: url(/Sites/Uploaded/UserUpLoad/20180806/20180806154713.png) no-repeat center;
}

#fixedLayertop a.Btn2 {
    background: url(/Sites/Uploaded/UserUpLoad/20180806/20180806154830.png) no-repeat center;
}

#fixedLayertop a#end {
    background: url(/Sites/Uploaded/UserUpLoad/20180806/20180806154905.png) no-repeat center top;
    font-weight: bold;
}

.weix_img {
    z-index: 2000;
}

#fixedLayertop {
    z-index: 2000;
}

.img_da {
    border-radius: 5px;
    display: block;
    margin-left: 4px;
    margin-top: 5px;
    width: 120px;
}

.sinabox {
    display: none;
    height: 120px;
    left: -160px;
    padding: 10px;
    position: absolute;
    top: 33px;
}

.wxbox {
    display: none;
    height: 120px;
    left: -160px;
    padding: 10px;
    position: absolute;
    top: -33px;
}

.close {
    cursor: pointer;
    margin-top: 10px;
    display: block;
    margin-left: 17px;
    width: 30px;
    overflow: hidden;
}

.yincang {
    display: none;
}
.wxbox,.sinabox{
    width: 153px;
    height: 147px;
    background: url(/Sites/Uploaded/UserUpLoad/20180824/20180824164934.png) no-repeat;
}

@media screen and (min-width:1280px) and (max-width:1366px) {
    .footer_In {
        width: 980px;
    }
    .footer_logo {
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    #fixedLayertop {
        display: none;
    }
    .footer,
    .footer_In {
        width: 100%;
    }
    .footer_In>a,
    .footer_In .line {
        display: none;
    }
    .footer_logo {
        position: static;
        text-align: center;
    }
    .copyright .add,
    .copyright .num {
        display: none;
    }
}