﻿@charset "utf-8";
/* 右侧展开收缩开始*/
.sidebar1 {
    position: fixed;
    height: 100px;
    top: 180px;
    color: #666;
    text-align: center;
    font-size: 19px;
}

.bar_3 {
    width: 30px;
    padding-top: 30px;
    right: 0;
    z-index: 1001;
    cursor: pointer;
    background: rgba(27, 111, 226, 0.6);
    /*background-color: #f2f2f2;*/
    color: #fff;
}

.bar_4 {
    width: 260px;
    right: 30px;
    z-index: 1000;
    font-size: 15px;
    padding: 15px;
}

.app1 {
    float: right;
    margin-bottom: 15px;
    margin-top: 0px;
    margin-right: 30px;
}

.app1 > * {
    width: 234px;
}

.app1 > div {
    margin-left: 10px;
}

.app1 img:hover {
    transform: scale(1.4);
}
/* 右侧展开收缩结束*/

/* 关闭按钮 */
#ad_Float {
    position: absolute;
    z-index: 999;
}
#ad_Float->div{
    position:relative;
}
#ad_Float #close {
    width: 40px;
    height: 20px;
    background:#fff;
    font-size: 13px;
    color: #1f7cb5;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
#ad_Float a {
    float: left;
}

@media screen and (max-width: 999px) {
    /* 右侧展开收缩开始*/

    .bar_4 {
        width: 260px;
        right: -300px;
        z-index: 1000;
        font-size: 15px;
        padding: 15px;
	overflow: hidden;
    }
    /* 右侧展开收缩结束*/
}
