@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

a:focus {
    outline: none;
}

.banner {
    width: 100%;
    height: 477px;
    background: url('/Public/Images/Home/Love/banner_01.png') no-repeat center top;
    float: none;
}

.area {
    width: 100%;
    height: 60px;
    background: url('/Public/Images/Home/Love/area.png') no-repeat center top;
    float: none;
}

.activity {
    float: left;
    width: 100%;
}

.activity .goods {
    width: 100%;
    height: 500px;
}

.activity .g_box_1 {
    background: url('/Public/Images/Home/Love/activity_01.png') no-repeat center top;
}

.activity .g_box_2 {
    background: url('/Public/Images/Home/Love/activity_02.png') no-repeat center top;
}

.activity div {
    float: left;
}

.activity .left {
    /*background: #00a0e9;*/
    width: 318px;
    height: 100%;
}

.activity .left p {
    font-weight: bold;
}

.activity .left p.describe {
    padding: 15px;
    font-size: 15px;
    margin-top: 190px;
    color: #191919;
    text-shadow: 3px 4px 12px #C7C7C7;
}

.activity .left p.li {
    width: 220px;
    margin: 10px auto;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    border-radius: 10px;
}

.activity .left p.red {
    background: #f00;
}

.activity .left p.green {
    background: #01561F;
}

.activity .right {
    width: 862px;
    height: 450px;
    padding: 25px 0;
}

.activity .right ul {
    height: 100%;
}

.activity .right ul li {
    width: 287px;
    height: 100%;
    float: left;
}



.activity .right ul li img {
    margin: 25px 18px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fff;
    _zoom: 1;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}


.activity .right ul li img:hover {
    border: 1px solid #EC1C25;
}

