﻿/*图片轮播*/
.Broadcast_picture {
    margin-top: 20px;
    position: relative;
    height: 400px;
    overflow: hidden;
}

/*图片*/
.picture {
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
}

.picture_1 {
    display: block;
}

/*指示符*/
.push_button {
    left: 369px;
    bottom: 18px;
    list-style: none;
    position: absolute;
}

.push_li {
    float: left;
    margin-left: 10px;
    width: 32px;
    padding: 10px 0px;
    cursor: pointer;
    display: block;
}

.push_span {
    height: 4px;
    width: 32px;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
}

.active {
    background-color: #fff;
}

/*左边按钮*/
.Arrow_left {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 400px;
    width: 70px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 50px;
    cursor: pointer;
    background-image: url(/Images/Home/Index/left1.png);
    background-repeat: no-repeat;
    background-position: 50px 189px;
}

    .Arrow_left:hover {
        background-image: url(/Images/Home/Index/left2.png);
        background-repeat: no-repeat;
    }

/*右边按钮*/
.Arrow_right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 400px;
    width: 70px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 50px;
    cursor: pointer;
    background-image: url(/Images/Home/Index/left1.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-position: 50px 189px;
}

    .Arrow_right:hover {
        background-image: url(/Images/Home/Index/left2.png);
        background-repeat: no-repeat;
    }

/*电脑办公、平面设计、软件开发三个盒子*/
.Lay_form {
    margin-top: 20px;
    overflow: hidden;
}

/*电脑办公、平面设计、软件开发盒子样式*/
.form_sty {
    width: 320px;
    height: 390px;
    float: left;
    margin-left: 20px;
    background-color: #fff;
}

.sty_1 {
    margin-left: 0px;
}

.div_kcjs {
    height: 100px;
    background-color: #096;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.div_ms {
    color: #555;
    height: 180px;
    padding: 20px;
    text-indent: 2em;
    font-size: 16px;
    text-align: justify;
    line-height: 36px;
}

/*立即学习按钮样式*/
.Lay_btn_gre {
    height: 40px;
    width: 160px;
    display: block;
    margin: auto;
}