﻿html, body {
    margin: 0;
    padding: 0;
}

.l {
    float: left !important;
    margin: 0 !important;
}

#Logo_Img {
    width: 160px;
    height: auto;
    padding: 10px 0;
    margin: 0;
}

.Head {
    width: 1100px;
    position: absolute;
    left: 50%;
    top: 3%;
    height: 65px;
    line-height: 65px;
    margin: 0 0 0 -550px;
    z-index: 2;
}

    .Head a {
        float: right;
        margin-left: 30px;
        text-decoration: none;
        color: #666;
        font-size: 14px;
    }

        .Head a:hover {
            color: #0378D8;
        }

        .Head a img {
            vertical-align: middle;
            margin: -6px 5px 0 0;
        }

.swiper-slide {
    position: relative;
}

.No1 {
    background: url(/Activity/Emp/Image/Index/bg-01.png) no-repeat;
    background-size: cover;
}

    .No1 .Text {
        width: 22%;
        position: absolute;
        top: 35%;
        left: 20%;
    }

    .No1 .Btn {
        width: 11%;
        position: absolute;
        top: 54%;
        left: 20%;
    }

.No2 {
    background: url(/Activity/Emp/Image/Index/bg-02.png) no-repeat;
    background-size: cover;
}

    .No2 .Text {
        width: 18%;
        position: absolute;
        top: 37%;
        left: 60%;
    }

    .No2 .Template {
        width: 49%;
        position: absolute;
        top: 5%;
        left: 14%;
    }

    .No2 .Tip {
        width: 9%;
        position: absolute;
        top: 40.5%;
        left: 15.4%;
    }

    .No2 .Tip1 {
        width: 8%;
        position: absolute;
        top: 61%;
        left: 36.4%;
    }

    .No2 .Tip2 {
        width: 9%;
        position: absolute;
        top: 45%;
        left: 50%;
    }

.No3 {
    background: url(/Activity/Emp/Image/Index/bg-03.png) no-repeat;
    background-size: cover;
}

    .No3 .Text {
        width: 22%;
        position: absolute;
        top: 43%;
        left: 26%;
    }

    .No3 .Template {
        width: 22%;
        position: absolute;
        top: 19%;
        left: 51.2%;
    }

    .No3 .Tip {
        width: 7%;
        position: absolute;
        top: 26.6%;
        left: 47.6%;
        z-index: 1;
    }

    .No3 .Tip1 {
        width: 7%;
        position: absolute;
        top: 51.2%;
        left: 68.4%;
        z-index: 1;
    }

    .No3 .Tip2 {
        width: 7%;
        position: absolute;
        top: 30%;
        left: 70.4%;
        z-index: 1;
    }

.No4 {
    background: url(/Activity/Emp/Image/Index/bg-04.png) no-repeat;
    background-size: cover;
}

    .No4 .Text {
        width: 24%;
        position: absolute;
        top: 41%;
        left: 22%;
    }

    .No4 .Template {
        width: 32%;
        position: absolute;
        top: 26%;
        left: 51%;
    }

.No5 {
    background: url(/Activity/Emp/Image/Index/bg-05.png) no-repeat;
    background-size: cover;
}

    .No5 .Text {
        width: 22%;
        position: absolute;
        top: 44%;
        left: 55.8%;
    }

    .No5 .Template {
        width: 34%;
        position: absolute;
        top: 27%;
        left: 20%;
    }

.No6 {
    background: url(/Activity/Emp/Image/Index/bg-06.png) no-repeat;
    background-size: cover;
}

    .No6 .Text {
        width: 20%;
        position: absolute;
        top: 45%;
        left: 21%;
    }

    .No6 .Template {
        width: 39%;
        position: absolute;
        top: 8%;
        left: 47%;
        z-index: 1;
    }

    .No6 .Tip {
        width: 22%;
        position: absolute;
        top: 45%;
        left: 43.5%;
    }

.No7 {
    background: url(/Activity/Emp/Image/Index/bg-07.png) no-repeat;
    background-size: cover;
}

    .No7 .Text {
        width: 20%;
        position: absolute;
        top: 21%;
        left: 40%;
    }

    .No7 .Template {
        width: 50%;
        position: absolute;
        top: 40%;
        left: 25%;
    }

    .No7 .Btn {
        width: 12%;
        position: absolute;
        top: 72%;
        left: 44%;
    }

.ChooseSiteBg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    cursor: pointer;
}

.ChooseSiteBox {
    background: #fff;
    width: 514px;
    height: 274px;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -167px 0 0 -287px;
    z-index: 2;
    display: none;
}

    .ChooseSiteBox ul {
        list-style: none;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .ChooseSiteBox li {
        margin-top: 15px;
        float: left;
        margin-left: 10px;
        list-style: none;
        text-align: center;
        height: 26px;
        width: 60px;
        border: 1px solid #EEEEEE;
        line-height: 26px;
    }

        .ChooseSiteBox li a {
            color: #666;
            text-decoration: none;
            font-size: 14px;
        }

            .ChooseSiteBox li a:hover {
                color: #0378D8;
            }
